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) |
Admin (Diskussion | Beiträge) |
||
| Zeile 66: | Zeile 66: | ||
-------------------------------------------------- | -------------------------------------------------- | ||
*/ | */ | ||
| − | + | /* icons für die Navigation */ | |
#mw-panel li a{ | #mw-panel li a{ | ||
| − | padding-left: | + | padding-left:17px; |
| − | background-image: url(" | + | background-image: url("images/9/97/Navigation-icon_16x16.png"); |
background-repeat: no-repeat; | background-repeat: no-repeat; | ||
} | } | ||
| − | #n-Projekt_TSP-Ameisenalgorithmus{ | + | #mw-panel li#n-Projekt_TSP-Ameisenalgorithmus a{ |
| − | background-image: url(" | + | background-image: url("images/f/f4/AntsOnCrack-Logo_16x16.png"); |
| + | } | ||
| + | #mw-panel li#n-Projekt_HWR-Chat a{ | ||
| + | background-image: url("images/c/c5/HWR-Chat-Logo_16x16.png"); | ||
| + | } | ||
| + | #mw-panel li#n-Projekt_Optimaler_Entscheidungsbaum a{ | ||
| + | background-image: url("images/d/de/Optimaler_Entscheidungsbaum-Logo_16x16.png"); | ||
| + | } | ||
| + | #mw-panel li#n-Projekt_Roboter_spielt_M.C3.BChle a{ | ||
| + | background-image: url("images/f/f8/Roboter_spielt_Mühle-Logo_16x16.png"); | ||
| + | } | ||
| + | |||
| + | .ns-100 #content{ | ||
| + | background-image: url("images/f/f4/AntsOnCrack-Logo_16x16.png"); | ||
background-repeat: no-repeat; | background-repeat: no-repeat; | ||
| + | background-position: right top; | ||
} | } | ||
Aktuelle Version vom 11. März 2013, 13:43 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 |
| |
--------------------------------------------------
*/
/* icons für die Navigation */
#mw-panel li a{
padding-left:17px;
background-image: url("images/9/97/Navigation-icon_16x16.png");
background-repeat: no-repeat;
}
#mw-panel li#n-Projekt_TSP-Ameisenalgorithmus a{
background-image: url("images/f/f4/AntsOnCrack-Logo_16x16.png");
}
#mw-panel li#n-Projekt_HWR-Chat a{
background-image: url("images/c/c5/HWR-Chat-Logo_16x16.png");
}
#mw-panel li#n-Projekt_Optimaler_Entscheidungsbaum a{
background-image: url("images/d/de/Optimaler_Entscheidungsbaum-Logo_16x16.png");
}
#mw-panel li#n-Projekt_Roboter_spielt_M.C3.BChle a{
background-image: url("images/f/f8/Roboter_spielt_Mühle-Logo_16x16.png");
}
.ns-100 #content{
background-image: url("images/f/f4/AntsOnCrack-Logo_16x16.png");
background-repeat: no-repeat;
background-position: right top;
}