Difference between revisions of "MediaWiki:Common.css"
From Olekdia Wiki
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
− | |||
− | |||
− | |||
/* Colors of namespaces */ | /* Colors of namespaces */ | ||
/*.ns-3000 #content, .ns-3001 #content { background-color: #f5f5ff; }*/ | /*.ns-3000 #content, .ns-3001 #content { background-color: #f5f5ff; }*/ | ||
/*.ns-3010 #content, .ns-3011 #content { background-color: #f7fcfa; }*/ | /*.ns-3010 #content, .ns-3011 #content { background-color: #f7fcfa; }*/ | ||
− | .ns-4000 #content, .ns-4001 #content { background-color: #e2d2c6; } | + | /*.ns-4000 #content, .ns-4001 #content { background-color: #e2d2c6; }*/ |
.ns-3000 #p-logo a { background-image: url(./a/olekdia/wiki_resources/magic_intuition_logo.png) !important; } | .ns-3000 #p-logo a { background-image: url(./a/olekdia/wiki_resources/magic_intuition_logo.png) !important; } | ||
Line 48: | Line 45: | ||
/* Left strip color */ | /* Left strip color */ | ||
.color-left { | .color-left { | ||
+ | background: #673ab7; | ||
+ | } | ||
+ | .ns-0 .color-left, .ns-1 .color-left { | ||
background: #7657ac; | background: #7657ac; | ||
} | } | ||
− | .ns-3000 .color-left { | + | .ns-3000 .color-left, .ns-3001 .color-left { |
background: #743C71; | background: #743C71; | ||
} | } | ||
− | .ns-3010 .color-left { | + | .ns-3010 .color-left, .ns-3011 .color-left { |
background: #189558; | background: #189558; | ||
+ | } | ||
+ | .ns-4000 .color-left, .ns-4001 .color-left { | ||
+ | background: #000; | ||
} | } | ||
/* Right strip color */ | /* Right strip color */ | ||
.color-right { | .color-right { | ||
+ | background: #673ab7; | ||
+ | } | ||
+ | .ns-0 .color-right, .ns-1 .color-right { | ||
background: #7657ac; | background: #7657ac; | ||
} | } | ||
− | .ns-3000 .color-right { | + | .ns-3000 .color-right, .ns-3001 .color-right { |
background: #743C71; | background: #743C71; | ||
} | } | ||
− | .ns-3010 .color-right { | + | .ns-3010 .color-right, .ns-3011 .color-right { |
background: #189558; | background: #189558; | ||
+ | } | ||
+ | .ns-4000 .color-right, .ns-4001 .color-right { | ||
+ | background: #743C71; | ||
} | } | ||
/* Bottom strip color */ | /* Bottom strip color */ | ||
#mw-content-container { | #mw-content-container { | ||
+ | border-bottom: solid 4px #673ab7; | ||
+ | } | ||
+ | .ns-0 #mw-content-container, .ns-1 #mw-content-container { | ||
border-bottom: solid 4px #7657ac; | border-bottom: solid 4px #7657ac; | ||
} | } | ||
Line 78: | Line 90: | ||
border-bottom: solid 4px #189558; | border-bottom: solid 4px #189558; | ||
} | } | ||
+ | .ns-4000 #mw-content-container, .ns-4001 #mw-content-container { | ||
+ | border-bottom: solid 4px #000; | ||
+ | } | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | /* Use awesomefont */ | ||
+ | @import url("https://use.fontawesome.com/releases/v5.6.3/css/all.css"); |
Revision as of 06:14, 10 January 2019
/* CSS placed here will be applied to all skins */ /* Colors of namespaces */ /*.ns-3000 #content, .ns-3001 #content { background-color: #f5f5ff; }*/ /*.ns-3010 #content, .ns-3011 #content { background-color: #f7fcfa; }*/ /*.ns-4000 #content, .ns-4001 #content { background-color: #e2d2c6; }*/ .ns-3000 #p-logo a { background-image: url(./a/olekdia/wiki_resources/magic_intuition_logo.png) !important; } .ns-3010 #p-logo a { background-image: url(./a/olekdia/wiki_resources/time_planner_logo.png) !important; } .ns-2 #p-logo a, .ns-4 #p-logo a, .ns-6 #p-logo a, .ns-8 #p-logo a, .ns-12 #p-logo a, .ns-14 #p-logo a, .ns-4000 #p-logo a { background-image: url(./a/olekdia/wiki_resources/olekdia_logo.png) !important; } /* Remove talk tab */ #ca-talk { display: none !important; } /*#p-banner { display: none !important; }*/ /************************/ /* Timeless adjustments */ body { /*font-family: sans-serif !important; */ line-height: 1.6; } a { color: #0645ad; } a:visited { color: #0b0080; } /* Headers strips */ #mw-content h1, #mw-content h2 { border-bottom: solid 2px #3366cc; } #mw-content h1.firstHeading { border-bottom: solid 3px #006699; } /* Selected tabs */ #mw-page-header-links li.selected { border-bottom-color: #3366cc; } /* Left strip color */ .color-left { background: #673ab7; } .ns-0 .color-left, .ns-1 .color-left { background: #7657ac; } .ns-3000 .color-left, .ns-3001 .color-left { background: #743C71; } .ns-3010 .color-left, .ns-3011 .color-left { background: #189558; } .ns-4000 .color-left, .ns-4001 .color-left { background: #000; } /* Right strip color */ .color-right { background: #673ab7; } .ns-0 .color-right, .ns-1 .color-right { background: #7657ac; } .ns-3000 .color-right, .ns-3001 .color-right { background: #743C71; } .ns-3010 .color-right, .ns-3011 .color-right { background: #189558; } .ns-4000 .color-right, .ns-4001 .color-right { background: #743C71; } /* Bottom strip color */ #mw-content-container { border-bottom: solid 4px #673ab7; } .ns-0 #mw-content-container, .ns-1 #mw-content-container { border-bottom: solid 4px #7657ac; } .ns-3000 #mw-content-container, .ns-3001 #mw-content-container { border-bottom: solid 4px #743C71; } .ns-3010 #mw-content-container, .ns-3011 #mw-content-container { border-bottom: solid 4px #189558; } .ns-4000 #mw-content-container, .ns-4001 #mw-content-container { border-bottom: solid 4px #000; } /* Use awesomefont */ @import url("https://use.fontawesome.com/releases/v5.6.3/css/all.css");