MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus ABV-Essingen
Wechseln zu: Navigation, Suche
Zeile 58: Zeile 58:
  
  
<!-- No [view source] tab for anonymous users -->
+
#ca-watch { display: none !important; }
<?php global $wgUser; if( $wgUser->isAnon() ) { ?>
+
#ca-viewsource { display: none !important; }
  <style>
 
    #ca-viewsource { display: none !important; }
 
  </style>
 
<?php } ?>
 

Version vom 8. April 2010, 23:40 Uhr

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

div.Aktuelles_Container {
  border: 1px dashed #aaaaaa;
  margin: 10px;
}

div.Aktuelles_Header {
  border: 1px solid #dddddd;
  background-color: #d0ecd0;
  margin: 2px;
  padding: 5px;
}

span.Aktuelles_Date {
  color: #999999;
}

span.Aktuelles_Title {
  font-weight: bold;
  color: #222222;
}

div.Aktuelles_Content {
  border: 1px solid #eeeeee;
  background-color: #e0fce0;
  padding: 10px;
  margin: 2px;
}



.wikitable {
  border:           1px solid #aaaaaa;
  border-collapse:  collapse;
  background-color: #eeeeff;
}

th {
  text-alignment:   left;
  background-color: #ffeeee;
}

td,th {
  border:           1px solid #cccccc;
  padding:          2px;
  padding-left:     6px;
  padding-right:    6px;
}

div.PicasaGallery {
  border:         1px dashed #dddddd;
  padding:        4px;
  margin:        16px;
  margin-top:    12px;
  margin-bottom: 24px;
}


#ca-watch { display: none !important; }
#ca-viewsource { display: none !important; }