MediaWiki:Common.css: Difference between revisions
Appearance
Taurussmith (talk | contribs) m Protected "MediaWiki:Common.css" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)) |
Taurussmith (talk | contribs) No edit summary |
||
| Line 13: | Line 13: | ||
color: #54595d; | color: #54595d; | ||
margin-top: 2px; | margin-top: 2px; | ||
} | |||
.infobox { | |||
float:right; | |||
width:270px; | |||
border:1px solid #a2a9b1; | |||
background:#f8f9fa; | |||
font-size:90%; | |||
margin:0 0 1em 1em; | |||
} | |||
.infobox-title { | |||
background:#eaecf0; | |||
font-size:125%; | |||
text-align:center; | |||
padding:6px; | |||
} | |||
.infobox th { | |||
background:#eaecf0; | |||
text-align:left; | |||
padding:4px; | |||
} | |||
.infobox td { | |||
padding:4px; | |||
} | } | ||
Revision as of 18:09, 10 March 2026
/* CSS placed here will be applied to all skins */
/* Remove underline from links */
a {
text-decoration: none;
}
/* Show underline only when hovering */
a:hover {
text-decoration: underline;
}
.search-shortdesc {
font-size: 12px;
color: #54595d;
margin-top: 2px;
}
.infobox {
float:right;
width:270px;
border:1px solid #a2a9b1;
background:#f8f9fa;
font-size:90%;
margin:0 0 1em 1em;
}
.infobox-title {
background:#eaecf0;
font-size:125%;
text-align:center;
padding:6px;
}
.infobox th {
background:#eaecf0;
text-align:left;
padding:4px;
}
.infobox td {
padding:4px;
}