Skillnad mellan versioner av "MediaWiki:Vector.css"
m |
m |
||
| Rad 45: | Rad 45: | ||
display: inline-block; | display: inline-block; | ||
/* @embed */ | /* @embed */ | ||
| − | background-image: url(" | + | background-image: url("https://wiki.bruse.com/bruseImg/tab-break.png"); |
background-position: bottom right; | background-position: bottom right; | ||
background-repeat: no-repeat; | background-repeat: no-repeat; | ||
| Rad 53: | Rad 53: | ||
float: left; | float: left; | ||
/* @embed */ | /* @embed */ | ||
| − | background-image: url(" | + | background-image: url("https://wiki.bruse.com/bruseImg/tab-break.png"); |
background-repeat: no-repeat; | background-repeat: no-repeat; | ||
} | } | ||
| Rad 59: | Rad 59: | ||
div.vectorTabs li.selected { | div.vectorTabs li.selected { | ||
/* @embed */ | /* @embed */ | ||
| − | background-image: url(" | + | background-image: url("https://wiki.bruse.com/bruseImg/tab-current-fade.png"); |
} | } | ||
| Rad 69: | Rad 69: | ||
text-decoration: none; | text-decoration: none; | ||
/* @embed */ | /* @embed */ | ||
| − | background-image: url(" | + | background-image: url("https://wiki.bruse.com/bruseImg/tab-break.png"); |
background-repeat: no-repeat; | background-repeat: no-repeat; | ||
} | } | ||
| Rad 75: | Rad 75: | ||
div.vectorTabs ul { | div.vectorTabs ul { | ||
/* @embed */ | /* @embed */ | ||
| − | background-image: url(" | + | background-image: url("https://wiki.bruse.com/bruseImg/tab-break.png"); |
background-position: right bottom; | background-position: right bottom; | ||
background-repeat: no-repeat; | background-repeat: no-repeat; | ||
| Rad 85: | Rad 85: | ||
margin-left: 1.25em; | margin-left: 1.25em; | ||
/* @embed */ | /* @embed */ | ||
| − | background-image: url(" | + | background-image: url("https://wiki.bruse.com/bruseImg/portal-break.png"); |
background-repeat: no-repeat; | background-repeat: no-repeat; | ||
background-position: top left; | background-position: top left; | ||
} | } | ||
Versionen från 1 november 2020 kl. 00.31
/* CSS som skrivs här kommer att påverka alla användare av skalet Vector */
body {
background-color: #e0dacc;
background: url("https://wiki.bruse.com/bruseImg/cardboard-bg.jpg") scroll left top #e8e2d4;
}
#mw-page-base {
height: 5em;
background-color: #e0dacc;
/* @embed */
background-image: url("https://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("https://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("https://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("https://wiki.bruse.com/bruseImg/tab-break.png");
background-position: bottom right;
background-repeat: no-repeat;
}
div#mw-head div.vectorMenu h5 {
float: left;
/* @embed */
background-image: url("https://wiki.bruse.com/bruseImg/tab-break.png");
background-repeat: no-repeat;
}
div.vectorTabs li.selected {
/* @embed */
background-image: url("https://wiki.bruse.com/bruseImg/tab-current-fade.png");
}
div.vectorMenu h3 a,
div.vectorMenu h5 a {
display: inline-block;
width: 24px;
height: 1.9em;
text-decoration: none;
/* @embed */
background-image: url("https://wiki.bruse.com/bruseImg/tab-break.png");
background-repeat: no-repeat;
}
div.vectorTabs ul {
/* @embed */
background-image: url("https://wiki.bruse.com/bruseImg/tab-break.png");
background-position: right bottom;
background-repeat: no-repeat;
}
div#mw-panel div.portal div.body {
margin: 0;
padding-top: 0.5em;
margin-left: 1.25em;
/* @embed */
background-image: url("https://wiki.bruse.com/bruseImg/portal-break.png");
background-repeat: no-repeat;
background-position: top left;
}