MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus Harvestopia
Zur Navigation springen Zur Suche springen
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
 
(163 dazwischenliegende Versionen von 5 Benutzern werden nicht angezeigt)
Zeile 1: Zeile 1:
/*Hintergrund*/
/*Background*/
body {
background:url(images/custom/fg_background01.jpg) #65c0dd no-repeat;
        background-position:-250px 0px;
       
}
 
 
 
#mw-head {
background:url(images/custom/fg_background01.jpg) #65c0dd no-repeat;
        background-position:-250px 0px;
 
}


body {
/*Logo  */
background-image:url(http://192.168.30.4/trampeltier_wiki/images/1/1f/Background.jpg);
.mw-wiki-logo {
background-repeat:repeat;
  background-size: 10em;
background-attachment:scroll;
}
#p-logo a {
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    height: 160px;
    text-decoration: none;
    width: 10em;
}
 
div#footer ul li {
color: #ffffff;
font-size: 0.9em;
margin: 0;
padding: 0.5em 0;
}
 
div#footer ul li a {
color: #ffffff;
text-decoration: bold;
}
 
/*Content*/
 
div#content  {
background:#f1f1d0;
margin-top:0px;
padding:25px 25px 25px 25px;
}
/*Tabs*/
 
nav.vector-menu-tabs li.selected {
    background:#f1f1d0;
}
 
nav.vector-menu-tabs li.selected a, nav.vector-menu-tabs li.selected a:visited {
    background:#f1f1d0;
}
 
nav.vector-menu-tabs re.selected {
    background:#f1f1d0;
}
 
nav.vector-menu-tabs re.selected a, nav.vector-menu-tabs re.selected a:visited {
    background:#f1f1d0;
}
}


/*nav.vector-menu-tabs li a {
    background-image: (images/8/8d/Navigationsbalken129x25.jpg) ;
    background-position: right bottom;
    background-repeat: no-repeat;
    color: #a55858;
    cursor: pointer;
    display: inline-block;
    font-size: 0.8em;
    height: 25px;
    padding-left: 0.8em;
    padding-right: 0.8em;
}*/
/*vetor menu*/
nav.vector-menu h3 span {
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-size: 1.2em;
    height: 25px;
    padding-left: 0.8em;
    padding-right: 0.8em;
}


#mw-head  
div#mw-head nav.vector-menu h3 {
{background:#d4edfc;}
    background:none;
}


div#content {
#mw-page-base {
background:#f0f5de;
    background:none;
}
}


/*Rahmen Inhaltsverzeichnis*/
/*Rahmen Inhaltsverzeichnis*/
#toc, .toc {background:#d4edfc;
 
border:6px outset #d4edfc;
#toc, .toc {
-moz-border-radius:4px;
    background: none repeat scroll 0 0 #f9eddc;
    border: 3px outset #bd7004;
    border-radius: 3px 3px 3px 3px;
  -moz-border-radius:3px;
}
}


div#mw-panel div.portal div.body ul li a {
/*Navigation*//*-moz-linear-gradient(top, #d4edfc, #90bacc)*/
 
nav.vector-menu-portal ul li a {


display: block;
display: block;
padding: 5px 5px 5px 5px;
padding: 5px 5px 5px 5px;
border-left: 16px solid #6f93a7;
/*border-left: 16px solid #bd7004;
border-right: 5px solid #6f93a7;
border-right: 5px solid #bd7004;
border-top: 1px solid #6f93a7;
border-top: 1px solid #bd7004;
border-bottom: 1px solid #6f93a7;
border-bottom: 1px solid #bd7004;*/
background: -moz-linear-gradient(top, #d4edfc, #90bacc);
background: url(images/8/8d/Navigationsbalken129x25.jpg) no-repeat;
-moz-border-radius:4px;
/*-moz-border-radius:4px;*/
color: #000;
color: #000;
text-decoration: none;
text-decoration: none;
width: 70%;
width: 119px;


}
}


div#mw-panel div.portal div.body ul li a:hover {
h5.vector-menu-heading span {
background: -moz-linear-gradient(top, #c4deb4, #95c672);
    border: medium none;
color:#FFF;
    color: #FFFFFF;
    cursor: default;
    font-size: 0.95em;
    font-weight: bold;
    padding: 0 0.25em 0.25em 1.75em;
}
h3.vector-menu-heading span {
    border: medium none;
    color: #ffffff;
    cursor: default;
    font-size: 1.2em;
    font-weight: bold;
    margin: 0px;
    padding: 0.25em 0 0.25em 0.25em;
}
}


nav.vector-menu-portal ul li {
    font-size: 0.75em;
    line-height: 1.125em;
    margin-left: -10px;
    padding: 2px;
    word-wrap: break-word;
}


/*Tabellen*/


table.wikitable {
table.wikitable {
   background:#d9e6b1;
   background:#A07841;
   font:left;
   font:left;
   text-align:center;
   text-align:center;
   -moz-border-radius:4px;
   -moz-border-radius:4px;
}
table.wikitable tr:nth-child(odd){
background: #f1f1d0;
}
table.wikitable tr:nth-child(even){
background: #e0e0bf;
}
}

Aktuelle Version vom 2. März 2026, 12:52 Uhr

/*Background*/
body {
	background:url(images/custom/fg_background01.jpg) #65c0dd no-repeat;
        background-position:-250px 0px;
        
}



#mw-head {
	background:url(images/custom/fg_background01.jpg) #65c0dd no-repeat;
        background-position:-250px 0px;

}

/*Logo  */
.mw-wiki-logo {
  background-size: 10em;
}
#p-logo a {
 
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    height: 160px;
    text-decoration: none;
    width: 10em;
}

div#footer ul li {
color: #ffffff;
font-size: 0.9em;
margin: 0;
padding: 0.5em 0;
}

div#footer ul li a {
color: #ffffff;
text-decoration: bold;
}

/*Content*/

div#content  {
	background:#f1f1d0;
	margin-top:0px;
	padding:25px 25px 25px 25px;
}
/*Tabs*/

nav.vector-menu-tabs li.selected {
    background:#f1f1d0;
}

nav.vector-menu-tabs li.selected a, nav.vector-menu-tabs li.selected a:visited {
    background:#f1f1d0;
}

nav.vector-menu-tabs re.selected {
    background:#f1f1d0;
}

nav.vector-menu-tabs re.selected a, nav.vector-menu-tabs re.selected a:visited {
    background:#f1f1d0;
}

/*nav.vector-menu-tabs li a {
    background-image: (images/8/8d/Navigationsbalken129x25.jpg) ;
    background-position: right bottom;
    background-repeat: no-repeat;
    color: #a55858;
    cursor: pointer;
    display: inline-block;
    font-size: 0.8em;
    height: 25px;
    padding-left: 0.8em;
    padding-right: 0.8em;
}*/

/*vetor menu*/


nav.vector-menu h3 span {
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-size: 1.2em;
    height: 25px;
    padding-left: 0.8em;
    padding-right: 0.8em;

}

div#mw-head nav.vector-menu h3 {
    background:none;
}

#mw-page-base {
    background:none;
}

/*Rahmen Inhaltsverzeichnis*/

#toc, .toc {
    background: none repeat scroll 0 0 #f9eddc;
    border: 3px outset #bd7004;
    border-radius: 3px 3px 3px 3px;
   -moz-border-radius:3px;
}

/*Navigation*//*-moz-linear-gradient(top, #d4edfc, #90bacc)*/

nav.vector-menu-portal ul li a {

	display: block;
	padding: 5px 5px 5px 5px;
	/*border-left: 16px solid #bd7004;
	border-right: 5px solid #bd7004;
	border-top: 1px solid #bd7004;
	border-bottom: 1px solid #bd7004;*/
	background: url(images/8/8d/Navigationsbalken129x25.jpg) no-repeat;
	/*-moz-border-radius:4px;*/
	color: #000;
	text-decoration: none;
	width: 119px;

}

h5.vector-menu-heading span {
    border: medium none;
    color: #FFFFFF;
    cursor: default;
    font-size: 0.95em;
    font-weight: bold;
    padding: 0 0.25em 0.25em 1.75em;
}
h3.vector-menu-heading span {
    border: medium none;
    color: #ffffff;
    cursor: default;
    font-size: 1.2em;
    font-weight: bold;
    margin: 0px;
    padding: 0.25em 0 0.25em 0.25em;
}

nav.vector-menu-portal ul li {
    font-size: 0.75em;
    line-height: 1.125em;
    margin-left: -10px;
    padding: 2px;
    word-wrap: break-word;
}

/*Tabellen*/

table.wikitable {
  background:#A07841;
  font:left;
  text-align:center;
  -moz-border-radius:4px;
}

table.wikitable tr:nth-child(odd){ 
		background: #f1f1d0; 
}
table.wikitable tr:nth-child(even){ 
		background: #e0e0bf; 
}