imported>Mweinelt |
imported>Mweinelt |
(6 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt) |
Zeile 1: |
Zeile 1: |
− | <pre><nowiki>
| + | body { |
| + | background-image: url('http://memory-alpha.org/en/images/b/b1/Ma_background.png'); |
| + | } |
| | | |
− | /* ausblenden von diversen dingen */
| + | #content { |
− | body,td,th {font-family: Verdana, Arial, Helvetica, sans-serif;}
| + | background-color: #2E2E33; |
| + | } |
| | | |
− | p{letter-spacing:0px;word-spacing:-1px; margin-right:15px; text-align:justify; line-height:162%; vertical-align:baseline;}
| + | .pBody{ |
| + | background-color: #2E2E33; |
| + | } |
| | | |
− | h1 {text-transform:capitalize}
| + | div { |
| + | -moz-border-radius: 6px; |
| + | } |
| | | |
− | | + | div.tright { |
− | #n-help {display: none}
| + | clear: right; |
− | #n-Forum {display: none}
| + | float: right; |
− | | + | border-width: 0 !important; |
− | #p-wikicities-nav {display: none}
| + | margin: 1.25em 0 .8em 1.4em; |
− | #column-google {display: none}
| + | } |
− | #footer {display: none}
| + | div.tleft { |
− | | + | float: left; |
− | | + | border-width: 0 !important; |
− | .content-ads {margin-right: 5px; margin-bottom: 0px}
| + | margin: .5em 2.15em .8em 0; |
− | | + | } |
− | .nav {display: none}
| + | a:visited { |
− | .sb-both {text-align: left}
| + | color: #0088ff; |
− | | |
− | .firstHeading {text-transform:capitalize}
| |
− | | |
− | table {border-collapse:collapse;}
| |
− | | |
− | td.odd {font-size:10px;}
| |
− | td.even {font-size:10px;}
| |
− | | |
− | div.thumbinner {border-style:none; border-width:0px; background-color: #222222;border-collapse:collapse; padding:0px !Important; top:0px;
| |
− | left:0px;}
| |
− | | |
− | div.thumb {border-style:none; border-width:0px; background-color: #222222;border-collapse:collapse; width: 200px !Important; margin-top:0.6em; margin-left:1em;}
| |
− | div.tright {border: 1px solid #222222 !important; background-color: #222222 !important; width: 202px !Important; }
| |
− | | |
− | #toc {display:block; position:absolute; right:-210px; top:-1px;}
| |
− | | |
− | table.wiki-sidebar{margin-bottom:14px;margin-left:14px;}
| |
− | div.contentSub {margin-bottom:14px;}
| |
− | | |
− | div.thumbcaption{position:relative;font-size:10px !Important; background-color:#00FF00;}
| |
− | | |
− | /* super das jetzt noch auf alle möglichen bildgrößen ausweiten */
| |
− | | |
− | img.thumbimage[height = "143"]{ margin-bottom:-50px;}
| |
− | | |
− | div.magnify{height:14px !Important; overflow:hidden;top:-20px;}
| |
− | | |
− | div.toctitle{display: none !Important;} | |
− | | |
− | table.toc{width:202px !Important; overflow:hide; font-size:10px !Important; border-color:#222222; background-color:#333333;}
| |
− | | |
− | span.editsection{display:block !Important; left:0px !Important; position:absolut !Important;}
| |
− | | |
− | div.content-ads{min-width:400px !Important; max-width:800px !Important; margin-left:160px !Important; margin-right:auto !Important;}
| |
− | | |
− | img.thumbimage{margin-bottom:0px;}
| |
− | | |
− | div.magnify{display:none;width:100%;background-color:#0066CC;float:none !Important; position:relative;margin-bottom:-11px;}
| |
− | | |
− | div.magnify img{display:none;}
| |
− | | |
− | /*
| |
− | table.gallery {
| |
− | border: 0px none #AAAAAA;
| |
− | margin: 2px auto 2px auto;
| |
− | padding: 2px;
| |
− | background-color: #222222;
| |
− | width: 100%;
| |
| } | | } |
− | | + | a { |
− | table.gallery td {
| + | text-decoration: none; |
− | vertical-align: top;
| |
− | text-align: center;
| |
− | background-color: #222222;
| |
− | border: none;
| |
− | margin-left:auto;
| |
− | margin-right:auto;
| |
| } | | } |
− | */
| |
− | /* .fullImageLink {background-color:#000000;}*/
| |
− | </nowiki></pre>
| |