Welcome to the Imperial Archives! The main source of information in the Galactic Empire. Be sure to check out the Editing Protocol before making new pages or editing articles. If you need help feel free to contact the Archives manager at archives@swc-empire.com !
Difference between revisions of "User:Mordus Nordstroem/common.css"
From Imperial Archives
m |
m (restore purple links outside nav menus) |
||
(24 intermediate revisions by the same user not shown) | |||
Line 15: | Line 15: | ||
font-family: Orbitron, Arial, sans-serif; | font-family: Orbitron, Arial, sans-serif; | ||
padding-top: 10px; | padding-top: 10px; | ||
+ | color:#fff; | ||
+ | text-shadow: 1px 1px 2px #000; | ||
} | } | ||
Line 20: | Line 22: | ||
border-bottom: 1px solid #669; | border-bottom: 1px solid #669; | ||
} | } | ||
+ | #toc, .toc { | ||
+ | background-color:#353535; | ||
+ | border-color:#aaa; | ||
− | |||
− | |||
} | } | ||
+ | |||
h3, h4 { | h3, h4 { | ||
Line 44: | Line 48: | ||
font-size: 13pt; | font-size: 13pt; | ||
} | } | ||
− | + | #mw-page-base { | |
+ | background-image:none; | ||
+ | background-color:transparent; | ||
+ | } | ||
+ | #mw-body { | ||
+ | color:#fff; | ||
+ | } | ||
+ | pre, code, .mw-code { | ||
+ | background-color:#464646; | ||
+ | color:#fff; | ||
+ | } | ||
#mw-panel { | #mw-panel { | ||
border-top: 2px solid #ddd; | border-top: 2px solid #ddd; | ||
Line 50: | Line 64: | ||
background-color: #242424; | background-color: #242424; | ||
padding-bottom: 2px; | padding-bottom: 2px; | ||
+ | color:#fff; | ||
+ | } | ||
+ | .editOptions { | ||
+ | background-color:#353535; | ||
} | } | ||
.portal h3 { | .portal h3 { | ||
border-style: solid; | border-style: solid; | ||
border-width: 2px; | border-width: 2px; | ||
− | border-color: # | + | border-color: #669; |
padding: 2px; | padding: 2px; | ||
− | |||
color: #fff; | color: #fff; | ||
text-align: center; | text-align: center; | ||
Line 65: | Line 82: | ||
transition: 1s ease; | transition: 1s ease; | ||
text-shadow: 1px 1px 2px #000; | text-shadow: 1px 1px 2px #000; | ||
+ | } | ||
+ | .portal h2 { | ||
+ | border-style: solid; | ||
+ | border-width: 2px; | ||
+ | border-color: #669; | ||
+ | text-align: center; | ||
+ | font-family: Orbitron, sans-serif; | ||
+ | font-size: 12pt; | ||
+ | padding: 2px; | ||
+ | cursor: pointer; | ||
+ | transition: 1s ease; | ||
} | } | ||
.portal a { | .portal a { | ||
color: #fff; | color: #fff; | ||
text-decoration: none; | text-decoration: none; | ||
+ | } | ||
+ | body .mw-notification { | ||
+ | background-color: #353535; | ||
+ | padding: 0.75em 1.5em; | ||
+ | border: solid 1px #669; | ||
+ | border-radius: 0.75em; | ||
+ | box-shadow: 0 2px 10px 0 rgba(0,0,0,0.125); | ||
+ | } | ||
+ | #mw-panel ul a { | ||
+ | display: block; | ||
+ | color: #ddd; | ||
+ | list-style-type: "-"; | ||
+ | |||
+ | } | ||
+ | #content { | ||
+ | border-style: solid; | ||
+ | border-width: 2px; | ||
+ | border-color: #669; | ||
+ | padding: 2px; | ||
+ | background-color: #242424; | ||
+ | color:#fff; | ||
+ | } | ||
+ | div.vectorTabs { | ||
+ | float: left; | ||
+ | height: 2.5em; | ||
+ | background-image: none; | ||
+ | background-position: bottom left; | ||
+ | background-repeat: no-repeat; | ||
+ | padding-left: 1px; | ||
+ | } | ||
+ | div#mw-head div.vectorMenu h3 { | ||
+ | float: left; | ||
+ | background-image: none; | ||
+ | background-repeat: no-repeat; | ||
+ | background-position: bottom right; | ||
+ | font-size: 1em; | ||
+ | height: 2.5em; | ||
+ | padding-right: 1px; | ||
+ | margin-right: -1px; | ||
+ | } | ||
+ | div.vectorTabs span { | ||
+ | display: inline-block; | ||
+ | background-image: none; | ||
+ | } | ||
+ | div.vectorTabs ul { | ||
+ | background-image: none; | ||
+ | } | ||
+ | div.vectorTabs ul li { | ||
+ | background-color:#242424; | ||
+ | background-image:none; | ||
+ | border-style: solid; | ||
+ | border-width: 1px; | ||
+ | border-color: #669; | ||
+ | border-bottom:1px dotted #669; | ||
+ | border-top-left-radius:10px; | ||
+ | border-top-right-radius:10px; | ||
+ | padding: 0px; | ||
+ | } | ||
+ | div.vectorTabs li.selected { | ||
+ | background-image:none; | ||
+ | background-color:#669 | ||
+ | } | ||
+ | #pagehistory li.selected { | ||
+ | background-color: #464646; | ||
+ | border: 1px dashed #aaa; | ||
+ | } | ||
+ | .catlinks { | ||
+ | border: 1px solid #aaa; | ||
+ | background-color: #343434; | ||
+ | padding: 5px; | ||
+ | margin-top: 1em; | ||
+ | clear: both; | ||
+ | } | ||
+ | div.vectorMenu div.menu { | ||
+ | min-width: 100%; | ||
+ | position: absolute; | ||
+ | top: 2.5em; | ||
+ | left: -1px; | ||
+ | background-color: 353535; | ||
+ | border: solid 1px #669; | ||
+ | border-top-width: 0; | ||
+ | clear: both; | ||
+ | text-align: left; | ||
+ | display: none; | ||
+ | z-index: 1; | ||
+ | } | ||
+ | div#simpleSearch { | ||
+ | display: block; | ||
+ | width: 12.6em; | ||
+ | width: 20vw; | ||
+ | min-width: 5em; | ||
+ | max-width: 20em; | ||
+ | padding-right: 1.4em; | ||
+ | height: 1.4em; | ||
+ | margin-top: 0.65em; | ||
+ | position: relative; | ||
+ | min-height: 1px; | ||
+ | border: none; | ||
+ | color: #aaa; | ||
+ | background-color: transparent; | ||
+ | background-image: none; | ||
+ | background-position: top left; | ||
+ | background-repeat: repeat-x; | ||
+ | } | ||
+ | div#simpleSearch input { | ||
+ | border: 3px solid #669; | ||
+ | padding: 0; | ||
+ | border-radius: 10px; | ||
+ | background: #353535; | ||
+ | color: #aaa; | ||
+ | } | ||
+ | div.vectorMenu div.menu { | ||
+ | min-width: 100%; | ||
+ | position: absolute; | ||
+ | top: 2.5em; | ||
+ | left: -1px; | ||
+ | background-color: #353535; | ||
+ | border: solid 1px #669; | ||
+ | border-top-width: 0; | ||
+ | clear: both; | ||
+ | text-align: left; | ||
+ | display: none; | ||
+ | z-index: 1; | ||
+ | } | ||
+ | #ca-unwatch.icon a { | ||
+ | background-image: url(/a/skins/Vector/images/unwatch-icon.png?fccbe); | ||
+ | background-image: linear-gradient(transparent,transparent),url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%2216%22%20height%3D%2216%22%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22a%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23c2edff%22%2F%3E%3Cstop%20offset%3D%22.5%22%20stop-color%3D%22%2368bdff%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23fff%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20x1%3D%2213.47%22%20y1%3D%2214.363%22%20x2%3D%224.596%22%20y2%3D%223.397%22%20id%3D%22b%22%20xlink%3Ahref%3D%22%23a%22%20gradientUnits%3D%22userSpaceOnUse%22%2F%3E%3C%2Fdefs%3E%3Cpath%20d%3D%22M8.103%201.146l2.175%204.408%204.864.707-3.52%203.431.831%204.845-4.351-2.287-4.351%202.287.831-4.845-3.52-3.431%204.864-.707z%22%20fill%3D%22url%28%23b%29%22%20stroke%3D%22%237cb5d1%22%20stroke-width%3D%220.9999199999999999%22%2F%3E%3C%2Fsvg%3E); | ||
+ | background-image: linear-gradient(transparent,transparent),url(/a/skins/Vector/images/unwatch-icon.svg?95d18)!ie; | ||
+ | background-image: -o-linear-gradient(transparent,transparent),url(/a/skins/Vector/images/unwatch-icon.png?fccbe); | ||
+ | filter: hue-rotate(60deg); | ||
+ | } | ||
+ | div#footer { | ||
+ | margin-left: 11em; | ||
+ | margin-top: 10px; | ||
+ | padding: 0.75em; | ||
+ | direction: ltr; | ||
+ | background-color: #242424; | ||
+ | border: 1px dashed #669; | ||
+ | color:#aaa; | ||
+ | } | ||
+ | div#footer ul li { | ||
+ | color:#aaa; | ||
+ | } | ||
+ | a.new { | ||
+ | color: #a55858 !important; | ||
+ | } | ||
+ | div#mw-panel div.portal h3 { | ||
+ | font-size: 0.75em; | ||
+ | color: #fff; | ||
+ | font-weight: normal; | ||
+ | margin: 0; | ||
+ | padding: 0.25em 0 0.25em 0.25em; | ||
+ | cursor: default; | ||
+ | border: none; | ||
+ | border-style: solid; | ||
+ | border-width: 2px; | ||
+ | border-color: #669; | ||
+ | padding: 2px; | ||
+ | color: #fff; | ||
+ | text-align: center; | ||
+ | font-family: Orbitron, sans-serif; | ||
+ | font-size: 12pt; | ||
+ | padding: 2px; | ||
+ | cursor: default; | ||
+ | transition: 1s ease; | ||
+ | text-shadow: 1px 1px 2px #000; | ||
+ | } | ||
+ | div#mw-panel div.portal div.body ul li a, a:active, a:link, a:visited { | ||
+ | color: #fff; | ||
+ | } | ||
+ | div#mw-panel div.portal div.body ul li a:visited { | ||
+ | color: #fff; | ||
+ | } | ||
+ | div#mw-panel div.portal div.body ul li a:hover { | ||
+ | color: #fff; | ||
+ | background-color: #353535; | ||
+ | } | ||
+ | div#mw-panel div.body ul li a, a:active, a:link, a:visited { | ||
+ | color: #669; | ||
} | } |
Revision as of 15:21, 8 May 2025
body { background: url('https://www.swc-empire.com/assets/gfx/template/bg-picture.jpg') no-repeat fixed, #000; background-size: cover; color: #ddd; font-family: 'Saira', Lato, Verdana, Arial, sans-serif; font-size: 14pt; font-weight: 300; line-height: 1; } a, a:active, a:link, a:visited { color: #669; text-decoration: none; } h1, h2, h3, h4 { font-family: Orbitron, Arial, sans-serif; padding-top: 10px; color:#fff; text-shadow: 1px 1px 2px #000; } h1 { border-bottom: 1px solid #669; } #toc, .toc { background-color:#353535; border-color:#aaa; } h3, h4 { font-size: smaller; font-variant: normal; } strong, b { font-weight: 500; } em, i { font-style: italic; } p { text-align: justify; margin-bottom: 10px; line-height: 1.3; font-size: 13pt; } #mw-page-base { background-image:none; background-color:transparent; } #mw-body { color:#fff; } pre, code, .mw-code { background-color:#464646; color:#fff; } #mw-panel { border-top: 2px solid #ddd; border-bottom: 1px solid #ddd; background-color: #242424; padding-bottom: 2px; color:#fff; } .editOptions { background-color:#353535; } .portal h3 { border-style: solid; border-width: 2px; border-color: #669; padding: 2px; color: #fff; text-align: center; font-family: Orbitron, sans-serif; font-size: 12pt; padding: 2px; cursor: pointer; transition: 1s ease; text-shadow: 1px 1px 2px #000; } .portal h2 { border-style: solid; border-width: 2px; border-color: #669; text-align: center; font-family: Orbitron, sans-serif; font-size: 12pt; padding: 2px; cursor: pointer; transition: 1s ease; } .portal a { color: #fff; text-decoration: none; } body .mw-notification { background-color: #353535; padding: 0.75em 1.5em; border: solid 1px #669; border-radius: 0.75em; box-shadow: 0 2px 10px 0 rgba(0,0,0,0.125); } #mw-panel ul a { display: block; color: #ddd; list-style-type: "-"; } #content { border-style: solid; border-width: 2px; border-color: #669; padding: 2px; background-color: #242424; color:#fff; } div.vectorTabs { float: left; height: 2.5em; background-image: none; background-position: bottom left; background-repeat: no-repeat; padding-left: 1px; } div#mw-head div.vectorMenu h3 { float: left; background-image: none; background-repeat: no-repeat; background-position: bottom right; font-size: 1em; height: 2.5em; padding-right: 1px; margin-right: -1px; } div.vectorTabs span { display: inline-block; background-image: none; } div.vectorTabs ul { background-image: none; } div.vectorTabs ul li { background-color:#242424; background-image:none; border-style: solid; border-width: 1px; border-color: #669; border-bottom:1px dotted #669; border-top-left-radius:10px; border-top-right-radius:10px; padding: 0px; } div.vectorTabs li.selected { background-image:none; background-color:#669 } #pagehistory li.selected { background-color: #464646; border: 1px dashed #aaa; } .catlinks { border: 1px solid #aaa; background-color: #343434; padding: 5px; margin-top: 1em; clear: both; } div.vectorMenu div.menu { min-width: 100%; position: absolute; top: 2.5em; left: -1px; background-color: 353535; border: solid 1px #669; border-top-width: 0; clear: both; text-align: left; display: none; z-index: 1; } div#simpleSearch { display: block; width: 12.6em; width: 20vw; min-width: 5em; max-width: 20em; padding-right: 1.4em; height: 1.4em; margin-top: 0.65em; position: relative; min-height: 1px; border: none; color: #aaa; background-color: transparent; background-image: none; background-position: top left; background-repeat: repeat-x; } div#simpleSearch input { border: 3px solid #669; padding: 0; border-radius: 10px; background: #353535; color: #aaa; } div.vectorMenu div.menu { min-width: 100%; position: absolute; top: 2.5em; left: -1px; background-color: #353535; border: solid 1px #669; border-top-width: 0; clear: both; text-align: left; display: none; z-index: 1; } #ca-unwatch.icon a { background-image: url(/a/skins/Vector/images/unwatch-icon.png?fccbe); background-image: linear-gradient(transparent,transparent),url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%2216%22%20height%3D%2216%22%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22a%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23c2edff%22%2F%3E%3Cstop%20offset%3D%22.5%22%20stop-color%3D%22%2368bdff%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23fff%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20x1%3D%2213.47%22%20y1%3D%2214.363%22%20x2%3D%224.596%22%20y2%3D%223.397%22%20id%3D%22b%22%20xlink%3Ahref%3D%22%23a%22%20gradientUnits%3D%22userSpaceOnUse%22%2F%3E%3C%2Fdefs%3E%3Cpath%20d%3D%22M8.103%201.146l2.175%204.408%204.864.707-3.52%203.431.831%204.845-4.351-2.287-4.351%202.287.831-4.845-3.52-3.431%204.864-.707z%22%20fill%3D%22url%28%23b%29%22%20stroke%3D%22%237cb5d1%22%20stroke-width%3D%220.9999199999999999%22%2F%3E%3C%2Fsvg%3E); background-image: linear-gradient(transparent,transparent),url(/a/skins/Vector/images/unwatch-icon.svg?95d18)!ie; background-image: -o-linear-gradient(transparent,transparent),url(/a/skins/Vector/images/unwatch-icon.png?fccbe); filter: hue-rotate(60deg); } div#footer { margin-left: 11em; margin-top: 10px; padding: 0.75em; direction: ltr; background-color: #242424; border: 1px dashed #669; color:#aaa; } div#footer ul li { color:#aaa; } a.new { color: #a55858 !important; } div#mw-panel div.portal h3 { font-size: 0.75em; color: #fff; font-weight: normal; margin: 0; padding: 0.25em 0 0.25em 0.25em; cursor: default; border: none; border-style: solid; border-width: 2px; border-color: #669; padding: 2px; color: #fff; text-align: center; font-family: Orbitron, sans-serif; font-size: 12pt; padding: 2px; cursor: default; transition: 1s ease; text-shadow: 1px 1px 2px #000; } div#mw-panel div.portal div.body ul li a, a:active, a:link, a:visited { color: #fff; } div#mw-panel div.portal div.body ul li a:visited { color: #fff; } div#mw-panel div.portal div.body ul li a:hover { color: #fff; background-color: #353535; } div#mw-panel div.body ul li a, a:active, a:link, a:visited { color: #669; }