MediaWiki:Coastalskin.css

From coastalwiki
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/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);
}