MediaWiki:Common.css
From Gineipaedia, the Legend of Galactic Heroes wiki
(Difference between revisions)
m (Don't style links to Gineipaedia as external) |
|||
(166 intermediate revisions not shown) | |||
Line 1: | Line 1: | ||
- | + | #featured-text img { border: 1px solid #444444; } | |
- | # | + | |
- | + | #recently-featured { font-size: 89%; } | |
- | # | + | |
- | + | #more-featured { text-align: right; font-size: 89%; } | |
- | + | ||
- | + | ||
- | + | .terminal { | |
- | . | + | margin: 0.85em 0px 0.85em 0px; |
- | + | padding: 0.3em 0.4em; | |
- | + | font-size: 98%; | |
- | + | font-family: 'Courier New', Courier, monospace; | |
- | + | background-color: #222222; | |
- | + | border: 1px solid #444444; | |
- | # | + | -moz-border-radius: 3px; |
- | + | border-radius: 3px; | |
- | + | -moz-box-shadow: inset 1px 1px 3px rgba(0,0,0,0.35); | |
- | + | -webkit-box-shadow: inset 1px 1px 3px rgba(0,0,0,0.35); | |
- | + | box-shadow: inset 1px 1px 3px rgba(0,0,0,0.35); | |
} | } | ||
- | # | + | #bodyContent > .terminal:last-child { |
- | margin | + | margin-bottom: 0em; |
- | + | ||
- | + | ||
} | } | ||
- | # | + | #editpage-copywarn { padding-top: 0.1em; } |
- | + | ||
- | + | #multiboilerplateform input[type="submit"] { margin-left: 4px; } | |
- | } | + | |
+ | table.navbox + table.navbox { margin-top: 2px; } | ||
- | # | + | #content a.external[href^="/"], |
- | + | #content a.external[href^="http://gineipaedia.com/"], | |
+ | #content a.external[href^="https://gineipaedia.com/"], | ||
+ | #content a.external[href="http://gineipaedia.com"], | ||
+ | #content a.external[href="https://gineipaedia.com"] { | ||
+ | padding: 0; | ||
+ | background: none; | ||
} | } |
Latest revision as of 02:18, 19 July 2017
#featured-text img { border: 1px solid #444444; } #recently-featured { font-size: 89%; } #more-featured { text-align: right; font-size: 89%; } .terminal { margin: 0.85em 0px 0.85em 0px; padding: 0.3em 0.4em; font-size: 98%; font-family: 'Courier New', Courier, monospace; background-color: #222222; border: 1px solid #444444; -moz-border-radius: 3px; border-radius: 3px; -moz-box-shadow: inset 1px 1px 3px rgba(0,0,0,0.35); -webkit-box-shadow: inset 1px 1px 3px rgba(0,0,0,0.35); box-shadow: inset 1px 1px 3px rgba(0,0,0,0.35); } #bodyContent > .terminal:last-child { margin-bottom: 0em; } #editpage-copywarn { padding-top: 0.1em; } #multiboilerplateform input[type="submit"] { margin-left: 4px; } table.navbox + table.navbox { margin-top: 2px; } #content a.external[href^="/"], #content a.external[href^="http://gineipaedia.com/"], #content a.external[href^="https://gineipaedia.com/"], #content a.external[href="http://gineipaedia.com"], #content a.external[href="https://gineipaedia.com"] { padding: 0; background: none; }