MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus Liebliches-Feld.net
Zur Navigation springenZur Suche springen
Zeile 88: Zeile 88:
 
     background: url(/wiki/images/titel31.png) no-repeat #EEEEC4;
 
     background: url(/wiki/images/titel31.png) no-repeat #EEEEC4;
 
}
 
}
 
.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 102: Zeile 95:
 
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;}
 +
 
#column-content {
 
#column-content {
 
width: 100%;
 
width: 100%;
Zeile 120: Zeile 114:
 
     z-index: 2;
 
     z-index: 2;
 
}
 
}
#column-one {
+
 
padding-top: 160px;
 
background: none;
 
}
 
  
 
.pBody {
 
.pBody {
Zeile 135: Zeile 126:
  
  
#p-cactions {
+
 
position: absolute;
 
top: 1.3em;
 
left: 11.5em;
 
margin: 0;
 
white-space: nowrap;
 
width: 76%;
 
line-height: 1.1em;
 
overflow: visible;
 
background: none;
 
border-collapse: collapse;
 
padding-left: 1em;
 
list-style: none;
 
font-size: 95%;
 
}
 
 
#p-cactions ul {
 
#p-cactions ul {
 
list-style: none;
 
list-style: none;
Zeile 181: Zeile 158:
 
padding: 0 1em .2em!important;
 
padding: 0 1em .2em!important;
 
background-color: #FFF5CE;
 
background-color: #FFF5CE;
}
 
#p-cactions .new a {
 
color: #ba0000;
 
}
 
#p-cactions li a:hover {
 
z-index: 3;
 
text-decoration: none;
 
background-color: #FFF5CE;
 
}
 
#p-cactions h5 {
 
display: none;
 
}
 
#p-cactions li.istalk {
 
margin-right: 0;
 
}
 
#p-cactions li.istalk a {
 
padding-right: .5em;
 
}
 
#p-cactions #ca-addsection a {
 
padding-left: .4em;
 
padding-right: .4em;
 
}
 

Version vom 4. Februar 2023, 17:25 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*/

body {
    font: x-small sans-serif;
    color: black;
    margin: 0;
    padding: 0;
    background: url(/wiki/images/titel31.png) no-repeat #EEEEC4;
}

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


.pBody {
    font-size: 95%;
    background: #FFF5CE;
    color: black;
    border-collapse: collapse;
    border: 1px solid #aaa;
    padding: 0 .8em .3em .5em;
}



#p-cactions ul {
	list-style: none;
}
#p-cactions li {
	display: inline;
	border: 1px solid #aaa;
	border-bottom: none;
	padding: 0 0 .1em 0;
	margin: 0 .3em 0 0;
	overflow: visible;
	background: white;
}
#p-cactions li.selected {
	border-color: #fabd23;
	padding: 0 0 .2em 0;
	font-weight: bold;
}
#p-cactions li a {
	background-color: #FFF5CE;
	color: #002bb8;
	border: none;
	padding: 0 .8em .3em;
	position: relative;
	z-index: 0;
	margin: 0;
	text-decoration: none;
}
#p-cactions li.selected a {
	z-index: 3;
	padding: 0 1em .2em!important;
	background-color: #FFF5CE;