MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus Aloran Kompendium
Wechseln zu: Navigation, Suche
Zeile 5: Zeile 5:
 
     background-repeat: repeat;
 
     background-repeat: repeat;
 
     background-attachment: fixed;
 
     background-attachment: fixed;
     background-position: center;  
+
     background-position: left;  
    position: static;
+
 
 
      
 
      
 
}
 
}

Version vom 21. Juli 2017, 09:22 Uhr

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

body {
    background-image:url(/images/Aloran-Background.png);
    background-repeat: repeat;
    background-attachment: fixed;
    background-position: left; 

    
}

#mw-head {
    
    background: url(/images/Aloran-Background.png);
    position: relative;
    min-height: 39px;
    height: 3em;
    padding: 15px 0;
    border:1;
}

#mw-head-base { border: 0px; }

#mw-head-base { border: 0px; }

#content.mw-body {

    background:url(/images/Aloran-Foreground.gif);
    border:0;

}

#headertabs {
  border: 0px;
}

#ca-nstab-user { display:none!important; }
#ca-talk { display:none!important; }
#ca-history { display:none!important; }
#ca-nstab-main { display:none!important;  }
#ca-watch { display:none!important; }
#ca-unwatch { display:none!important; }
#ca-view { background:#FCF3C8; border:0  }
#ca-edit { background:#FCF3C8; border:0 }