MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus Wiki Grepolis DE
Zur Navigation springen
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Zeile 35: Zeile 35:


#searchInput {  
#searchInput {  
     display: block
     display: block;
     background: none repeat scroll 0 0 rgba(0, 0, 0, 0);  
     background: none repeat scroll 0 0 rgba(0, 0, 0, 0);  
     border: 0 none;  
     border: 0 none;  

Version vom 31. Oktober 2013, 16:26 Uhr

/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */

#t-whatlinkshere, #t-recentchangeslinked, #t-specialpages, #t-print, #t-permalink, #t-upload {
    display: none;
}

input.searchButton {
    display: none;
}

#column-one .generated-sidebar.portlet img {
    margin-left: 10px;
}

.generated-sidebar a {
    text-decoration: none;
}

.generated-sidebar.portlet h5 {
    font-weight: bold;
}

.generated-sidebar.portlet:not(:first-of-type) {
    margin-top: 15px; /* die ersten sechs Pixel werden ignoriert, entspricht also 9px */
}

#fh_center {
    display: block;
    width: 800px
}

#p-cactions {
    display: none
}

#searchInput { 
    display: block;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0); 
    border: 0 none; 
    color: #00FF00; 
    float: left; 
    font-size: 95%; 
    margin: 5px 3px; 
    padding: 0; 
    text-align: center; 
    width: 97px;
}