use compass image helpers for cachebuster strings
This commit is contained in:
parent
6f9e736e5a
commit
36d7cbd997
4 changed files with 28 additions and 28 deletions
|
@ -207,19 +207,19 @@ dd
|
||||||
/* A font by Jos Buivenga (exljbris) -> www.exljbris.nl
|
/* A font by Jos Buivenga (exljbris) -> www.exljbris.nl
|
||||||
@font-face
|
@font-face
|
||||||
font-family: Delicious
|
font-family: Delicious
|
||||||
src: url("/fonts/Delicious-Roman.otf")
|
src: local("Delicious"), font-url("Delicious-Roman.otf")
|
||||||
|
|
||||||
|
|
||||||
@font-face
|
@font-face
|
||||||
font-family: Delicious
|
font-family: Delicious
|
||||||
font-weight: bold
|
font-weight: bold
|
||||||
src: url("/fonts/Delicious-Bold.otf")
|
src: local("Delicious"), font-url("Delicious-Bold.otf")
|
||||||
|
|
||||||
|
|
||||||
@font-face
|
@font-face
|
||||||
font-family: Delicious
|
font-family: Delicious
|
||||||
font-style: italic
|
font-style: italic
|
||||||
src: url("/fonts/Delicious-Italic.otf")
|
src: local("Delicious"), font-url("Delicious-Italic.otf")
|
||||||
|
|
||||||
|
|
||||||
@font-face
|
@font-face
|
||||||
|
|
|
@ -51,7 +51,7 @@ $outfit-content-inner-width: $outfit-content-width - $outfit-header-padding
|
||||||
padding-left: $outfit-header-padding
|
padding-left: $outfit-header-padding
|
||||||
.outfit-star
|
.outfit-star
|
||||||
background:
|
background:
|
||||||
image: url(/images/unstarred.png)
|
image: image-url("unstarred.png")
|
||||||
position: left top
|
position: left top
|
||||||
repeat: no-repeat
|
repeat: no-repeat
|
||||||
bottom: -2px
|
bottom: -2px
|
||||||
|
@ -65,7 +65,7 @@ $outfit-content-inner-width: $outfit-content-width - $outfit-header-padding
|
||||||
position: relative
|
position: relative
|
||||||
width: 16px
|
width: 16px
|
||||||
&.loading
|
&.loading
|
||||||
background-image: url(/images/loading.gif) !important
|
background-image: image-url("loading.gif") !important
|
||||||
h4
|
h4
|
||||||
cursor: pointer
|
cursor: pointer
|
||||||
font-size: 115%
|
font-size: 115%
|
||||||
|
@ -98,7 +98,7 @@ $outfit-content-inner-width: $outfit-content-width - $outfit-header-padding
|
||||||
display: block
|
display: block
|
||||||
&.starred
|
&.starred
|
||||||
.outfit-star
|
.outfit-star
|
||||||
background-image: url(/images/star.png)
|
background-image: image-url("star.png")
|
||||||
|
|
||||||
body.outfits-edit
|
body.outfits-edit
|
||||||
#preview-toolbar
|
#preview-toolbar
|
||||||
|
@ -318,7 +318,7 @@ body.outfits-edit
|
||||||
$object-img-diff: ($object-width - $object-img-size) / 2 + $object-padding
|
$object-img-diff: ($object-width - $object-img-size) / 2 + $object-padding
|
||||||
|
|
||||||
.nc-icon
|
.nc-icon
|
||||||
background: url(/images/nc.png) no-repeat
|
background: image-url("nc.png") no-repeat
|
||||||
height: $nc-icon-size
|
height: $nc-icon-size
|
||||||
position: absolute
|
position: absolute
|
||||||
right: $object-img-diff
|
right: $object-img-diff
|
||||||
|
@ -354,7 +354,7 @@ body.outfits-edit
|
||||||
h3
|
h3
|
||||||
margin-bottom: .5em
|
margin-bottom: .5em
|
||||||
> ul
|
> ul
|
||||||
background: url(/images/loading.gif) no-repeat center top
|
background: image-url("loading.gif") no-repeat center top
|
||||||
display: block
|
display: block
|
||||||
font-family: $main-font
|
font-family: $main-font
|
||||||
list-style: none
|
list-style: none
|
||||||
|
|
|
@ -30,7 +30,7 @@
|
||||||
font-family: $header-font
|
font-family: $header-font
|
||||||
|
|
||||||
=awesome-button-color($c)
|
=awesome-button-color($c)
|
||||||
background: $c url(/images/alert-overlay.png) repeat-x
|
background: $c image-url("alert-overlay.png") repeat-x
|
||||||
&:hover
|
&:hover
|
||||||
background-color: $c - #111111
|
background-color: $c - #111111
|
||||||
|
|
||||||
|
|
|
@ -114,7 +114,7 @@ a.button, input[type=submit], button {
|
||||||
/* http://www.zurb.com/blog_uploads/0000/0617/buttons-03.html */
|
/* http://www.zurb.com/blog_uploads/0000/0617/buttons-03.html */
|
||||||
-moz-border-radius: 5px;
|
-moz-border-radius: 5px;
|
||||||
-webkit-border-radius: 5px;
|
-webkit-border-radius: 5px;
|
||||||
background: #006400 url(/images/alert-overlay.png) repeat-x;
|
background: #006400 url('/images/alert-overlay.png?1289168102') repeat-x;
|
||||||
border: 0;
|
border: 0;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
padding: 0.5em 0.75em 0.45em;
|
padding: 0.5em 0.75em 0.45em;
|
||||||
|
@ -142,7 +142,7 @@ a.button:active, input[type=submit]:active, button:active {
|
||||||
}
|
}
|
||||||
/* line 88, ../../../app/stylesheets/_layout.sass */
|
/* line 88, ../../../app/stylesheets/_layout.sass */
|
||||||
a.button.loud, input[type=submit].loud, button.loud {
|
a.button.loud, input[type=submit].loud, button.loud {
|
||||||
background: #ff5c00 url(/images/alert-overlay.png) repeat-x;
|
background: #ff5c00 url('/images/alert-overlay.png?1289168102') repeat-x;
|
||||||
font-size: 125%;
|
font-size: 125%;
|
||||||
padding: 8px 14px 9px;
|
padding: 8px 14px 9px;
|
||||||
}
|
}
|
||||||
|
@ -348,19 +348,19 @@ dd {
|
||||||
/* A font by Jos Buivenga (exljbris) -> www.exljbris.nl */
|
/* A font by Jos Buivenga (exljbris) -> www.exljbris.nl */
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: Delicious;
|
font-family: Delicious;
|
||||||
src: url("/fonts/Delicious-Roman.otf");
|
src: local("Delicious"), url('/fonts/Delicious-Roman.otf');
|
||||||
}
|
}
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: Delicious;
|
font-family: Delicious;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
src: url("/fonts/Delicious-Bold.otf");
|
src: local("Delicious"), url('/fonts/Delicious-Bold.otf');
|
||||||
}
|
}
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: Delicious;
|
font-family: Delicious;
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
src: url("/fonts/Delicious-Italic.otf");
|
src: local("Delicious"), url('/fonts/Delicious-Italic.otf');
|
||||||
}
|
}
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
|
@ -796,7 +796,7 @@ body.outfits-edit #pet-state-form label {
|
||||||
/* http://www.zurb.com/blog_uploads/0000/0617/buttons-03.html */
|
/* http://www.zurb.com/blog_uploads/0000/0617/buttons-03.html */
|
||||||
-moz-border-radius: 5px;
|
-moz-border-radius: 5px;
|
||||||
-webkit-border-radius: 5px;
|
-webkit-border-radius: 5px;
|
||||||
background: #006400 url(/images/alert-overlay.png) repeat-x;
|
background: #006400 url('/images/alert-overlay.png?1289168102') repeat-x;
|
||||||
border: 0;
|
border: 0;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
padding: 0.5em 0.75em 0.45em;
|
padding: 0.5em 0.75em 0.45em;
|
||||||
|
@ -825,7 +825,7 @@ body.outfits-edit #pet-state-form label:active {
|
||||||
}
|
}
|
||||||
/* line 122, ../../../app/stylesheets/outfits/_edit.sass */
|
/* line 122, ../../../app/stylesheets/outfits/_edit.sass */
|
||||||
body.outfits-edit #pet-state-form li.selected label {
|
body.outfits-edit #pet-state-form li.selected label {
|
||||||
background: #0b61a4 url(/images/alert-overlay.png) repeat-x;
|
background: #0b61a4 url('/images/alert-overlay.png?1289168102') repeat-x;
|
||||||
}
|
}
|
||||||
/* line 34, ../../../app/stylesheets/partials/clean/_mixins.sass */
|
/* line 34, ../../../app/stylesheets/partials/clean/_mixins.sass */
|
||||||
body.outfits-edit #pet-state-form li.selected label:hover {
|
body.outfits-edit #pet-state-form li.selected label:hover {
|
||||||
|
@ -841,7 +841,7 @@ body.outfits-edit #save-outfit-wrapper {
|
||||||
}
|
}
|
||||||
/* line 128, ../../../app/stylesheets/outfits/_edit.sass */
|
/* line 128, ../../../app/stylesheets/outfits/_edit.sass */
|
||||||
body.outfits-edit #save-outfit-wrapper button {
|
body.outfits-edit #save-outfit-wrapper button {
|
||||||
background: #ff5c00 url(/images/alert-overlay.png) repeat-x;
|
background: #ff5c00 url('/images/alert-overlay.png?1289168102') repeat-x;
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
/* line 34, ../../../app/stylesheets/partials/clean/_mixins.sass */
|
/* line 34, ../../../app/stylesheets/partials/clean/_mixins.sass */
|
||||||
|
@ -1151,7 +1151,7 @@ body.outfits-edit .object ul li a {
|
||||||
/* http://www.zurb.com/blog_uploads/0000/0617/buttons-03.html */
|
/* http://www.zurb.com/blog_uploads/0000/0617/buttons-03.html */
|
||||||
-moz-border-radius: 5px;
|
-moz-border-radius: 5px;
|
||||||
-webkit-border-radius: 5px;
|
-webkit-border-radius: 5px;
|
||||||
background: #006400 url(/images/alert-overlay.png) repeat-x;
|
background: #006400 url('/images/alert-overlay.png?1289168102') repeat-x;
|
||||||
border: 0;
|
border: 0;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
padding: 0.5em 0.75em 0.45em;
|
padding: 0.5em 0.75em 0.45em;
|
||||||
|
@ -1164,7 +1164,7 @@ body.outfits-edit .object ul li a {
|
||||||
position: relative;
|
position: relative;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
line-height: 1;
|
line-height: 1;
|
||||||
background: #aaaaaa url(/images/alert-overlay.png) repeat-x;
|
background: #aaaaaa url('/images/alert-overlay.png?1289168102') repeat-x;
|
||||||
-moz-opacity: 0.9;
|
-moz-opacity: 0.9;
|
||||||
-webkit-opacity: 0.9;
|
-webkit-opacity: 0.9;
|
||||||
-o-opacity: 0.9;
|
-o-opacity: 0.9;
|
||||||
|
@ -1193,7 +1193,7 @@ body.outfits-edit .object:hover ul, body.outfits-edit .object:hover .object-info
|
||||||
}
|
}
|
||||||
/* line 320, ../../../app/stylesheets/outfits/_edit.sass */
|
/* line 320, ../../../app/stylesheets/outfits/_edit.sass */
|
||||||
body.outfits-edit .nc-icon {
|
body.outfits-edit .nc-icon {
|
||||||
background: url(/images/nc.png) no-repeat;
|
background: url('/images/nc.png?1285023784') no-repeat;
|
||||||
height: 16px;
|
height: 16px;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
right: 16px;
|
right: 16px;
|
||||||
|
@ -1250,7 +1250,7 @@ body.outfits-edit #preview-outfits h3 {
|
||||||
}
|
}
|
||||||
/* line 356, ../../../app/stylesheets/outfits/_edit.sass */
|
/* line 356, ../../../app/stylesheets/outfits/_edit.sass */
|
||||||
body.outfits-edit #preview-outfits > ul {
|
body.outfits-edit #preview-outfits > ul {
|
||||||
background: url(/images/loading.gif) no-repeat center top;
|
background: url('/images/loading.gif?1289657021') no-repeat center top;
|
||||||
display: block;
|
display: block;
|
||||||
font-family: "Droid Sans", Helvetica, Arial, Verdana, sans-serif;
|
font-family: "Droid Sans", Helvetica, Arial, Verdana, sans-serif;
|
||||||
list-style: none;
|
list-style: none;
|
||||||
|
@ -1318,7 +1318,7 @@ body.outfits-edit #preview-outfits > ul > li header {
|
||||||
}
|
}
|
||||||
/* line 52, ../../../app/stylesheets/outfits/_edit.sass */
|
/* line 52, ../../../app/stylesheets/outfits/_edit.sass */
|
||||||
body.outfits-edit #preview-outfits > ul > li .outfit-star {
|
body.outfits-edit #preview-outfits > ul > li .outfit-star {
|
||||||
background-image: url(/images/unstarred.png);
|
background-image: url('/images/unstarred.png?1289657021');
|
||||||
background-position: left top;
|
background-position: left top;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
bottom: -2px;
|
bottom: -2px;
|
||||||
|
@ -1334,7 +1334,7 @@ body.outfits-edit #preview-outfits > ul > li .outfit-star {
|
||||||
}
|
}
|
||||||
/* line 67, ../../../app/stylesheets/outfits/_edit.sass */
|
/* line 67, ../../../app/stylesheets/outfits/_edit.sass */
|
||||||
body.outfits-edit #preview-outfits > ul > li .outfit-star.loading {
|
body.outfits-edit #preview-outfits > ul > li .outfit-star.loading {
|
||||||
background-image: url(/images/loading.gif) !important;
|
background-image: url('/images/loading.gif?1289657021') !important;
|
||||||
}
|
}
|
||||||
/* line 69, ../../../app/stylesheets/outfits/_edit.sass */
|
/* line 69, ../../../app/stylesheets/outfits/_edit.sass */
|
||||||
body.outfits-edit #preview-outfits > ul > li h4 {
|
body.outfits-edit #preview-outfits > ul > li h4 {
|
||||||
|
@ -1395,7 +1395,7 @@ body.outfits-edit #preview-outfits > ul > li.confirming-deletion .outfit-delete-
|
||||||
}
|
}
|
||||||
/* line 100, ../../../app/stylesheets/outfits/_edit.sass */
|
/* line 100, ../../../app/stylesheets/outfits/_edit.sass */
|
||||||
body.outfits-edit #preview-outfits > ul > li.starred .outfit-star {
|
body.outfits-edit #preview-outfits > ul > li.starred .outfit-star {
|
||||||
background-image: url(/images/star.png);
|
background-image: url('/images/star.png?1289657021');
|
||||||
}
|
}
|
||||||
/* line 365, ../../../app/stylesheets/outfits/_edit.sass */
|
/* line 365, ../../../app/stylesheets/outfits/_edit.sass */
|
||||||
body.outfits-edit #preview-outfits > ul.loaded {
|
body.outfits-edit #preview-outfits > ul.loaded {
|
||||||
|
@ -1495,7 +1495,7 @@ body.outfits-edit #new-outfit header {
|
||||||
}
|
}
|
||||||
/* line 52, ../../../app/stylesheets/outfits/_edit.sass */
|
/* line 52, ../../../app/stylesheets/outfits/_edit.sass */
|
||||||
body.outfits-edit #new-outfit .outfit-star {
|
body.outfits-edit #new-outfit .outfit-star {
|
||||||
background-image: url(/images/unstarred.png);
|
background-image: url('/images/unstarred.png?1289657021');
|
||||||
background-position: left top;
|
background-position: left top;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
bottom: -2px;
|
bottom: -2px;
|
||||||
|
@ -1511,7 +1511,7 @@ body.outfits-edit #new-outfit .outfit-star {
|
||||||
}
|
}
|
||||||
/* line 67, ../../../app/stylesheets/outfits/_edit.sass */
|
/* line 67, ../../../app/stylesheets/outfits/_edit.sass */
|
||||||
body.outfits-edit #new-outfit .outfit-star.loading {
|
body.outfits-edit #new-outfit .outfit-star.loading {
|
||||||
background-image: url(/images/loading.gif) !important;
|
background-image: url('/images/loading.gif?1289657021') !important;
|
||||||
}
|
}
|
||||||
/* line 69, ../../../app/stylesheets/outfits/_edit.sass */
|
/* line 69, ../../../app/stylesheets/outfits/_edit.sass */
|
||||||
body.outfits-edit #new-outfit h4 {
|
body.outfits-edit #new-outfit h4 {
|
||||||
|
@ -1572,7 +1572,7 @@ body.outfits-edit #new-outfit.confirming-deletion .outfit-delete-confirmation {
|
||||||
}
|
}
|
||||||
/* line 100, ../../../app/stylesheets/outfits/_edit.sass */
|
/* line 100, ../../../app/stylesheets/outfits/_edit.sass */
|
||||||
body.outfits-edit #new-outfit.starred .outfit-star {
|
body.outfits-edit #new-outfit.starred .outfit-star {
|
||||||
background-image: url(/images/star.png);
|
background-image: url('/images/star.png?1289657021');
|
||||||
}
|
}
|
||||||
/* line 391, ../../../app/stylesheets/outfits/_edit.sass */
|
/* line 391, ../../../app/stylesheets/outfits/_edit.sass */
|
||||||
body.outfits-edit #new-outfit h4 {
|
body.outfits-edit #new-outfit h4 {
|
||||||
|
@ -1723,7 +1723,7 @@ body.outfits-new #load-pet-to-wardrobe input {
|
||||||
}
|
}
|
||||||
/* line 53, ../../../app/stylesheets/outfits/_new.sass */
|
/* line 53, ../../../app/stylesheets/outfits/_new.sass */
|
||||||
body.outfits-new #load-pet-to-wardrobe button {
|
body.outfits-new #load-pet-to-wardrobe button {
|
||||||
background: #ff5c00 url(/images/alert-overlay.png) repeat-x;
|
background: #ff5c00 url('/images/alert-overlay.png?1289168102') repeat-x;
|
||||||
font-size: 125%;
|
font-size: 125%;
|
||||||
padding: 8px 14px 9px;
|
padding: 8px 14px 9px;
|
||||||
font-size: 67%;
|
font-size: 67%;
|
||||||
|
|
Loading…
Reference in a new issue