Actions

MediaWiki

Common.css: Difference between revisions

From LimeSurvey Manual

No edit summary
No edit summary
Line 85: Line 85:
.javascript.source-javascript,
.javascript.source-javascript,
.php.source-php,
.php.source-php,
.css.source-css  {
.css.source-css,
pre,
code,
tt,
kbd,
samp,
.mw-code {
font-family: Arial,Helvetica,sans-serif;
font-family: Arial,Helvetica,sans-serif;
}
}

Revision as of 13:44, 7 June 2013

/* CSS placed here will be applied to all skins */

/* Default backgrounds */

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);
}

/* Links */

a:link, 
a:visited,
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,
.mw-body a.external {
	color: #328639;
}

a.new, #p-personal a.new {
	color: #BA0000;
}

div#content a.external, 
div#content a.external[href^="gopher://"] {
	background-image: url(http://manual.limesurvey.org/images/a/a9/Icon_link_external_green_10x10.png);
}

/* Layout */

.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;
} 

/* Tabs */

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 */
}

/* Pasted code */

pre, .mw-code {
    border: 1px dashed #328639;
}

.javascript.source-javascript,
.php.source-php,
.css.source-css,
pre, 
code, 
tt, 
kbd, 
samp, 
.mw-code  {
	font-family: Arial,Helvetica,sans-serif;
}

/* Lists */

ul {
	list-style-image: url(http://manual.limesurvey.org/images/5/58/Bg_list_item_green_5x13.png);
}