valentine style for all pages with the valentine-ilovefs class

svn path=/trunk/; revision=28027
This commit is contained in:
2014-02-10 17:17:04 +00:00
parent 66d39bf444
commit 6960fbf882
5 changed files with 70 additions and 5361 deletions

1760
look/fellowship.min.css vendored

File diff suppressed because one or more lines are too long

View File

@@ -290,6 +290,32 @@ a.the-fellowship {
img {display: none;}
}
/* Valentine for ILOVEFS style */
.valentine-ilovefs {
#logo {
background: url(/graphics/logov.png) top left no-repeat;
}
.svg #logo {
background: url(/graphics/logov.svg) top left no-repeat;
}
#followup {
background: url(/graphics/ribbonv.png) no-repeat 100% -40px @body-bg;
@media (min-width: @screen-sm) {
background: url(/graphics/ribbonv.png) no-repeat 100% -70px @body-bg;
}
}
}
.svg .valentine-ilovefs #followup {
@media (min-width: @screen-sm) {
background: url(/graphics/ribbonv.svg) no-repeat 100% -70px @body-bg;
}
}
/* Planet style */

1810
look/fsfe.min.css vendored

File diff suppressed because one or more lines are too long

View File

@@ -6,23 +6,6 @@
@brand-strong: #9d0000;
@brand-strong-semialpha: lighten(#9d0000, 50%);
#logo {
background: url(/graphics/logov.png) top left no-repeat;
}
.svg #logo {
background: url(/graphics/logov.svg) top left no-repeat;
}
#followup {
background: url(/graphics/ribbonv.png) no-repeat 100% -40px @body-bg;
@media (min-width: @screen-sm) {
background: url(/graphics/ribbonv.png) no-repeat 100% -70px @body-bg;
}
}
.svg #followup {
@media (min-width: @screen-sm) {
background: url(/graphics/ribbonv.svg) no-repeat 100% -70px @body-bg;
}
body {
.valentine-ilovefs;
}

1814
look/valentine.min.css vendored

File diff suppressed because one or more lines are too long