Actions

MediaWiki

MediaWiki:Common.css

From LimeSurvey Manual

Revision as of 18:37, 29 May 2013 by Tpartner (talk | contribs) (Created page with "→‎CSS placed here will be applied to all skins: body { background: #F0FBDB url(http://www.limesurvey.org/templates/limesurvey/images/bg.png) 0 0 repeat-x; color: #1D2D45...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Note: After publishing, 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 / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/* CSS placed here will be applied to all skins */

body {
	background: #F0FBDB url(http://www.limesurvey.org/templates/limesurvey/images/bg.png) 0 0 repeat-x;
	color: #1D2D45;
	font-family: Arial,Helvetica,sans-serif;
	line-height: 135%;
}

#mw-page-base {
	background: transparent none;
}      
 
div#mw-head-base,
div#content,
div#footer {
	background-image: url(http://manual.limesurvey.org/images/0/08/Bg_328639_1x1.gif);
}

a:link, 
a:visited {
	color: #819D26;
}
    
div#mw-panel div.portal div.body ul li a,
div#mw-panel div.portal div.body ul li a:visited,
div.vectorTabs li a,
div.vectorTabs li a:visited{
	color: #328639;
}

.bannergroup {
	margin-top: -8px !important;
}

.banneritem {
	margin-bottom: 8px;
}
	
.mw-pt-languages {
	margin: 0 0 10px 0;
}
	
.mw-pt-languages table {
	background-color: #F9FDF2 !important;
}
	
.mw-pt-languages-label {
	background-color: #F0FBDB !important;
} 

div.vectorTabs,
div.vectorTabs ul,
div.vectorTabs span,
div.vectorMenu h5 a {
    background-image: url(http://manual.limesurvey.org/images/b/b4/Bg_tab_borders_1x46.png); /* faded vertical border */
}

div.vectorTabs ul li {
    background-color: #F3F3F3;
    background-image: url(http://manual.limesurvey.org/images/1/19/Bg_tab_fill_1x100.png); /* faded vertical background */
}