MediaWiki:Coastalskin.css

From coastalwiki
Revision as of 19:53, 29 October 2013 by SPR (Talk | contribs)

Jump to: navigation, search

Note: After saving, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Clear the cache in Tools → Preferences
/* 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/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(images/tab-break.png);
}
 
/* OVERRIDDEN BY COMPLIANT BROWSERS */
div.vectorTabs ul li {
	background-image: url(images/tab-normal-fade.png);
}
 
div.vectorTabs li.selected {
	background-image: url(images/tab-current-fade.png);
}
 
div.vectorTabs span {
	background-image: url(images/tab-break.png);
}
 
/* OVERRIDDEN BY COMPLIANT BROWSERS */
div#mw-head div.vectorMenu h5 {
	background-image: url(images/tab-break.png);
}
div.vectorMenu h5 a {
	background-image: url(images/tab-break.png);
}
 
div#simpleSearch {
	background-image: url(images/search-fade.png);
}
 
div.vectorTabs ul {
	background-image: url(images/tab-break.png);
}
 
.skin-vector .mw-notification {
	border: solid 1px #d7f9a7;
}