Actions

MediaWiki

Vector.css: Difference between revisions

From LimeSurvey Manual

(Created page with "→‎CSS placed here will affect users of the Vector skin: body { background: #F0FBDB url(http://www.limesurvey.org/templates/limesurvey/images/bg.png) 0 0 repeat-x; color:...")
 
Line 1: Line 1:
/* CSS placed here will affect users of the Vector skin */
/* CSS placed here will affect users of the Vector skin */
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 */
}

Revision as of 18:37, 29 May 2013

/* CSS placed here will affect users of the Vector skin */