MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus Organ index
Zur Navigation springen Zur Suche springen
 
(93 dazwischenliegende Versionen von 2 Benutzern werden nicht angezeigt)
Zeile 1: Zeile 1:
body, #searchInputSuggest { font-family: helvetica neue, helvetica, arial, verdana, sans-serif !important; background: none !important; }
+
/* Für alle Skins gültig: Mindestbreite 1000px, Maincontent linksbündig, Breite der Sidebar 152px */
h1.firstHeading { margin-bottom: 25px !important; }
 
#content { padding: 3em 4em 3em !important; margin: 0 auto !important; border: 0 !important; max-width: 1180px !important; background: none !important; }
 
 
div#siteNotice,
 
#siteSub,
 
#footer,
 
#toc,
 
#administrator,
 
#coordinates,
 
.editsection,
 
#spoken-icon,
 
#featured-star,
 
#donate,
 
#anontip,
 
.ambox,
 
#protected-icon,
 
#p-logo,
 
#p-personal,
 
#p-navigation,
 
#p-interaction,
 
#p-tb,
 
#p-lang,
 
#p-search h5,
 
#searchGoButton,
 
#mw-searchButton,
 
#anon-banner,
 
#speak-icon,
 
.portal.expanded,
 
.portal.collapsed,
 
#left-navigation,
 
#mw-head-base,
 
#mw-page-base,
 
#p-views ul,
 
#searchButton,
 
#p-views
 
{ display: none !important; }
 
p, ul, dl { margin-bottom: 1.7em !important; }
 
ul { margin-bottom: 2.2em !important; }
 
ul ul { margin-bottom: 1em !important; margin-top: .8em !important; }
 
h1 { font-size: 300% !important; padding-bottom: 10px !important;  font-weight: bold !important; padding-right: 280px !important;}
 
h2 { font-size: 220% !important; padding-bottom: 15px !important; margin-top: 40px !important; font-weight: bold !important; }
 
#mp-upper h2, #mp-tfp h2 { margin-top: 0 !important; padding-top: .6em !important; }
 
h3 { font-size: 180% !important; padding-bottom: 5px !important; margin-top: 40px !important; }
 
h4 { font-size: 150% !important; padding-bottom: 5px !important; margin-top: 40px !important; }
 
p, li { font-size: 140% !important; }
 
dd, dt { font-size: 110% !important; }
 
.infobox { margin-left: 2.5em !important; margin-bottom: 3em !important; border-style: solid !important; padding: .5em !important; width: 200px !important; -moz-border-radius: 8px !important;  -webkit-border-radius: 8px !important;border-color: #cacaca !important; }
 
  
#contentSub, #contentSub2 { margin-left: 0 !important; }
+
body.page-Main_Page.action-view h1.firstHeading, body.page-Main_Page.action-submit h1.firstHeading { display: none; }
div.tleft { margin: 0 4em 2em 0 !important; }
 
div.tright { margin: 0 0 2em 4em !important; }
 
li { margin-bottom: 1em !important; margin-left: 2em !important; line-height: 1.5em; }
 
li ul li { font-size: 100% !important; margin-bottom: .6em !important; }
 
div#catlinks { margin-top: 4em !important; padding-left: 1em !important;  padding-right: 1em !important;  }
 
div.dablink { padding-left: 0 !important; }
 
.messagebox { margin: 0 0 1em !important; text-align: left !important; padding: 1em !important; }
 
dt { margin-top: 1em !important; }
 
h1, h2 { border-bottom-style: dotted !important; }
 
#content blockquote, table.cquote { margin-left: 4em !important; margin-right: 4em !important; margin-bottom: 2em !important; line-height: 2.2em !important; background: #efefef !important; padding: 1.4em 2em 0.1em !important; -moz-border-radius: 10px !important; -webkit-border-radius: 10px !important; }
 
table.cquote { font-size: 1.4em !important; line-height: 1.4em !important;  padding: 1.4em .8em !important; border-collapse: separate !important; }
 
table.cquote p { font-size: 1em !important; }
 
  
 +
body {
 +
min-width: 1000px;
 +
max-width: 100%;
 +
}
  
input#searchInput { -moz-appearance: none !important; border: 1px solid #cacaca !important; font-size: 125% !important; padding: 6px 12px 4px !important; margin: 5px !important; color: #b5b5b5 !important;font-family: georgia, serif !important; background: transparent url(http://farm4.static.flickr.com/3030/3077594241_439e2b8597_o.gif) no-repeat 96% 53% !important; -moz-border-radius: 20px !important; -webkit-border-radius: 20px !important;  width: 15em !important;}
+
#mainContent {
 +
float: left;
 +
width: 80%;
 +
margin-bottom: 1em;
 +
margin-left: 1em;
 +
}
  
input#searchInput:focus { border-color: #7f7f7f !important; color: #000 !important; background-image: url(http://farm4.static.flickr.com/3067/3078425588_7a06f0c50f_o.gif) !important; }
+
#side {
 +
float: left;
 +
width: 152px;
 +
margin-bottom: 1em;
 +
}
  
.catlinks { -moz-border-radius: 5px !important; -webkit-border-radius: 5px !important; }
+
/* Text-Layout */
  
div.thumbinner { -moz-border-radius: 5px !important; -webkit-border-radius: 5px !important; padding: 5px !important; }
+
#text {
 +
                font-size:100%;
 +
line-height:1.2em;
 +
text-align:left;
 +
position:static;
 +
}
  
.catlinks { -moz-border-radius: 5px !important;  -webkit-border-radius: 5px !important; }
+
/* fix google maps little man in responsive skin */
 +
.gm-style img {
 +
    max-width: none;
 +
}
  
div.thumbinner { -moz-border-radius: 5px !important; -webkit-border-radius: 5px !important; padding: 5px !important; }
+
.wikitable.zebra tr:nth-child(odd) {
 
+
  background-color: #ffffff;
div#searchBody.pBody { display: block !important; padding: 0 !important; border: 0; border: 0 !important; background: none !important; }
+
}
#p-search { position: absolute !important; top: 2.6em !important; right: 3.3em !important; width: 21em !important; z-index: 10000 !important;}
 
#simpleSearch { border: none !important; background: none !important; }
 
input#searchInput:focus { outline: none !important; }
 
 
 
table#mp-topbanner { margin-top: 6em !important; }
 
  
#p-cactions li a.selected, #p-cactions li a { z-index: 0 !important; }
+
/* ConfirmEdit QuestyCaptcha -- on Create Account */
#p-cactions li#ca-edit a { z-index: 3 !important; padding: 5px 10px !important; content: "Special" !important; background: #F9F9F9 !important; color: #CACACA !important; font-weight: normal !important; text-transform: capitalize !important; font-size: 80% !important; -moz-border-radius-bottomright: 5px !important;  -webkit-border-bottom-right-radius: 5px !important; -moz-border-radius-bottomleft: 5px !important; outline: none !important; -webkit-border-bottom-left-radius: 5px !important;}
+
.htmlform-tip + .mw-htmlform-field-HTMLInfoField { color:yellow; }
#p-cactions li#ca-edit a:hover { background: #cacaca !important; color: #fff !important; }
 
#p-cactions li#ca-edit { position: absolute !important; right: 0 !important; top: 0 !important; margin: 0 3em 0 0 !important; line-height: 1.2em !important; }
 
#p-cactions { width: auto !important; position: absolute !important; right: 0 !important; top: 0 !important; }
 
 
 
#right-navigation {
 
float: none !important;
 
height: 100px !important;
 
margin: 0px auto !important;
 
max-width: 1180px !important;
 
overflow: hidden !important;
 
position: relative !important;
 
padding: 0 4em !important;
 
}
 
  
 +
/* ConfirmEdit QuestyCaptcha -- on Edit page + add a URL */
 +
label[for=wpCaptchaWord] {
 +
    color:green;
 +
    font-weight:bold;
 +
    font-size:150%;
 
}
 
}

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%;
}