MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus Organ index
Zur Navigation springen Zur Suche springen
K
 
(15 dazwischenliegende Versionen von 2 Benutzern werden nicht angezeigt)
Zeile 1: Zeile 1:
/* Für alle Skins gültig: Mindestbreite 1100px, Maincontent linksbündig, Breite der Sidebar 152px */
+
/* Für alle Skins gültig: Mindestbreite 1000px, Maincontent linksbündig, Breite der Sidebar 152px */
 +
 
 +
body.page-Main_Page.action-view h1.firstHeading, body.page-Main_Page.action-submit h1.firstHeading { display: none; }
  
 
body {
 
body {
min-width: 1100px;
+
min-width: 1000px;
 
max-width: 100%;
 
max-width: 100%;
 
}
 
}
Zeile 8: Zeile 10:
 
#mainContent {
 
#mainContent {
 
float: left;
 
float: left;
width: 84%;
+
width: 80%;
 
margin-bottom: 1em;
 
margin-bottom: 1em;
 
margin-left: 1em;
 
margin-left: 1em;
Zeile 28: Zeile 30:
 
}
 
}
  
/* Logo properties */
+
/* fix google maps little man in responsive skin */
 +
.gm-style img {
 +
    max-width: none;
 +
}
  
#p-logo {
+
.wikitable.zebra tr:nth-child(odd) {
top: 0;
+
  background-color: #ffffff;
left: 0;
 
position: static; /*needed to use z-index */
 
z-index: 1;
 
height: 65px;
 
width: 150px;
 
overflow: visible;
 
 
}
 
}
#p-logo h5 {
+
 
display: none;
+
/* ConfirmEdit QuestyCaptcha -- on Create Account */
}
+
.htmlform-tip + .mw-htmlform-field-HTMLInfoField { color:yellow; }
#p-logo a,
+
 
#p-logo a:hover {
+
/* ConfirmEdit QuestyCaptcha -- on Edit page + add a URL */
display: block;
+
label[for=wpCaptchaWord] {
height: 65px;
+
    color:green;
width: 150px;
+
    font-weight:bold;
background-repeat: no-repeat;
+
    font-size:150%;
background-position: 35% 50% !important;
 
text-decoration: none;
 
 
}
 
}

Aktuelle Version vom 24. Juni 2020, 22:05 Uhr

/* Für alle Skins gültig: Mindestbreite 1000px, Maincontent linksbündig, Breite der Sidebar 152px */

body.page-Main_Page.action-view h1.firstHeading, body.page-Main_Page.action-submit h1.firstHeading { display: none; }

	body {
		min-width: 1000px;
		max-width: 100%;
	}

	#mainContent {
		float: left;
		width: 80%;
		margin-bottom: 1em;
		margin-left: 1em;
	}

	#side {
		float: left;
		width: 152px;
		margin-bottom: 1em;
	}

/* Text-Layout */

	#text {
                font-size:100%;
		line-height:1.2em;
		text-align:left;
		position:static;
	}

/* fix google maps little man in responsive skin */
.gm-style img {
    max-width: none;
}

.wikitable.zebra tr:nth-child(odd) {
  background-color: #ffffff;
}

/* ConfirmEdit QuestyCaptcha -- on Create Account */
.htmlform-tip + .mw-htmlform-field-HTMLInfoField { color:yellow; }

/* ConfirmEdit QuestyCaptcha -- on Edit page + add a URL */
label[for=wpCaptchaWord] {
    color:green;
    font-weight:bold;
    font-size:150%;
}