Difference between revisions of "MediaWiki:Coastalskin.css"

From coastalwiki
Jump to: navigation, search
Line 10: Line 10:
 
background-color: red;
 
background-color: red;
 
/* @embed */
 
/* @embed */
/*background-image: url(images/page-fade.png);*/
+
background-image: url(images/page-fade.png);
 
background-position: bottom left;
 
background-position: bottom left;
 
background-repeat: repeat-x;
 
background-repeat: repeat-x;

Revision as of 17:51, 29 October 2013

body {
   /* background-image: url(http://scontent-b.xx.fbcdn.net/hphotos-prn1/s720x720/533406_10201123773516883_839678989_n.jpg) !important;*/
    background-repeat: repeat !important;
    background: forestgreen;
    margin: 0;
}
 
#mw-page-base {
	height: 5em;
	background-color: red;
	/* @embed */
	background-image: url(images/page-fade.png);
	background-position: bottom left;
	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; 
  margin-top: -5em;
  margin-left: 10em;
  height: 5em;
}