MediaWiki:Common.css

aus LuftschiffWiki - http://www.luftschiff.org/
Zur Navigation springen Zur 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.
/* CSS an dieser Stelle wirkt sich auf alle Skins aus */
/*
** MediaWiki 'monobook' style sheet for CSS2-capable browsers.
** Copyright Gabriel Wicke - http://wikidev.net/
** License: GPL (http://www.gnu.org/copyleft/gpl.html)
**
** Loosely based on http://www.positioniseverything.net/ordered-floats.html by Big John
** and the Plone 2.0 styles, see http://plone.org/ (Alexander Limi,Joe Geldart & Tom Croucher,
** Michael Zeltner and Geir Bækholt)
** All you guys rock :)
*/

/**
 * Stylesheet for screen/projection.  All rules not marked media-specific are
 * shared with handheld.css and should be updated in tandem.  The rules can't
 * be in the same file because old browsers like IE5 won't obey @media rules.
 *
 * Rules that are screen/projection-specific are marked with commented-out
 * @media rules and indentation.
 */

/* @media screen, projection { */
/*Calendar Extension: */
table.calendar          { margin: 0; padding: 10px; }
table.calendar td       { margin: 0; padding: 2px; vertical-align: top; }
table.month .heading td { padding:2px; background-color:#e55a00; color:#252a54; text-align:center; font-size:120%; font-weight:bold; }
table.month .dow td     { color:#252a54; text-align:center; font-size:110%; }
table.month td.today    { background-color:#252a54; }
table.month td {
    border: none;
    margin: 0;
    padding: 1pt 1.5pt;
    font-weight: bold;
    font-size: 8pt;
    text-align: right;
    background-color: #eee;
    }
    #bodyContent table.month a { background:none; padding:0 }
    .day-active { color:#0000cc }
    .day-empty  { color:#cc0000 }

body { background-color:#252a54; font: sans-serif; text-align:justify; color:#ccc9c7;  margin: 0; padding:0; } 
h1 { font-variant:small-caps; letter-spacing: 0.1em; text-align:left; padding-top:0.23em; color: #e55a00; }
table {  vertical-align:top; }
td {  vertical-align:top; }
tr { vertical-align:top; text-align:justify; }
img { border:0px; background-color:none; }
.termine {
/*    background-color: #ccc9c7; 
    color:#ded5c6; */
    border-spacing: 20px; 
    border-left: 3px solid #e55a00;  
    border-right: 3px solid #e55a00;       
    font-size: 88%;
    margin-left: 10px;
    margin-bottom: 8px;
    text-align:justify;
}

p { padding-right:10px; } 
a:link { color:#ccc9c7; text-decoration:none; letter-spacing: 0.1em; }
a:visited { color:#ccc9c7; text-decoration:none }
a:hover { text-decoration:none; border-bottom: 1px solid #e55a00; border-top: 1px solid #e55a00; padding: 0;}
a:active { color:#ccc9c7; text-decoration:none }
a:focus { color:#e55a00; text-decoration:none }
a.stub { color: #e55a00; }

h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover { border: none; }
div.image a:hover, div.floatright a:hover, div.thumb a:hover { border:none; }


/* general styles */

table {
	font-size: 100%;
	/*color: black;*/
	/* we don't want the bottom borders of <h2>s to be visible through
	   floated tables */
	/*background-color: white;*/
}

img {
	border: none;
	vertical-align: middle;
}
/* @media screen, projection { */
	p {
		margin: .4em 0 .5em 0;
		line-height: 1.5em;
	}
/* } */
p img {
	margin: 0;
}

h2 {
    text-align:left;
    border: 2px solid #e55a00;
    border-right: none;
    font-weight: normal;
    margin: 0;
    padding-top: 0.2em;
    padding-bottom: 0.15em;
}

h3, h4, h5, h6 {
    text-align:left;
    border: 2px solid #e55a00;
    border-right: none;
    border-top: none;	
    font-weight: normal;
    margin: 0;
    padding-top: 0.2em;
    padding-bottom: 0.15em;
}



.termine h3, h4, h5, h6 {                                                            
    color: #e55a00;                                                   
    border: none;  
    text-align:center;                                               
    font-weight: normal;                                                        
    margin: 0;                                                                  
    padding-top: 0.2em;                                                         
    padding-bottom: 0.15em;                                                     
/*    border-bottom: 1px solid #e55a00;                                       
    border-left: 1px solid #e55a00;     */
}                                           

h1 { font-size: 188%; }
h1 .editsection { font-size: 53%; }
h2 { font-size: 150%; }
h2 .editsection { font-size: 67%; }
h3, h4, h5, h6 {
	/*border-bottom: none;*/
	font-weight: bold;
}
h3 { font-size: 132%; }
h3 .editsection { font-size: 76%; font-weight: normal; }
h4 { font-size: 116%; }
h4 .editsection { font-size: 86%; font-weight: normal; }
h5 { font-size: 100%; }
h5 .editsection { font-weight: normal; }
h6 { font-size: 80%;  }
h6 .editsection { font-size: 125%; font-weight: normal; }


ul {
	line-height: 1.5em;
	list-style-type: square;
	margin: .3em 0 0 1.5em;
	padding: 0;
	list-style-image: url(bullet.gif);
}
ol {
	line-height: 1.5em;
	margin: .3em 0 0 3.2em;
	padding: 0;
	list-style-image: none;
}
li {
	margin-bottom: .1em;
}
dt {
	font-weight: bold;
	margin-bottom: .1em;
}
dl {
	margin-top: .2em;
	margin-bottom: .5em;
}
dd {
	line-height: 1.5em;
	margin-left: 2em;
	margin-bottom: .1em;
}

fieldset {
	/*border: 1px solid #2f6fab;*/
	margin: 1em 0 1em 0;
	padding: 0 1em 1em;
	line-height: 1.5em;
}
legend {
	padding: .5em;
	font-size: 95%;
}
form {
	border: none;
	margin: 0;
}

textarea {
	width: 100%;
	padding: .1em;
}