MediaWiki:Common.css: Difference between revisions
(Created page with "→CSS placed here will be applied to all skins: * {font-size: 16px}") |
mNo edit summary Tag: Manual revert |
||
| (16 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
* {font-size: | * {font-size: 20px} | ||
tr:hover{ | |||
background:#89CFF0; | |||
cursor: pointer; | |||
} | |||
td a { | |||
display:block; | |||
width:100%; | |||
} | |||
td a:link { | |||
text-decoration: none; | |||
} | |||
td a:visited { | |||
text-decoration: none; | |||
} | |||
td a:hover { | |||
text-decoration: none; | |||
} | |||
td a:active { | |||
text-decoration: none; | |||
} | |||
Latest revision as of 01:02, 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%;
}
td a:link {
text-decoration: none;
}
td a:visited {
text-decoration: none;
}
td a:hover {
text-decoration: none;
}
td a:active {
text-decoration: none;
}