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
(Created page with "body { background: #242424; }") |
m |
||
Line 1: | Line 1: | ||
− | body { | + | body { |
− | background: #242424; | + | 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; | ||
+ | } | ||
+ | |||
+ | h1 { | ||
+ | border-bottom: 1px solid #669; | ||
+ | } | ||
+ | |||
+ | h1, h2, h3, h4 { | ||
+ | text-shadow: 1px 1px 2px #000; | ||
+ | } | ||
+ | |||
+ | 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-panel { | ||
+ | border-top: 2px solid #ddd; | ||
+ | border-bottom: 1px solid #ddd; | ||
+ | background-color: #242424; | ||
+ | padding-bottom: 2px; | ||
+ | } | ||
+ | .portal h3 { | ||
+ | border-style: solid; | ||
+ | border-width: 2px; | ||
+ | border-color: #ddd; | ||
+ | padding: 2px; | ||
+ | background-color: #669; | ||
+ | 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 a { | ||
+ | color: #fff; | ||
+ | text-decoration: none; | ||
} | } |
Revision as of 00:26, 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; } h1 { border-bottom: 1px solid #669; } h1, h2, h3, h4 { text-shadow: 1px 1px 2px #000; } 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-panel { border-top: 2px solid #ddd; border-bottom: 1px solid #ddd; background-color: #242424; padding-bottom: 2px; } .portal h3 { border-style: solid; border-width: 2px; border-color: #ddd; padding: 2px; background-color: #669; 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 a { color: #fff; text-decoration: none; }