MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus Aloran Kompendium
Wechseln zu: Navigation, Suche
Zeile 3: Zeile 3:
  
 
#content{
 
#content{
     background: url(/images/Aloran-Content-Header.png) left-top no-repeat , url(/images/Aloran-Content-Base.png) left-bottom repeat-y ;
+
     background: url(/images/Aloran-Content-Header.png) left top no-repeat , url(/images/Aloran-Content-Base.png) left bottom repeat-y ;
 
     background-attachment: fixed;
 
     background-attachment: fixed;
 
      
 
      

Version vom 21. Juli 2017, 14:09 Uhr

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


#content{
    background: url(/images/Aloran-Content-Header.png) left top no-repeat , url(/images/Aloran-Content-Base.png) left bottom repeat-y ;
    background-attachment: fixed;
    
    border:0;
    min-height: 100vh   
}


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


#mw-head {
    
    background: url(/images/Aloran-Background.png);
    background-attachment: fixed;
}

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

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

#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:#FFFFFF; opacity: 0.4; border:0 }
#ca-edit { background:#FFFFFF; opacity: 0.4; border:0 }