MediaWiki:Common.css: Difference between revisions
MediaWiki interface page
More actions
Technochips (talk | contribs) m good shadow effect |
Technochips (talk | contribs) changed background colors for thumbnails, table of content (ultr4nima) |
||
| Line 219: | Line 219: | ||
{ | { | ||
color: #D2CDC8; | color: #D2CDC8; | ||
} | |||
div.thumbinner { | |||
border: 1px solid #a2a9b1; | |||
padding: 3px; | |||
background-color: #E5E0DC; | |||
font-size: 94%; | |||
text-align: center; | |||
overflow: hidden; | |||
} | |||
.toc, .toccolours { | |||
border: 1px solid #a2a9b1; | |||
background-color: #E5E0DC; | |||
padding: 5px; | |||
font-size: 95%; | |||
} | |||
.catlinks { | |||
border: 1px solid #a2a9b1; | |||
background-color: #E5E0DC; | |||
padding: 5px; | |||
margin-top: 1em; | |||
clear: both; | |||
} | } | ||