Jump to content

MediaWiki:Common.css: Difference between revisions

Taurussmith (talk | contribs)
No edit summary
Taurussmith (talk | contribs)
No edit summary
Line 15: Line 15:
}
}
.infobox {
.infobox {
float:right;
float: right;
width:270px;
width: 270px;
border:1px solid #a2a9b1;
border: 1px solid #a2a9b1;
background:#f8f9fa;
background: #f8f9fa;
font-size:90%;
color: #202122;
margin:0 0 1em 1em;
font-size: 90%;
margin: 0 0 1em 1em;
}
}


.infobox-title {
.infobox th {
background:#eaecf0;
background: #eaecf0;
font-size:125%;
color: #202122;
text-align:center;
text-align: left;
padding:6px;
padding: 4px;
}
}


.infobox th {
.infobox td {
background:#eaecf0;
color: #202122;
text-align:left;
padding: 4px;
padding:4px;
}
}


.infobox td {
.infobox a {
padding:4px;
color: #0645ad;
}
}

Revision as of 18:26, 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;
color: #202122;
font-size: 90%;
margin: 0 0 1em 1em;
}

.infobox th {
background: #eaecf0;
color: #202122;
text-align: left;
padding: 4px;
}

.infobox td {
color: #202122;
padding: 4px;
}

.infobox a {
color: #0645ad;
}