MediaWiki:Common.css: Difference between revisions

From AI Assistant App
mNo edit summary
mNo edit summary
Line 9: Line 9:
     display:block;
     display:block;
     width:100%;
     width:100%;
link {
  text-decoration: none;
}
visited {
  text-decoration: none;
}
hover {
  text-decoration: none;
}
active {
  text-decoration: none;
}
}
}

Revision as of 00:51, 14 June 2024

/* CSS placed here will be applied to all skins */
* {font-size: 20px}
tr:hover{
   background:#89CFF0;
   cursor: pointer;
}

td a {
    display:block;
    width:100%;

link { 
  text-decoration: none; 
} 
visited { 
  text-decoration: none; 
} 
hover { 
  text-decoration: none; 
} 
active { 
  text-decoration: none; 
}
}