MediaWiki:Common.css
Warning: preg_match(): Compilation failed: group name must start with a non-digit at offset 8 in /www/htdocs/w0102873/mediawiki/includes/MagicWord.php on line 739
Aus It2010-g1
Admin (Diskussion | Beiträge) (Die Seite wurde neu angelegt: „- →Das folgende CSS wird für alle Benutzeroberflächen geladen.: /* -------------------------------------------------- | …“) |
Admin (Diskussion | Beiträge) |
||
| Zeile 66: | Zeile 66: | ||
-------------------------------------------------- | -------------------------------------------------- | ||
*/ | */ | ||
| + | |||
| + | #mw-panel li a{ | ||
| + | padding-left:16px; | ||
| + | } | ||
Version vom 17. Januar 2012, 21:45 Uhr
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
/*
--------------------------------------------------
| |
| STORY-CARDS |
| |
--------------------------------------------------
*/
/* for all storyCard */
table.storyCard {
width:1000;
}
/* for headlines (th) in storyCardRed */
table.storyCardRed th{
background: none repeat scroll 0 0 red;
}
/* for headlines (th) in storyCardYellow */
table.storyCardYellow th{
background: none repeat scroll 0 0 yellow;
}
/* for headlines (th) in storyCardGreen */
table.storyCardGreen th{
background: none repeat scroll 0 0 green;
}
/*
--------------------------------------------------
| |
| ENDE: STORY-CARDS |
| |
--------------------------------------------------
*/
/*
--------------------------------------------------
| |
| START: BOX |
| |
--------------------------------------------------
*/
/* for all box-tables */
table.box {
background: none repeat scroll 0 0 #F2F2F2;
border: 1px dashed #AAAAAA;
border-collapse: collapse;
color: black;
margin: 1em 1em 1em 0;
}
/* for all box-tables th and td*/
.box th, .box th {
padding: 0.2em;
}
/*
--------------------------------------------------
| |
| ENDE: BOX |
| |
--------------------------------------------------
*/
#mw-panel li a{
padding-left:16px;
}