IBAN: DE30 2585 0110 0046 0424 20
BIC: NOLADE21UEL
Stichwort: PERRYPEDIA
Institut: SK Uelzen Lüchow-Dannenberg
Kontoinhaber: PERRY RHODAN FAN ZENTRALEDeine Spenden helfen, die Perrypedia zu betreiben.Benutzer:Bully1966/monobook.css
Zur Navigation springen
Zur Suche springen
Anmerkung: Nach dem Speichern muss der Browser-Cache geleert werden, damit die Änderungen sichtbar werden: Mozilla/Firefox: neu laden anklicken (oder Strg-R), IE / Opera: Strg-F5, Safari: Kommando-R, Konqueror Strg-R.
/* make a few corners round, only supported by moz/firefox/other gecko browsers for now */
#p-cactions ul li, #p-cactions ul li a {
-moz-border-radius-topleft: 1em;
-moz-border-radius-topright: 1em;
}
#content {
-moz-border-radius-topleft: 1em;
-moz-border-radius-bottomleft: 1em;
}
div.pBody {
-moz-border-radius-topright: 1em;
-moz-border-radius-bottomright: 1em;
}
/* same following the css3 draft specs, any browsers supporting this? */
#p-cactions ul li, #p-cactions ul li a {
border-radius-topleft: 1em;
border-radius-topright: 1em;
}
#content {
border-radius-topleft: 1em;
border-radius-bottomleft: 1em;
}
div.pBody {
border-radius-topright: 1em;
border-radius-bottomright: 1em;
}
/* Transform the user toolbar into a sidebox */
#p-personal {
position:relative;
z-index:3;
width: 11.6em;
}
#p-personal .pBody {
width: 10.7em;
border: none;
margin: 0 0 0.1em 0em;
float: none;
overflow: hidden;
font-size: 95%;
background: White;
border-collapse: collapse;
border: 1px solid #aaaaaa;
padding: 0 0.8em 0.3em .5em;
}
#p-personal ul {
line-height: 1.5em;
list-style-type: square;
list-style-image: url("/style/monobook/bullet.gif");
font-size:95%;
margin: 0 0 0 1.5em;
padding:0;
text-align:left;
text-transform: none;
}
#p-personal li {
display: list-item;
padding:0;
margin: 0 0 0 0;
margin-bottom: 0.1em;
}
/* suppress the person icon by your username */
/* needed if not already in place */
li#pt-userpage { background: none }
#p-logo,
#p-logo a,
#p-logo a:hover {
height: 75px;
}
#column-one { padding-top: 80px; }
/* +++++ Standardtabelle für Auflistung +++++ */
table.perrypedia_std_table {
border: 1px solid #8CAFE6;
border-collapse: collapse;
background-color: #FFF;
}
table.perrypedia_std_table tr {
border: 1px solid #8CAFE6;
}
table.perrypedia_std_table th {
border: 1px solid #8CAFE6;
background-color: #8CAFE6;
}
table.perrypedia_std_table td {
border: 1px solid #8CAFE6;
}
/* +++++ 3. NEUE [[Hauptseite|HAUPTSEITE]] (ab 2007) +++++ */
#hauptseite h2 {
background-color: #d8e8ff;
border: 1px solid #8898bf;
font-size: 1em;
font-weight: bold;
margin-top: 0;
margin-bottom: 0;
padding-top: 0.1em;
padding-bottom: 0.1em;
}
#hauptseite .inhalt {
background-color: #ffffff;
border: 1px solid #8898bf;
border-top: 0px solid white;
padding: 0.3em 0.8em 0.4em 0.8em;
}
#hauptseite .inhalt hr {
background-color: #8898bf;
color: #8898bf;
height: 1px;
margin:0.5em 0;
padding: 0;
}
#hauptseite .inhalt .mehr {
clear: both;
font-size: 95%;
margin-top: 0.8em;
text-align: right;
}
.hauptseite-oben,
.hauptseite-links,
.hauptseite-rechts {
margin-bottom: 1em;
}
.hauptseite-links {
margin-right: 0.5em;
}
.hauptseite-rechts {
margin-left: 0.5em;
}
.hauptseite-oben h2,
.hauptseite-unten h2 {
text-align: center;
}
.hauptseite-oben .inhalt .portale {
font-weight: bold;
margin-top: 0.2em;
margin-bottom: 0.2em;
}
.hauptseite-oben .inhalt .intern {
font-size: 90%;
text-align: center;
}
.hauptseite-links h2,
.hauptseite-rechts h2 {
text-indent: 0.8em;
}
/* Deutsche Wikipedia */
#bodyContent a[href ^="http://de.wikipedia.org/"] {
color: #a090c0;
background: url("../images/6/6b/Wikipedia-de.png") center left no-repeat;
padding-left: 29px;
padding-right: 0px;
}
#bodyContent a[href ^="http://de.wikipedia.org/"]:active {
color: #33ffbb;
background: url("../images/6/6b/Wikipedia-de.png") center left no-repeat;
padding-left: 29px;
padding-right: 0px;
}
#bodyContent a[href ^="http://www.wikipedia.org/wiki/de:"] {
color: #a090c0;
background: url("../images/6/6b/Wikipedia-de.png") center left no-repeat;
padding-left: 29px;
padding-right: 0px;
}
#bodyContent a[href ^="http://www.wikipedia.org/wiki/de:"]:active {
color: #33ffbb;
background: url("../images/6/6b/Wikipedia-de.png") center left no-repeat;
padding-left: 29px;
padding-right: 0px;
}