Rad 40: Rad 40:
 
background-color: #f3f3f3;
 
background-color: #f3f3f3;
 
/* @embed */
 
/* @embed */
background-image: url(images/tab-normal-fade.png);
+
background-image: url("http://wiki.bruse.com/bruseImg/tab-normal-fade.png");
 
background-position: bottom left;
 
background-position: bottom left;
 
background-repeat: repeat-x;
 
background-repeat: repeat-x;

Versionen från 1 september 2013 kl. 13.32

/* CSS som skrivs här kommer att påverka alla användare av skalet Vector */

body {
    	background-color: #e0dacc;    
        background: url("http://wiki.bruse.com/bruseImg/cardboard-bg.jpg") scroll left top #e8e2d4;
}

/* no background for these */
#mw-head, #mw-head-base, #footer, code {
        background: none !important;
}
#mw-page-base {
	height: 5em;
	background-color: #e0dacc;
	/* @embed */
	background-image: url("http://wiki.bruse.com/bruseImg/cardboard-top.jpg");
	background-position: bottom left;
	background-repeat: repeat-x;
}
div#content {
   background-color: #FDFAF2;
   border: 1px solid #4D432B;
   border-right: none;
}

div.vectorTabs {
	/* @embed */
	background-image: url("http://wiki.bruse.com/bruseImg/tab-break.png");
	background-position: bottom left;
	background-repeat: no-repeat;
	padding-left: 1px;
}

div.vectorTabs ul li {
	line-height: 1.125em;
	display: inline-block;
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #f3f3f3;
	/* @embed */
	background-image: url("http://wiki.bruse.com/bruseImg/tab-normal-fade.png");
	background-position: bottom left;
	background-repeat: repeat-x;
	white-space: nowrap;
}

div.vectorTabs span {
	display: inline-block;
	/* @embed */
	background-image: url("http://wiki.bruse.com/bruseImg/tab-break.png");
	background-position: bottom right;
	background-repeat: no-repeat;
}

div.vectorTabs li.selected {
	/* @embed */
	background-image: url("http://wiki.bruse.com/bruseImg/tab-current-fade.png");
}