Hauptmenü öffnen

Memory Alpha Nova β

Änderungen

MediaWiki:Common.css

2.552 Bytes entfernt, 21:03, 14. Aug. 2012
multi column system ausgelagert
/* Wikia staff test@import "http: 1,2,3,4 *//************************************************************* This CSS file contains all formatting information** for userde.memory-created formats on Memory Alphaalpha.** ** For formatting of any class used by the Mediawiki** engine, use [[Mediawikiorg/wiki/MediaWiki:MonobookCustom/multi-column-layout.css]].**** NOTE: Styles in this file are defined to be compliant** with Monobook, the standard skin. For use with other** skins, some or all of these might need to be redefined** in the CSS file of that skin. -- Cid, 2006-05-18*?action=raw&ctype=text/css";
 /************************************************************* TABLE: WIKI-SIDEBAR*/table.wiki@media all and (max-sidebar { border: 1px solid #666; background-color: #222222; color: inherit; clear: right; float: right; width: 300px; margin-left: 1.5em; margin-right: 0em; margin-bottom: 1.3em;} table.wiki-sidebar tr th { background: #000000 url(http://images.wikia.com/memoryalpha/eo/images/f/f7/MA_page_bar.png500px) repeat-x; text-align: center; font-weight: bold; font-size:larger;} table.wiki-sidebar td { line-height: 130%; border:0; font-size:smaller;} /*DEPRECATED: Use td.sb-left instead!*/table.wiki-sidebar td.odd { width: 35%; font-weight: bold; text-align: right;} table.wikimulti-sidebar tdcolumn .sb-both col{ text-align: center; padding-left: 0; padding-right: 0;} table.wiki-sidebar td.sb-both img { display:block; /*force new line after img in sidebar */ border: 0px outset #888888; margin: 0; padding-leftfloat: 0none; padding-right: 0;} table.wiki-sidebar td.sb-left { width: 33100%; font-weight: bold; text-align: left; vertical-align:top;table.wiki-sidebar td.sb-right {
}
div.Sidebar.meta-only .sidebar-title{
display:none;
}
 
 
/***********************************************************
** TABLE: NAV-SIMPLE
*/
table.nav-simple {
width: auto;
clear: both;
background-color: #222222;
border: 1px solid #666;
margin: 1em auto 1em auto;
}
 
table.nav-simple tr th {
background: #000000 url(http://images.wikia.com/memoryalpha/eo/images/f/f7/MA_page_bar.png) repeat-x;
text-align: center;
font-weight: bold;
}
 
table.nav-simple tr td {
background-color: transparent;
text-align: center;
font-size: smaller;
}
.logbuch dt{font-weight:normal;}
.logbuch dd{margin-left:0;}
 
.multi-column {
margin:0 -10px;
}
.multi-column .col{
display:inline-block;
vertical-align:top;
padding:0 10px;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.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%;}
 
.five-columns dd, .six-columns dd, .seven-columns dd{margin-left:0}
 
.col table{width:100%}
 
@media all and (max-width: 500px) {
.multi-column .col{float:none; width:100%;}
}
@media all and (max-width: 200px) {
Anonymer Benutzer