Difference between revisions of "MediaWiki:Coastalskin.css"

From coastalwiki
Jump to: navigation, search
 
(36 intermediate revisions by one user not shown)
Line 1: Line 1:
 +
/* Framework */
 
body {
 
body {
  /* 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-repeat: repeat !important;
+
     /* background-repeat: repeat !important; */
     background: forestgreen;
+
     /* sidebar color below the height of the tab bar */
     margin: 0;
+
     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 {
 
#mw-page-base {
height: 5em;
 
 
background-color: white;
 
background-color: white;
/* @embed */
+
background-image: url(http://web.mit.edu/spatrick/Public/coastalWikiGraphics/page-fade.png);
/*background-image: url(images/page-fade.png);*/
+
}
background-position: bottom left;
+
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;
 +
}
 +
 +
div.vectorTabs {
 +
background-image: url(http://web.mit.edu/spatrick/Public/coastalWikiGraphics/tab-break.png);
 +
}
 +
 +
/* OVERRIDDEN BY COMPLIANT BROWSERS */
 +
div.vectorTabs ul li {
 +
  background-color: #f3fff3; 
 +
background-image: url(http://web.mit.edu/spatrick/Public/coastalWikiGraphics/tab-normal-fade.png);
 +
}
 +
 +
div.vectorTabs li.selected {
 +
background-image: url(http://web.mit.edu/spatrick/Public/coastalWikiGraphics/tab-current-fade.png);
 +
}
 +
 +
div.vectorTabs span {
 +
background-image: url(http://web.mit.edu/spatrick/Public/coastalWikiGraphics/tab-break.png);
 +
}
 +
 +
/* OVERRIDDEN BY COMPLIANT BROWSERS */
 +
div#mw-head div.vectorMenu h5 {
 +
background-image: url(http://web.mit.edu/spatrick/Public/coastalWikiGraphics/tab-break.png);
 +
}
 +
div.vectorMenu h5 a {
 +
background-image: url(http://web.mit.edu/spatrick/Public/coastalWikiGraphics/tab-break.png);
 +
}
 +
 +
div#simpleSearch {
 +
        background-color: white
 +
background-image: url(http://web.mit.edu/spatrick/Public/coastalWikiGraphics/search-fade.png);
 +
 +
}
 +
 +
div#mw-panel div.portal div.body {
 +
background-image: url(http://web.mit.edu/spatrick/Public/coastalWikiGraphics/portal-break.png);
 +
}
 +
 +
div.vectorTabs ul {
 +
background-image: url(http://web.mit.edu/spatrick/Public/coastalWikiGraphics/tab-break.png);
 +
}
 +
 +
ul {
 +
list-style-type: disc;
 +
/* @embed */
 +
list-style-image: url(http://web.mit.edu/spatrick/Public/coastalWikiGraphics/bullet-icon.png);
 +
}
 +
.skin-vector .mw-notification {
 +
background-color: #ff;
 +
background-color: rgba(255, 255, 255, 0.93);
 +
        background-color: orange
 +
border: solid 1px #d7f9a7;
 +
-webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.125);
 +
-moz-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.125);
 +
box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.125);
 
}
 
}

Latest revision as of 11:24, 31 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: white;
	background-image: url(http://web.mit.edu/spatrick/Public/coastalWikiGraphics/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;
}
 
div.vectorTabs {
	background-image: url(http://web.mit.edu/spatrick/Public/coastalWikiGraphics/tab-break.png);
}
 
/* OVERRIDDEN BY COMPLIANT BROWSERS */
div.vectorTabs ul li {
  	background-color: #f3fff3;   
	background-image: url(http://web.mit.edu/spatrick/Public/coastalWikiGraphics/tab-normal-fade.png);
}
 
div.vectorTabs li.selected {
	background-image: url(http://web.mit.edu/spatrick/Public/coastalWikiGraphics/tab-current-fade.png);
}
 
div.vectorTabs span {
	background-image: url(http://web.mit.edu/spatrick/Public/coastalWikiGraphics/tab-break.png);
}
 
/* OVERRIDDEN BY COMPLIANT BROWSERS */
div#mw-head div.vectorMenu h5 {
	background-image: url(http://web.mit.edu/spatrick/Public/coastalWikiGraphics/tab-break.png);
}
div.vectorMenu h5 a {
	background-image: url(http://web.mit.edu/spatrick/Public/coastalWikiGraphics/tab-break.png);
}
 
div#simpleSearch {
        background-color: white
	background-image: url(http://web.mit.edu/spatrick/Public/coastalWikiGraphics/search-fade.png);
 
}
 
div#mw-panel div.portal div.body {
	background-image: url(http://web.mit.edu/spatrick/Public/coastalWikiGraphics/portal-break.png);
}
 
div.vectorTabs ul {
	background-image: url(http://web.mit.edu/spatrick/Public/coastalWikiGraphics/tab-break.png);
}
 
ul {
	list-style-type: disc;
	/* @embed */
	list-style-image: url(http://web.mit.edu/spatrick/Public/coastalWikiGraphics/bullet-icon.png);
}
.skin-vector .mw-notification {
	background-color: #ff;
	background-color: rgba(255, 255, 255, 0.93);
        background-color: orange
	border: solid 1px #d7f9a7;
	-webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.125);
	-moz-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.125);
	box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.125);
}