MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus Liebliches-Feld.net
Zur Navigation springenZur Suche springen
Zeile 78: Zeile 78:
 
text-transform: none;
 
text-transform: none;
 
}
 
}
 +
 +
/*Anpassungen*/
 +
 +
.pBody {-moz-border-radius-topright: 1em; -moz-border-radius-bottomright: 1em;}
 +
#content {-moz-border-radius-topleft: 1em; -moz-border-radius-bottomleft: 1em;}
 +
table, #catlinks {-moz-border-radius: 1em; }
 +
table td {-moz-border-radius-topleft: 1em;-moz-border-radius-topright: 1em; }
 +
#p-cactions ul li a, #p-cactions ul li {-moz-border-radius-topleft: 1em ;-moz-border-radius-topright: 1em; }
 +
div.thumbinner {-moz-border-radius: 0.8em;}
  
 
h1:first-letter {font: 150% courier bolder capitals; color: green;}
 
h1:first-letter {font: 150% courier bolder capitals; color: green;}
Zeile 85: Zeile 94:
 
h5:first-letter {font: 150% courier bolder capitals; color: green;}
 
h5:first-letter {font: 150% courier bolder capitals; color: green;}
 
h6:first-letter {font: 150% courier bolder capitals; color: green;}
 
h6:first-letter {font: 150% courier bolder capitals; color: green;}
 
body {
 
    font: x-small sans-serif;
 
    color: black;
 
    margin: 0;
 
    padding: 0;
 
    background: url(/wiki/images/titel31.png) no-repeat #EEEEC4;
 
}
 
 
 
#column-content {
 
#column-content {
 
width: 100%;
 
width: 100%;
Zeile 100: Zeile 100:
 
padding: 0;
 
padding: 0;
 
  background: none;
 
  background: none;
 +
}
 +
#content {
 +
margin: 2.8em 0 0 12.2em;
 +
    padding: 0 1em 1.5em 1em;
 +
    background: #FFF5CE;
 +
    color: black;
 +
    border: 1px solid #aaa;
 +
    border-right: none;
 +
    line-height: 1.5em;
 +
    position: relative;
 +
    z-index: 2;
 +
}
 +
#column-one {
 +
padding-top: 160px;
 +
background: none;
 
}
 
}

Version vom 4. Februar 2023, 16:40 Uhr

/** CSS an dieser Stelle wirkt sich auf alle Skins aus */

/*-----------------------------------------------------------------------------*/
/* Anfang: Navigationsleisten                                                  */
/*-----------------------------------------------------------------------------*/
/* Format für den Link zum Aus- und Einklappen der Navigationsleisten */

 .NavToggle { font-size: x-small; float:right; }
 .NavToggleEnglish { font-size: x-small; float:right; }

/* Standard Navigationsleisten */

div.BoxenVerschmelzen, div.NavFrame {
    margin: 0px;
    padding: 2px;
    border: 1px solid #aaaaaa;
    text-align: center;
    border-collapse: collapse;
    font-size: 95%;
        clear:both;
 }
 div.BoxenVerschmelzen div.NavFrame {
    border-style: none;
    border-style: hidden;
 }

code {
	background-color: #f9f9f9;
}
pre {
	padding: 1em;
	border: 1px dashed #2f6fab;
	color: black;
	background-color: #f9f9f9;
	line-height: 1.1em;
}
 div.NavFrame + div.NavFrame {
    border-top-style: none;
    border-top-style: hidden;
 }
 div.NavPic {
    background-color: #ffffff;
    margin: 0px;
    padding: 2px;
    float: left;
 }
 div.NavFrame div.NavHead {
    height: 1.6em;
    font-weight: bold;
    font-size: 100%;
    background-color: #efefef;
 }
 div.NavFrame p {
    font-size: 100%;
 }
 div.NavFrame div.NavContent {
    font-size: 100%;
 }
 div.NavFrame div.NavContent p {
    font-size: 100%;
 }
 div.NavEnd {
    margin: 0px;
    padding: 0px;
    line-height: 1px;
    clear: both;
 }

/*-----------------------------------------------------------------------------*/
/* Ende: Navigationsleisten                                                    */
/*-----------------------------------------------------------------------------*/

/** Kleinschreibung nicht erzwingen */
.portlet h5,
.portlet h6,
#p-personal ul,
#p-cactions li a {
	text-transform: none;
}

/*Anpassungen*/

.pBody {-moz-border-radius-topright: 1em; -moz-border-radius-bottomright: 1em;}
#content {-moz-border-radius-topleft: 1em; -moz-border-radius-bottomleft: 1em;}
table, #catlinks {-moz-border-radius: 1em; }
table td {-moz-border-radius-topleft: 1em;-moz-border-radius-topright: 1em; }
#p-cactions ul li a, #p-cactions ul li {-moz-border-radius-topleft: 1em ;-moz-border-radius-topright: 1em; }
div.thumbinner {-moz-border-radius: 0.8em;}

h1:first-letter {font: 150% courier bolder capitals; color: green;}
h2:first-letter {font: 150% courier bolder capitals; color: green;}
h3:first-letter {font: 150% courier bolder capitals; color: green;}
h4:first-letter {font: 150% courier bolder capitals; color: green;}
h5:first-letter {font: 150% courier bolder capitals; color: green;}
h6:first-letter {font: 150% courier bolder capitals; color: green;}
#column-content {
	width: 100%;
	float: right;
	margin: 0 0 .6em -12.2em;
	padding: 0;
 background: none;
}
#content {
	margin: 2.8em 0 0 12.2em;
    padding: 0 1em 1.5em 1em;
    background: #FFF5CE;
    color: black;
    border: 1px solid #aaa;
    border-right: none;
    line-height: 1.5em;
    position: relative;
    z-index: 2;
}
#column-one {
	padding-top: 160px;
	background: none;
}