MediaWiki:Common.css

Aus Fahrradmonteur
Zur Navigation springenZur Suche springen

Hinweis: Leere nach dem Speichern den Browser-Cache, um die Änderungen sehen zu können.

  • Firefox/Safari: Umschalttaste drücken und gleichzeitig Aktualisieren anklicken oder entweder Strg+F5 oder Strg+R (⌘+R auf dem Mac) drücken
  • Google Chrome: Umschalttaste+Strg+R (⌘+Umschalttaste+R auf dem Mac) drücken
  • Internet Explorer: Strg+F5 drücken oder Strg drücken und gleichzeitig Aktualisieren anklicken
  • Opera: Gehe zu Menü → Einstellungen (Opera → Einstellungen auf dem Mac) und dann auf Datenschutz & Sicherheit → Browserdaten löschen → Gespeicherte Bilder und Dateien.
body { background: #eaeeed; }
small {font-size: 0.88em;}
pre, code { font-size:115%; }
table { width:99%; }
a.internal { color:navy !important;}
a.external { color:#006600 !important;}
a:active { color: #002bb8; }
pre, code { font-size: 115%; }
td {vertical-align: top;}
#content h1 { border-bottom: dotted; color:navy; }
#bodyContent h2, h3, h4 { border-bottom: none; }
h2.box { color:white; font-family:Garamond, Times, serif; font-size:1.7em; font-variant:small-caps; font-weight:900;  }
/* Menü links farbig gestalten */
#p-Fahrradtechnik A { color:black !important; }
#p-Fahrradtechnik { background-image: url(http://www.fahrradmonteur.de/m-0.png) !important;
background-position: top left; background-repeat: no-repeat;
-webkit-border-top-right-radius: 20px;
-moz-border-radius-topright: 20px;
border-top-right-radius: 20px;
border: 1px solid gray; font-weight: bold; margin-bottom: 3px; }
#p-Fahrrad_allgemein A { color:black !important; }
#p-Fahrrad_allgemein { background-image: url(http://www.fahrradmonteur.de/m-4.png) !important;
background-position: top left; background-repeat: no-repeat;
-webkit-border-top-right-radius: 20px;
-moz-border-radius-topright: 20px;
border-top-right-radius: 20px;
border: 1px solid gray; font-weight: bold; }
#p-Fahrradtouren A { color:black !important; }
#p-Fahrradtouren { background-image: url(http://www.fahrradmonteur.de/m-2.png) !important;
background-position: top left; background-repeat: no-repeat;
-webkit-border-top-right-radius: 20px;
-moz-border-radius-topright: 20px;
border-top-right-radius: 20px;
border: 1px solid gray; font-weight: bold; }
#p-Fotografie A { color:black !important; }
#p-Fotografie { background-image: url(http://www.fahrradmonteur.de/m-3.png) !important;
background-position: top left; background-repeat: no-repeat;
-webkit-border-top-right-radius: 20px;
-moz-border-radius-topright: 20px;
border-top-right-radius: 20px;
border: 1px solid gray; font-weight: bold; }
#p-Fahrradhersteller A { color:black !important; }
#p-Fahrradhersteller { background-image: url(http://www.fahrradmonteur.de/m-1.png) !important;
background-position: top left; background-repeat: no-repeat;
-webkit-border-top-right-radius: 20px;
-moz-border-radius-topright: 20px;
border-top-right-radius: 20px;
border: 1px solid gray; font-weight: bold; }
#p-coll-print_export A { color:black !important; }
#p-coll-print_export { background-image: url(http://www.fahrradmonteur.de/m-5.png) !important;
background-position: top left; background-repeat: no-repeat;
-webkit-border-top-right-radius: 20px;
-moz-border-radius-topright: 20px;
border-top-right-radius: 20px;
border: 1px solid gray; font-weight: bold; }
#p-tb A { color:black !important; }
#p-tb { background-image: url(http://www.fahrradmonteur.de/m-6.png) !important;
background-position: top left; background-repeat: no-repeat;
-webkit-border-top-right-radius: 20px;
-moz-border-radius-topright: 20px;
border-top-right-radius: 20px;
border: 1px solid gray; font-weight: bold; }
/* Ende Menü links */
table.t {
   border-width:          2px; 
   border-style:          solid;
   border-color:          gray;
   border-collapse:       collapse; 
}
.t th {
   vertical-align:        middle;
   border-bottom-width:   2px;
   background-color:      #dddddd;
}
.t td {
   padding:               6px;
   vertical-align:        top;
   border-bottom-width:   1px;
   background-color:      #f2f2f2;
}
.t td, .t th {
   border-bottom-style:   solid;
   border-bottom-color:   gray;
   border-left-width:     1px;
   border-left-style:     solid;
   border-left-color:     silver;
}
.editbutton {
font-size:0.9em; 
font-family: Helvetica, Futura, "Century Gothic", "Calibri", "Franklin Gothic Book", Verdana, sans-serif; 
text-align:right; !important;
font-weight:bolder; 
border: 1px solid gray;
padding-right: 12px;
display: inline-block;
background-image: -webkit-linear-gradient(#f2f2f2 0%, #cfcfcf 100%); 
background-image: -moz-linear-gradient(#f2f2f2 0%, #cfcfcf 100%); 
background-image: -o-linear-gradient(#f2f2f2 0%, #cfcfcf 100%); 
background-image: linear-gradient(#f2f2f2 0%, #cfcfcf 100%);
}
.portlet h5     { font-weight:bold; background:black !important; }      /* alle Ãœberschriften in der Sidebar fett */
sup.reference {
   font-size: 0.8em;
   vertical-align:top;
}
.prettytable {
	background: #f9f9f9;
	border: 1px solid #aaa;
	border-collapse: collapse;
	margin: 1em 1em 1em 0;
}
.prettytable th,
.prettytable td {
	border: 1px solid #aaa;
	padding: 0.2em;
}
.prettytable th {
	text-align: center;
}
.prettytable caption {
	font-weight: bold;
}
.liste_weisz {
        background: #f9f9f9;
}
.liste_blau {
        background: #c7e8ff;
}
.mitte {text-align: center;}
/* .box {
	background-color: #FFFAEE;
	color: #000000;
	margin-bottom: 9px;
	width: 99%;
	-moz-border-radius: 1em;
	border: 1px solid gray;
}
*/
.boxtop{
	background-color: #352C66;
	border-bottom: 1px solid #000000;
	color: #FFFFFF;
	display: block;
	font-weight: bold;
	padding: 3px;
	text-align: center;
	background-image: url(http://www.fahrradmonteur.de/images/d/dd/Zahn.png);
	background-position: top left;
	background-repeat: no-repeat;
	-moz-border-radius-topright: 1em;
}
.zahn {
	background-image: url(http://www.fahrradmonteur.de/images/d/dd/Zahn.png);
	background-position: top left;
	background-repeat: no-repeat;
}
.li {
	float: left;
	width: 49%;
}
.re {
	float: right;
	width: 49%;
}
.in {
	padding: 4px;
	font-size: 85%;
	padding-bottom: 5px;
}
#footer {

}
span[id ^='pedia'] { 
padding-left: 15px;
background: transparent url(/images/0/05/Wp-favicon.png) no-repeat center left;
}
/*personal toolbar oben rechts */
#p-personal ul li  {
background: white;
   margin: 0 .3em 0 0;
   padding: 0 .8em 0 .8em;
}
#p-personal a  {
color:silver;
}