Difference between revisions of "MediaWiki:Common.css"

From Annihilus Wiki
Jump to: navigation, search
Line 19: Line 19:
  
  
 +
/* CSS placed here will be applied to all skins */
 +
@import url('http://wiki.theamazonbasin.com/index.php?title=MediaWiki:GW2.css&action=raw&ctype=text/css');
 +
 +
#p-logo {background-image: url(//wiki.theamazonbasin.com/images/5/5b/Amazon_Basin_logo.png) !important;}
 +
 +
/* Navigation */
 
.nav1 {  
 
.nav1 {  
 
     position:relative;
 
     position:relative;
Line 30: Line 36:
 
     display:block;
 
     display:block;
 
     position:absolute;
 
     position:absolute;
 +
}
 +
 +
/* Allows replacing the default blue link color with black */
 +
.blacklink a, .blacklink a:hover {
 +
    color: black !important;
 
}
 
}

Revision as of 18:17, 13 April 2019

/* CSS placed here will be applied to all skins */

#content { background-color: #12110F; color: #928A70;}
#p-logo { background-color: #12110F;color: #928A70; }
#p-navigation { background-color: #12110F;color: #928A70; }
#p-navigation .pBody { background-color: #12110F; color: #928A70;}
#p-search { background-color: #12110F;color: #928A70; }
#p-search .pBody { background-color: #12110F;color: #928A70; }
#p-tb { background-color: #12110F;color: #928A70E; }
#p-tb .pBody { background-color: #12110F;color: #928A70; }
#footer { background-color: #12110F!important;color: #928A70; }
body { background-color: #12110F;color: #928A70; }
#globalWrapper { background-color: #12110F;color: #928A70; }
#column-content { background-color: #12110F; color: #928A70;}
#column-one { background-color: #12110F;color: #928A70; }
span.Uniq1234 a { color:#928A70; }




/* CSS placed here will be applied to all skins */
@import url('http://wiki.theamazonbasin.com/index.php?title=MediaWiki:GW2.css&action=raw&ctype=text/css');

#p-logo {background-image: url(//wiki.theamazonbasin.com/images/5/5b/Amazon_Basin_logo.png) !important;}

/* Navigation */
.nav1 { 
     position:relative;
} 

.nav1 div{ 
     display:none; 
}

.nav1:hover div{ 
     display:block;
     position:absolute;
}

/* Allows replacing the default blue link color with black */
.blacklink a, .blacklink a:hover {
     color: black !important;
}