MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
Created page with "→CSS placed here will be applied to all skins: .serif { font-family: Times, Times New Roman, Georgia, serif; } .sansserif { font-family: Verdana, Arial, Helvetica, s..." |
No edit summary |
||
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
body #mw-head { | |||
background-image: url( https://i.imgur.com/taCA1QK.jpg); | |||
background-repeat: no-repeat; | |||
background-color: #2A3137; | |||
} | |||
body { | |||
background-image: url( https://i.imgur.com/taCA1QK.jpg); | |||
background-repeat: no-repeat; | |||
background-color: #2A3137; | |||
} | |||
div.vectorTabs { | |||
border-right: 10px solid transparent; | |||
border-top: 3px solid transparent; | |||
border-left: 10px solid transparent; | |||
} | |||
.mw-body { | |||
border-left: 10px solid transparent; | |||
border-bottom: 10px solid transparent; | |||
border-image: url(https://chronicles-of-esshar.com/lore/images/f/fd/Borderbox.jpg) 30 round; | |||
} | |||
div#mw-panel div.portal h3 { | |||
color: #e2e2e2; | |||
} | |||
. | div#mw-panel div.portal div.body ul li a, #p-personal a, #p-persona a:visited, div.vectorMenu h3 span { | ||
color: #7c9fbf; | |||
} | } | ||
. | div#mw-panel div.portal div.body ul li a:visited { | ||
color: #bfd3db; | |||
} | } | ||
#footer a { | |||
color: #7c9fbf; | |||
} | } |
Revision as of 22:09, 18 August 2019
/* CSS placed here will be applied to all skins */ body #mw-head { background-image: url( https://i.imgur.com/taCA1QK.jpg); background-repeat: no-repeat; background-color: #2A3137; } body { background-image: url( https://i.imgur.com/taCA1QK.jpg); background-repeat: no-repeat; background-color: #2A3137; } div.vectorTabs { border-right: 10px solid transparent; border-top: 3px solid transparent; border-left: 10px solid transparent; } .mw-body { border-left: 10px solid transparent; border-bottom: 10px solid transparent; border-image: url(https://chronicles-of-esshar.com/lore/images/f/fd/Borderbox.jpg) 30 round; } div#mw-panel div.portal h3 { color: #e2e2e2; } div#mw-panel div.portal div.body ul li a, #p-personal a, #p-persona a:visited, div.vectorMenu h3 span { color: #7c9fbf; } div#mw-panel div.portal div.body ul li a:visited { color: #bfd3db; } #footer a { color: #7c9fbf; }