MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
DoctorCowboy (talk | contribs) No edit summary |
No edit summary |
||
Line 40: | Line 40: | ||
#ca-ve-edit { background-image: none; background-color: #B1C4DC; } | #ca-ve-edit { background-image: none; background-color: #B1C4DC; } | ||
.image-switch-infobox { | |||
border: 1px solid #aaa; | |||
padding: 10px; | |||
} | |||
.tabs { | |||
overflow: hidden; | |||
background-color: #f1f1f1; | |||
} | |||
.tab { | |||
float: left; | |||
cursor: pointer; | |||
padding: 10px; | |||
text-align: center; | |||
border: 1px solid #ccc; | |||
} | |||
.tab:hover { | |||
background-color: #ddd; | |||
} | |||
.image-content { | |||
display: none; | |||
} |
Revision as of 13:44, 14 January 2024
/* CSS placed here will be applied to all skins */ #content { background-color: #B1C4DC; } #mw-head { background-color: #9BB1CC; } #mw-panel { background-color: #9BB1CC; } #p-logo { background-color: #9BB1CC; } body { background-color: #9BB1CC; } body.page-Main_Page h1 { display: none; } #ca-nstab-main { background-image: none; background-color: #B1C4DC; } #ca-talk { background-image: none; background-color: #B1C4DC; } #ca-view { background-image: none; background-color: #B1C4DC; } #ca-source { background-image: none; background-color: #B1C4DC; } #ca-history { background-image: none; background-color: #B1C4DC; } #ca-watch { background-image: none; background-color: #B1C4DC; } #ca-delete { background-image: none; background-color: #B1C4DC; } #ca-edit { background-image: none; background-color: #B1C4DC; } #ca-move { background-image: none; background-color: #B1C4DC; } #ca-protect { background-image: none; background-color: #B1C4DC; } #ca-nstab-mediawiki { background-image: none; background-color: #B1C4DC; } #ca-unwatch { background-image: none; background-color: #B1C4DC; } #toc { background-color: #B1C4DC; } #ca-ve-edit { background-image: none; background-color: #B1C4DC; } .image-switch-infobox { border: 1px solid #aaa; padding: 10px; } .tabs { overflow: hidden; background-color: #f1f1f1; } .tab { float: left; cursor: pointer; padding: 10px; text-align: center; border: 1px solid #ccc; } .tab:hover { background-color: #ddd; } .image-content { display: none; }