Difference between revisions of "MediaWiki:Coastalskin.css"

From coastalwiki
Jump to: navigation, search
Line 19: Line 19:
 
/* Head */
 
/* Head */
 
#mw-page-base {
 
#mw-page-base {
background-color: #00ff00;
+
background-color: #000000;
 
background-image: url(images/page-fade.png);
 
background-image: url(images/page-fade.png);
 
}
 
}

Revision as of 19:29, 29 October 2013

/* Framework */
body {
    /* background-image: url(http://scontent-b.xx.fbcdn.net/hphotos-prn1/s720x720/533406_10201123773516883_839678989_n.jpg) !important;*/
    /* background-repeat: repeat !important; */
    /* sidebar color below the height of the tab bar */
    background-color: #f6fff6;
}
 
/* Content */
div#content {
	/* Border on top, left, and bottom side */
	border: 1px solid #d7f9a7;
        /* background color of the main body text area */
	background-color: white;
        /* text color of the main body text area, but not the titles */
	color: black;
}
 
/* Head */
#mw-page-base {
	background-color: #000000;
	background-image: url(images/page-fade.png);
}
 
#mw-head-base {
     /*background-image: url(http://scontent-b.xx.fbcdn.net/hphotos-prn1/s720x720/533406_10201123773516883_839678989_n.jpg) !important; */
  margin-top: -5em;
  margin-left: 10em;
  height: 5em;
}