Difference between revisions of "MediaWiki:Chameleon.css"

From NSWiki
Jump to: navigation, search
Line 5: Line 5:
 
.container {
 
.container {
 
     border: 1px solid #eaeaea;
 
     border: 1px solid #eaeaea;
     box-shadow: 0px -10px 20px #444, 0 0 0 2000px #eaeaea;
+
     box-shadow: 0px 10px 20px #444, 0 0 0 2000px #f6f6f6;
 +
}
 +
.navbar {
 +
    margin-top: 10px
 
}
 
}

Revision as of 22:19, 5 February 2014

.infobox.geography.vcard {
    float: right;
    margin-left: 10px;
}
.container {
    border: 1px solid #eaeaea;
    box-shadow: 0px 10px 20px #444, 0 0 0 2000px #f6f6f6;
}
.navbar {
    margin-top: 10px
}