Difference between revisions of "MediaWiki:Coastalskin.css"

From coastalwiki
Jump to: navigation, search
Line 13: Line 13:
 
         /* background color of the main body text area */
 
         /* background color of the main body text area */
 
background-color: white;
 
background-color: white;
         /* text color of the main body text area */
+
         /* text color of the main body text area, but not the titles */
 
color: black;
 
color: black;
 
}
 
}
  
 +
/* Head */
 
#mw-page-base {
 
#mw-page-base {
height: 5em;
+
background-color: orange;
background-color: red;
+
 
/* @embed */
 
/* @embed */
background-image: url(images/page-fade.png);
+
/* background-image: url(images/page-fade.png); */
background-position: bottom left;
+
 
background-repeat: repeat-x;
 
background-repeat: repeat-x;
  
 
#mw-head-base {
 
#mw-head-base {
     background-image: url(http://scontent-b.xx.fbcdn.net/hphotos-prn1/s720x720/533406_10201123773516883_839678989_n.jpg) !important;  
+
     /*background-image: url(http://scontent-b.xx.fbcdn.net/hphotos-prn1/s720x720/533406_10201123773516883_839678989_n.jpg) !important; */
 +
background-color: red;
 
   margin-top: -5em;
 
   margin-top: -5em;
 
   margin-left: 10em;
 
   margin-left: 10em;
 
   height: 5em;
 
   height: 5em;
 
}
 
}

Revision as of 18:23, 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: #f6f6f6;
}
 
/* 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: orange;
	/* @embed */
	/* background-image: url(images/page-fade.png); */
	background-repeat: repeat-x;
 
#mw-head-base {
     /*background-image: url(http://scontent-b.xx.fbcdn.net/hphotos-prn1/s720x720/533406_10201123773516883_839678989_n.jpg) !important; */
	background-color: red;
  margin-top: -5em;
  margin-left: 10em;
  height: 5em;
}