MediaWiki:Skin/Frage.css: Unterschied zwischen den Versionen

aus Kamelopedia, der wüsten Enzyklopädie
Zur Navigation springen Zur Suche springen
(AZ: Die Seite wurde neu angelegt.)
 
K
 
(68 dazwischenliegende Versionen von 2 Benutzern werden nicht angezeigt)
Zeile 3: Zeile 3:
  
 
  body {
 
  body {
     background-color: #fcf6e4;
+
     background-color:#F5F8FF;  
     background-image: url(skins/vector/images/page-base.png);
+
     background-image: none;  
 +
   
 
  }
 
  }
 
   
 
   
Zeile 25: Zeile 26:
 
  }
 
  }
 
   
 
   
div.vectorTabs ul {
+
div#content {border-color:#A7D7F9; }
    background-image:url(skins/vector/images/border.png);
+
 
}
 
 
#content {
 
    background-image:none !important;
 
    border-left:1px solid #a7d7f9;
 
}
 
 
   
 
   
#mw-head-base {
 
    background-image: url(skins/vector/images/border.png);
 
}
 
 
   
 
   
#footer {
 
    background-image: url(skins/vector/images/border.png);
 
}
 
 
   
 
   
 
  div.vectorTabs ul li {
 
  div.vectorTabs ul li {
Zeile 50: Zeile 39:
 
     background-image: url(skins/vector/images/tab-current-fade.png);
 
     background-image: url(skins/vector/images/tab-current-fade.png);
 
  }
 
  }
 +
 +
#bodyContent {
 +
margin-top: 1em;
 +
}
 +
 +
#fragnav { margin: 1em 0; text-align: right; }
 +
 +
.fragnavknopp, #fragantwort {
 +
font-weight: bold;
 +
padding: .3em;
 +
border: 1px solid #0064A8;
 +
border-radius: 0.3em;
 +
color: #fff;
 +
background-color: #0083DE;
 +
box-shadow: 3px 3px 5px #aaa;
 +
}
 +
 +
 +
.frageliste a {
 +
font-size:1.2em;
 +
line-height: 2em;
 +
}
 +
 +
.fragehinweis {
 +
margin-left: 1em;
 +
font-size: .9em;
 +
font-weight: normal;
 +
color: #E5F4FF;
 +
}
 +
 +
.fragnavknopp:hover {
 +
background-color: #0051C0;
 +
border-color: #0051C0;
 +
cursor: pointer;
 +
}
 +
 +
#firstHeading {
 +
border: 1px solid #0083DE;
 +
border-radius: 0.3em;
 +
padding: 1em;
 +
background-color: #F5F8FF;
 +
font-size: 1.4em;
 +
}
 +
 +
#ca-feedback{display: none !important;}
 +
 +
#fragantwort_form, #fragantwort h5 {margin:1em;}
 +
#fragantwort_form textarea {margin-bottom:1em;}
 +
#fragantwort h5 {color: #fff;}
 +
#fragantwort {z-index:1001;width:450px;max-width:650px;position:absolute;right:200px;-moz-box-shadow: 10px 10px 5px #888;
 +
-webkit-box-shadow: 10px 10px 5px #888;
 +
box-shadow: 10px 10px 5px #888;}
 +
 +
.page-Frage_Hauptseite #firstHeading, #toc, .page-Frage_Hauptseite #ca-hw {display: none;}
 +
 +
.ns-114 h4  {
 +
padding: 1em .5em .5em 1em ;
 +
margin: 1em 0 0 0 ;
 +
}
 +
 +
.page-Frage_Hauptseite h4, .ns-115 h4 {
 +
        margin: 0 0 .3em 0;
 +
        border: none;
 +
        background-color: transparent;
 +
        }
 +
 +
.ns-114 p {
 +
padding: 0 .5em 1em 2em ;
 +
margin: 0;
 +
font-size: 1.1em ;
 +
}
 +
 +
.page-Frage_Hauptseite p, .ns-115 p {
 +
        margin: 0.4em 0 0.5em 0;
 +
        padding: 0;
 +
        border: none;
 +
        background-color: transparent;
 +
        }
 +
 +
#n-Gute-Frage {display: none;}
 +
 +
/*Suchergebnisse*/
 +
 +
.mw-specialpage-summary, .mw-search-formheader, #mw-searchoptions, .mw-search-createlink, .editsection {display:none;}
 +
 +
#dialog-modal {z-index:12340;}

Aktuelle Version vom 19. Januar 2014, 04:37 Uhr

 
#p-logo a { background-image: url("images/a/a4/WikiLogoFrage.png") !important; }

 body {
    background-color:#F5F8FF; 
    background-image: none; 
    
 }
 
 #mw-page-base {
    background-color: #fff;
    background-image: url(skins/vector/images/page-fade.png);
 }
 
 div.vectorTabs, div.vectorTabs span, div.vectorMenu h5 a {
    background-image: url(skins/vector/images/tab-break.png);
 }
 

 #head div.vectorMenu h5 {
    background-image: url(skins/vector/images/tab-break.png);
 }
 
 div.vectorMenu h5 a {
    background-image: url(skins/vector/images/tab-break.png);
 }
 
div#content {border-color:#A7D7F9; }

 
 
 
 div.vectorTabs ul li {
    background-color: #fcf6e4;
    background-image: url(skins/vector/images/tab-normal-fade.png);
 }
 
div.vectorTabs li.selected {
    background-image: url(skins/vector/images/tab-current-fade.png);
 }

#bodyContent {
 margin-top: 1em;
}

#fragnav { margin: 1em 0; text-align: right; }

.fragnavknopp, #fragantwort {
 font-weight: bold;
 padding: .3em;
 border: 1px solid #0064A8;
 border-radius: 0.3em;
 color: #fff;
 background-color: #0083DE;
 box-shadow: 3px 3px 5px #aaa;
 }


.frageliste a {
 font-size:1.2em;
 line-height: 2em;
}

.fragehinweis {
 margin-left: 1em;
 font-size: .9em;
 font-weight: normal;
 color: #E5F4FF;
}

.fragnavknopp:hover {
 background-color: #0051C0;
 border-color: #0051C0;
 cursor: pointer;
}

#firstHeading {
 border: 1px solid #0083DE;
 border-radius: 0.3em;
 padding: 1em;
 background-color: #F5F8FF;
 font-size: 1.4em;
}

#ca-feedback{display: none !important;}

#fragantwort_form, #fragantwort h5 {margin:1em;}
#fragantwort_form textarea {margin-bottom:1em;}
#fragantwort h5 {color: #fff;}
#fragantwort {z-index:1001;width:450px;max-width:650px;position:absolute;right:200px;-moz-box-shadow: 10px 10px 5px #888;
-webkit-box-shadow: 10px 10px 5px #888;
box-shadow: 10px 10px 5px #888;}

.page-Frage_Hauptseite #firstHeading, #toc, .page-Frage_Hauptseite #ca-hw {display: none;}

.ns-114 h4  {
	padding: 1em .5em .5em 1em ;
	margin: 1em 0 0 0 ;
	}

.page-Frage_Hauptseite h4, .ns-115 h4 {
        margin: 0 0 .3em 0;
        border: none;
        background-color: transparent;
        }
		
.ns-114 p {
	padding: 0 .5em 1em 2em ;
	margin: 0;
	font-size: 1.1em ;
	}

.page-Frage_Hauptseite p, .ns-115 p {
        margin: 0.4em 0 0.5em 0;
        padding: 0;
        border: none;
        background-color: transparent;
        }

#n-Gute-Frage {display: none;}

/*Suchergebnisse*/

.mw-specialpage-summary, .mw-search-formheader, #mw-searchoptions, .mw-search-createlink, .editsection {display:none;}

#dialog-modal {z-index:12340;}