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

aus Kamelopedia, der wüsten Enzyklopädie
Zur Navigation springen Zur Suche springen
(→‎text-align: right;: (IE7 bug) Test)
K (Textersetzung - „"http://kamelopedia.mormo.org/images/“ durch „"../images/“)
Zeile 2: Zeile 2:
  
 
  #file img, .filehistory img {
 
  #file img, .filehistory img {
     background: url("http://kamelopedia.mormo.org/images/c/c4/Bildseitenhintergrund.png");
+
     background: url("../images/c/c4/Bildseitenhintergrund.png");
 
     }
 
     }
  

Version vom 23. November 2013, 20:57 Uhr

 /* Bildhintergründe für damit man sieht, wenn was transparent ist (bei nichtgefallen einfach wieder rausnehmen) */

 #file img, .filehistory img {
     background: url("../images/c/c4/Bildseitenhintergrund.png");
     }

/* [[Vorlage:Bild]] (alt) */
 /* ... hab ich mal hier untergebracht, damit man in der Vorlage noch den Überblick behält... */
 
 table.bild_outer {
     border-collapse: collapse;
     width: 99%;
     background: ivory;
     padding: 0px;
     margin: 0px;
 }
 table.bild_outer tr.bild_outer {
     padding: 0px;
     margin: 0px;
 }
 
 table.bild_outer td.bild_outer {
     padding: 0px;
     margin: 3px;
     vertical-align: top;
 }

 div.bild_inner {
     background:#FBF8DD;
     border-radius: 5px;
     padding: 5px;
     vertical-align: top;
     border: 3px ivory solid;
 }
 
 div.bild_head {
     padding-bottom: 2px;
     margin: 0px;
     /*border-bottom: 1px solid #AAAAAA;*/
     font-size: 16px;
     color:#404040;
     line-height:14px;
 }

 .bildicon img {
     width:50px; height: 50px;
}

 .borderradiustopleftgroß {
     background-color:#365F91;
     border-color:#365F91;
     border-top-left-radius:.8em;
     position:absolute; 
     right: 0px; 
     bottom: 0px; 
     line-height:12px; 
     font-size:13px; 
     padding: 0px 4px; 
     white-space: nowrap; 
     /*text-align: right; */
     color:#fff;
     }
 
 .borderradiustopleftgroß img { margin: 0px 2px; }

 .borderradiustopleftgroß a {color:#fff !important;}
     
 .borderradiustopleftklein {
     background-color:#365F91;
     border-radius: .5em;
     position:absolute; 
     right: -5px; 
     bottom: 0px; 
     line-height:12px; 
     font-size:11px; 
     padding: 0px 4px; 
     white-space: nowrap; 
     /*text-align: right;*/
     }

  .borderradiustopleftklein img { margin: 0px 1px; }

  .borderradiustopleftklein .nutzung {display:none;}

 /* Vorlage:Bild (neu) noch nicht fertig, wird später ausgelagert, (alt) da oben erst noch lassen */
 
.VBbox {
  margin-top:15px ;
  }

.VBinfo {
  background-color:#365F91 ;
  border-top-right-radius:.8em ;
  color:#fff ;
  padding: .5em ;
  }
  
.VBbox2 {
  position:relative ;
  border:3px solid #365F91 ;
  border-top-right-radius: 0.5em ;
  background-color:#E5ECF4 ;
  }

.VBtable {
  width:100% ;
  padding: .5em .5em .5em 0;
  background-color:#E5ECF4 ;
  }

.VBtr {
  vertical-align:top ;
  }
  
.VBtd {
  width:33% ;
  padding-left: .5em;
  }

.VBtd_head {
  color:#264466 ;
  font-weight:bold ;
  font-size:1.2em ;
  background-color:#fff ;
  border:1px solid #fff ;
  border-radius: .5em ;
  padding: .5em ;
  margin-bottom: .5em ;
  }

.VBtd_content {
  font-size:.8em ;
  font-weight: normal ;
  color: #333 ;
  padding-top:.5em ;
  }

.VBtable2 {
  width:100% ;
  margin-bottom:.5em ;    
  }
  
.VBticket, .VBsempf {
  font-size: .85em ;
  line-height:1em ;
  padding: 0 .5em ;
  vertical:align: middle; 
  }
  
.VBfree {
  width:275px;
  }
  
.VBlegend {
  background-color:#365F91; 
  color:#eee; 
  font-size:.85em;
  margin:0 0 25px 0; 
  padding:5px 15px; 
  line-height:1em; 
  border-bottom-left-radius:.5em;
  border-bottom-right-radius:.5em;
  }

.VBlegend_table {
  width:100%;
  margin-top: .5em;
  }