valentine style for all pages with the valentine-ilovefs class
svn path=/trunk/; revision=28027
This commit is contained in:
1760
look/fellowship.min.css
vendored
1760
look/fellowship.min.css
vendored
File diff suppressed because one or more lines are too long
@@ -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
1810
look/fsfe.min.css
vendored
File diff suppressed because one or more lines are too long
@@ -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
1814
look/valentine.min.css
vendored
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user