MediaWiki:Common.css: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Porod (Diskussion | Beiträge) |
Porod (Diskussion | Beiträge) |
||
| Zeile 46: | Zeile 46: | ||
} | } | ||
| + | /*=================================================================*/ | ||
/* Hauptseite */ | /* Hauptseite */ | ||
#bannerwrapper {width:100%; margin:0; padding:0; border-bottom:1em #eee solid; } | #bannerwrapper {width:100%; margin:0; padding:0; border-bottom:1em #eee solid; } | ||
| Zeile 55: | Zeile 56: | ||
} | } | ||
| − | + | ul.contentwrapper a {display:block; | |
| − | ul.contentwrapper a { | ||
| − | |||
width:100%; | width:100%; | ||
height:1.5em; | height:1.5em; | ||
| Zeile 65: | Zeile 64: | ||
font-size:1em; | font-size:1em; | ||
color:black; | color:black; | ||
| + | margin-bottom:0.3em; | ||
} | } | ||
| Zeile 72: | Zeile 72: | ||
box-shadow: 10px 10px 5px #ddd; | box-shadow: 10px 10px 5px #ddd; | ||
float:left; overflow:hidden; | float:left; overflow:hidden; | ||
| − | padding:0.2em 1em 0 0; margin:1em 2em 2em 0; | + | padding:0.2em 1em 0 0.5em; margin:1em 2em 2em 0; |
color:blue; | color:blue; | ||
| − | + | } | |
| − | |||
| − | |||
| − | |||
li.contentbox ul {list-style-type:none; width:100%; | li.contentbox ul {list-style-type:none; width:100%; | ||
margin:0; padding:0; line-height: 2em; | margin:0; padding:0; line-height: 2em; | ||
| Zeile 87: | Zeile 84: | ||
} | } | ||
| − | li.contentbox ul li { | + | li.contentbox ul li {margin:0; border-top:1px solid #eee;} |
| − | li.contentbox ul | + | li.contentbox ul:hover > a {color:white; background-color:#00bbff;} |
Version vom 28. April 2015, 17:04 Uhr
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
.clustersixoh{
background-color:yellow;
width:400px; height:12px;
margin:0px 0px 0px -14px;
padding:0px 0px 0px 0px;
font-size:10px;
font-familiy:arial;
}
.clustersixov {
background-color:yellow;
width:10px; height:100px;
margin:0px 0px 0px -14px;
padding:0px 0px 0px 0px;
overflow:hidden;
float:left;
font-size:10px;
font-familiy:arial;
}
.clustersixuh{
background-color:yellow;
width:400px; height:12px;
margin:0px 0px 0px -14px;
padding:0px 0px 0px 0px;
font-size:10px;
font-familiy:arial;
bottom:0px;
}
.clustersixuv { background-color:yellow;
background-color:yellow;
width:10px; height:100px;
margin:0px 0px 0px -14px;
padding:0px 0px 0px 0px;
overflow:hidden;
float:inherit left;
font-size:10px;
font-familiy:arial;
}
/*=================================================================*/
/* Hauptseite */
#bannerwrapper {width:100%; margin:0; padding:0; border-bottom:1em #eee solid; }
.banner {height:100%; padding:0%; margin:0% 10% auto;}
ul.contentwrapper {list-style-image:none;
}
ul.contentwrapper a {display:block;
width:100%;
height:1.5em;
padding:0 1em;
margin:0;
background-color:white;
font-size:1em;
color:black;
margin-bottom:0.3em;
}
li.contentbox {border-left:1em solid blue; border-radius:5px;
box-shadow: 10px 10px 5px #ddd;
float:left; overflow:hidden;
padding:0.2em 1em 0 0.5em; margin:1em 2em 2em 0;
color:blue;
}
li.contentbox ul {list-style-type:none; width:100%;
margin:0; padding:0; line-height: 2em;
list-style-image:none;
}
li.contentbox ul li {margin:0; border-top:1px solid #eee;}
li.contentbox ul:hover > a {color:white; background-color:#00bbff;}