Benutzer:Joe-le/wikia.css: Unterschied zwischen den Versionen

aus Memory Alpha, der freien deutschen Star-Trek-Datenbank
Spring zu: Navigation, suche
imported>Joe-le
imported>Joe-le
(Entferne Revision 407804 von Joe-le (Diskussion))
Zeile 224: Zeile 224:
 
#WikiaRail .nav li{display:list-item;list-style:square outside none;}
 
#WikiaRail .nav li{display:list-item;list-style:square outside none;}
  
/** Change width of page to be variable **/
+
/** Change width of page to a different fixed value **/
 
.WikiaPage {
 
.WikiaPage {
   width: 95% !important;
+
   width: 1200px !important;
 
}
 
}

Version vom 16. November 2010, 17:21 Uhr

/* == MULTI COLUMN LAYOUT  == */

/* === Basic Setup  === */

.multi-column .col{float:left;}
.col-content{padding-right:.5em;padding-left:.5em}

#WikiaArticle > .multi-column {margin:19px 0;clear:both}
#WikiaArticle > .multi-column .col{display:inline-block;vertical-align:top;margin-left:10px;}
#WikiaArticle > .multi-column >.col:first-child, #WikiaArticle >  .multi-column > .visualClear + .col{margin-left:0}

#WikiaArticle > .multi-column > .col > .col-content{padding:0}

#WikiaArticle > .two-columns .col{width:325px}
#WikiaArticle > .three-columns .col{width:215px}
#WikiaArticle > .four-columns .col{width:157px}
#WikiaArticle > .five-columns .col{width:124px}
#WikiaArticle > .six-columns .col{width:101px}
#WikiaArticle > .seven-columns .col{width:14.285%}

/* ==== Alternative Setup for one column layout ==== */

.two-columns .col{width:50%;}
.three-columns .col{width:33.333%;}
.four-columns .col{width:25%;}
.five-columns .col{width:20%;}
.six-columns .col{width:16.666%;}
.seven-columns .col{width:14.285%;}

.oasis-one-column #WikiaArticle > .two-columns .col{width:485px}
.oasis-one-column #WikiaArticle > .three-columns .col{width:320px} 
.oasis-one-column #WikiaArticle > .four-columns .col{width:237px} 
.oasis-one-column #WikiaArticle > .five-columns .col{width:188px}
.oasis-one-column #WikiaArticle > .six-columns .col{width:155px}
.oasis-one-column #WikiaArticle > .seven-columns .col{width:130px} 

/* === behaviour of lists in mcl === */

.multi-column dd, .multi-column dd{margin-left:0}
.multi-column ul, .multi-column ol{margin-left:1.2em}

/* === behaviour of image thumbnails in mcl === */

.multi-column .thumb{width:auto; margin:1em 0; float:none;}
.multi-column .thumbinner{width:auto !Important;}
.multi-column .thumb img.thumbimage{width:100%; display:block; margin:auto; height:auto !Important;}
.multi-column.two-columns .thumb{width:50%; float:left; margin:0 1em 1em 0}

/* == Standard Objects == */

.meta{font-style:italic;padding:0 1em;}
td, th{vertical-align:top; padding:0 2px;}
tr:nth-child(even){background-color:rgba(0,0,0,.1)}
th{background-color:rgba(255,255,255, .05); text-align:left}
tr:first-child th{background-color:#222226;

background-image:-moz-linear-gradient(center top , #2E2E33 0%, #222226 100%);
background-image:-webkit-gradient(linear, 0% 0%, 100% 0%, color-stop(0, #0e1519), color-stop(50%, #3a5766), color-stop(100%, #0e1519));

font-size:12px;height:25px;line-height:25px;margin:5px 0 20px;}

.visualClear{clear:both}

/* == Header == */

.WikiaPageHeader details{width:auto}

/* == Inline navigations == */

div.nav{clear:both;text-align:center;background-color:#222226;border:1px solid #3C3C43;padding:0 3px;}

div.nav p{display:none}

div.nav dl{position:relative;}

div.nav dd{margin-left: 0;}

div.nav dt{
background-image:-moz-linear-gradient(left center , #0E1519 0pt, #3A5766 50%, #0E1519 100%);
background-image:-webkit-gradient(linear, 0% 0%, 100% 0%, color-stop(0, #0e1519), color-stop(50%, #3a5766), color-stop(100%, #0e1519));
color:white;height:1.6em;font-weight:normal; border-bottom:1px solid #0B1114;border-top:1px solid #617884;}
div.nav dt a{color:white}

div.nav dd dt{background-color:transparent;font-weight:bold;color:white;}

div.nav ul{padding:0; margin:0;}
div.nav li{display:inline; line-height:1.5em;}
div.nav li::before {content:" \A0|\A0\A0";}
div.nav li:first-child::before {content:"";}

div.nav .next, div.nav .prev{position:absolute; width:30%; top:0; overflow:hidden;background-image:none}

div.nav .next{right:0;}
div.nav .prev{left:0;}

div.nav .next + dd, div.nav .prev + dd{position:absolute; width:30%; top:2em;}

div.nav .next + dd{right:5px;}
div.nav .prev + dd{left:5px;}

.WikiHeader .buttons{width:240px;bottom:32px;}

/* == TOC == */

.WikiaArticle .toc{width:220px;}

/* == Edit Sections == */

.editsection{display:none; position:absolute}

h1:hover .editsection, h2:hover .editsection, h3:hover .editsection, h4:hover .editsection, h5:hover .editsection, h6:hover .editsection{display:inline}

/* == Things that we don't need (I guess) == */

/* .picture-attribution, */ .wikia-photogallery-add, #csAddCategorySwitch, #WikiaPageHeader .likes{display:none !Important}

/* == Messages == */


div.copyvio, div.warning, div.protected, div.stub{text-align: justify;min-height:56px;margin:10px 0;padding: 4px 10px 10px 75px;background-image:#401F22; background-repeat:no-repeat;border-width:1px; border-style:solid; background-position:10px 10px}


div.warning, div#mw-recreate-deleted-warn{
	background-image:url(http://images1.wikia.nocookie.net/memoryalpha/de/images/thumb/e/ed/MA_Icon_Warnung.svg/50px-MA_Icon_Warnung.svg.png);
	border-color: #660000;
	color: #FF0000 ;
        background-color:#401F22;
	
}

div.copyvio{
	background-image: url(http://images4.wikia.nocookie.net/memoryalpha/de/images/thumb/3/30/MA_Icon_Copyright-Verletzung_.svg/50px-MA_Icon_Copyright-Verletzung_.svg.png);
        background-color:#401F22;
	border-color: #660000;
	color: #FF0000;
}

div.protected{
	background-image: url(http://images2.wikia.nocookie.net/memoryalpha/de/images/thumb/c/cb/MA_Icon_Protected.svg/50px-MA_Icon_Protected.svg.png);
        background-color:#333333;
	border-color:#AAAAAA;

}

div.stub{
	background-image: url(http://images1.wikia.nocookie.net/memoryalpha/de/images/thumb/f/fd/MA_Icon_Stub.svg/50px-MA_Icon_Stub.svg.png);
	border-color:orange;
        background-color:#333333
}

/* == Sidebars == */

.Sidebar{width:202px;float:right;clear:right;padding:3px;border:1px solid #3C3C43;background-color:#222226;font-size:10px;line-height:12px;margin:0 0 16px 16px;}
.Sidebar dl{clear:both}
.Sidebar dt, .Sidebar dd{width:100px;}
.Sidebar dt{float:left;clear:both;text-align:right;}
.Sidebar dd{margin-left:0;clear:right; float:right}
.Sidebar dd + dd{margin-top:2px}
.division-header, .sidebar-title{clear:both}
.division-header{width:100px; text-align:right;}
.sidebar-title{background-color:#222226;background-image: -webkit-gradient(linear, 0% 0%, 100% 0%, from(#0E1519), color-stop(0,5, #3A5766), to(#0E1519));background-image:-moz-linear-gradient(center top , #2E2E33 0%, #222226 100%);padding:4px}
.Sidebar .picture-attribution{display:none}

/* === thumbs in Sidebars == */

.Sidebar .thumbinner{border:none;padding:0;width:auto !Important}
.Sidebar .thumbcaption{display:none}
.Sidebar img{width:200px;height:auto}
.Sidebar img{width:200px;height:auto}
/* .Sidebar .thumb:last-child{display:none} */

.Sidebar .releases .thumbinner{width:100px !Important;}
.Sidebar .releases .tright{float:left; clear:left;margin:0}
.Sidebar .releases img{width:100px}
.Sidebar .releases dl{clear:none}
.Sidebar .releases dt{display:none}

/* === Logbuch === */

.logbuch {background-image:-webkit-gradient(linear, 0% 0%, 100% 0%, from(#0E1519), color-stop(0,5, #3A5766), to(#0E1519));background-image:-moz-linear-gradient(center top , #333338 60%, #222226 100%); border:1px solid #3C3C43;line-height:135%;}
.logbuch dl, .logbuch dd{margin:0}
.logbuch dt{font-weight:normal;}
.logbuch dd{border-top:1px solid #D5D4D4;padding-top:5px;}

/* === Misc === */

h1, h2, h3, h4, h5, h6 {color:#FFD942}

blockquote{background-color:#3C3C43;padding:4px 10px;}

q{quotes:"\00BB" "\00AB";font-style:italic}
q q{quotes:"\203A" "\2039";}
q:before{content:open-quote}
q:after{content:close-quote}
.mainpage-red{text-align:center}

.zitat{text-align:center}

.wikia-gallery {clear:both}

/* === Alt Timeline === */

div.alt_timeline{border-style:solid;border-color:#666666;border-width:1px 1px 1px 3px;margin:2em 0pt 1em; padding:.5em 1em;background-color:inherit}

div.alt_timeline .legend{position:absolute;background-color:#2E2E33;font-weight:normal;color:#666666;padding:0 .5em;font-size:.8em; margin-top:-1.6em;margin-top:-1.6em;}
blockquote div.alt_timeline .legend{background-color:inherit}

/* meta notice */

.meta-notice {background:url("http://images4.wikia.nocookie.net/memoryalpha/de/images/a/a6/Icon-Realworld-POV.png") no-repeat scroll 5px 4px #222226;border:1px solid #3C3C43;clear:both;font-size:80%;line-height:130%;margin:1em auto 0.5em;padding:0.4em 0.4em 0.4em 56px;
text-align:center;width:147px; float:right;margin:0 0 16px 16px;min-height:40px;}

/* for js improvements */

#WikiaRail .Sidebar{background-image:-webkit-gradient(linear, 0% 0%, 100% 0%, from(#0E1519), color-stop(0,5, #3A5766), to(#0E1519));background-image:-moz-linear-gradient(center top , #333338 60%, #222226 100%); border:1px solid #3C3C43; margin-bottom:10px; padding:9px 8px 8px; position:relative; width:auto;float:none;margin-left:0}
#WikiaRail .Sidebar img{width:280px;}

#WikiaRail .Sidebar dd {padding-left:145px;}

#WikiaRail .Sidebar dt, #WikiaRail .Sidebar dd {width:135px}

#WikiaRail .nav{margin:10px 0;  border:1px solid #3C3C43;padding:8px;}
#WikiaRail .nav ul{padding-left:1em;display:block}
#WikiaRail .nav li{display:list-item;list-style:square outside none;}

/** Change width of page to a different fixed value **/
.WikiaPage {
  width: 1200px !important;
}