MediaWiki:Freewar.css: Unterschied zwischen den Versionen

aus Chaos FreewarWiki, der Referenz für Freewar
Zur Navigation springen Zur Suche springen
(...)
K (+Veraltet)
 
Zeile 1: Zeile 1:
#navbar
/*****************************************
position:absolute; z-index:1; border:none; background:none;
right:12px; top:2.3em; float:right; margin:0.0em;
padding:0.0em; line-height:1.5em; text-align:right; text-indent:0;
font-size:85%; text-transform:none; white-space:normal;
}
*[id]#navbar { top:0.3em; }


Diese CSS-Datei wird nicht mehr verwendet.
#p-Navigation, #p-Navigation + div, #p-Besucherecke, #p-search, #p-tb { position:relative; top:-2em; }
--Arbiedz 16:47, 15. Mär. 2014 (CET)
#p-logo, #p-logo a, #p-logo a:hover { height:130px; }


/** Do not force 'lowercase' */
*****************************************/
.portlet h5,
.portlet h6,
#p-personal ul,
#p-cactions li a {
text-transform: none;
}
 
.NavToggle { font-size: x-small; float:right; }
 
/* Alternativlogo: Standard weg */
/* #p-logo { display: none; } */
 
a:link { color:#CC3300; text-decoration:none; font-weight:bold;
}
a:visited { color:#CC3300; text-decoration:none; font-weight:bold;
}
a:active { color:#FF3300; text-decoration:hover; font-weight:bold;
}
a:hover  { color:#FF3300; text-decoration:underline; font-weight:bold;
}
a:stub { collor:#faa700;; font-weight:italic;
}
a:new { text-decoration: none; color: #002bb8; background: none;
}
a.new:visited, #p-personal a.new:visited { color: #5a3696;
}
.usermessage { border: 1px solid #A2A09F; font-weight: bold; padding: 2px;
padding-left: 5px; background-image: 
url(http://213.239.212.176/freewar/images/buttonorange_bg.jpg); background-repeat: repeat-x; 
}
h1, h2 { color: black; background:url(http://freewar.de/images/item_divider3.jpg) bottom left no-repeat; font-weight: normal; margin: 0;padding-top: .5em; padding-bottom: 12px; border-bottom-width: 0;
}
th { border: 1px solid #A2A09F; font-weight: bold; padding: 2px; padding-left: 5px; background-image: url(http://213.239.212.176/freewar/images/button_bg.jpg); background-repeat: repeat-x;
tr { padding: 2px; padding-left: 5px; background-color: #ECE9E6; border: 1px solid
#D6CBC2; border-top: 0px;
}
hr { background: url(http://freewar.de/images/item_divider3.jpg);
}
ul { list-style: url(http://freewar.de/images/subpoint1.jpg) outside; margin: 5pt;
}
ol { list-style: upper-roman; list-style-image: none;
}
h1:after, h2:after { content: ""; }

Aktuelle Version vom 15. März 2014, 17:48 Uhr

/*****************************************

Diese CSS-Datei wird nicht mehr verwendet.
--Arbiedz 16:47, 15. Mär. 2014 (CET)

*****************************************/