2011-06-27 12:33:34 -07:00
@ charset "UTF-8" ;
2010-11-05 15:45:05 -07:00
/* Reset */
2012-01-13 17:37:56 -08:00
/* line 5, ../../../app/stylesheets/_layout.sass */
html , body , div , span , applet , object , iframe , h1 , h2 , h3 , h4 , h5 , h6 , p ,
blockquote , pre , a , abbr , acronym , address , big , cite , code , del , dfn , em ,
font , img , ins , kbd , q , s , samp , small , strike , strong , sub , sup , tt , var , b ,
u , i , center , dl , dt , dd , ol , ul , li , fieldset , form , label , legend , table ,
caption , tbody , tfoot , thead , tr , th , td {
margin : 0 ;
padding : 0 ;
border : 0 ;
outline : 0 ;
font-size : 100 % ;
vertical-align : baseline ;
background : transparent ;
}
2010-11-05 15:45:05 -07:00
/* Typography */
2012-01-13 17:37:56 -08:00
/* line 20, ../../../app/stylesheets/_layout.sass */
html , body {
height : 100 % ;
}
2010-11-05 15:45:05 -07:00
2012-01-13 17:37:56 -08:00
/* line 23, ../../../app/stylesheets/_layout.sass */
body {
background : white ;
color : # 004400 ;
font-family : "Droid Sans" , Helvetica , Arial , Verdana , sans-serif ;
font-size : 90 % ;
line-height : 1 . 5 ;
}
2010-05-20 19:40:04 -07:00
2012-01-13 17:37:56 -08:00
/* line 31, ../../../app/stylesheets/_layout.sass */
a {
color : # 226622 ;
}
2010-11-05 15:45:05 -07:00
2012-01-13 17:37:56 -08:00
/* line 34, ../../../app/stylesheets/_layout.sass */
p {
font-family : "Droid Serif" , Georgia , "Times New Roman" , Times , serif ;
}
2010-11-05 15:45:05 -07:00
2012-01-13 17:37:56 -08:00
/* line 37, ../../../app/stylesheets/_layout.sass */
input , button , select {
font-family : inherit ;
font-size : 100 % ;
}
2010-05-20 19:40:04 -07:00
2012-01-13 17:37:56 -08:00
/* line 42, ../../../app/stylesheets/_layout.sass */
p {
margin-bottom : 1em ;
}
2010-11-05 15:45:05 -07:00
2012-01-13 17:37:56 -08:00
/* line 45, ../../../app/stylesheets/_layout.sass */
h1 , h2 , h3 {
font-family : Delicious , Helvetica , Arial , Verdana , sans-serif ;
}
2010-11-05 15:45:05 -07:00
2012-01-13 17:37:56 -08:00
/* line 48, ../../../app/stylesheets/_layout.sass */
h1 {
font-size : 3em ;
line-height : 1 ;
margin-bottom : 0 . 5em ;
}
2010-11-05 15:45:05 -07:00
2012-01-13 17:37:56 -08:00
/* line 53, ../../../app/stylesheets/_layout.sass */
h2 {
font-size : 2em ;
margin-bottom : 0 . 75em ;
}
2010-11-05 15:45:05 -07:00
2012-01-13 17:37:56 -08:00
/* line 57, ../../../app/stylesheets/_layout.sass */
h3 {
font-size : 1 . 5em ;
line-height : 1 ;
margin-bottom : 1em ;
}
2010-11-05 15:45:05 -07:00
2012-01-13 17:37:56 -08:00
/* line 62, ../../../app/stylesheets/_layout.sass */
. inline-image , body . pets-bulk # bulk-pets-form ul img {
margin-right : 1em ;
vertical-align : middle ;
}
2010-11-05 15:45:05 -07:00
/* Main */
2012-01-13 17:37:56 -08:00
/* line 70, ../../../app/stylesheets/_layout.sass */
# container {
margin : 1em auto ;
padding-top : 3em ;
position : relative ;
width : 800px ;
}
2010-11-05 15:45:05 -07:00
2012-01-13 17:37:56 -08:00
/* line 76, ../../../app/stylesheets/_layout.sass */
input , button , select , label {
cursor : pointer ;
}
2010-11-05 15:45:05 -07:00
2012-01-13 17:37:56 -08:00
/* line 79, ../../../app/stylesheets/_layout.sass */
input [ type = text ] , body . pets-bulk # bulk-pets-form textarea , input [ type = password ] , input [ type = search ] , input [ type = number ] , select , textarea {
-moz-border-radius : 3px ;
-webkit-border-radius : 3px ;
background : white ;
border : 1px solid # cceecc ;
color : # 448844 ;
padding : 0 . 25em ;
}
/* line 85, ../../../app/stylesheets/_layout.sass */
input [ type = text ] : focus , body . pets-bulk # bulk-pets-form textarea : focus , input [ type = text ] : active , body . pets-bulk # bulk-pets-form textarea : active , input [ type = password ] : focus , input [ type = password ] : active , input [ type = search ] : focus , input [ type = search ] : active , input [ type = number ] : focus , input [ type = number ] : active , select : focus , select : active , textarea : focus , textarea : active {
color : inherit ;
}
2010-11-05 15:45:05 -07:00
2012-01-13 17:37:56 -08:00
/* line 88, ../../../app/stylesheets/_layout.sass */
textarea {
font : inherit ;
}
2011-07-26 17:27:23 -07:00
2012-01-13 17:37:56 -08:00
/* line 91, ../../../app/stylesheets/_layout.sass */
a . button , input [ type = submit ] , button {
/* http://www.zurb.com/blog_uploads/0000/0617/buttons-03.html */
-moz-border-radius : 5px ;
-webkit-border-radius : 5px ;
2012-10-01 11:22:17 -07:00
background : # 006400 url ( '/images/alert-overlay.png?1344550430' ) repeat-x ;
2012-01-13 17:37:56 -08:00
border : 0 ;
display : inline-block ;
padding : 0 . 5em 0 . 75em 0 . 45em ;
color : white ;
text-decoration : none ;
-moz-box-shadow : 0 1px 3px rgba ( 0 , 0 , 0 , 0 . 5 ) ;
-webkit-box-shadow : 0 1px 3px rgba ( 0 , 0 , 0 , 0 . 5 ) ;
text-shadow : 0 -1px 1px rgba ( 0 , 0 , 0 , 0 . 25 ) ;
border-bottom : 1px solid rgba ( 0 , 0 , 0 , 0 . 25 ) ;
position : relative ;
font-weight : bold ;
line-height : 1 ;
}
/* line 34, ../../../app/stylesheets/partials/clean/_mixins.sass */
a . button : hover , input [ type = submit ] : hover , button : hover {
background-color : # 005300 ;
}
/* line 53, ../../../app/stylesheets/partials/clean/_mixins.sass */
a . button : hover , input [ type = submit ] : hover , button : hover {
color : white ;
}
/* line 55, ../../../app/stylesheets/partials/clean/_mixins.sass */
a . button : active , input [ type = submit ] : active , button : active {
top : 1px ;
}
/* line 93, ../../../app/stylesheets/_layout.sass */
a . button . loud , input [ type = submit ] . loud , button . loud {
2012-10-01 11:22:17 -07:00
background : # ff5c00 url ( '/images/alert-overlay.png?1344550430' ) repeat-x ;
2012-01-13 17:37:56 -08:00
font-size : 125 % ;
padding : 8px 14px 9px ;
}
/* line 34, ../../../app/stylesheets/partials/clean/_mixins.sass */
a . button . loud : hover , input [ type = submit ] . loud : hover , button . loud : hover {
background-color : # ee4b00 ;
}
2010-11-05 15:45:05 -07:00
2012-01-13 17:37:56 -08:00
/* line 96, ../../../app/stylesheets/_layout.sass */
ul . buttons {
margin-bottom : 1em ;
}
/* line 98, ../../../app/stylesheets/_layout.sass */
ul . buttons li {
list-style : none ;
margin : 0 0 . 5em ;
}
/* line 101, ../../../app/stylesheets/_layout.sass */
ul . buttons li , ul . buttons li form {
display : inline ;
}
2010-11-05 15:45:05 -07:00
2012-01-13 17:37:56 -08:00
/* line 104, ../../../app/stylesheets/_layout.sass */
# footer {
clear : both ;
font-size : 75 % ;
margin-bottom : 1em ;
padding-top : 2em ;
text-align : center ;
}
/* line 110, ../../../app/stylesheets/_layout.sass */
# footer ul , # footer div {
display : inline ;
margin : 0 1em ;
}
/* line 113, ../../../app/stylesheets/_layout.sass */
# footer li , # footer div ul {
display : inline ;
margin : 0 0 . 5em ;
}
2010-11-05 15:45:05 -07:00
2012-01-13 17:37:56 -08:00
/* line 117, ../../../app/stylesheets/_layout.sass */
. success , . alert , . warning {
margin-bottom : 1em ;
padding : 0 . 25em 0 . 5em ;
text-align : center ;
}
2010-11-05 15:45:05 -07:00
2012-01-13 17:37:56 -08:00
/* line 122, ../../../app/stylesheets/_layout.sass */
. success {
background : # e6efc2 ;
border : 1px solid # c6d880 ;
color : # 264409 ;
}
2010-11-05 15:45:05 -07:00
2012-01-13 17:37:56 -08:00
/* line 125, ../../../app/stylesheets/_layout.sass */
. alert {
background : # fbe3e4 ;
border : 1px solid # fbc2c4 ;
color : # 8a1f11 ;
}
2010-11-05 15:45:05 -07:00
2012-01-13 17:37:56 -08:00
/* line 128, ../../../app/stylesheets/_layout.sass */
. warning {
background : # fff6bf ;
border : 1px solid # ffd324 ;
color : # 514721 ;
}
2010-11-05 15:45:05 -07:00
2012-01-13 17:37:56 -08:00
/* line 131, ../../../app/stylesheets/_layout.sass */
# userbar {
font-family : Delicious , Helvetica , Arial , Verdana , sans-serif ;
position : absolute ;
right : 0 ;
top : 0 ;
}
/* line 136, ../../../app/stylesheets/_layout.sass */
# userbar > * {
display : inline ;
margin : 0 0 . 25em ;
}
2010-11-05 15:45:05 -07:00
2012-01-13 17:37:56 -08:00
/* line 140, ../../../app/stylesheets/_layout.sass */
# userbar-image-mode {
font-weight : bold ;
margin-right : 1em ;
text-decoration : none ;
}
/* line 144, ../../../app/stylesheets/_layout.sass */
# userbar-image-mode img {
bottom : -2px ;
height : 16px ;
position : relative ;
width : 16px ;
}
2011-07-02 12:51:30 -07:00
2012-01-13 17:37:56 -08:00
/* line 147, ../../../app/stylesheets/_layout.sass */
# userbar-log-in {
text-decoration : none ;
}
/* line 149, ../../../app/stylesheets/_layout.sass */
# userbar-log-in img {
margin-bottom : -4px ;
margin-right : 0 . 25em ;
}
/* line 153, ../../../app/stylesheets/_layout.sass */
# userbar-log-in span {
text-decoration : underline ;
}
/* line 155, ../../../app/stylesheets/_layout.sass */
# userbar-log-in : hover span {
text-decoration : none ;
}
2010-10-18 15:10:50 -07:00
2012-01-13 17:37:56 -08:00
/* line 158, ../../../app/stylesheets/_layout.sass */
. object {
display : -moz-inline-box ;
-moz-box-orient : vertical ;
display : inline-block ;
vertical-align : middle ;
* display : inline ;
* vertical-align : auto ;
margin : 8px 0 ;
padding : 0 8px ;
position : relative ;
text-align : center ;
vertical-align : top ;
width : 100px ;
}
2012-08-01 11:29:25 -07:00
/* line 166, ../../../app/stylesheets/_layout.sass */
2012-01-13 17:37:56 -08:00
. object a {
text-decoration : none ;
}
2012-08-01 11:29:25 -07:00
/* line 168, ../../../app/stylesheets/_layout.sass */
2012-01-13 17:37:56 -08:00
. object a img {
-moz-opacity : 0 . 75 ;
-webkit-opacity : 0 . 75 ;
-o-opacity : 0 . 75 ;
-khtml-opacity : 0 . 75 ;
}
2012-08-01 11:29:25 -07:00
/* line 170, ../../../app/stylesheets/_layout.sass */
2012-01-13 17:37:56 -08:00
. object img {
display : block ;
height : 80px ;
margin : 0 auto ;
width : 80px ;
}
2012-08-01 11:29:25 -07:00
/* line 175, ../../../app/stylesheets/_layout.sass */
2012-01-13 17:37:56 -08:00
. object : hover img , . object a : hover img {
-moz-opacity : 1 ;
-webkit-opacity : 1 ;
-o-opacity : 1 ;
-khtml-opacity : 1 ;
}
2012-08-01 11:29:25 -07:00
/* line 181, ../../../app/stylesheets/_layout.sass */
2012-01-13 17:37:56 -08:00
. object . nc-icon , . object . closeted-icons {
-moz-opacity : 1 ;
-webkit-opacity : 1 ;
-o-opacity : 1 ;
-khtml-opacity : 1 ;
background : rgba ( 255 , 255 , 255 , 0 . 75 ) ;
line-height : 1 ;
position : absolute ;
top : 64px ;
}
2012-08-01 11:29:25 -07:00
/* line 187, ../../../app/stylesheets/_layout.sass */
2012-01-13 17:37:56 -08:00
. object . nc-icon : hover , . object . closeted-icons : hover {
-moz-opacity : 0 . 5 ;
-webkit-opacity : 0 . 5 ;
-o-opacity : 0 . 5 ;
-khtml-opacity : 0 . 5 ;
background : transparent ;
}
2012-08-01 11:29:25 -07:00
/* line 191, ../../../app/stylesheets/_layout.sass */
2012-01-13 17:37:56 -08:00
. object . nc-icon , . object . closeted-icons img {
display : inline ;
height : 16px ;
width : 16px ;
}
2012-08-01 11:29:25 -07:00
/* line 196, ../../../app/stylesheets/_layout.sass */
2012-01-13 17:37:56 -08:00
. object . nc-icon {
right : 18px ;
}
2012-08-01 11:29:25 -07:00
/* line 200, ../../../app/stylesheets/_layout.sass */
2012-01-13 17:37:56 -08:00
. object . closeted-icons {
left : 18px ;
}
2010-11-05 15:45:05 -07:00
2012-08-01 11:29:25 -07:00
/* line 203, ../../../app/stylesheets/_layout.sass */
2012-01-13 17:37:56 -08:00
dt {
font-weight : bold ;
}
2010-11-05 15:45:05 -07:00
2012-08-01 11:29:25 -07:00
/* line 206, ../../../app/stylesheets/_layout.sass */
2012-01-13 17:37:56 -08:00
dd {
margin : 0 0 1 . 5em 1em ;
}
2010-11-05 15:45:05 -07:00
2012-08-01 11:29:25 -07:00
/* line 209, ../../../app/stylesheets/_layout.sass */
2012-01-13 17:37:56 -08:00
# home-link {
font-family : Delicious , Helvetica , Arial , Verdana , sans-serif ;
font-size : 175 % ;
font-weight : bold ;
left : 0 ;
line-height : 1 ;
padding : 0 . 25em ;
position : absolute ;
top : 0 ;
}
2012-08-01 11:29:25 -07:00
/* line 219, ../../../app/stylesheets/_layout.sass */
2012-01-13 17:37:56 -08:00
# home-link : hover {
background : # eeffee ;
text-decoration : none ;
}
2012-08-01 11:29:25 -07:00
/* line 222, ../../../app/stylesheets/_layout.sass */
2012-01-13 17:37:56 -08:00
# home-link span : before {
content : "<< " ;
}
2010-11-05 15:45:05 -07:00
2012-08-01 11:29:25 -07:00
/* line 226, ../../../app/stylesheets/_layout.sass */
2012-01-13 17:37:56 -08:00
. pagination a , . pagination span {
margin : 0 0 . 5em ;
}
2012-08-01 11:29:25 -07:00
/* line 228, ../../../app/stylesheets/_layout.sass */
2012-01-13 17:37:56 -08:00
. pagination . current {
font-weight : bold ;
}
2010-11-05 15:45:05 -07:00
/* Fonts */
/* A font by Jos Buivenga (exljbris) -> www.exljbris.nl */
2012-01-13 17:37:56 -08:00
@ font-face {
font-family : Delicious ;
src : local ( "Delicious" ) , url ( '/fonts/Delicious-Roman.otf' ) ;
}
2010-11-05 15:45:05 -07:00
2012-01-13 17:37:56 -08:00
@ font-face {
font-family : Delicious ;
font-weight : bold ;
src : local ( "Delicious" ) , url ( '/fonts/Delicious-Bold.otf' ) ;
}
2010-11-05 15:45:05 -07:00
2012-01-13 17:37:56 -08:00
@ font-face {
font-family : Delicious ;
font-style : italic ;
src : local ( "Delicious" ) , url ( '/fonts/Delicious-Italic.otf' ) ;
}
2010-11-05 15:45:05 -07:00
2012-01-13 17:37:56 -08:00
@ font-face {
font-family : "Droid Serif" ;
font-style : normal ;
font-weight : normal ;
src : local ( "Droid Serif" ) , url ( "http://themes.googleusercontent.com/font?kit=70P0G8gxVDIV6F9om0DsKg" ) format ( "truetype" ) ;
}
2010-11-05 15:45:05 -07:00
2012-01-13 17:37:56 -08:00
@ font-face {
font-family : "Droid Serif" ;
font-style : normal ;
font-weight : bold ;
src : local ( "Droid Serif" ) , url ( "http://themes.googleusercontent.com/font?kit=QQt14e8dY39u-eYBZmppwf5Jgr8ufe5A6KahQF76Xmg" ) format ( "truetype" ) ;
}
2010-11-05 15:45:05 -07:00
2012-01-13 17:37:56 -08:00
@ font-face {
font-family : "Droid Sans" ;
font-style : normal ;
font-weight : normal ;
src : local ( "Droid Sans" ) , url ( "http://themes.googleusercontent.com/font?kit=POVDFY-UUf0WFR9DIMCU8g" ) format ( "truetype" ) ;
}
2010-11-05 15:45:05 -07:00
2012-01-13 17:37:56 -08:00
@ font-face {
font-family : "Calligraffitti" ;
font-style : normal ;
font-weight : normal ;
src : local ( "Calligraffiti" ) , url ( "http://themes.googleusercontent.com/font?kit=vLVN2Y-z65rVu1R7lWdvyKIZAuDcNtpCWuPSaIR0Ie8" ) format ( "woff" ) ;
}
2011-06-28 10:24:40 -07:00
2012-01-13 17:37:56 -08:00
/* line 2, ../../../app/stylesheets/partials/_jquery.jgrowl.sass */
div . jGrowl {
padding : 10px ;
z-index : 9999 ;
color : white ;
font-size : 12px ;
}
/* line 7, ../../../app/stylesheets/partials/_jquery.jgrowl.sass */
div . ie6 {
position : absolute ;
}
/* line 9, ../../../app/stylesheets/partials/_jquery.jgrowl.sass */
div . ie6 . top-right {
right : auto ;
bottom : auto ;
left : expression ( ( 0 - jGrowl . offsetWidth + ( document . documentElement . clientWidth ? document . documentElement . clientWidth : document . body . clientWidth ) + ( ignoreMe2 = document . documentElement . scrollLeft ? document . documentElement . scrollLeft : document . body . scrollLeft ) ) + 'px' ) ;
top : expression ( ( 0 + ( ignoreMe = document . documentElement . scrollTop ? document . documentElement . scrollTop : document . body . scrollTop ) ) + 'px' ) ;
}
/* line 14, ../../../app/stylesheets/partials/_jquery.jgrowl.sass */
div . ie6 . top-left {
left : expression ( ( 0 + ( ignoreMe2 = document . documentElement . scrollLeft ? document . documentElement . scrollLeft : document . body . scrollLeft ) ) + 'px' ) ;
top : expression ( ( 0 + ( ignoreMe = document . documentElement . scrollTop ? document . documentElement . scrollTop : document . body . scrollTop ) ) + 'px' ) ;
}
/* line 17, ../../../app/stylesheets/partials/_jquery.jgrowl.sass */
div . ie6 . bottom-right {
left : expression ( ( 0 - jGrowl . offsetWidth + ( document . documentElement . clientWidth ? document . documentElement . clientWidth : document . body . clientWidth ) + ( ignoreMe2 = document . documentElement . scrollLeft ? document . documentElement . scrollLeft : document . body . scrollLeft ) ) + 'px' ) ;
top : expression ( ( 0 - jGrowl . offsetHeight + ( document . documentElement . clientHeight ? document . documentElement . clientHeight : document . body . clientHeight ) + ( ignoreMe = document . documentElement . scrollTop ? document . documentElement . scrollTop : document . body . scrollTop ) ) + 'px' ) ;
}
/* line 20, ../../../app/stylesheets/partials/_jquery.jgrowl.sass */
div . ie6 . bottom-left {
left : expression ( ( 0 + ( ignoreMe2 = document . documentElement . scrollLeft ? document . documentElement . scrollLeft : document . body . scrollLeft ) ) + 'px' ) ;
top : expression ( ( 0 - jGrowl . offsetHeight + ( document . documentElement . clientHeight ? document . documentElement . clientHeight : document . body . clientHeight ) + ( ignoreMe = document . documentElement . scrollTop ? document . documentElement . scrollTop : document . body . scrollTop ) ) + 'px' ) ;
}
/* line 23, ../../../app/stylesheets/partials/_jquery.jgrowl.sass */
div . ie6 . center {
left : expression ( ( 0 + ( ignoreMe2 = document . documentElement . scrollLeft ? document . documentElement . scrollLeft : document . body . scrollLeft ) ) + 'px' ) ;
top : expression ( ( 0 + ( ignoreMe = document . documentElement . scrollTop ? document . documentElement . scrollTop : document . body . scrollTop ) ) + 'px' ) ;
width : 100 % ;
}
2010-11-10 13:59:54 -08:00
/*Special IE6 Style Positioning */
/*Normal Style Positions */
2012-01-13 17:37:56 -08:00
/* line 32, ../../../app/stylesheets/partials/_jquery.jgrowl.sass */
body > div . jGrowl {
position : fixed ;
}
/* line 34, ../../../app/stylesheets/partials/_jquery.jgrowl.sass */
body > div . jGrowl . top-left {
left : 0px ;
top : 0px ;
}
/* line 37, ../../../app/stylesheets/partials/_jquery.jgrowl.sass */
body > div . jGrowl . top-right {
right : 0px ;
top : 0px ;
}
/* line 40, ../../../app/stylesheets/partials/_jquery.jgrowl.sass */
body > div . jGrowl . bottom-left {
left : 0px ;
bottom : 0px ;
}
/* line 43, ../../../app/stylesheets/partials/_jquery.jgrowl.sass */
body > div . jGrowl . bottom-right {
right : 0px ;
bottom : 0px ;
}
/* line 46, ../../../app/stylesheets/partials/_jquery.jgrowl.sass */
body > div . jGrowl . center {
top : 0px ;
width : 50 % ;
left : 25 % ;
}
2010-11-10 13:59:54 -08:00
/*Cross Browser Styling */
2012-01-13 17:37:56 -08:00
/* line 55, ../../../app/stylesheets/partials/_jquery.jgrowl.sass */
div . center div . jGrowl-notification , div . center div . jGrowl-closer {
margin-left : auto ;
margin-right : auto ;
}
/* line 59, ../../../app/stylesheets/partials/_jquery.jgrowl.sass */
div . jGrowl div . jGrowl-notification , div . jGrowl div . jGrowl-closer {
background-color : black ;
opacity : 0 . 85 ;
-ms-filter : "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)" ;
filter : progid : DXImageTransform . Microsoft . Alpha ( Opacity = 85 ) ;
zoom : 1 ;
width : 235px ;
padding : 10px ;
margin-top : 5px ;
margin-bottom : 5px ;
font-family : Tahoma , Arial , Helvetica , sans-serif ;
font-size : 1em ;
text-align : left ;
display : none ;
-moz-border-radius : 5px ;
-webkit-border-radius : 5px ;
}
/* line 75, ../../../app/stylesheets/partials/_jquery.jgrowl.sass */
div . jGrowl div . jGrowl-notification {
min-height : 40px ;
}
/* line 78, ../../../app/stylesheets/partials/_jquery.jgrowl.sass */
div . jGrowl div . jGrowl-notification div . header {
font-weight : bold ;
font-size : 0 . 85em ;
}
/* line 81, ../../../app/stylesheets/partials/_jquery.jgrowl.sass */
div . jGrowl div . jGrowl-notification div . close {
z-index : 99 ;
float : right ;
font-weight : bold ;
font-size : 1em ;
cursor : pointer ;
}
/* line 87, ../../../app/stylesheets/partials/_jquery.jgrowl.sass */
div . jGrowl div . jGrowl-closer {
padding-top : 4px ;
padding-bottom : 4px ;
cursor : pointer ;
font-size : 0 . 9em ;
font-weight : bold ;
text-align : center ;
}
2010-11-10 13:59:54 -08:00
/*Hide jGrowl when printing */
2012-01-13 17:37:56 -08:00
@ media print {
/* line 97, ../../../app/stylesheets/partials/_jquery.jgrowl.sass */
div . jGrowl {
display : none ;
}
}
/* line 4, ../../../app/stylesheets/broken_image_reports/_new.sass */
body . broken_image_reports-new # report-assets li {
-moz-border-radius : 0 . 5em ;
-webkit-border-radius : 0 . 5em ;
display : -moz-inline-box ;
-moz-box-orient : vertical ;
display : inline-block ;
vertical-align : middle ;
* display : inline ;
* vertical-align : auto ;
border : 1px solid # aaddaa ;
margin : 0 . 5em ;
padding : 0 . 5em ;
text-align : center ;
vertical-align : top ;
width : 150px ;
}
/* line 14, ../../../app/stylesheets/broken_image_reports/_new.sass */
body . broken_image_reports-new # report-assets li img , body . broken_image_reports-new # report-assets li span , body . broken_image_reports-new # report-assets li input {
display : block ;
width : 100 % ;
}
/* line 18, ../../../app/stylesheets/broken_image_reports/_new.sass */
body . broken_image_reports-new # report-assets li img {
height : 150px ;
width : 150px ;
}
/* line 22, ../../../app/stylesheets/broken_image_reports/_new.sass */
body . broken_image_reports-new # report-assets li span {
font-size : 85 % ;
}
/* line 2, ../../../app/stylesheets/partials/_secondary_nav.sass */
body . closet_hangers-index # title {
float : left ;
margin-right : 0 . 5em ;
}
/* line 6, ../../../app/stylesheets/partials/_secondary_nav.sass */
body . closet_hangers-index . flash {
clear : both ;
}
/* line 9, ../../../app/stylesheets/partials/_secondary_nav.sass */
body . closet_hangers-index # secondary-nav {
display : block ;
margin-top : 0 . 75em ;
}
/* line 8, ../../../app/stylesheets/closet_hangers/_index.sass */
body . closet_hangers-index # title {
margin-bottom : 0 ;
}
/* line 11, ../../../app/stylesheets/closet_hangers/_index.sass */
body . closet_hangers-index # import-link {
/* http://www.zurb.com/blog_uploads/0000/0617/buttons-03.html */
-moz-border-radius : 5px ;
-webkit-border-radius : 5px ;
2012-10-01 11:22:17 -07:00
background : # 006400 url ( '/images/alert-overlay.png?1344550430' ) repeat-x ;
2012-01-13 17:37:56 -08:00
border : 0 ;
display : inline-block ;
padding : 0 . 5em 0 . 75em 0 . 45em ;
color : white ;
text-decoration : none ;
-moz-box-shadow : 0 1px 3px rgba ( 0 , 0 , 0 , 0 . 5 ) ;
-webkit-box-shadow : 0 1px 3px rgba ( 0 , 0 , 0 , 0 . 5 ) ;
text-shadow : 0 -1px 1px rgba ( 0 , 0 , 0 , 0 . 25 ) ;
border-bottom : 1px solid rgba ( 0 , 0 , 0 , 0 . 25 ) ;
position : relative ;
font-weight : bold ;
line-height : 1 ;
2012-10-01 11:22:17 -07:00
background : # ff5c00 url ( '/images/alert-overlay.png?1344550430' ) repeat-x ;
2012-01-13 17:37:56 -08:00
}
/* line 34, ../../../app/stylesheets/partials/clean/_mixins.sass */
body . closet_hangers-index # import-link : hover {
background-color : # 005300 ;
}
/* line 53, ../../../app/stylesheets/partials/clean/_mixins.sass */
body . closet_hangers-index # import-link : hover {
color : white ;
}
/* line 55, ../../../app/stylesheets/partials/clean/_mixins.sass */
body . closet_hangers-index # import-link : active {
top : 1px ;
}
/* line 34, ../../../app/stylesheets/partials/clean/_mixins.sass */
body . closet_hangers-index # import-link : hover {
background-color : # ee4b00 ;
}
/* line 15, ../../../app/stylesheets/closet_hangers/_index.sass */
body . closet_hangers-index # closet-hangers-items-search {
float : right ;
}
/* line 19, ../../../app/stylesheets/closet_hangers/_index.sass */
body . closet_hangers-index # closet-hangers-items-search input [ name = q ] . loading {
background-image : url ( / images / loading . gif ) ;
background-position : 2px center ;
background-repeat : no-repeat ;
padding-left : 20px ;
}
/* line 26, ../../../app/stylesheets/closet_hangers/_index.sass */
body . closet_hangers-index # closet-hangers-contact {
clear : both ;
color : # 448844 ;
margin-bottom : 1em ;
margin-left : 2em ;
min-height : 16px ;
}
/* line 33, ../../../app/stylesheets/closet_hangers/_index.sass */
body . closet_hangers-index # closet-hangers-contact a , body . closet_hangers-index # closet-hangers-contact > span {
text-decoration : none ;
2012-10-01 11:22:17 -07:00
background-image : url ( '/images/neomail.png?1344550430' ) ;
2012-01-13 17:37:56 -08:00
background-position : left center ;
background-repeat : no-repeat ;
color : inherit ;
float : left ;
height : 100 % ;
padding-left : 20px ;
}
/* line 4, ../../../../../../.rvm/gems/ruby-1.9.2-p290/gems/compass-0.10.6/frameworks/compass/stylesheets/compass/utilities/links/_hover-link.scss */
body . closet_hangers-index # closet-hangers-contact a : hover , body . closet_hangers-index # closet-hangers-contact > span : hover {
text-decoration : underline ;
}
/* line 44, ../../../app/stylesheets/closet_hangers/_index.sass */
body . closet_hangers-index # closet-hangers-contact > span {
2012-10-01 11:22:17 -07:00
background-image : url ( '/images/neomail_edit.png?1344550430' ) ;
2012-01-13 17:37:56 -08:00
}
/* line 47, ../../../app/stylesheets/closet_hangers/_index.sass */
body . closet_hangers-index # closet-hangers-contact input [ type = text ] , body . closet_hangers-index # closet-hangers-contact body . pets-bulk # bulk-pets-form textarea , body . pets-bulk # bulk-pets-form body . closet_hangers-index # closet-hangers-contact textarea {
width : 10em ;
}
/* line 50, ../../../app/stylesheets/closet_hangers/_index.sass */
body . closet_hangers-index # closet-hangers-contact label {
font-weight : bold ;
margin-right : 0 . 5em ;
}
/* line 54, ../../../app/stylesheets/closet_hangers/_index.sass */
body . closet_hangers-index # closet-hangers-contact label : after {
content : ":" ;
}
/* line 57, ../../../app/stylesheets/closet_hangers/_index.sass */
body . closet_hangers-index # edit-contact-link-to-replace-form , body . closet_hangers-index # cancel-contact-link {
display : none ;
}
/* line 60, ../../../app/stylesheets/closet_hangers/_index.sass */
body . closet_hangers-index . edit-contact-link , body . closet_hangers-index # cancel-contact-link {
cursor : pointer ;
text-decoration : underline ;
}
/* line 64, ../../../app/stylesheets/closet_hangers/_index.sass */
body . closet_hangers-index . edit-contact-link : hover , body . closet_hangers-index # cancel-contact-link : hover {
text-decoration : none ;
}
/* line 68, ../../../app/stylesheets/closet_hangers/_index.sass */
body . closet_hangers-index # edit-contact-link-to-replace-form # contact-link-has-value {
display : none ;
}
/* line 71, ../../../app/stylesheets/closet_hangers/_index.sass */
body . closet_hangers-index # edit-contact-link-to-replace-form # contact-link-no-value {
display : inline ;
}
/* line 75, ../../../app/stylesheets/closet_hangers/_index.sass */
body . closet_hangers-index # edit-contact-link-to-replace-form . has-value # contact-link-has-value {
display : inline ;
}
/* line 78, ../../../app/stylesheets/closet_hangers/_index.sass */
body . closet_hangers-index # edit-contact-link-to-replace-form . has-value # contact-link-no-value {
display : none ;
}
/* line 81, ../../../app/stylesheets/closet_hangers/_index.sass */
body . closet_hangers-index # cancel-contact-link {
margin-left : 1em ;
}
/* line 84, ../../../app/stylesheets/closet_hangers/_index.sass */
body . closet_hangers-index # toggle-help , body . closet_hangers-index # toggle-compare {
/* http://www.zurb.com/blog_uploads/0000/0617/buttons-03.html */
-moz-border-radius : 5px ;
-webkit-border-radius : 5px ;
2012-10-01 11:22:17 -07:00
background : # 006400 url ( '/images/alert-overlay.png?1344550430' ) repeat-x ;
2012-01-13 17:37:56 -08:00
border : 0 ;
display : inline-block ;
padding : 0 . 5em 0 . 75em 0 . 45em ;
color : white ;
text-decoration : none ;
-moz-box-shadow : 0 1px 3px rgba ( 0 , 0 , 0 , 0 . 5 ) ;
-webkit-box-shadow : 0 1px 3px rgba ( 0 , 0 , 0 , 0 . 5 ) ;
text-shadow : 0 -1px 1px rgba ( 0 , 0 , 0 , 0 . 25 ) ;
border-bottom : 1px solid rgba ( 0 , 0 , 0 , 0 . 25 ) ;
position : relative ;
font-weight : bold ;
line-height : 1 ;
cursor : pointer ;
display : none ;
}
/* line 34, ../../../app/stylesheets/partials/clean/_mixins.sass */
body . closet_hangers-index # toggle-help : hover , body . closet_hangers-index # toggle-compare : hover {
background-color : # 005300 ;
}
/* line 53, ../../../app/stylesheets/partials/clean/_mixins.sass */
body . closet_hangers-index # toggle-help : hover , body . closet_hangers-index # toggle-compare : hover {
color : white ;
}
/* line 55, ../../../app/stylesheets/partials/clean/_mixins.sass */
body . closet_hangers-index # toggle-help : active , body . closet_hangers-index # toggle-compare : active {
top : 1px ;
}
/* line 89, ../../../app/stylesheets/closet_hangers/_index.sass */
body . closet_hangers-index # closet-hangers-help . hidden {
display : none ;
}
/* line 92, ../../../app/stylesheets/closet_hangers/_index.sass */
body . closet_hangers-index # closet-hangers-extras {
font-size : 85 % ;
margin-bottom : 2em ;
margin-top : 2em ;
text-align : center ;
}
/* line 99, ../../../app/stylesheets/closet_hangers/_index.sass */
body . closet_hangers-index # closet-hangers-extras a {
/* http://www.zurb.com/blog_uploads/0000/0617/buttons-03.html */
-moz-border-radius : 5px ;
-webkit-border-radius : 5px ;
2012-10-01 11:22:17 -07:00
background : # 006400 url ( '/images/alert-overlay.png?1344550430' ) repeat-x ;
2012-01-13 17:37:56 -08:00
border : 0 ;
display : inline-block ;
padding : 0 . 5em 0 . 75em 0 . 45em ;
color : white ;
text-decoration : none ;
-moz-box-shadow : 0 1px 3px rgba ( 0 , 0 , 0 , 0 . 5 ) ;
-webkit-box-shadow : 0 1px 3px rgba ( 0 , 0 , 0 , 0 . 5 ) ;
text-shadow : 0 -1px 1px rgba ( 0 , 0 , 0 , 0 . 25 ) ;
border-bottom : 1px solid rgba ( 0 , 0 , 0 , 0 . 25 ) ;
position : relative ;
font-weight : bold ;
line-height : 1 ;
margin : 0 0 . 5em ;
}
/* line 34, ../../../app/stylesheets/partials/clean/_mixins.sass */
body . closet_hangers-index # closet-hangers-extras a : hover {
background-color : # 005300 ;
}
/* line 53, ../../../app/stylesheets/partials/clean/_mixins.sass */
body . closet_hangers-index # closet-hangers-extras a : hover {
color : white ;
}
/* line 55, ../../../app/stylesheets/partials/clean/_mixins.sass */
body . closet_hangers-index # closet-hangers-extras a : active {
top : 1px ;
}
/* line 103, ../../../app/stylesheets/closet_hangers/_index.sass */
body . closet_hangers-index # closet-hangers-share {
margin-bottom : 1em ;
}
/* line 106, ../../../app/stylesheets/closet_hangers/_index.sass */
body . closet_hangers-index # closet-hangers-share label {
font-weight : bold ;
margin-right : 0 . 5em ;
}
/* line 110, ../../../app/stylesheets/closet_hangers/_index.sass */
body . closet_hangers-index # closet-hangers-share input {
width : 30em ;
}
/* line 113, ../../../app/stylesheets/closet_hangers/_index.sass */
body . closet_hangers-index # closet-hangers {
clear : both ;
text-align : center ;
}
/* line 118, ../../../app/stylesheets/closet_hangers/_index.sass */
body . closet_hangers-index # closet-hangers . object . quantity {
-moz-opacity : 0 . 75 ;
-webkit-opacity : 0 . 75 ;
-o-opacity : 0 . 75 ;
-khtml-opacity : 0 . 75 ;
background : white ;
padding : 6px 4px 4px ;
position : absolute ;
left : 18px ;
line-height : 1 ;
text-align : left ;
top : 0 ;
}
/* line 128, ../../../app/stylesheets/closet_hangers/_index.sass */
body . closet_hangers-index # closet-hangers . object . quantity span , body . closet_hangers-index # closet-hangers . object . quantity input [ type = number ] {
font-size : 16px ;
font-weight : bold ;
}
/* line 132, ../../../app/stylesheets/closet_hangers/_index.sass */
body . closet_hangers-index # closet-hangers . object form {
display : none ;
}
/* line 136, ../../../app/stylesheets/closet_hangers/_index.sass */
body . closet_hangers-index # closet-hangers . object [ data-quantity = "1" ] . quantity {
display : none ;
}
/* line 139, ../../../app/stylesheets/closet_hangers/_index.sass */
body . closet_hangers-index . closet-hangers-group {
border-top : 1px solid # 006600 ;
margin-bottom : 2em ;
padding-bottom : 1em ;
}
/* line 144, ../../../app/stylesheets/closet_hangers/_index.sass */
body . closet_hangers-index . closet-hangers-group > header {
border-bottom : 1px solid # aaddaa ;
display : block ;
margin-bottom : 0 . 25em ;
padding : 0 . 25em 0 ;
position : relative ;
}
/* line 151, ../../../app/stylesheets/closet_hangers/_index.sass */
body . closet_hangers-index . closet-hangers-group > header h3 {
font-size : 250 % ;
margin : 0 ;
}
/* line 155, ../../../app/stylesheets/closet_hangers/_index.sass */
body . closet_hangers-index . closet-hangers-group > header . add-closet-list {
/* http://www.zurb.com/blog_uploads/0000/0617/buttons-03.html */
-moz-border-radius : 5px ;
-webkit-border-radius : 5px ;
2012-10-01 11:22:17 -07:00
background : # 006400 url ( '/images/alert-overlay.png?1344550430' ) repeat-x ;
2012-01-13 17:37:56 -08:00
border : 0 ;
display : inline-block ;
padding : 0 . 5em 0 . 75em 0 . 45em ;
color : white ;
text-decoration : none ;
-moz-box-shadow : 0 1px 3px rgba ( 0 , 0 , 0 , 0 . 5 ) ;
-webkit-box-shadow : 0 1px 3px rgba ( 0 , 0 , 0 , 0 . 5 ) ;
text-shadow : 0 -1px 1px rgba ( 0 , 0 , 0 , 0 . 25 ) ;
border-bottom : 1px solid rgba ( 0 , 0 , 0 , 0 . 25 ) ;
position : relative ;
font-weight : bold ;
line-height : 1 ;
bottom : 50 % ;
margin-bottom : -1em ;
position : absolute ;
right : 1em ;
}
/* line 34, ../../../app/stylesheets/partials/clean/_mixins.sass */
body . closet_hangers-index . closet-hangers-group > header . add-closet-list : hover {
background-color : # 005300 ;
}
/* line 53, ../../../app/stylesheets/partials/clean/_mixins.sass */
body . closet_hangers-index . closet-hangers-group > header . add-closet-list : hover {
color : white ;
}
/* line 55, ../../../app/stylesheets/partials/clean/_mixins.sass */
body . closet_hangers-index . closet-hangers-group > header . add-closet-list : active {
top : 1px ;
}
/* line 162, ../../../app/stylesheets/closet_hangers/_index.sass */
body . closet_hangers-index . closet-hangers-group > header . add-closet-list : active {
margin-bottom : -1 . 1em ;
top : auto ;
}
/* line 166, ../../../app/stylesheets/closet_hangers/_index.sass */
body . closet_hangers-index . closet-hangers-group > header span . show , body . closet_hangers-index . closet-hangers-group > header span . hide {
color : # 448844 ;
display : none ;
font-size : 85 % ;
left : 1em ;
position : absolute ;
top : 1em ;
}
/* line 174, ../../../app/stylesheets/closet_hangers/_index.sass */
body . closet_hangers-index . closet-hangers-group > header span . show : hover , body . closet_hangers-index . closet-hangers-group > header span . hide : hover {
color : inherit ;
text-decoration : underline ;
}
/* line 178, ../../../app/stylesheets/closet_hangers/_index.sass */
body . closet_hangers-index . closet-list {
border-bottom : 1px solid # aaddaa ;
padding : 0 . 5em 0 ;
position : relative ;
}
/* line 183, ../../../app/stylesheets/closet_hangers/_index.sass */
body . closet_hangers-index . closet-list . visibility-form {
font-size : 85 % ;
left : 0 . 5em ;
position : absolute ;
text-align : left ;
top : 0 . 25em ;
z-index : 10 ;
}
/* line 191, ../../../app/stylesheets/closet_hangers/_index.sass */
body . closet_hangers-index . closet-list . visibility-form input , body . closet_hangers-index . closet-list . visibility-form select {
font-size : inherit ;
margin-bottom : 0 ;
margin-top : 0 ;
}
/* line 197, ../../../app/stylesheets/closet_hangers/_index.sass */
body . closet_hangers-index . closet-list . visibility-form select {
border-color : white ;
}
/* line 200, ../../../app/stylesheets/closet_hangers/_index.sass */
body . closet_hangers-index . closet-list . visibility-form input [ type = submit ] {
/* http://www.zurb.com/blog_uploads/0000/0617/buttons-03.html */
-moz-border-radius : 5px ;
-webkit-border-radius : 5px ;
2012-10-01 11:22:17 -07:00
background : # 006400 url ( '/images/alert-overlay.png?1344550430' ) repeat-x ;
2012-01-13 17:37:56 -08:00
border : 0 ;
display : inline-block ;
padding : 0 . 5em 0 . 75em 0 . 45em ;
color : white ;
text-decoration : none ;
-moz-box-shadow : 0 1px 3px rgba ( 0 , 0 , 0 , 0 . 5 ) ;
-webkit-box-shadow : 0 1px 3px rgba ( 0 , 0 , 0 , 0 . 5 ) ;
text-shadow : 0 -1px 1px rgba ( 0 , 0 , 0 , 0 . 25 ) ;
border-bottom : 1px solid rgba ( 0 , 0 , 0 , 0 . 25 ) ;
position : relative ;
font-weight : bold ;
line-height : 1 ;
2012-10-01 11:22:17 -07:00
background : # aaaaaa url ( '/images/alert-overlay.png?1344550430' ) repeat-x ;
2012-01-13 17:37:56 -08:00
-moz-opacity : 0 . 9 ;
-webkit-opacity : 0 . 9 ;
-o-opacity : 0 . 9 ;
-khtml-opacity : 0 . 9 ;
font-size : 80 % ;
font-size : inherit ;
visibility : hidden ;
}
/* line 34, ../../../app/stylesheets/partials/clean/_mixins.sass */
body . closet_hangers-index . closet-list . visibility-form input [ type = submit ] : hover {
background-color : # 005300 ;
}
/* line 53, ../../../app/stylesheets/partials/clean/_mixins.sass */
body . closet_hangers-index . closet-list . visibility-form input [ type = submit ] : hover {
color : white ;
}
/* line 55, ../../../app/stylesheets/partials/clean/_mixins.sass */
body . closet_hangers-index . closet-list . visibility-form input [ type = submit ] : active {
top : 1px ;
}
/* line 34, ../../../app/stylesheets/partials/clean/_mixins.sass */
body . closet_hangers-index . closet-list . visibility-form input [ type = submit ] : hover {
background-color : # 999999 ;
}
/* line 205, ../../../app/stylesheets/closet_hangers/_index.sass */
body . closet_hangers-index . closet-list . visibility-form input [ type = submit ] : active {
top : 1px ;
}
/* line 208, ../../../app/stylesheets/closet_hangers/_index.sass */
body . closet_hangers-index . closet-list . visibility-form . visibility-descriptions {
-moz-opacity : 0 . 75 ;
-webkit-opacity : 0 . 75 ;
-o-opacity : 0 . 75 ;
-khtml-opacity : 0 . 75 ;
background : white ;
font-style : italic ;
list-style : none ;
padding : 0 0 . 5em ;
}
/* line 215, ../../../app/stylesheets/closet_hangers/_index.sass */
body . closet_hangers-index . closet-list . visibility-form . visibility-descriptions li {
display : none ;
}
/* line 219, ../../../app/stylesheets/closet_hangers/_index.sass */
body . closet_hangers-index . closet-list . visibility-form : hover . visibility-descriptions li . current {
display : block ;
}
/* line 222, ../../../app/stylesheets/closet_hangers/_index.sass */
body . closet_hangers-index . closet-list header {
display : block ;
position : relative ;
}
/* line 226, ../../../app/stylesheets/closet_hangers/_index.sass */
body . closet_hangers-index . closet-list h4 {
font-family : Delicious , Helvetica , Arial , Verdana , sans-serif ;
font-size : 150 % ;
line-height : 1 ;
margin : 0 auto 0 . 67em ;
width : 50 % ;
}
/* line 233, ../../../app/stylesheets/closet_hangers/_index.sass */
body . closet_hangers-index . closet-list . empty-list {
display : none ;
font-style : italic ;
}
/* line 237, ../../../app/stylesheets/closet_hangers/_index.sass */
body . closet_hangers-index . closet-list . closet-list-controls {
display : none ;
position : absolute ;
right : 1em ;
top : 0 ;
}
/* line 243, ../../../app/stylesheets/closet_hangers/_index.sass */
body . closet_hangers-index . closet-list . closet-list-controls a , body . closet_hangers-index . closet-list . closet-list-controls input [ type = submit ] {
/* http://www.zurb.com/blog_uploads/0000/0617/buttons-03.html */
-moz-border-radius : 5px ;
-webkit-border-radius : 5px ;
2012-10-01 11:22:17 -07:00
background : # 006400 url ( '/images/alert-overlay.png?1344550430' ) repeat-x ;
2012-01-13 17:37:56 -08:00
border : 0 ;
display : inline-block ;
padding : 0 . 5em 0 . 75em 0 . 45em ;
color : white ;
text-decoration : none ;
-moz-box-shadow : 0 1px 3px rgba ( 0 , 0 , 0 , 0 . 5 ) ;
-webkit-box-shadow : 0 1px 3px rgba ( 0 , 0 , 0 , 0 . 5 ) ;
text-shadow : 0 -1px 1px rgba ( 0 , 0 , 0 , 0 . 25 ) ;
border-bottom : 1px solid rgba ( 0 , 0 , 0 , 0 . 25 ) ;
position : relative ;
font-weight : bold ;
line-height : 1 ;
2012-10-01 11:22:17 -07:00
background : # aaaaaa url ( '/images/alert-overlay.png?1344550430' ) repeat-x ;
2012-01-13 17:37:56 -08:00
-moz-opacity : 0 . 9 ;
-webkit-opacity : 0 . 9 ;
-o-opacity : 0 . 9 ;
-khtml-opacity : 0 . 9 ;
font-size : 80 % ;
}
/* line 34, ../../../app/stylesheets/partials/clean/_mixins.sass */
body . closet_hangers-index . closet-list . closet-list-controls a : hover , body . closet_hangers-index . closet-list . closet-list-controls input [ type = submit ] : hover {
background-color : # 005300 ;
}
/* line 53, ../../../app/stylesheets/partials/clean/_mixins.sass */
body . closet_hangers-index . closet-list . closet-list-controls a : hover , body . closet_hangers-index . closet-list . closet-list-controls input [ type = submit ] : hover {
color : white ;
}
/* line 55, ../../../app/stylesheets/partials/clean/_mixins.sass */
body . closet_hangers-index . closet-list . closet-list-controls a : active , body . closet_hangers-index . closet-list . closet-list-controls input [ type = submit ] : active {
top : 1px ;
}
/* line 34, ../../../app/stylesheets/partials/clean/_mixins.sass */
body . closet_hangers-index . closet-list . closet-list-controls a : hover , body . closet_hangers-index . closet-list . closet-list-controls input [ type = submit ] : hover {
background-color : # 999999 ;
}
/* line 246, ../../../app/stylesheets/closet_hangers/_index.sass */
body . closet_hangers-index . closet-list . closet-list-controls form {
display : inline ;
}
/* line 250, ../../../app/stylesheets/closet_hangers/_index.sass */
body . closet_hangers-index . closet-list [ data-hangers-count = "0" ] . empty-list {
display : block ;
}
/* line 254, ../../../app/stylesheets/closet_hangers/_index.sass */
body . closet_hangers-index . closet-list . unlisted h4 {
font-size : 125 % ;
font-style : italic ;
}
/* line 260, ../../../app/stylesheets/closet_hangers/_index.sass */
body . closet_hangers-index . closet-list : hover . closet-list-controls {
display : block ;
}
/* line 264, ../../../app/stylesheets/closet_hangers/_index.sass */
body . closet_hangers-index . closet-list : hover . visibility-form input [ type = submit ] {
visibility : visible ;
}
/* line 267, ../../../app/stylesheets/closet_hangers/_index.sass */
body . closet_hangers-index . closet-list : hover . visibility-form select {
border-color : # aaddaa ;
}
/* line 270, ../../../app/stylesheets/closet_hangers/_index.sass */
body . closet_hangers-index . closet-list : last-child {
border-bottom : 0 ;
}
/* line 273, ../../../app/stylesheets/closet_hangers/_index.sass */
body . closet_hangers-index . closet-list . droppable-active {
-moz-border-radius : 1em ;
-webkit-border-radius : 1em ;
background : # eeffee ;
border : 1px solid # 006600 ;
padding : 1em ;
border-bottom-width : 1px ;
border-style : dotted ;
margin : 1em 0 ;
}
/* line 280, ../../../app/stylesheets/closet_hangers/_index.sass */
body . closet_hangers-index . closet-list . droppable-active . object {
-moz-opacity : 0 . 25 ;
-webkit-opacity : 0 . 25 ;
-o-opacity : 0 . 25 ;
-khtml-opacity : 0 . 25 ;
}
/* line 284, ../../../app/stylesheets/closet_hangers/_index.sass */
body . closet_hangers-index . closet-list . droppable-active . object . ui-draggable-dragging {
-moz-opacity : 1 ;
-webkit-opacity : 1 ;
-o-opacity : 1 ;
-khtml-opacity : 1 ;
}
/* line 287, ../../../app/stylesheets/closet_hangers/_index.sass */
body . closet_hangers-index . closet-list . droppable-active . closet-list-controls {
display : none ;
}
/* line 290, ../../../app/stylesheets/closet_hangers/_index.sass */
body . closet_hangers-index . closet-list . droppable-active . closet-list-hangers {
overflow : hidden ;
}
/* line 293, ../../../app/stylesheets/closet_hangers/_index.sass */
body . closet_hangers-index . closet-list . droppable-active . visibility-form {
display : none ;
}
/* line 297, ../../../app/stylesheets/closet_hangers/_index.sass */
body . closet_hangers-index . closet-hangers-group-autocomplete-item span , body . closet_hangers-index . closet-list-autocomplete-item span {
2011-10-10 19:43:46 -07:00
-moz-opacity : 0 . 5 ;
-webkit-opacity : 0 . 5 ;
-o-opacity : 0 . 5 ;
-khtml-opacity : 0 . 5 ;
2012-01-13 17:37:56 -08:00
font-style : italic ;
padding : 0 . 2em 0 . 4em ;
}
2011-10-10 19:43:46 -07:00
/* line 303, ../../../app/stylesheets/closet_hangers/_index.sass */
2012-01-13 17:37:56 -08:00
body . closet_hangers-index . closet-list-autocomplete-item a , body . closet_hangers-index . closet-list-autocomplete-item span {
font-size : 85 % ;
padding-left : 2em ;
}
2011-10-10 19:43:46 -07:00
/* line 308, ../../../app/stylesheets/closet_hangers/_index.sass */
2012-01-13 17:37:56 -08:00
body . closet_hangers-index . closet-hangers-group [ data-owned = true ] . user-wants , body . closet_hangers-index . closet-hangers-group [ data-owned = false ] . user-owns {
background : # eeffee ;
font-weight : bold ;
}
2011-10-10 19:43:46 -07:00
/* line 315, ../../../app/stylesheets/closet_hangers/_index.sass */
2012-01-13 17:37:56 -08:00
body . closet_hangers-index . current-user # closet-hangers . object : hover form {
display : inline ;
}
2011-10-10 19:43:46 -07:00
/* line 318, ../../../app/stylesheets/closet_hangers/_index.sass */
2012-01-13 17:37:56 -08:00
body . closet_hangers-index . current-user # closet-hangers . object : hover . closet-hanger-destroy {
position : absolute ;
right : 18px ;
top : 52px ;
}
2011-10-10 19:43:46 -07:00
/* line 323, ../../../app/stylesheets/closet_hangers/_index.sass */
2012-01-13 17:37:56 -08:00
body . closet_hangers-index . current-user # closet-hangers . object : hover . closet-hanger-destroy input {
/* http://www.zurb.com/blog_uploads/0000/0617/buttons-03.html */
-moz-border-radius : 5px ;
-webkit-border-radius : 5px ;
2012-10-01 11:22:17 -07:00
background : # 006400 url ( '/images/alert-overlay.png?1344550430' ) repeat-x ;
2012-01-13 17:37:56 -08:00
border : 0 ;
display : inline-block ;
padding : 0 . 5em 0 . 75em 0 . 45em ;
color : white ;
text-decoration : none ;
-moz-box-shadow : 0 1px 3px rgba ( 0 , 0 , 0 , 0 . 5 ) ;
-webkit-box-shadow : 0 1px 3px rgba ( 0 , 0 , 0 , 0 . 5 ) ;
text-shadow : 0 -1px 1px rgba ( 0 , 0 , 0 , 0 . 25 ) ;
border-bottom : 1px solid rgba ( 0 , 0 , 0 , 0 . 25 ) ;
position : relative ;
font-weight : bold ;
line-height : 1 ;
2012-10-01 11:22:17 -07:00
background : # aaaaaa url ( '/images/alert-overlay.png?1344550430' ) repeat-x ;
2012-01-13 17:37:56 -08:00
-moz-opacity : 0 . 9 ;
-webkit-opacity : 0 . 9 ;
-o-opacity : 0 . 9 ;
-khtml-opacity : 0 . 9 ;
font-size : 80 % ;
}
/* line 34, ../../../app/stylesheets/partials/clean/_mixins.sass */
body . closet_hangers-index . current-user # closet-hangers . object : hover . closet-hanger-destroy input : hover {
background-color : # 005300 ;
}
/* line 53, ../../../app/stylesheets/partials/clean/_mixins.sass */
body . closet_hangers-index . current-user # closet-hangers . object : hover . closet-hanger-destroy input : hover {
color : white ;
}
/* line 55, ../../../app/stylesheets/partials/clean/_mixins.sass */
body . closet_hangers-index . current-user # closet-hangers . object : hover . closet-hanger-destroy input : active {
top : 1px ;
}
/* line 34, ../../../app/stylesheets/partials/clean/_mixins.sass */
body . closet_hangers-index . current-user # closet-hangers . object : hover . closet-hanger-destroy input : hover {
background-color : # 999999 ;
}
2011-10-10 19:43:46 -07:00
/* line 326, ../../../app/stylesheets/closet_hangers/_index.sass */
2012-01-13 17:37:56 -08:00
body . closet_hangers-index . current-user # closet-hangers . object : hover . quantity {
-moz-opacity : 1 ;
-webkit-opacity : 1 ;
-o-opacity : 1 ;
-khtml-opacity : 1 ;
background : transparent ;
top : 0 ;
padding : 0 ;
}
2011-10-10 19:43:46 -07:00
/* line 332, ../../../app/stylesheets/closet_hangers/_index.sass */
2012-01-13 17:37:56 -08:00
body . closet_hangers-index . current-user # closet-hangers . object : hover . quantity span {
display : none ;
}
2011-10-10 19:43:46 -07:00
/* line 335, ../../../app/stylesheets/closet_hangers/_index.sass */
2012-01-13 17:37:56 -08:00
body . closet_hangers-index . current-user # closet-hangers . object : hover . quantity input [ type = number ] {
padding : 2px ;
width : 2em ;
}
2011-10-10 19:43:46 -07:00
/* line 339, ../../../app/stylesheets/closet_hangers/_index.sass */
2012-01-13 17:37:56 -08:00
body . closet_hangers-index . current-user # closet-hangers . object : hover . quantity input [ type = submit ] {
font-size : 85 % ;
}
2011-10-10 19:43:46 -07:00
/* line 344, ../../../app/stylesheets/closet_hangers/_index.sass */
2012-01-13 17:37:56 -08:00
body . closet_hangers-index . current-user . js # closet-hangers . object : hover . quantity {
display : block ;
}
2011-10-10 19:43:46 -07:00
/* line 347, ../../../app/stylesheets/closet_hangers/_index.sass */
2012-01-13 17:37:56 -08:00
body . closet_hangers-index . current-user . js # closet-hangers . object : hover . quantity input [ type = number ] {
width : 2 . 5em ;
}
2011-10-10 19:43:46 -07:00
/* line 350, ../../../app/stylesheets/closet_hangers/_index.sass */
2012-01-13 17:37:56 -08:00
body . closet_hangers-index . current-user . js # closet-hangers . object : hover . quantity input [ type = submit ] {
display : none ;
}
2011-10-10 19:43:46 -07:00
/* line 353, ../../../app/stylesheets/closet_hangers/_index.sass */
2012-01-13 17:37:56 -08:00
body . closet_hangers-index . current-user . js # closet-hangers . object . loading {
background : # eeffee ;
outline : 1px solid # 006600 ;
}
2011-10-10 19:43:46 -07:00
/* line 357, ../../../app/stylesheets/closet_hangers/_index.sass */
2012-01-13 17:37:56 -08:00
body . closet_hangers-index . current-user . js # closet-hangers . object . loading . quantity {
display : block ;
}
2011-10-10 19:43:46 -07:00
/* line 360, ../../../app/stylesheets/closet_hangers/_index.sass */
2012-01-13 17:37:56 -08:00
body . closet_hangers-index . current-user . js # closet-hangers . object . loading . quantity span : after {
content : "…" ;
}
2011-10-10 19:43:46 -07:00
/* line 364, ../../../app/stylesheets/closet_hangers/_index.sass */
2012-01-13 17:37:56 -08:00
body . closet_hangers-index . current-user . js # closet-hangers-contact form {
display : none ;
}
2011-10-10 19:43:46 -07:00
/* line 367, ../../../app/stylesheets/closet_hangers/_index.sass */
2012-01-13 17:37:56 -08:00
body . closet_hangers-index . current-user . js # closet-hangers-contact . edit-contact-link , body . closet_hangers-index . current-user . js # closet-hangers-contact # cancel-contact-link {
display : inline ;
}
2011-10-10 19:43:46 -07:00
/* line 371, ../../../app/stylesheets/closet_hangers/_index.sass */
2012-01-13 17:37:56 -08:00
body . closet_hangers-index . current-user . js # closet-hangers-contact . editing form {
display : block ;
}
2011-10-10 19:43:46 -07:00
/* line 374, ../../../app/stylesheets/closet_hangers/_index.sass */
2012-01-13 17:37:56 -08:00
body . closet_hangers-index . current-user . js # closet-hangers-contact . editing . edit-contact-link {
display : none ;
}
2011-10-10 19:43:46 -07:00
/* line 379, ../../../app/stylesheets/closet_hangers/_index.sass */
2012-01-13 17:37:56 -08:00
body . closet_hangers-index . current-user . js . closet-hangers-group header . show , body . closet_hangers-index . current-user . js . closet-hangers-group header . hide {
cursor : pointer ;
}
2011-10-10 19:43:46 -07:00
/* line 382, ../../../app/stylesheets/closet_hangers/_index.sass */
2012-01-13 17:37:56 -08:00
body . closet_hangers-index . current-user . js . closet-hangers-group header . hide {
display : block ;
}
2011-10-10 19:43:46 -07:00
/* line 386, ../../../app/stylesheets/closet_hangers/_index.sass */
2012-01-13 17:37:56 -08:00
body . closet_hangers-index . current-user . js . closet-hangers-group . hidden header . hide , body . closet_hangers-index . current-user . js . closet-hangers-group . hidden . closet-hangers-group-content {
display : none ;
}
2011-10-10 19:43:46 -07:00
/* line 389, ../../../app/stylesheets/closet_hangers/_index.sass */
2012-01-13 17:37:56 -08:00
body . closet_hangers-index . current-user . js . closet-hangers-group . hidden header . show {
display : block ;
}
2011-10-10 19:43:46 -07:00
/* line 392, ../../../app/stylesheets/closet_hangers/_index.sass */
2012-01-13 17:37:56 -08:00
body . closet_hangers-index . current-user . js # toggle-help {
display : inline ;
}
2011-10-10 19:43:46 -07:00
/* line 396, ../../../app/stylesheets/closet_hangers/_index.sass */
2012-01-13 17:37:56 -08:00
body . closet_hangers-index . js # toggle-compare {
display : inline ;
}
2011-10-10 19:43:46 -07:00
/* line 400, ../../../app/stylesheets/closet_hangers/_index.sass */
2012-01-13 17:37:56 -08:00
body . closet_hangers-index . js # closet-hangers . comparing . object {
display : none ;
}
2011-10-10 19:43:46 -07:00
/* line 404, ../../../app/stylesheets/closet_hangers/_index.sass */
2012-01-13 17:37:56 -08:00
body . closet_hangers-index . js # closet-hangers . comparing . closet-hangers-group [ data-owned = true ] . user-wants , body . closet_hangers-index . js # closet-hangers . comparing . closet-hangers-group [ data-owned = false ] . user-owns {
display : inline-block ;
}
/* line 2, ../../../app/stylesheets/partials/_secondary_nav.sass */
body . closet_hangers-petpage # title {
float : left ;
margin-right : 0 . 5em ;
}
/* line 6, ../../../app/stylesheets/partials/_secondary_nav.sass */
body . closet_hangers-petpage . flash {
clear : both ;
}
/* line 9, ../../../app/stylesheets/partials/_secondary_nav.sass */
body . closet_hangers-petpage # secondary-nav {
display : block ;
margin-top : 0 . 75em ;
}
2012-04-08 13:59:51 -07:00
/* line 7, ../../../app/stylesheets/closet_hangers/_petpage.sass */
2012-01-13 17:37:56 -08:00
body . closet_hangers-petpage # intro {
clear : both ;
}
2012-04-08 13:59:51 -07:00
/* line 10, ../../../app/stylesheets/closet_hangers/_petpage.sass */
body . closet_hangers-petpage # petpage-closet-lists {
overflow : hidden ;
display : inline-block ;
-moz-border-radius : 10px ;
-webkit-border-radius : 10px ;
-o-border-radius : 10px ;
-ms-border-radius : 10px ;
-khtml-border-radius : 10px ;
border-radius : 10px ;
border : 1px solid # aaddaa ;
margin-bottom : 1 . 5em ;
padding : 0 . 5em 1 . 5em ;
}
/* line 8, ../../../app/stylesheets/partials/clean/_mixins.sass */
body . closet_hangers-petpage # petpage-closet-lists {
display : block ;
}
/* line 17, ../../../app/stylesheets/closet_hangers/_petpage.sass */
body . closet_hangers-petpage # petpage-closet-lists > div {
margin : 0 . 25em 0 ;
}
/* line 20, ../../../app/stylesheets/closet_hangers/_petpage.sass */
body . closet_hangers-petpage # petpage-closet-lists h4 {
display : -moz-inline-box ;
-moz-box-orient : vertical ;
display : inline-block ;
vertical-align : middle ;
* vertical-align : auto ;
width : 8em ;
vertical-align : middle ;
}
/* line 7, ../../../../../../.rvm/gems/ruby-1.9.2-p290/gems/compass-0.10.6/frameworks/compass/stylesheets/compass/css3/_inline-block.scss */
body . closet_hangers-petpage # petpage-closet-lists h4 {
* display : inline ;
}
/* line 25, ../../../app/stylesheets/closet_hangers/_petpage.sass */
body . closet_hangers-petpage # petpage-closet-lists h4 :: after {
content : ":" ;
}
/* line 28, ../../../app/stylesheets/closet_hangers/_petpage.sass */
body . closet_hangers-petpage # petpage-closet-lists ul {
list-style : none ;
margin : 0 ;
padding : 0 ;
}
/* line 33, ../../../app/stylesheets/closet_hangers/_petpage.sass */
body . closet_hangers-petpage # petpage-closet-lists ul li {
display : -moz-inline-box ;
-moz-box-orient : vertical ;
display : inline-block ;
vertical-align : middle ;
* vertical-align : auto ;
font-size : 85 % ;
margin : 0 . 25em 0 . 5em ;
padding : 1px ;
}
/* line 7, ../../../../../../.rvm/gems/ruby-1.9.2-p290/gems/compass-0.10.6/frameworks/compass/stylesheets/compass/css3/_inline-block.scss */
body . closet_hangers-petpage # petpage-closet-lists ul li {
* display : inline ;
}
/* line 39, ../../../app/stylesheets/closet_hangers/_petpage.sass */
body . closet_hangers-petpage # petpage-closet-lists ul li label {
padding : 0 . 25em 0 . 75em 0 . 25em 0 . 25em ;
}
/* line 42, ../../../app/stylesheets/closet_hangers/_petpage.sass */
body . closet_hangers-petpage # petpage-closet-lists ul li . checked {
background : # eeffee ;
-moz-border-radius : 3px ;
-webkit-border-radius : 3px ;
-o-border-radius : 3px ;
-ms-border-radius : 3px ;
-khtml-border-radius : 3px ;
border-radius : 3px ;
border : 1px solid # 006600 ;
padding : 0 ;
}
/* line 48, ../../../app/stylesheets/closet_hangers/_petpage.sass */
body . closet_hangers-petpage # petpage-closet-lists ul li . unlisted {
font-style : italic ;
}
/* line 51, ../../../app/stylesheets/closet_hangers/_petpage.sass */
body . closet_hangers-petpage # petpage-closet-lists input [ type = submit ] {
float : right ;
}
/* line 54, ../../../app/stylesheets/closet_hangers/_petpage.sass */
2012-01-13 17:37:56 -08:00
body . closet_hangers-petpage # petpage-output {
display : block ;
height : 30em ;
margin : 0 auto ;
width : 50 % ;
}
/* line 2, ../../../app/stylesheets/partials/_secondary_nav.sass */
body . closet_lists-new # title , body . closet_lists-create # title , body . closet_lists-edit # title , body . closet_lists-update # title {
float : left ;
margin-right : 0 . 5em ;
}
/* line 6, ../../../app/stylesheets/partials/_secondary_nav.sass */
body . closet_lists-new . flash , body . closet_lists-create . flash , body . closet_lists-edit . flash , body . closet_lists-update . flash {
clear : both ;
}
/* line 9, ../../../app/stylesheets/partials/_secondary_nav.sass */
body . closet_lists-new # secondary-nav , body . closet_lists-create # secondary-nav , body . closet_lists-edit # secondary-nav , body . closet_lists-update # secondary-nav {
display : block ;
margin-top : 0 . 75em ;
}
/* line 4, ../../../app/stylesheets/closet_lists/_form.sass */
body . closet_lists-new form ul . fields , body . closet_lists-create form ul . fields , body . closet_lists-edit form ul . fields , body . closet_lists-update form ul . fields {
clear : both ;
list-style : none ;
}
/* line 8, ../../../app/stylesheets/closet_lists/_form.sass */
body . closet_lists-new form ul . fields label , body . closet_lists-create form ul . fields label , body . closet_lists-edit form ul . fields label , body . closet_lists-update form ul . fields label {
float : left ;
font-weight : bold ;
margin-right : 1em ;
}
/* line 13, ../../../app/stylesheets/closet_lists/_form.sass */
body . closet_lists-new form ul . fields li , body . closet_lists-create form ul . fields li , body . closet_lists-edit form ul . fields li , body . closet_lists-update form ul . fields li {
padding : 0 . 75em 0 ;
width : 35em ;
}
/* line 17, ../../../app/stylesheets/closet_lists/_form.sass */
body . closet_lists-new form ul . fields input , body . closet_lists-new form ul . fields textarea , body . closet_lists-new form ul . fields select , body . closet_lists-create form ul . fields input , body . closet_lists-create form ul . fields textarea , body . closet_lists-create form ul . fields select , body . closet_lists-edit form ul . fields input , body . closet_lists-edit form ul . fields textarea , body . closet_lists-edit form ul . fields select , body . closet_lists-update form ul . fields input , body . closet_lists-update form ul . fields textarea , body . closet_lists-update form ul . fields select {
clear : both ;
display : block ;
margin-top : 0 . 25em ;
width : 80 % ;
}
/* line 23, ../../../app/stylesheets/closet_lists/_form.sass */
body . closet_lists-new form ul . fields textarea , body . closet_lists-create form ul . fields textarea , body . closet_lists-edit form ul . fields textarea , body . closet_lists-update form ul . fields textarea {
height : 12em ;
}
/* line 26, ../../../app/stylesheets/closet_lists/_form.sass */
body . closet_lists-new form ul . fields . hint , body . closet_lists-create form ul . fields . hint , body . closet_lists-edit form ul . fields . hint , body . closet_lists-update form ul . fields . hint {
display : block ;
font-size : 85 % ;
}
/* line 3, ../../../app/stylesheets/neopets_pages/_new.sass */
body . neopets_pages-new # title , body . neopets_pages-create # title {
float : left ;
}
/* line 6, ../../../app/stylesheets/neopets_pages/_new.sass */
body . neopets_pages-new . flash , body . neopets_pages-create . flash {
clear : both ;
}
/* line 9, ../../../app/stylesheets/neopets_pages/_new.sass */
body . neopets_pages-new # back-to-items , body . neopets_pages-create # back-to-items {
/* http://www.zurb.com/blog_uploads/0000/0617/buttons-03.html */
-moz-border-radius : 5px ;
-webkit-border-radius : 5px ;
2012-04-08 13:59:51 -07:00
-o-border-radius : 5px ;
-ms-border-radius : 5px ;
-khtml-border-radius : 5px ;
border-radius : 5px ;
2012-10-01 11:22:17 -07:00
background : # 006400 url ( '/images/alert-overlay.png?1344550430' ) repeat-x ;
2012-01-13 17:37:56 -08:00
border : 0 ;
display : inline-block ;
padding : 0 . 5em 0 . 75em 0 . 45em ;
color : white ;
text-decoration : none ;
-moz-box-shadow : 0 1px 3px rgba ( 0 , 0 , 0 , 0 . 5 ) ;
-webkit-box-shadow : 0 1px 3px rgba ( 0 , 0 , 0 , 0 . 5 ) ;
text-shadow : 0 -1px 1px rgba ( 0 , 0 , 0 , 0 . 25 ) ;
border-bottom : 1px solid rgba ( 0 , 0 , 0 , 0 . 25 ) ;
position : relative ;
font-weight : bold ;
line-height : 1 ;
margin-left : 1em ;
margin-top : 0 . 75em ;
}
/* line 34, ../../../app/stylesheets/partials/clean/_mixins.sass */
body . neopets_pages-new # back-to-items : hover , body . neopets_pages-create # back-to-items : hover {
background-color : # 005300 ;
}
/* line 53, ../../../app/stylesheets/partials/clean/_mixins.sass */
body . neopets_pages-new # back-to-items : hover , body . neopets_pages-create # back-to-items : hover {
color : white ;
}
/* line 55, ../../../app/stylesheets/partials/clean/_mixins.sass */
body . neopets_pages-new # back-to-items : active , body . neopets_pages-create # back-to-items : active {
top : 1px ;
}
/* line 15, ../../../app/stylesheets/neopets_pages/_new.sass */
body . neopets_pages-new # closet-page-form , body . neopets_pages-create # closet-page-form {
overflow : hidden ;
display : inline-block ;
clear : both ;
margin-bottom : 1em ;
}
/* line 8, ../../../app/stylesheets/partials/clean/_mixins.sass */
body . neopets_pages-new # closet-page-form , body . neopets_pages-create # closet-page-form {
display : block ;
}
/* line 20, ../../../app/stylesheets/neopets_pages/_new.sass */
body . neopets_pages-new # closet-page-frame-wrapper , body . neopets_pages-create # closet-page-frame-wrapper {
float : left ;
margin-right : 2 % ;
width : 48 % ;
}
/* line 25, ../../../app/stylesheets/neopets_pages/_new.sass */
body . neopets_pages-new # closet-page-frame , body . neopets_pages-create # closet-page-frame {
height : 19em ;
width : 100 % ;
}
/* line 29, ../../../app/stylesheets/neopets_pages/_new.sass */
body . neopets_pages-new # closet-page-source , body . neopets_pages-create # closet-page-source {
float : left ;
width : 50 % ;
}
/* line 33, ../../../app/stylesheets/neopets_pages/_new.sass */
body . neopets_pages-new # closet-page-source label , body . neopets_pages-create # closet-page-source label {
font-weight : bold ;
}
/* line 36, ../../../app/stylesheets/neopets_pages/_new.sass */
body . neopets_pages-new # closet-page-source textarea , body . neopets_pages-create # closet-page-source textarea {
height : 19em ;
}
/* line 40, ../../../app/stylesheets/neopets_pages/_new.sass */
body . neopets_pages-new ol , body . neopets_pages-create ol {
padding-left : 1em ;
}
/* line 43, ../../../app/stylesheets/neopets_pages/_new.sass */
body . neopets_pages-new ol > li , body . neopets_pages-create ol > li {
margin-bottom : 1em ;
}
/* line 46, ../../../app/stylesheets/neopets_pages/_new.sass */
body . neopets_pages-new ol ul , body . neopets_pages-create ol ul {
font-size : 85 % ;
margin-bottom : 1em ;
margin-top : 0 ;
padding-left : 1em ;
}
/* line 53, ../../../app/stylesheets/neopets_pages/_new.sass */
body . neopets_pages-new ol p , body . neopets_pages-create ol p {
margin : 0 ;
}
/* line 2, ../../../app/stylesheets/partials/_secondary_nav.sass */
body . neopets_users-new # title , body . neopets_users-create # title {
float : left ;
margin-right : 0 . 5em ;
}
/* line 6, ../../../app/stylesheets/partials/_secondary_nav.sass */
body . neopets_users-new . flash , body . neopets_users-create . flash {
clear : both ;
}
/* line 9, ../../../app/stylesheets/partials/_secondary_nav.sass */
body . neopets_users-new # secondary-nav , body . neopets_users-create # secondary-nav {
display : block ;
margin-top : 0 . 75em ;
}
/* line 4, ../../../app/stylesheets/neopets_users/_form.sass */
body . neopets_users-new # neopets-user-form , body . neopets_users-create # neopets-user-form {
clear : both ;
}
/* line 7, ../../../app/stylesheets/neopets_users/_form.sass */
body . neopets_users-new # neopets-user-form label , body . neopets_users-create # neopets-user-form label {
font-weight : bold ;
margin-right : 1em ;
}
/* line 11, ../../../app/stylesheets/neopets_users/_form.sass */
body . neopets_users-new # neopets-user-form label : after , body . neopets_users-create # neopets-user-form label : after {
content : ":" ;
}
/* line 1, ../../../app/stylesheets/contributions/_index.sass */
body . contributions-index {
text-align : center ;
}
/* line 5, ../../../app/stylesheets/contributions/_index.sass */
body . contributions-index . contributions li {
list-style : none ;
height : 80px ;
overflow : hidden ;
padding : 1em 0 0 100px ;
position : relative ;
text-align : left ;
}
/* line 12, ../../../app/stylesheets/contributions/_index.sass */
body . contributions-index . contributions . point-value {
font-family : Delicious , Helvetica , Arial , Verdana , sans-serif ;
color : white ;
font-size : 80px ;
left : 0 ;
line-height : 1 ;
position : absolute ;
text-align : center ;
text-shadow : 2px 2px 0 black ;
top : 0 ;
width : 80px ;
z-index : 3 ;
}
/* line 24, ../../../app/stylesheets/contributions/_index.sass */
body . contributions-index . contributions . point-value : hover {
-moz-opacity : 0 . 5 ;
-webkit-opacity : 0 . 5 ;
-o-opacity : 0 . 5 ;
-khtml-opacity : 0 . 5 ;
}
/* line 26, ../../../app/stylesheets/contributions/_index.sass */
body . contributions-index . contributions img {
height : 80px ;
left : 0 ;
position : absolute ;
top : 0 ;
width : 80px ;
z-index : 2 ;
}
/* line 34, ../../../app/stylesheets/contributions/_index.sass */
body . contributions-index . contributions span . username , body . contributions-index . contributions span . contributed-name {
font-weight : bold ;
}
/* line 36, ../../../app/stylesheets/contributions/_index.sass */
body . contributions-index . contributions span . time-ago {
display : block ;
font-size : 75 % ;
}
/* line 3, ../../../app/stylesheets/_items.sass */
body . items {
text-align : center ;
}
/* line 2, ../../../app/stylesheets/partials/_campaign-progress.sass */
body . items . campaign-progress-wrapper {
-moz-border-radius : 8px ;
-webkit-border-radius : 8px ;
2012-04-08 13:59:51 -07:00
-o-border-radius : 8px ;
-ms-border-radius : 8px ;
-khtml-border-radius : 8px ;
border-radius : 8px ;
2012-01-13 17:37:56 -08:00
background : # aaaaaa ;
background-image : -webkit-gradient ( linear , 0 % 0 % , 0 % 100 % , color-stop ( 0 % , # cccccc ) , color-stop ( 100 % , # aaaaaa ) ) ;
background-image : -moz-linear-gradient ( top , # cccccc 0 % , # aaaaaa 100 % ) ;
background-image : linear-gradient ( top , # cccccc 0 % , # aaaaaa 100 % ) ;
border : 4px solid # 006600 ;
clear : both ;
margin-bottom : 1 . 5em ;
position : relative ;
visibility : hidden ;
}
/* line 13, ../../../app/stylesheets/partials/_campaign-progress.sass */
body . items . campaign-progress-wrapper . button {
2012-10-01 11:22:17 -07:00
background : # ff5c00 url ( '/images/alert-overlay.png?1344550430' ) repeat-x ;
2012-01-13 17:37:56 -08:00
font-size : 75 % ;
margin-left : 1em ;
padding : 0 . 25em 0 . 75em ;
}
/* line 34, ../../../app/stylesheets/partials/clean/_mixins.sass */
body . items . campaign-progress-wrapper . button : hover {
background-color : # ee4b00 ;
}
/* line 19, ../../../app/stylesheets/partials/_campaign-progress.sass */
body . items . campaign-progress-wrapper . button : after {
content : none ;
}
/* line 22, ../../../app/stylesheets/partials/_campaign-progress.sass */
body . items . campaign-progress {
background : # 006600 ;
background-image : -webkit-gradient ( linear , 0 % 0 % , 0 % 100 % , color-stop ( 0 % , # 228822 ) , color-stop ( 100 % , # 006600 ) ) ;
background-image : -moz-linear-gradient ( top , # 228822 0 % , # 006600 100 % ) ;
background-image : linear-gradient ( top , # 228822 0 % , # 006600 100 % ) ;
border-right : 1px solid # 006600 ;
}
/* line 27, ../../../app/stylesheets/partials/_campaign-progress.sass */
body . items . campaign-progress-wrapper , body . items . campaign-progress {
height : 2 . 5em ;
}
/* line 30, ../../../app/stylesheets/partials/_campaign-progress.sass */
body . items . campaign-progress-label {
text-shadow : # 777777 -1px -1px 0 ;
font-size : 150 % ;
left : 0 ;
position : absolute ;
top : 0 ;
text-align : center ;
width : 100 % ;
}
/* line 39, ../../../app/stylesheets/partials/_campaign-progress.sass */
body . items . campaign-progress-label , body . items . campaign-progress-label a {
color : white ;
}
/* line 43, ../../../app/stylesheets/partials/_campaign-progress.sass */
body . items . campaign-loaded . campaign-progress-wrapper {
visibility : visible ;
}
/* line 8, ../../../app/stylesheets/_items.sass */
body . items input [ type = text ] , body . items body . pets-bulk # bulk-pets-form textarea , body . pets-bulk # bulk-pets-form body . items textarea {
font-size : 125 % ;
width : 15em ;
}
/* line 12, ../../../app/stylesheets/_items.sass */
body . items h1 {
margin-bottom : 1em ;
}
/* line 14, ../../../app/stylesheets/_items.sass */
body . items h1 img {
height : 80px ;
margin-bottom : -0 . 5em ;
width : 80px ;
}
/* line 18, ../../../app/stylesheets/_items.sass */
body . items h1 a {
text-decoration : none ;
}
/* line 20, ../../../app/stylesheets/_items.sass */
body . items h1 a span {
text-decoration : underline ;
}
/* line 22, ../../../app/stylesheets/_items.sass */
body . items h1 a : hover span {
text-decoration : none ;
}
/* line 8, ../../../app/stylesheets/items/_index.sass */
body . items-index form {
margin-bottom : 2em ;
}
/* line 11, ../../../app/stylesheets/items/_index.sass */
body . items-index # search-info {
float : left ;
width : 49 % ;
padding-right : 1 % ;
}
/* line 4, ../../../app/stylesheets/items/_index.sass */
body . items-index # search-info h2 {
font-size : 125 % ;
}
/* line 14, ../../../app/stylesheets/items/_index.sass */
body . items-index # search-info dl {
text-align : left ;
}
/* line 16, ../../../app/stylesheets/items/_index.sass */
body . items-index # search-info dd {
margin-bottom : 1em ;
}
/* line 19, ../../../app/stylesheets/items/_index.sass */
body . items-index # species-search-links {
float : left ;
width : 49 % ;
padding-left : 1 % ;
}
/* line 4, ../../../app/stylesheets/items/_index.sass */
body . items-index # species-search-links h2 {
font-size : 125 % ;
}
/* line 22, ../../../app/stylesheets/items/_index.sass */
body . items-index # species-search-links img {
height : 80px ;
width : 80px ;
}
/* line 2, ../../../app/stylesheets/items/_show.sass */
body . items-show # item-header {
border-bottom : 1px solid # 006600 ;
display : block ;
margin-bottom : 1em ;
padding : 1em 0 ;
}
2012-03-23 14:37:53 -07:00
/* line 8, ../../../app/stylesheets/items/_show.sass */
2012-01-13 17:37:56 -08:00
body . items-show # item-header div , body . items-show # item-header img {
display : -moz-inline-box ;
-moz-box-orient : vertical ;
display : inline-block ;
vertical-align : middle ;
* vertical-align : auto ;
}
2012-04-08 13:59:51 -07:00
/* line 7, ../../../../../../.rvm/gems/ruby-1.9.2-p290/gems/compass-0.10.6/frameworks/compass/stylesheets/compass/css3/_inline-block.scss */
body . items-show # item-header div , body . items-show # item-header img {
* display : inline ;
}
2012-03-23 14:37:53 -07:00
/* line 11, ../../../app/stylesheets/items/_show.sass */
2012-01-13 17:37:56 -08:00
body . items-show # item-header div {
text-align : left ;
}
2012-03-23 14:37:53 -07:00
/* line 14, ../../../app/stylesheets/items/_show.sass */
2012-01-13 17:37:56 -08:00
body . items-show # item-header a {
font-size : 75 % ;
margin-left : 1em ;
}
2012-03-23 14:37:53 -07:00
/* line 18, ../../../app/stylesheets/items/_show.sass */
2012-01-13 17:37:56 -08:00
body . items-show # item-thumbnail {
border : 1px solid # 006600 ;
height : 80px ;
margin-right : 0 . 5em ;
width : 80px ;
}
2012-03-23 14:37:53 -07:00
/* line 24, ../../../app/stylesheets/items/_show.sass */
2012-01-13 17:37:56 -08:00
body . items-show # item-name {
margin-bottom : 0 ;
}
2012-03-23 14:37:53 -07:00
/* line 28, ../../../app/stylesheets/items/_show.sass */
2012-01-13 17:37:56 -08:00
body . items-show # item-preview div {
float : left ;
}
2012-03-23 14:37:53 -07:00
/* line 31, ../../../app/stylesheets/items/_show.sass */
2012-01-13 17:37:56 -08:00
body . items-show # item-preview-species {
width : 400px ;
}
2012-03-23 14:37:53 -07:00
/* line 34, ../../../app/stylesheets/items/_show.sass */
2012-01-13 17:37:56 -08:00
body . items-show # item-preview-species a , body . items-show # item-preview-species img {
height : 50px ;
width : 50px ;
}
2012-03-23 14:37:53 -07:00
/* line 38, ../../../app/stylesheets/items/_show.sass */
2012-01-13 17:37:56 -08:00
body . items-show # item-preview-species a {
display : -moz-inline-box ;
-moz-box-orient : vertical ;
display : inline-block ;
vertical-align : middle ;
* vertical-align : auto ;
}
2012-04-08 13:59:51 -07:00
/* line 7, ../../../../../../.rvm/gems/ruby-1.9.2-p290/gems/compass-0.10.6/frameworks/compass/stylesheets/compass/css3/_inline-block.scss */
body . items-show # item-preview-species a {
* display : inline ;
}
2012-03-23 14:37:53 -07:00
/* line 40, ../../../app/stylesheets/items/_show.sass */
2012-01-13 17:37:56 -08:00
body . items-show # item-preview-species a . current {
background : # eeffee ;
outline : 1px solid # 006600 ;
}
2012-03-23 14:37:53 -07:00
/* line 43, ../../../app/stylesheets/items/_show.sass */
2012-01-13 17:37:56 -08:00
body . items-show # item-preview-species a . deactivated {
-moz-opacity : 0 . 5 ;
-webkit-opacity : 0 . 5 ;
-o-opacity : 0 . 5 ;
-khtml-opacity : 0 . 5 ;
background : # fbe3e4 ;
}
2012-03-23 14:37:53 -07:00
/* line 48, ../../../app/stylesheets/items/_show.sass */
2012-01-13 17:37:56 -08:00
body . items-show # item-preview-species a . deactivated . current {
outline-color : # fbc2c4 ;
}
2012-03-23 14:37:53 -07:00
/* line 51, ../../../app/stylesheets/items/_show.sass */
2012-01-13 17:37:56 -08:00
body . items-show # item-preview-error {
display : none ;
padding : 20px 10px 0 ;
width : 380px ;
}
2012-03-23 14:37:53 -07:00
/* line 56, ../../../app/stylesheets/items/_show.sass */
2012-01-13 17:37:56 -08:00
body . items-show # item-preview-swf {
height : 300px ;
overflow : hidden ;
width : 300px ;
}
2012-03-23 14:37:53 -07:00
/* line 61, ../../../app/stylesheets/items/_show.sass */
2012-01-13 17:37:56 -08:00
body . items-show # item-zones {
font-family : "Droid Serif" , Georgia , "Times New Roman" , Times , serif ;
font-size : 85 % ;
margin-bottom : 1em ;
}
2012-03-23 14:37:53 -07:00
/* line 67, ../../../app/stylesheets/items/_show.sass */
2012-01-13 17:37:56 -08:00
body . items-show # item-zones p {
display : inline ;
}
2012-03-23 14:37:53 -07:00
/* line 70, ../../../app/stylesheets/items/_show.sass */
2012-01-13 17:37:56 -08:00
body . items-show # item-zones p : first-child {
margin-right : 1em ;
}
2012-03-23 14:37:53 -07:00
/* line 73, ../../../app/stylesheets/items/_show.sass */
2012-01-13 17:37:56 -08:00
body . items-show # trade-hangers {
font-size : 85 % ;
2012-03-23 14:37:53 -07:00
margin-bottom : 3em ;
2012-01-13 17:37:56 -08:00
text-align : left ;
}
2012-03-23 14:37:53 -07:00
/* line 78, ../../../app/stylesheets/items/_show.sass */
2012-01-13 17:37:56 -08:00
body . items-show # trade-hangers p {
position : relative ;
}
2012-03-23 14:37:53 -07:00
/* line 81, ../../../app/stylesheets/items/_show.sass */
2012-01-13 17:37:56 -08:00
body . items-show # trade-hangers p : first-child {
margin-bottom : 0 . 5em ;
}
2012-03-23 14:37:53 -07:00
/* line 85, ../../../app/stylesheets/items/_show.sass */
2012-01-13 17:37:56 -08:00
body . items-show # trade-hangers p . overflows . toggle {
display : block ;
}
2012-03-23 14:37:53 -07:00
/* line 90, ../../../app/stylesheets/items/_show.sass */
2012-01-13 17:37:56 -08:00
body . items-show # trade-hangers p . showing-more . toggle . less {
display : block ;
}
2012-03-23 14:37:53 -07:00
/* line 93, ../../../app/stylesheets/items/_show.sass */
2012-01-13 17:37:56 -08:00
body . items-show # trade-hangers p . showing-more . toggle . more {
display : none ;
}
2012-03-23 14:37:53 -07:00
/* line 96, ../../../app/stylesheets/items/_show.sass */
2012-01-13 17:37:56 -08:00
body . items-show # trade-hangers . toggle {
background : white ;
bottom : 0 ;
cursor : pointer ;
display : none ;
font-family : "Droid Sans" , Helvetica , Arial , Verdana , sans-serif ;
padding : 0 1em ;
position : absolute ;
right : 0 ;
}
2012-03-23 14:37:53 -07:00
/* line 106, ../../../app/stylesheets/items/_show.sass */
2012-01-13 17:37:56 -08:00
body . items-show # trade-hangers . toggle : hover {
text-decoration : underline ;
}
2012-03-23 14:37:53 -07:00
/* line 109, ../../../app/stylesheets/items/_show.sass */
2012-01-13 17:37:56 -08:00
body . items-show # trade-hangers . toggle . less {
display : none ;
}
2012-03-23 14:37:53 -07:00
/* line 112, ../../../app/stylesheets/items/_show.sass */
2012-10-24 20:09:05 -07:00
body . items-show # item-contributors {
border-color : # aaddaa ;
border-style : solid ;
border-width : 1px 0 ;
font-size : 85 % ;
margin : 1em 0 ;
padding : 0 . 5em 0 ;
text-align : center ;
clear : both ;
}
/* line 116, ../../../app/stylesheets/items/_show.sass */
body . items-show # item-contributors header {
display : inline ;
font-weight : bold ;
margin-right : 0 . 25em ;
}
/* line 121, ../../../app/stylesheets/items/_show.sass */
body . items-show # item-contributors footer {
display : inline ;
}
/* line 124, ../../../app/stylesheets/items/_show.sass */
body . items-show # item-contributors ul {
list-style-type : none ;
}
/* line 5, ../../../../../../.rvm/gems/ruby-1.9.2-p290/gems/compass-0.10.6/frameworks/compass/stylesheets/compass/utilities/lists/_inline-list.scss */
body . items-show # item-contributors ul , body . items-show # item-contributors ul li {
margin : 0px ;
padding : 0px ;
display : inline ;
}
/* line 24, ../../../../../../.rvm/gems/ruby-1.9.2-p290/gems/compass-0.10.6/frameworks/compass/stylesheets/compass/utilities/lists/_inline-list.scss */
body . items-show # item-contributors ul li : after {
content : ", " ;
}
/* line 26, ../../../../../../.rvm/gems/ruby-1.9.2-p290/gems/compass-0.10.6/frameworks/compass/stylesheets/compass/utilities/lists/_inline-list.scss */
body . items-show # item-contributors ul li : last-child : after , body . items-show # item-contributors ul li . last : after {
content : "" ;
}
/* line 127, ../../../app/stylesheets/items/_show.sass */
body . items-show # item-contributors ul li : last-child :: after {
content : "." ;
}
/* line 130, ../../../app/stylesheets/items/_show.sass */
2012-01-13 17:37:56 -08:00
body . items-show # item-preview-header {
2012-03-23 14:37:53 -07:00
clear : both ;
2012-01-13 17:37:56 -08:00
}
2012-10-24 20:09:05 -07:00
/* line 133, ../../../app/stylesheets/items/_show.sass */
2012-01-13 17:37:56 -08:00
body . items-show # item-preview-header h3 , body . items-show # item-preview-header a {
display : -moz-inline-box ;
-moz-box-orient : vertical ;
display : inline-block ;
vertical-align : middle ;
* vertical-align : auto ;
}
2012-04-08 13:59:51 -07:00
/* line 7, ../../../../../../.rvm/gems/ruby-1.9.2-p290/gems/compass-0.10.6/frameworks/compass/stylesheets/compass/css3/_inline-block.scss */
body . items-show # item-preview-header h3 , body . items-show # item-preview-header a {
* display : inline ;
}
2012-10-24 20:09:05 -07:00
/* line 135, ../../../app/stylesheets/items/_show.sass */
2012-01-13 17:37:56 -08:00
body . items-show # item-preview-header a {
font-size : 85 % ;
margin : -1 . 5em 0 0 1em ;
}
2012-10-24 20:09:05 -07:00
/* line 139, ../../../app/stylesheets/items/_show.sass */
2012-01-13 17:37:56 -08:00
body . items-show . nc-icon {
height : 16px ;
width : 16px ;
}
2012-10-24 20:09:05 -07:00
/* line 143, ../../../app/stylesheets/items/_show.sass */
2012-01-13 17:37:56 -08:00
body . items-show # closet-hangers {
border : 1px solid # 006600 ;
float : right ;
font-size : 85 % ;
2012-03-23 14:37:53 -07:00
margin-bottom : 3em ;
2012-01-13 17:37:56 -08:00
margin-left : 1em ;
padding : 1em ;
2011-10-10 19:43:46 -07:00
width : 30em ;
position : relative ;
z-index : 2 ;
2012-01-13 17:37:56 -08:00
}
2012-10-24 20:09:05 -07:00
/* line 156, ../../../app/stylesheets/items/_show.sass */
2011-10-10 19:43:46 -07:00
body . items-show # closet-hangers h3 {
font-size : 150 % ;
2012-01-13 17:37:56 -08:00
font-weight : bold ;
2011-10-10 19:43:46 -07:00
margin-bottom : 0 . 25em ;
2012-01-13 17:37:56 -08:00
}
2012-10-24 20:09:05 -07:00
/* line 161, ../../../app/stylesheets/items/_show.sass */
2011-10-10 19:43:46 -07:00
body . items-show # closet-hangers # closet-hangers-ownership-groups {
overflow : hidden ;
display : inline-block ;
margin-bottom : 0 . 5em ;
}
/* line 8, ../../../app/stylesheets/partials/clean/_mixins.sass */
body . items-show # closet-hangers # closet-hangers-ownership-groups {
display : block ;
}
2012-10-24 20:09:05 -07:00
/* line 165, ../../../app/stylesheets/items/_show.sass */
2011-10-10 19:43:46 -07:00
body . items-show # closet-hangers # closet-hangers-ownership-groups div {
float : left ;
margin : 0 5 % ;
text-align : left ;
width : 40 % ;
}
2012-10-24 20:09:05 -07:00
/* line 171, ../../../app/stylesheets/items/_show.sass */
2011-10-10 19:43:46 -07:00
body . items-show # closet-hangers # closet-hangers-ownership-groups div li {
list-style : none ;
word-wrap : break-word ;
2012-01-13 17:37:56 -08:00
}
2012-10-24 20:09:05 -07:00
/* line 175, ../../../app/stylesheets/items/_show.sass */
2012-03-23 14:37:53 -07:00
body . items-show # closet-hangers # closet-hangers-ownership-groups div li label . unlisted {
2011-10-10 19:43:46 -07:00
font-style : italic ;
}
2012-10-24 20:09:05 -07:00
/* line 178, ../../../app/stylesheets/items/_show.sass */
2012-01-13 17:37:56 -08:00
body . items-show # closet-hangers form {
padding : 0 . 5em 0 ;
}
2012-10-24 20:09:05 -07:00
/* line 181, ../../../app/stylesheets/items/_show.sass */
2012-01-13 17:37:56 -08:00
body . items-show # closet-hangers select {
width : 9em ;
}
2012-10-24 20:09:05 -07:00
/* line 184, ../../../app/stylesheets/items/_show.sass */
2012-01-13 17:37:56 -08:00
body . items-show # closet-hangers input [ type = number ] {
2011-10-10 19:43:46 -07:00
margin-right : 0 . 5em ;
width : 3em ;
2012-01-13 17:37:56 -08:00
}
2012-10-24 20:09:05 -07:00
/* line 190, ../../../app/stylesheets/items/_show.sass */
2012-01-13 17:37:56 -08:00
body . items-show . js # trade-hangers p {
max-height : 3em ;
overflow : hidden ;
}
2012-10-24 20:09:05 -07:00
/* line 194, ../../../app/stylesheets/items/_show.sass */
2012-01-13 17:37:56 -08:00
body . items-show . js # trade-hangers p . showing-more {
max-height : none ;
}
2010-11-05 15:45:05 -07:00
2010-11-08 17:40:03 -08:00
@ import url ( . . / shared / jquery . jgrowl . css ) ;
2012-07-29 12:43:28 -07:00
/* line 49, ../../../app/stylesheets/outfits/_edit.sass */
2012-01-13 17:37:56 -08:00
body . outfits-edit # preview-toolbar {
margin-bottom : 0 . 5em ;
text-align : left ;
}
2012-07-29 12:43:28 -07:00
/* line 52, ../../../app/stylesheets/outfits/_edit.sass */
2012-01-13 17:37:56 -08:00
body . outfits-edit # preview-toolbar form {
display : -moz-inline-box ;
-moz-box-orient : vertical ;
display : inline-block ;
vertical-align : middle ;
* vertical-align : auto ;
margin-right : 2em ;
}
2012-04-08 13:59:51 -07:00
/* line 7, ../../../../../../.rvm/gems/ruby-1.9.2-p290/gems/compass-0.10.6/frameworks/compass/stylesheets/compass/css3/_inline-block.scss */
body . outfits-edit # preview-toolbar form {
* display : inline ;
}
2012-07-29 12:43:28 -07:00
/* line 55, ../../../app/stylesheets/outfits/_edit.sass */
2012-01-13 17:37:56 -08:00
body . outfits-edit # pet-info form {
display : inline ;
}
2012-07-29 12:43:28 -07:00
/* line 58, ../../../app/stylesheets/outfits/_edit.sass */
2012-01-13 17:37:56 -08:00
body . outfits-edit # pet-state-form ul {
list-style : none ;
}
2012-07-29 12:43:28 -07:00
/* line 60, ../../../app/stylesheets/outfits/_edit.sass */
2012-01-13 17:37:56 -08:00
body . outfits-edit # pet-state-form ul , body . outfits-edit # pet-state-form ul li {
display : inline ;
}
2012-07-29 12:43:28 -07:00
/* line 62, ../../../app/stylesheets/outfits/_edit.sass */
2012-01-13 17:37:56 -08:00
body . outfits-edit # pet-state-form input {
display : none ;
}
2012-07-29 12:43:28 -07:00
/* line 64, ../../../app/stylesheets/outfits/_edit.sass */
2012-01-13 17:37:56 -08:00
body . outfits-edit # pet-state-form label {
/* http://www.zurb.com/blog_uploads/0000/0617/buttons-03.html */
-moz-border-radius : 5px ;
-webkit-border-radius : 5px ;
2012-04-08 13:59:51 -07:00
-o-border-radius : 5px ;
-ms-border-radius : 5px ;
-khtml-border-radius : 5px ;
border-radius : 5px ;
2012-10-01 11:22:17 -07:00
background : # 006400 url ( '/images/alert-overlay.png?1344550430' ) repeat-x ;
2012-01-13 17:37:56 -08:00
border : 0 ;
display : inline-block ;
padding : 0 . 5em 0 . 75em 0 . 45em ;
color : white ;
text-decoration : none ;
-moz-box-shadow : 0 1px 3px rgba ( 0 , 0 , 0 , 0 . 5 ) ;
-webkit-box-shadow : 0 1px 3px rgba ( 0 , 0 , 0 , 0 . 5 ) ;
text-shadow : 0 -1px 1px rgba ( 0 , 0 , 0 , 0 . 25 ) ;
border-bottom : 1px solid rgba ( 0 , 0 , 0 , 0 . 25 ) ;
position : relative ;
font-weight : bold ;
line-height : 1 ;
margin : 0 0 . 25em ;
}
/* line 34, ../../../app/stylesheets/partials/clean/_mixins.sass */
body . outfits-edit # pet-state-form label : hover {
background-color : # 005300 ;
}
/* line 53, ../../../app/stylesheets/partials/clean/_mixins.sass */
body . outfits-edit # pet-state-form label : hover {
color : white ;
}
/* line 55, ../../../app/stylesheets/partials/clean/_mixins.sass */
body . outfits-edit # pet-state-form label : active {
top : 1px ;
}
2012-07-29 12:43:28 -07:00
/* line 67, ../../../app/stylesheets/outfits/_edit.sass */
2012-01-13 17:37:56 -08:00
body . outfits-edit # pet-state-form li . selected button {
2012-10-01 11:22:17 -07:00
background : # 0b61a4 url ( '/images/alert-overlay.png?1344550430' ) repeat-x ;
2012-01-13 17:37:56 -08:00
}
/* line 34, ../../../app/stylesheets/partials/clean/_mixins.sass */
body . outfits-edit # pet-state-form li . selected button : hover {
background-color : # 005093 ;
}
2012-07-29 12:43:28 -07:00
/* line 69, ../../../app/stylesheets/outfits/_edit.sass */
2012-01-13 17:37:56 -08:00
body . outfits-edit # pet-state-form . hidden {
visibility : hidden ;
}
2012-07-29 12:43:28 -07:00
/* line 71, ../../../app/stylesheets/outfits/_edit.sass */
2012-01-13 17:37:56 -08:00
body . outfits-edit # save-outfit-wrapper {
float : right ;
}
2012-07-29 12:43:28 -07:00
/* line 73, ../../../app/stylesheets/outfits/_edit.sass */
2012-01-13 17:37:56 -08:00
body . outfits-edit # save-outfit-wrapper button {
display : none ;
}
2012-07-29 12:43:28 -07:00
/* line 75, ../../../app/stylesheets/outfits/_edit.sass */
2012-01-13 17:37:56 -08:00
body . outfits-edit # save-outfit-wrapper # share-outfit {
display : inline-block ;
}
2012-07-29 12:43:28 -07:00
/* line 77, ../../../app/stylesheets/outfits/_edit.sass */
2012-01-13 17:37:56 -08:00
body . outfits-edit # save-outfit-wrapper . loading {
2012-10-01 11:22:17 -07:00
background-image : url ( '/images/loading.gif?1344550430' ) ;
2012-01-13 17:37:56 -08:00
background-position : left center ;
background-repeat : no-repeat ;
padding-left : 20px ;
}
2012-07-29 12:43:28 -07:00
/* line 83, ../../../app/stylesheets/outfits/_edit.sass */
2012-07-25 16:02:23 -07:00
body . outfits-edit # save-outfit , body . outfits-edit # save-outfit-not-signed-in , body . outfits-edit # save-current-outfit , body . outfits-edit # save-outfit-finish {
2012-10-01 11:22:17 -07:00
background : # ff5c00 url ( '/images/alert-overlay.png?1344550430' ) repeat-x ;
2012-01-13 17:37:56 -08:00
}
/* line 34, ../../../app/stylesheets/partials/clean/_mixins.sass */
2012-07-25 16:02:23 -07:00
body . outfits-edit # save-outfit : hover , body . outfits-edit # save-outfit-not-signed-in : hover , body . outfits-edit # save-current-outfit : hover , body . outfits-edit # save-outfit-finish : hover {
2012-01-13 17:37:56 -08:00
background-color : # ee4b00 ;
}
2012-07-29 12:43:28 -07:00
/* line 85, ../../../app/stylesheets/outfits/_edit.sass */
2012-01-13 17:37:56 -08:00
body . outfits-edit # current-outfit-permalink , body . outfits-edit # shared-outfit-permalink {
display : none ;
margin-right : 0 . 25em ;
}
2012-07-29 12:43:28 -07:00
/* line 88, ../../../app/stylesheets/outfits/_edit.sass */
2012-01-13 17:37:56 -08:00
body . outfits-edit # current-outfit-permalink img , body . outfits-edit # shared-outfit-permalink img {
bottom : -2px ;
height : 16px ;
position : relative ;
width : 16px ;
}
2012-07-29 12:43:28 -07:00
/* line 90, ../../../app/stylesheets/outfits/_edit.sass */
2012-01-13 17:37:56 -08:00
body . outfits-edit # shared-outfit-url {
display : none ;
width : 15em ;
}
2012-07-29 12:43:28 -07:00
/* line 93, ../../../app/stylesheets/outfits/_edit.sass */
2012-01-13 17:37:56 -08:00
body . outfits-edit # preview {
clear : both ;
}
2012-07-29 12:43:28 -07:00
/* line 95, ../../../app/stylesheets/outfits/_edit.sass */
2012-01-13 17:37:56 -08:00
body . outfits-edit # preview-swf {
float : left ;
2012-07-25 16:02:23 -07:00
height : 380px ;
2012-01-13 17:37:56 -08:00
margin-bottom : 1em ;
position : relative ;
2012-07-25 16:02:23 -07:00
width : 380px ;
2012-01-13 17:37:56 -08:00
}
2012-07-29 12:43:28 -07:00
/* line 102, ../../../app/stylesheets/outfits/_edit.sass */
2012-01-13 17:37:56 -08:00
body . outfits-edit # preview-swf . swf-adapter # preview-image-container {
display : none ;
}
2012-07-29 12:43:28 -07:00
/* line 105, ../../../app/stylesheets/outfits/_edit.sass */
2012-01-13 17:37:56 -08:00
body . outfits-edit # preview-swf . image-adapter # preview-swf-container {
display : none ;
}
2012-07-29 12:43:28 -07:00
/* line 107, ../../../app/stylesheets/outfits/_edit.sass */
2012-01-13 17:37:56 -08:00
body . outfits-edit # preview-image-container {
position : relative ;
}
/* line 2, ../../../app/stylesheets/partials/_wardrobe.sass */
body . outfits-edit # preview-image-container img {
left : 0 ;
position : absolute ;
top : 0 ;
}
2012-07-29 12:43:28 -07:00
/* line 110, ../../../app/stylesheets/outfits/_edit.sass */
2012-01-13 17:37:56 -08:00
body . outfits-edit # preview-image-container , body . outfits-edit # preview-image-container img {
height : 100 % ;
width : 100 % ;
}
2012-07-29 12:43:28 -07:00
/* line 113, ../../../app/stylesheets/outfits/_edit.sass */
2012-01-13 17:37:56 -08:00
body . outfits-edit # preview-swf-overlay {
-moz-opacity : 0 ;
-webkit-opacity : 0 ;
-o-opacity : 0 ;
-khtml-opacity : 0 ;
background : black ;
height : 100 % ;
left : 0 ;
position : absolute ;
top : 0 ;
width : 100 % ;
}
2012-07-29 12:43:28 -07:00
/* line 121, ../../../app/stylesheets/outfits/_edit.sass */
2012-01-13 17:37:56 -08:00
body . outfits-edit # preview-images-pending {
background : black ;
background : rgba ( 0 , 0 , 0 , 0 . 75 ) ;
bottom : 0 ;
color : white ;
font-size : 75 % ;
padding : 0 . 5em ;
position : absolute ;
right : 0 ;
z-index : 1000 ;
}
2012-07-29 12:43:28 -07:00
/* line 131, ../../../app/stylesheets/outfits/_edit.sass */
2012-01-13 17:37:56 -08:00
body . outfits-edit # preview-images-pending . waiting-on-0 {
display : none ;
}
2012-07-29 12:43:28 -07:00
/* line 133, ../../../app/stylesheets/outfits/_edit.sass */
2012-01-13 17:37:56 -08:00
body . outfits-edit # preview-mode {
margin-right : 1em ;
position : absolute ;
right : 100 % ;
text-align : center ;
top : 0 ;
width : 7em ;
}
2012-07-29 12:43:28 -07:00
/* line 141, ../../../app/stylesheets/outfits/_edit.sass */
2012-01-13 17:37:56 -08:00
body . outfits-edit # preview-mode . flash-active # preview-mode-flash {
color : # 004400 ;
font-weight : bold ;
}
2012-07-29 12:43:28 -07:00
/* line 144, ../../../app/stylesheets/outfits/_edit.sass */
2012-01-13 17:37:56 -08:00
body . outfits-edit # preview-mode . image-active # preview-mode-image {
color : # 004400 ;
font-weight : bold ;
}
2012-07-29 12:43:28 -07:00
/* line 146, ../../../app/stylesheets/outfits/_edit.sass */
2012-07-25 16:02:23 -07:00
body . outfits-edit # preview-mode . image-active # preview-mode-note , body . outfits-edit # preview-mode . image-active # report-broken-image {
2012-01-13 17:37:56 -08:00
display : block ;
}
2012-07-29 12:43:28 -07:00
/* line 154, ../../../app/stylesheets/outfits/_edit.sass */
2012-01-13 17:37:56 -08:00
body . outfits-edit # preview-mode-toggle {
-moz-border-radius : 0 . 5em ;
-webkit-border-radius : 0 . 5em ;
2012-04-08 13:59:51 -07:00
-o-border-radius : 0 . 5em ;
-ms-border-radius : 0 . 5em ;
-khtml-border-radius : 0 . 5em ;
border-radius : 0 . 5em ;
2012-01-13 17:37:56 -08:00
border : 1px solid # 006600 ;
color : # 448844 ;
font-size : 85 % ;
list-style : none ;
margin : 0 auto 0 . 5em ;
text-align : center ;
width : 5em ;
}
2012-07-29 12:43:28 -07:00
/* line 163, ../../../app/stylesheets/outfits/_edit.sass */
2012-01-13 17:37:56 -08:00
body . outfits-edit # preview-mode-toggle li {
border-top : 1px solid # aaddaa ;
cursor : pointer ;
padding : 0 . 125em 0 ;
width : 100 % ;
}
2012-07-29 12:43:28 -07:00
/* line 168, ../../../app/stylesheets/outfits/_edit.sass */
2012-01-13 17:37:56 -08:00
body . outfits-edit # preview-mode-toggle li : first-child {
border-top : 0 ;
}
2012-07-29 12:43:28 -07:00
/* line 170, ../../../app/stylesheets/outfits/_edit.sass */
2012-01-13 17:37:56 -08:00
body . outfits-edit # preview-download-image {
display : none ;
margin : 1em auto ;
}
2012-07-29 12:43:28 -07:00
/* line 173, ../../../app/stylesheets/outfits/_edit.sass */
2012-01-13 17:37:56 -08:00
body . outfits-edit # preview-download-image h3 {
font-size : 125 % ;
margin-bottom : 0 . 5em ;
}
2012-07-29 12:43:28 -07:00
/* line 176, ../../../app/stylesheets/outfits/_edit.sass */
2012-01-13 17:37:56 -08:00
body . outfits-edit # preview-download-image ul {
list-style : none ;
}
2012-07-29 12:43:28 -07:00
/* line 178, ../../../app/stylesheets/outfits/_edit.sass */
2012-01-13 17:37:56 -08:00
body . outfits-edit # preview-download-image button {
font-size : 75 % ;
width : 100 % ;
}
2012-07-29 12:43:28 -07:00
/* line 181, ../../../app/stylesheets/outfits/_edit.sass */
2012-01-13 17:37:56 -08:00
body . outfits-edit # preview-mode-note , body . outfits-edit # report-broken-image {
display : block ;
font-size : 75 % ;
margin-top : 0 . 5em ;
text-align : center ;
text-decoration : none ;
width : 100 % ;
}
2012-07-29 12:43:28 -07:00
/* line 188, ../../../app/stylesheets/outfits/_edit.sass */
2012-01-13 17:37:56 -08:00
body . outfits-edit # preview-mode-note em , body . outfits-edit # report-broken-image em {
font-style : normal ;
text-decoration : underline ;
}
2012-07-29 12:43:28 -07:00
/* line 191, ../../../app/stylesheets/outfits/_edit.sass */
2012-07-25 16:02:23 -07:00
body . outfits-edit # preview-mode-note , body . outfits-edit # report-broken-image {
2012-01-13 17:37:56 -08:00
display : none ;
}
2012-07-29 12:43:28 -07:00
/* line 194, ../../../app/stylesheets/outfits/_edit.sass */
2012-01-13 17:37:56 -08:00
body . outfits-edit # preview-sidebar {
float : left ;
2012-07-25 16:02:23 -07:00
height : 380px ;
2012-01-13 17:37:56 -08:00
margin-left : 20px ;
margin-bottom : 1em ;
2012-07-25 16:02:23 -07:00
width : 400px ;
2012-01-13 17:37:56 -08:00
}
2012-07-29 12:43:28 -07:00
/* line 201, ../../../app/stylesheets/outfits/_edit.sass */
2012-01-13 17:37:56 -08:00
body . outfits-edit # preview-sidebar . viewing-outfits # preview-closet {
display : none ;
}
2012-07-29 12:43:28 -07:00
/* line 203, ../../../app/stylesheets/outfits/_edit.sass */
2012-01-13 17:37:56 -08:00
body . outfits-edit # preview-sidebar . viewing-outfits # preview-outfits {
display : block ;
}
2012-07-29 12:43:28 -07:00
/* line 206, ../../../app/stylesheets/outfits/_edit.sass */
2012-07-17 09:15:04 -07:00
body . outfits-edit # preview-sidebar . sharing # preview-closet {
2012-01-13 17:37:56 -08:00
display : none ;
}
2012-07-29 12:43:28 -07:00
/* line 208, ../../../app/stylesheets/outfits/_edit.sass */
2012-07-17 09:15:04 -07:00
body . outfits-edit # preview-sidebar . sharing # preview-sharing {
2012-01-13 17:37:56 -08:00
display : block ;
}
2012-07-29 12:43:28 -07:00
/* line 210, ../../../app/stylesheets/outfits/_edit.sass */
2012-07-25 16:02:23 -07:00
body . outfits-edit # preview-sidebar . sidebar-view {
2012-07-27 20:36:18 -07:00
margin : 1 . 5em 0 ;
2012-01-13 17:37:56 -08:00
}
2012-07-29 12:43:28 -07:00
/* line 213, ../../../app/stylesheets/outfits/_edit.sass */
2012-01-13 17:37:56 -08:00
body . outfits-edit # preview-closet h2 {
margin-bottom : 0 ;
}
2012-07-29 12:43:28 -07:00
/* line 215, ../../../app/stylesheets/outfits/_edit.sass */
2012-01-13 17:37:56 -08:00
body . outfits-edit # preview-closet ul {
text-align : center ;
}
2012-07-29 12:43:28 -07:00
/* line 217, ../../../app/stylesheets/outfits/_edit.sass */
2012-01-13 17:37:56 -08:00
body . outfits-edit # preview-closet . object {
background : # eeffee ;
}
2012-07-29 12:43:28 -07:00
/* line 219, ../../../app/stylesheets/outfits/_edit.sass */
2012-01-13 17:37:56 -08:00
body . outfits-edit # preview-closet . object img {
-moz-opacity : 0 . 5 ;
-webkit-opacity : 0 . 5 ;
-o-opacity : 0 . 5 ;
-khtml-opacity : 0 . 5 ;
}
2012-07-29 12:43:28 -07:00
/* line 221, ../../../app/stylesheets/outfits/_edit.sass */
2012-01-13 17:37:56 -08:00
body . outfits-edit # preview-closet . object . worn {
background : transparent ;
}
2012-07-29 12:43:28 -07:00
/* line 223, ../../../app/stylesheets/outfits/_edit.sass */
2012-01-13 17:37:56 -08:00
body . outfits-edit # preview-closet . object . worn img {
-moz-opacity : 1 ;
-webkit-opacity : 1 ;
-o-opacity : 1 ;
-khtml-opacity : 1 ;
}
2012-07-29 12:43:28 -07:00
/* line 225, ../../../app/stylesheets/outfits/_edit.sass */
2012-01-13 17:37:56 -08:00
body . outfits-edit # preview-closet . object . no-assets {
background : # fbe3e4 ;
color : # 8a1f11 ;
padding-bottom : 1 . 25em ;
}
2012-07-29 12:43:28 -07:00
/* line 229, ../../../app/stylesheets/outfits/_edit.sass */
2012-01-13 17:37:56 -08:00
body . outfits-edit # preview-closet . object . no-assets . no-assets-message {
display : block ;
}
2012-07-29 12:43:28 -07:00
/* line 231, ../../../app/stylesheets/outfits/_edit.sass */
2012-01-13 17:37:56 -08:00
body . outfits-edit . no-assets-message {
background : # f3dbdc ;
bottom : 0 ;
color : # 821709 ;
cursor : pointer ;
display : none ;
font-size : 75 % ;
left : 0 ;
position : absolute ;
width : 100 % ;
}
2012-07-29 12:43:28 -07:00
/* line 241, ../../../app/stylesheets/outfits/_edit.sass */
2012-01-13 17:37:56 -08:00
body . outfits-edit # no-assets-full-message {
-moz-border-radius : 5px ;
-webkit-border-radius : 5px ;
2012-04-08 13:59:51 -07:00
-o-border-radius : 5px ;
-ms-border-radius : 5px ;
-khtml-border-radius : 5px ;
border-radius : 5px ;
2012-01-13 17:37:56 -08:00
background : # fff4f5 ;
border : 1px solid # ffd3d5 ;
color : # 9b3022 ;
font-size : 75 % ;
left : -9999px ;
padding : 0 . 25em ;
position : absolute ;
top : -9999px ;
width : 30em ;
}
2012-07-29 12:43:28 -07:00
/* line 252, ../../../app/stylesheets/outfits/_edit.sass */
2012-01-13 17:37:56 -08:00
body . outfits-edit # preview-search-form {
clear : both ;
text-align : left ;
}
2012-07-29 12:43:28 -07:00
/* line 255, ../../../app/stylesheets/outfits/_edit.sass */
2012-01-13 17:37:56 -08:00
body . outfits-edit # preview-search-form h2 {
display : -moz-inline-box ;
-moz-box-orient : vertical ;
display : inline-block ;
vertical-align : middle ;
* vertical-align : auto ;
margin : 0 1em 0 0 ;
}
2012-04-08 13:59:51 -07:00
/* line 7, ../../../../../../.rvm/gems/ruby-1.9.2-p290/gems/compass-0.10.6/frameworks/compass/stylesheets/compass/css3/_inline-block.scss */
body . outfits-edit # preview-search-form h2 {
* display : inline ;
}
2012-07-29 12:43:28 -07:00
/* line 258, ../../../app/stylesheets/outfits/_edit.sass */
2012-01-13 17:37:56 -08:00
body . outfits-edit # preview-search-form input {
display : -moz-inline-box ;
-moz-box-orient : vertical ;
display : inline-block ;
vertical-align : middle ;
* vertical-align : auto ;
}
2012-04-08 13:59:51 -07:00
/* line 7, ../../../../../../.rvm/gems/ruby-1.9.2-p290/gems/compass-0.10.6/frameworks/compass/stylesheets/compass/css3/_inline-block.scss */
body . outfits-edit # preview-search-form input {
* display : inline ;
}
2012-07-29 12:43:28 -07:00
/* line 260, ../../../app/stylesheets/outfits/_edit.sass */
2012-01-13 17:37:56 -08:00
body . outfits-edit # preview-search-form input [ type = submit ] {
margin-right : 2em ;
}
2012-07-29 12:43:28 -07:00
/* line 262, ../../../app/stylesheets/outfits/_edit.sass */
2012-01-13 17:37:56 -08:00
body . outfits-edit . preview-search-form-your-items {
display : none ;
font-size : 85 % ;
margin-right : 1em ;
}
2012-07-29 12:43:28 -07:00
/* line 266, ../../../app/stylesheets/outfits/_edit.sass */
2012-01-13 17:37:56 -08:00
body . outfits-edit # preview-search-form-pagination {
display : -moz-inline-box ;
-moz-box-orient : vertical ;
display : inline-block ;
vertical-align : middle ;
* vertical-align : auto ;
}
2012-04-08 13:59:51 -07:00
/* line 7, ../../../../../../.rvm/gems/ruby-1.9.2-p290/gems/compass-0.10.6/frameworks/compass/stylesheets/compass/css3/_inline-block.scss */
body . outfits-edit # preview-search-form-pagination {
* display : inline ;
}
2012-07-29 12:43:28 -07:00
/* line 268, ../../../app/stylesheets/outfits/_edit.sass */
2012-01-13 17:37:56 -08:00
body . outfits-edit # preview-search-form-pagination a , body . outfits-edit # preview-search-form-pagination span {
margin : 0 0 . 25em ;
}
2012-07-29 12:43:28 -07:00
/* line 270, ../../../app/stylesheets/outfits/_edit.sass */
2012-01-13 17:37:56 -08:00
body . outfits-edit # preview-search-form-pagination . current {
font-weight : bold ;
}
2012-07-29 12:43:28 -07:00
/* line 272, ../../../app/stylesheets/outfits/_edit.sass */
2012-01-13 17:37:56 -08:00
body . outfits-edit # preview-search-form-clear {
display : none ;
font-size : 87 . 5 % ;
margin-left : 2em ;
}
2012-07-29 12:43:28 -07:00
/* line 276, ../../../app/stylesheets/outfits/_edit.sass */
2012-01-13 17:37:56 -08:00
body . outfits-edit # preview-search-form-loading {
display : none ;
font-size : 75 % ;
font-style : italic ;
margin-left : 2em ;
}
2012-07-29 12:43:28 -07:00
/* line 282, ../../../app/stylesheets/outfits/_edit.sass */
2012-01-13 17:37:56 -08:00
body . outfits-edit # preview-search-form-no-results {
display : none ;
}
2012-07-29 12:43:28 -07:00
/* line 284, ../../../app/stylesheets/outfits/_edit.sass */
2012-01-13 17:37:56 -08:00
body . outfits-edit # preview-search-form-help {
font-size : 87 . 5 % ;
margin-left : 2em ;
}
2012-07-29 12:43:28 -07:00
/* line 287, ../../../app/stylesheets/outfits/_edit.sass */
2012-01-13 17:37:56 -08:00
body . outfits-edit . search-helper {
font-family : inherit ;
}
2012-07-29 12:43:28 -07:00
/* line 289, ../../../app/stylesheets/outfits/_edit.sass */
2012-01-13 17:37:56 -08:00
body . outfits-edit . possible-error {
display : none ;
}
2012-07-29 12:43:28 -07:00
/* line 292, ../../../app/stylesheets/outfits/_edit.sass */
2012-01-13 17:37:56 -08:00
body . outfits-edit # fullscreen-copyright {
display : none ;
}
2012-07-29 12:43:28 -07:00
/* line 294, ../../../app/stylesheets/outfits/_edit.sass */
2012-01-13 17:37:56 -08:00
body . outfits-edit . fullscreen {
height : 100 % ;
}
2012-07-29 12:43:28 -07:00
/* line 297, ../../../app/stylesheets/outfits/_edit.sass */
2012-01-13 17:37:56 -08:00
body . outfits-edit . fullscreen # container {
-moz-box-sizing : border-box ;
-webkit-box-sizing : border-box ;
-ms-box-sizing : border-box ;
box-sizing : border-box ;
height : 100 % ;
margin : 0 auto ;
min-width : 800px ;
padding-top : 2 . 5em ;
position : relative ;
width : 80 % ;
}
2012-07-29 12:43:28 -07:00
/* line 305, ../../../app/stylesheets/outfits/_edit.sass */
2012-01-13 17:37:56 -08:00
body . outfits-edit . fullscreen h1 {
display : none ;
}
2012-07-29 12:43:28 -07:00
/* line 307, ../../../app/stylesheets/outfits/_edit.sass */
2012-01-13 17:37:56 -08:00
body . outfits-edit . fullscreen # short-url-response {
position : static ;
}
2012-07-29 12:43:28 -07:00
/* line 309, ../../../app/stylesheets/outfits/_edit.sass */
2012-01-13 17:37:56 -08:00
body . outfits-edit . fullscreen # preview {
width : 100 % ;
}
2012-07-29 12:43:28 -07:00
/* line 311, ../../../app/stylesheets/outfits/_edit.sass */
2012-01-13 17:37:56 -08:00
body . outfits-edit . fullscreen # preview-sidebar {
float : right ;
margin : 0 ;
position : relative ;
width : 400px ;
}
2012-07-29 12:43:28 -07:00
/* line 316, ../../../app/stylesheets/outfits/_edit.sass */
2012-01-13 17:37:56 -08:00
body . outfits-edit . fullscreen # preview-sidebar . viewing-saving-outfit {
height : auto ;
max-height : 100 % ;
}
2012-07-29 12:43:28 -07:00
/* line 319, ../../../app/stylesheets/outfits/_edit.sass */
2012-01-13 17:37:56 -08:00
body . outfits-edit . fullscreen # preview-search-form {
bottom : 1 . 5em ;
left : 0 ;
overflow : auto ;
padding : 0 . 5em 1em ;
position : absolute ;
width : 100 % ;
}
2012-07-29 12:43:28 -07:00
/* line 327, ../../../app/stylesheets/outfits/_edit.sass */
2012-01-13 17:37:56 -08:00
body . outfits-edit . fullscreen # preview-search-form-help div {
display : -moz-inline-box ;
-moz-box-orient : vertical ;
display : inline-block ;
vertical-align : middle ;
* vertical-align : auto ;
width : 48 % ;
}
2012-04-08 13:59:51 -07:00
/* line 7, ../../../../../../.rvm/gems/ruby-1.9.2-p290/gems/compass-0.10.6/frameworks/compass/stylesheets/compass/css3/_inline-block.scss */
body . outfits-edit . fullscreen # preview-search-form-help div {
* display : inline ;
}
2012-07-29 12:43:28 -07:00
/* line 330, ../../../app/stylesheets/outfits/_edit.sass */
2012-01-13 17:37:56 -08:00
body . outfits-edit . fullscreen # footer {
bottom : 0 ;
left : 0 ;
position : absolute ;
width : 100 % ;
}
2012-07-29 12:43:28 -07:00
/* line 335, ../../../app/stylesheets/outfits/_edit.sass */
2012-01-13 17:37:56 -08:00
body . outfits-edit . fullscreen # footer ul , body . outfits-edit . fullscreen # footer p , body . outfits-edit . fullscreen # footer li {
display : inline ;
}
2012-07-29 12:43:28 -07:00
/* line 337, ../../../app/stylesheets/outfits/_edit.sass */
2012-01-13 17:37:56 -08:00
body . outfits-edit . fullscreen # footer ul {
margin-right : 2em ;
}
2012-07-29 12:43:28 -07:00
/* line 340, ../../../app/stylesheets/outfits/_edit.sass */
2012-01-13 17:37:56 -08:00
body . outfits-edit . object {
padding : 6px ;
position : relative ;
}
2012-07-29 12:43:28 -07:00
/* line 343, ../../../app/stylesheets/outfits/_edit.sass */
2012-01-13 17:37:56 -08:00
body . outfits-edit . object ul {
display : none ;
left : 0 ;
list-style : none ;
position : absolute ;
top : 0 ;
}
2012-07-29 12:43:28 -07:00
/* line 349, ../../../app/stylesheets/outfits/_edit.sass */
2012-01-13 17:37:56 -08:00
body . outfits-edit . object ul li {
margin-bottom : 0 . 25em ;
}
2012-07-29 12:43:28 -07:00
/* line 351, ../../../app/stylesheets/outfits/_edit.sass */
2012-01-13 17:37:56 -08:00
body . outfits-edit . object ul li a {
/* http://www.zurb.com/blog_uploads/0000/0617/buttons-03.html */
-moz-border-radius : 5px ;
-webkit-border-radius : 5px ;
2012-04-08 13:59:51 -07:00
-o-border-radius : 5px ;
-ms-border-radius : 5px ;
-khtml-border-radius : 5px ;
border-radius : 5px ;
2012-10-01 11:22:17 -07:00
background : # 006400 url ( '/images/alert-overlay.png?1344550430' ) repeat-x ;
2012-01-13 17:37:56 -08:00
border : 0 ;
display : inline-block ;
padding : 0 . 5em 0 . 75em 0 . 45em ;
color : white ;
text-decoration : none ;
-moz-box-shadow : 0 1px 3px rgba ( 0 , 0 , 0 , 0 . 5 ) ;
-webkit-box-shadow : 0 1px 3px rgba ( 0 , 0 , 0 , 0 . 5 ) ;
text-shadow : 0 -1px 1px rgba ( 0 , 0 , 0 , 0 . 25 ) ;
border-bottom : 1px solid rgba ( 0 , 0 , 0 , 0 . 25 ) ;
position : relative ;
font-weight : bold ;
line-height : 1 ;
2012-10-01 11:22:17 -07:00
background : # aaaaaa url ( '/images/alert-overlay.png?1344550430' ) repeat-x ;
2012-01-13 17:37:56 -08:00
-moz-opacity : 0 . 9 ;
-webkit-opacity : 0 . 9 ;
-o-opacity : 0 . 9 ;
-khtml-opacity : 0 . 9 ;
font-size : 80 % ;
}
/* line 34, ../../../app/stylesheets/partials/clean/_mixins.sass */
body . outfits-edit . object ul li a : hover {
background-color : # 005300 ;
}
/* line 53, ../../../app/stylesheets/partials/clean/_mixins.sass */
body . outfits-edit . object ul li a : hover {
color : white ;
}
/* line 55, ../../../app/stylesheets/partials/clean/_mixins.sass */
body . outfits-edit . object ul li a : active {
top : 1px ;
}
/* line 34, ../../../app/stylesheets/partials/clean/_mixins.sass */
body . outfits-edit . object ul li a : hover {
background-color : # 999999 ;
}
2012-07-29 12:43:28 -07:00
/* line 354, ../../../app/stylesheets/outfits/_edit.sass */
2012-01-13 17:37:56 -08:00
body . outfits-edit . object : hover ul , body . outfits-edit . object : hover . object-info {
display : block ;
}
2012-07-29 12:43:28 -07:00
/* line 361, ../../../app/stylesheets/outfits/_edit.sass */
2012-01-13 17:37:56 -08:00
body . outfits-edit . nc-icon {
2012-10-01 11:22:17 -07:00
background : url ( '/images/nc.png?1344550430' ) no-repeat ;
2012-01-13 17:37:56 -08:00
height : 16px ;
position : absolute ;
right : 16px ;
text-indent : -9999px ;
top : 64px ;
width : 16px ;
}
2012-07-29 12:43:28 -07:00
/* line 369, ../../../app/stylesheets/outfits/_edit.sass */
2012-01-13 17:37:56 -08:00
body . outfits-edit . nc-icon : hover {
-moz-opacity : 0 . 5 ;
-webkit-opacity : 0 . 5 ;
-o-opacity : 0 . 5 ;
-khtml-opacity : 0 . 5 ;
}
2012-07-29 12:43:28 -07:00
/* line 372, ../../../app/stylesheets/outfits/_edit.sass */
2012-01-13 17:37:56 -08:00
body . outfits-edit . object-info {
-moz-border-radius : 12px ;
-webkit-border-radius : 12px ;
2012-04-08 13:59:51 -07:00
-o-border-radius : 12px ;
-ms-border-radius : 12px ;
-khtml-border-radius : 12px ;
border-radius : 12px ;
2012-01-13 17:37:56 -08:00
-moz-opacity : 0 . 75 ;
-webkit-opacity : 0 . 75 ;
-o-opacity : 0 . 75 ;
-khtml-opacity : 0 . 75 ;
background : # aaaaaa ;
color : white ;
display : none ;
height : 16px ;
position : absolute ;
right : 8px ;
top : 0 ;
width : 16px ;
}
2012-07-29 12:43:28 -07:00
/* line 383, ../../../app/stylesheets/outfits/_edit.sass */
2012-01-13 17:37:56 -08:00
body . outfits-edit . object-info span {
font-family : "Droid Serif" , Georgia , "Times New Roman" , Times , serif ;
font-weight : bold ;
position : relative ;
top : -2px ;
}
2012-07-29 12:43:28 -07:00
/* line 389, ../../../app/stylesheets/outfits/_edit.sass */
2012-01-13 17:37:56 -08:00
body . outfits-edit . object-info : hover {
-moz-opacity : 1 ;
-webkit-opacity : 1 ;
-o-opacity : 1 ;
-khtml-opacity : 1 ;
}
2012-07-29 12:43:28 -07:00
/* line 392, ../../../app/stylesheets/outfits/_edit.sass */
2012-01-13 17:37:56 -08:00
body . outfits-edit # preview-outfits {
display : none ;
text-align : left ;
}
2012-07-29 12:43:28 -07:00
/* line 399, ../../../app/stylesheets/outfits/_edit.sass */
2012-01-13 17:37:56 -08:00
body . outfits-edit # preview-outfits > ul {
2012-07-29 12:43:28 -07:00
font-size : 0 ;
list-style : none ;
2012-01-13 17:37:56 -08:00
margin-left : 24px ;
margin-right : 24px ;
2012-10-01 11:22:17 -07:00
background : url ( '/images/loading.gif?1344550430' ) no-repeat center top ;
2012-07-25 16:02:23 -07:00
display : none ;
2012-01-13 17:37:56 -08:00
font-family : "Droid Sans" , Helvetica , Arial , Verdana , sans-serif ;
2012-07-27 00:21:22 -07:00
margin : 0 auto 1em ;
2012-01-13 17:37:56 -08:00
min-height : 16px ;
2012-07-27 00:21:22 -07:00
width : 336px ;
2012-01-13 17:37:56 -08:00
}
2012-07-29 13:07:18 -07:00
/* line 25, ../../../app/stylesheets/partials/_outfit.sass */
2012-01-13 17:37:56 -08:00
body . outfits-edit # preview-outfits > ul > li {
2012-07-27 00:21:22 -07:00
display : -moz-inline-box ;
-moz-box-orient : vertical ;
display : inline-block ;
vertical-align : middle ;
* vertical-align : auto ;
overflow : hidden ;
position : relative ;
2012-07-29 12:43:28 -07:00
font-size : 14px ;
2012-07-27 00:21:22 -07:00
}
/* line 7, ../../../../../../.rvm/gems/ruby-1.9.2-p290/gems/compass-0.10.6/frameworks/compass/stylesheets/compass/css3/_inline-block.scss */
body . outfits-edit # preview-outfits > ul > li {
* display : inline ;
2012-01-13 17:37:56 -08:00
}
/* line 4, ../../../app/stylesheets/outfits/_star.sass */
body . outfits-edit # preview-outfits > ul > li . outfit-star {
bottom : -2px ;
height : 16px ;
position : relative ;
width : 16px ;
2012-10-01 11:22:17 -07:00
background-image : url ( '/images/unstarred.png?1344550430' ) ;
2012-01-13 17:37:56 -08:00
background-position : left top ;
background-repeat : no-repeat ;
cursor : pointer ;
display : block ;
float : left ;
margin-right : 8px ;
}
/* line 14, ../../../app/stylesheets/outfits/_star.sass */
body . outfits-edit # preview-outfits > ul > li . starred . outfit-star {
2012-10-01 11:22:17 -07:00
background-image : url ( '/images/star.png?1344550430' ) ;
2012-01-13 17:37:56 -08:00
}
/* line 16, ../../../app/stylesheets/outfits/_star.sass */
body . outfits-edit # preview-outfits > ul > li . loading . outfit-star {
2012-10-01 11:22:17 -07:00
background-image : url ( '/images/loading.gif?1344550430' ) ;
2012-01-13 17:37:56 -08:00
}
2012-07-29 12:43:28 -07:00
/* line 7, ../../../app/stylesheets/partials/_outfit.sass */
body . outfits-edit # preview-outfits > ul > li header , body . outfits-edit # preview-outfits > ul > li footer {
2012-07-27 00:21:22 -07:00
color : white ;
left : 0 ;
position : absolute ;
z-index : 2 ;
background : black ;
background : rgba ( 0 , 0 , 0 , 0 . 75 ) ;
2012-01-13 17:37:56 -08:00
}
2012-07-29 12:43:28 -07:00
/* line 11, ../../../app/stylesheets/partials/_outfit.sass */
body . outfits-edit # preview-outfits > ul > li header {
bottom : 0 ;
}
/* line 14, ../../../app/stylesheets/partials/_outfit.sass */
body . outfits-edit # preview-outfits > ul > li footer {
top : 0 ;
}
/* line 17, ../../../app/stylesheets/partials/_outfit.sass */
body . outfits-edit # preview-outfits > ul > li a {
color : white ;
}
/* line 409, ../../../app/stylesheets/outfits/_edit.sass */
body . outfits-edit # preview-outfits > ul . loaded {
background : transparent ;
}
/* line 412, ../../../app/stylesheets/outfits/_edit.sass */
body . outfits-edit # preview-outfits > ul > li {
height : 110px ;
margin : 1px ;
width : 110px ;
}
/* line 422, ../../../app/stylesheets/outfits/_edit.sass */
body . outfits-edit # preview-outfits > ul > li header , body . outfits-edit # preview-outfits > ul > li footer , body . outfits-edit # preview-outfits > ul > li . outfit-delete-confirmation {
font-size : 12px ;
padding : 2px 4px ;
width : 102px ;
}
/* line 427, ../../../app/stylesheets/outfits/_edit.sass */
2012-07-27 00:21:22 -07:00
body . outfits-edit # preview-outfits > ul > li header {
-moz-opacity : 0 . 75 ;
-webkit-opacity : 0 . 75 ;
-o-opacity : 0 . 75 ;
-khtml-opacity : 0 . 75 ;
bottom : 0 ;
cursor : pointer ;
2012-01-13 17:37:56 -08:00
}
2012-07-29 12:43:28 -07:00
/* line 432, ../../../app/stylesheets/outfits/_edit.sass */
2012-07-27 00:21:22 -07:00
body . outfits-edit # preview-outfits > ul > li footer , body . outfits-edit # preview-outfits > ul > li . outfit-delete-confirmation {
display : none ;
}
2012-07-29 12:43:28 -07:00
/* line 435, ../../../app/stylesheets/outfits/_edit.sass */
2012-07-27 00:21:22 -07:00
body . outfits-edit # preview-outfits > ul > li . outfit-delete-confirmation {
2012-07-29 12:43:28 -07:00
color : white ;
left : 0 ;
position : absolute ;
z-index : 2 ;
background : # ff3232 ;
2012-07-27 00:21:22 -07:00
background : rgba ( 255 , 50 , 50 , 0 . 75 ) ;
text-align : center ;
top : 0 ;
}
2012-07-29 12:43:28 -07:00
/* line 441, ../../../app/stylesheets/outfits/_edit.sass */
2012-07-27 00:21:22 -07:00
body . outfits-edit # preview-outfits > ul > li . outfit-delete-confirmation span {
font-weight : bold ;
}
2012-07-29 12:43:28 -07:00
/* line 447, ../../../app/stylesheets/outfits/_edit.sass */
2012-07-29 13:07:18 -07:00
body . outfits-edit # preview-outfits > ul > li . outfit-thumbnail-wrapper {
2012-01-13 17:37:56 -08:00
-moz-opacity : 0 . 5 ;
-webkit-opacity : 0 . 5 ;
-o-opacity : 0 . 5 ;
-khtml-opacity : 0 . 5 ;
2012-07-29 13:07:18 -07:00
background-image : url ( / images / outfits / small_default . png ) ;
background-position : center center ;
background-size : 110px 110px ;
cursor : pointer ;
height : 150px ;
2012-07-27 00:21:22 -07:00
left : -20px ;
2012-07-29 13:07:18 -07:00
position : absolute ;
2012-07-28 16:19:13 -07:00
top : -24px ;
2012-07-29 13:07:18 -07:00
width : 150px ;
z-index : 1 ;
2012-07-27 00:21:22 -07:00
}
2012-07-29 13:07:18 -07:00
/* line 461, ../../../app/stylesheets/outfits/_edit.sass */
body . outfits-edit # preview-outfits > ul > li . outfit-thumbnail {
display : none ;
}
/* line 464, ../../../app/stylesheets/outfits/_edit.sass */
2012-07-27 00:21:22 -07:00
body . outfits-edit # preview-outfits > ul > li . outfit-star {
bottom : 0 ;
margin-right : 4px ;
}
2012-07-29 13:07:18 -07:00
/* line 468, ../../../app/stylesheets/outfits/_edit.sass */
2012-07-27 00:21:22 -07:00
body . outfits-edit # preview-outfits > ul > li . outfit-delete {
2012-01-13 17:37:56 -08:00
float : right ;
}
2012-07-29 13:07:18 -07:00
/* line 471, ../../../app/stylesheets/outfits/_edit.sass */
2012-07-27 00:21:22 -07:00
body . outfits-edit # preview-outfits > ul > li . outfit-rename-button {
float : left ;
}
2012-07-29 13:07:18 -07:00
/* line 474, ../../../app/stylesheets/outfits/_edit.sass */
2012-07-27 00:21:22 -07:00
body . outfits-edit # preview-outfits > ul > li . outfit-rename-button , body . outfits-edit # preview-outfits > ul > li . outfit-delete {
font-size : 85 % ;
text-decoration : none ;
}
2012-07-29 13:07:18 -07:00
/* line 478, ../../../app/stylesheets/outfits/_edit.sass */
2012-07-27 00:21:22 -07:00
body . outfits-edit # preview-outfits > ul > li . outfit-rename-button : hover , body . outfits-edit # preview-outfits > ul > li . outfit-delete : hover {
text-decoration : underline ;
}
2012-07-29 13:07:18 -07:00
/* line 481, ../../../app/stylesheets/outfits/_edit.sass */
2012-07-27 00:21:22 -07:00
body . outfits-edit # preview-outfits > ul > li . outfit-rename-form {
display : none ;
}
2012-07-29 13:07:18 -07:00
/* line 484, ../../../app/stylesheets/outfits/_edit.sass */
2012-07-27 00:21:22 -07:00
body . outfits-edit # preview-outfits > ul > li . outfit-rename-form input {
2012-01-13 17:37:56 -08:00
background : transparent ;
2012-07-27 00:21:22 -07:00
border : 1px solid white ;
width : 6em ;
2012-01-13 17:37:56 -08:00
}
2012-07-29 13:07:18 -07:00
/* line 490, ../../../app/stylesheets/outfits/_edit.sass */
2012-07-27 00:21:22 -07:00
body . outfits-edit # preview-outfits > ul > li : hover header {
2012-01-13 17:37:56 -08:00
-moz-opacity : 1 ;
-webkit-opacity : 1 ;
-o-opacity : 1 ;
-khtml-opacity : 1 ;
}
2012-07-29 13:07:18 -07:00
/* line 493, ../../../app/stylesheets/outfits/_edit.sass */
2012-07-31 11:07:07 -07:00
body . outfits-edit # preview-outfits > ul > li : hover . outfit-thumbnail-wrapper {
2012-01-13 17:37:56 -08:00
-moz-opacity : 0 . 75 ;
-webkit-opacity : 0 . 75 ;
-o-opacity : 0 . 75 ;
-khtml-opacity : 0 . 75 ;
}
2012-07-29 13:07:18 -07:00
/* line 496, ../../../app/stylesheets/outfits/_edit.sass */
2012-07-27 00:21:22 -07:00
body . outfits-edit # preview-outfits > ul > li : hover footer {
display : block ;
2012-01-13 17:37:56 -08:00
}
2012-07-29 13:07:18 -07:00
/* line 500, ../../../app/stylesheets/outfits/_edit.sass */
2012-07-27 00:21:22 -07:00
body . outfits-edit # preview-outfits > ul > li . active header {
2012-01-13 17:37:56 -08:00
-moz-opacity : 1 ;
-webkit-opacity : 1 ;
-o-opacity : 1 ;
-khtml-opacity : 1 ;
2012-07-27 00:21:22 -07:00
font-weight : bold ;
2012-01-13 17:37:56 -08:00
}
2012-07-29 13:07:18 -07:00
/* line 504, ../../../app/stylesheets/outfits/_edit.sass */
2012-07-31 11:07:07 -07:00
body . outfits-edit # preview-outfits > ul > li . active . outfit-thumbnail-wrapper {
2012-07-27 00:21:22 -07:00
-moz-opacity : 1 ;
-webkit-opacity : 1 ;
-o-opacity : 1 ;
-khtml-opacity : 1 ;
2012-01-13 17:37:56 -08:00
}
2012-07-29 13:07:18 -07:00
/* line 508, ../../../app/stylesheets/outfits/_edit.sass */
2012-07-27 00:21:22 -07:00
body . outfits-edit # preview-outfits > ul > li . confirming-deletion footer {
2012-01-13 17:37:56 -08:00
display : none ;
}
2012-07-29 13:07:18 -07:00
/* line 511, ../../../app/stylesheets/outfits/_edit.sass */
2012-01-13 17:37:56 -08:00
body . outfits-edit # preview-outfits > ul > li . confirming-deletion . outfit-delete-confirmation {
display : block ;
}
2012-07-29 13:07:18 -07:00
/* line 515, ../../../app/stylesheets/outfits/_edit.sass */
2012-07-27 00:21:22 -07:00
body . outfits-edit # preview-outfits > ul > li . renaming . outfit-name {
2012-01-13 17:37:56 -08:00
display : none ;
}
2012-07-29 13:07:18 -07:00
/* line 518, ../../../app/stylesheets/outfits/_edit.sass */
2012-01-13 17:37:56 -08:00
body . outfits-edit # preview-outfits > ul > li . renaming . outfit-rename-form {
display : inline ;
}
2012-07-29 13:07:18 -07:00
/* line 521, ../../../app/stylesheets/outfits/_edit.sass */
body . outfits-edit # preview-outfits > ul > li . thumbnail-available {
background : transparent ;
}
/* line 524, ../../../app/stylesheets/outfits/_edit.sass */
body . outfits-edit # preview-outfits > ul > li . thumbnail-available . outfit-thumbnail-wrapper {
background-image : none ;
}
/* line 527, ../../../app/stylesheets/outfits/_edit.sass */
2012-07-27 00:21:22 -07:00
body . outfits-edit # preview-outfits > ul > li . thumbnail-available . outfit-thumbnail {
display : block ;
2012-01-13 17:37:56 -08:00
}
2012-07-29 13:07:18 -07:00
/* line 531, ../../../app/stylesheets/outfits/_edit.sass */
2012-07-27 00:21:22 -07:00
body . outfits-edit # preview-outfits > ul > li . loading . outfit-star {
2012-10-01 11:22:17 -07:00
background-image : url ( '/images/loading_outfit_pane.gif?1344550430' ) ;
2012-01-13 17:37:56 -08:00
}
2012-07-29 13:07:18 -07:00
/* line 534, ../../../app/stylesheets/outfits/_edit.sass */
2012-07-25 16:02:23 -07:00
body . outfits-edit # preview-outfits # preview-outfits-not-logged-in {
text-align : center ;
2012-07-27 00:24:42 -07:00
overflow-x : hidden ;
2012-07-25 16:02:23 -07:00
}
2012-07-29 13:07:18 -07:00
/* line 538, ../../../app/stylesheets/outfits/_edit.sass */
2012-07-25 16:02:23 -07:00
body . outfits-edit # preview-outfits # preview-outfits-not-logged-in img {
border-color : # 006600 ;
border-style : solid ;
border-width : 1px 0 ;
}
2012-07-29 13:07:18 -07:00
/* line 544, ../../../app/stylesheets/outfits/_edit.sass */
2012-07-25 16:02:23 -07:00
body . outfits-edit # preview-outfits # preview-outfits-not-logged-in figure {
display : block ;
margin : 0 0 1em 0 ;
padding : 0 ;
}
2012-07-29 13:07:18 -07:00
/* line 549, ../../../app/stylesheets/outfits/_edit.sass */
2012-07-25 16:02:23 -07:00
body . outfits-edit # preview-outfits # preview-outfits-not-logged-in figcaption {
display : block ;
font-weight : bold ;
}
2012-07-29 13:07:18 -07:00
/* line 553, ../../../app/stylesheets/outfits/_edit.sass */
2012-07-25 16:02:23 -07:00
body . outfits-edit # preview-outfits # preview-outfits-not-logged-in p {
margin-left : 24px ;
margin-right : 24px ;
font-size : 85 % ;
}
2012-07-29 13:07:18 -07:00
/* line 557, ../../../app/stylesheets/outfits/_edit.sass */
2012-07-25 16:02:23 -07:00
body . outfits-edit # preview-outfits # preview-outfits-not-logged-in # preview-outfits-log-in {
/* http://www.zurb.com/blog_uploads/0000/0617/buttons-03.html */
-moz-border-radius : 5px ;
-webkit-border-radius : 5px ;
-o-border-radius : 5px ;
-ms-border-radius : 5px ;
-khtml-border-radius : 5px ;
border-radius : 5px ;
2012-10-01 11:22:17 -07:00
background : # 006400 url ( '/images/alert-overlay.png?1344550430' ) repeat-x ;
2012-07-25 16:02:23 -07:00
border : 0 ;
display : inline-block ;
padding : 0 . 5em 0 . 75em 0 . 45em ;
color : white ;
text-decoration : none ;
-moz-box-shadow : 0 1px 3px rgba ( 0 , 0 , 0 , 0 . 5 ) ;
-webkit-box-shadow : 0 1px 3px rgba ( 0 , 0 , 0 , 0 . 5 ) ;
text-shadow : 0 -1px 1px rgba ( 0 , 0 , 0 , 0 . 25 ) ;
border-bottom : 1px solid rgba ( 0 , 0 , 0 , 0 . 25 ) ;
position : relative ;
font-weight : bold ;
line-height : 1 ;
2012-10-01 11:22:17 -07:00
background : # ff5c00 url ( '/images/alert-overlay.png?1344550430' ) repeat-x ;
2012-07-25 16:02:23 -07:00
}
/* line 34, ../../../app/stylesheets/partials/clean/_mixins.sass */
body . outfits-edit # preview-outfits # preview-outfits-not-logged-in # preview-outfits-log-in : hover {
background-color : # 005300 ;
}
/* line 53, ../../../app/stylesheets/partials/clean/_mixins.sass */
body . outfits-edit # preview-outfits # preview-outfits-not-logged-in # preview-outfits-log-in : hover {
color : white ;
}
/* line 55, ../../../app/stylesheets/partials/clean/_mixins.sass */
body . outfits-edit # preview-outfits # preview-outfits-not-logged-in # preview-outfits-log-in : active {
top : 1px ;
}
/* line 34, ../../../app/stylesheets/partials/clean/_mixins.sass */
body . outfits-edit # preview-outfits # preview-outfits-not-logged-in # preview-outfits-log-in : hover {
background-color : # ee4b00 ;
}
2012-07-29 13:07:18 -07:00
/* line 561, ../../../app/stylesheets/outfits/_edit.sass */
2012-07-17 09:15:04 -07:00
body . outfits-edit # preview-sharing {
display : none ;
}
2012-07-29 13:07:18 -07:00
/* line 564, ../../../app/stylesheets/outfits/_edit.sass */
2012-07-17 13:14:05 -07:00
body . outfits-edit # preview-sharing # preview-sharing-urls {
2012-07-17 09:15:04 -07:00
margin-left : 24px ;
margin-right : 24px ;
2012-07-25 16:02:23 -07:00
display : none ;
2012-07-18 11:41:04 -07:00
margin-bottom : 1em ;
margin-top : 1em ;
2012-07-17 09:15:04 -07:00
}
2012-07-29 13:07:18 -07:00
/* line 571, ../../../app/stylesheets/outfits/_edit.sass */
2012-07-17 13:14:05 -07:00
body . outfits-edit # preview-sharing # preview-sharing-urls li {
2012-07-17 09:15:04 -07:00
display : block ;
padding : 0 . 25em 0 ;
width : 100 % ;
}
2012-07-29 13:07:18 -07:00
/* line 576, ../../../app/stylesheets/outfits/_edit.sass */
2012-07-17 13:14:05 -07:00
body . outfits-edit # preview-sharing # preview-sharing-urls li label {
2012-07-17 09:15:04 -07:00
display : block ;
font-weight : bold ;
}
2012-07-29 13:07:18 -07:00
/* line 580, ../../../app/stylesheets/outfits/_edit.sass */
2012-07-17 13:14:05 -07:00
body . outfits-edit # preview-sharing # preview-sharing-urls li input {
2012-07-17 09:15:04 -07:00
display : block ;
width : 100 % ;
}
2012-07-29 13:07:18 -07:00
/* line 584, ../../../app/stylesheets/outfits/_edit.sass */
2012-07-17 13:14:05 -07:00
body . outfits-edit # preview-sharing # preview-sharing-url-formats {
margin-left : 24px ;
margin-right : 24px ;
select : none ;
-moz-user-select : none ;
-webkit-user-select : none ;
-khtml-user-select : none ;
user-select : none ;
2012-07-25 16:02:23 -07:00
display : none ;
2012-07-17 13:14:05 -07:00
font-size : 0 ;
text-align : center ;
}
2012-07-29 13:07:18 -07:00
/* line 592, ../../../app/stylesheets/outfits/_edit.sass */
2012-07-17 13:14:05 -07:00
body . outfits-edit # preview-sharing # preview-sharing-url-formats li {
display : -moz-inline-box ;
-moz-box-orient : vertical ;
display : inline-block ;
vertical-align : middle ;
* vertical-align : auto ;
border : 1px solid # 006600 ;
border-left-width : 0 ;
border-right-color : # aaddaa ;
color : # 448844 ;
cursor : pointer ;
font-size : 12px ;
2012-07-18 11:41:04 -07:00
padding : 0 2em ;
2012-07-17 13:14:05 -07:00
}
/* line 7, ../../../../../../.rvm/gems/ruby-1.9.2-p290/gems/compass-0.10.6/frameworks/compass/stylesheets/compass/css3/_inline-block.scss */
body . outfits-edit # preview-sharing # preview-sharing-url-formats li {
* display : inline ;
}
2012-07-29 13:07:18 -07:00
/* line 603, ../../../app/stylesheets/outfits/_edit.sass */
2012-07-17 13:14:05 -07:00
body . outfits-edit # preview-sharing # preview-sharing-url-formats li . active {
background : # eeffee ;
color : inherit ;
font-weight : bold ;
}
2012-07-29 13:07:18 -07:00
/* line 608, ../../../app/stylesheets/outfits/_edit.sass */
2012-07-17 13:14:05 -07:00
body . outfits-edit # preview-sharing # preview-sharing-url-formats li : first-child {
-moz-border-radius-topleft : 5px ;
-webkit-border-top-left-radius : 5px ;
-o-border-top-left-radius : 5px ;
-ms-border-top-left-radius : 5px ;
-khtml-border-top-left-radius : 5px ;
border-top-left-radius : 5px ;
-moz-border-radius-bottomleft : 5px ;
-webkit-border-bottom-left-radius : 5px ;
-o-border-bottom-left-radius : 5px ;
-ms-border-bottom-left-radius : 5px ;
-khtml-border-bottom-left-radius : 5px ;
border-bottom-left-radius : 5px ;
border-left-width : 1px ;
}
2012-07-29 13:07:18 -07:00
/* line 613, ../../../app/stylesheets/outfits/_edit.sass */
2012-07-17 13:14:05 -07:00
body . outfits-edit # preview-sharing # preview-sharing-url-formats li : last-child {
-moz-border-radius-topright : 5px ;
-webkit-border-top-right-radius : 5px ;
-o-border-top-right-radius : 5px ;
-ms-border-top-right-radius : 5px ;
-khtml-border-top-right-radius : 5px ;
border-top-right-radius : 5px ;
-moz-border-radius-bottomright : 5px ;
-webkit-border-bottom-right-radius : 5px ;
-o-border-bottom-right-radius : 5px ;
-ms-border-bottom-right-radius : 5px ;
-khtml-border-bottom-right-radius : 5px ;
border-bottom-right-radius : 5px ;
border-right-color : # 006600 ;
}
2012-07-29 13:07:18 -07:00
/* line 618, ../../../app/stylesheets/outfits/_edit.sass */
2012-07-17 11:42:31 -07:00
body . outfits-edit # preview-sharing # preview-sharing-thumbnail-wrapper {
border : 1px solid # aaddaa ;
display : block ;
height : 150px ;
2012-07-25 16:02:23 -07:00
margin : 1em auto 0 ;
2012-07-26 20:47:22 -07:00
position : relative ;
2012-07-17 11:42:31 -07:00
width : 150px ;
}
2012-07-29 13:07:18 -07:00
/* line 626, ../../../app/stylesheets/outfits/_edit.sass */
2012-07-25 16:02:23 -07:00
body . outfits-edit # preview-sharing # preview-sharing-thumbnail-loading {
2012-07-17 13:14:05 -07:00
height : 100 % ;
2012-07-26 20:47:22 -07:00
left : 0 ;
position : absolute ;
top : 0 ;
2012-07-17 13:14:05 -07:00
width : 100 % ;
2012-07-17 11:42:31 -07:00
}
2012-07-29 13:07:18 -07:00
/* line 633, ../../../app/stylesheets/outfits/_edit.sass */
2012-07-25 16:02:23 -07:00
body . outfits-edit # preview-sharing # preview-sharing-thumbnail-loading span {
2012-07-17 11:42:31 -07:00
color : # 448844 ;
font-size : 85 % ;
2012-07-17 13:14:05 -07:00
margin-top : -0 . 75em ;
2012-07-17 11:42:31 -07:00
position : absolute ;
text-align : center ;
top : 50 % ;
width : 100 % ;
}
2012-07-29 13:07:18 -07:00
/* line 642, ../../../app/stylesheets/outfits/_edit.sass */
2012-07-25 16:02:23 -07:00
body . outfits-edit # preview-sharing # preview-sharing-thumbnail , body . outfits-edit # preview-sharing # preview-sharing-thumbnail-generating {
2012-07-17 11:42:31 -07:00
display : none ;
}
2012-07-31 07:21:20 -07:00
/* line 645, ../../../app/stylesheets/outfits/_edit.sass */
body . outfits-edit # preview-sharing # preview-sharing-beta-note {
margin-left : 24px ;
margin-right : 24px ;
background : # fff6bf ;
border : 1px solid # ffd324 ;
color : # 514721 ;
font-size : 85 % ;
margin-top : 1em ;
text-align : center ;
}
/* line 653, ../../../app/stylesheets/outfits/_edit.sass */
2012-07-25 16:02:23 -07:00
body . outfits-edit # preview-sharing . urls-loaded # preview-sharing-thumbnail-saving {
2012-07-17 11:42:31 -07:00
display : none ;
}
2012-07-31 07:21:20 -07:00
/* line 656, ../../../app/stylesheets/outfits/_edit.sass */
2012-07-25 16:02:23 -07:00
body . outfits-edit # preview-sharing . urls-loaded # preview-sharing-urls , body . outfits-edit # preview-sharing . urls-loaded # preview-sharing-url-formats , body . outfits-edit # preview-sharing . urls-loaded # preview-sharing-thumbnail-generating {
2012-07-17 11:42:31 -07:00
display : block ;
}
2012-07-31 07:21:20 -07:00
/* line 660, ../../../app/stylesheets/outfits/_edit.sass */
2012-07-25 16:02:23 -07:00
body . outfits-edit # preview-sharing . urls-loaded . thumbnail-loaded # preview-sharing-thumbnail-loading {
display : none ;
}
2012-07-31 07:21:20 -07:00
/* line 663, ../../../app/stylesheets/outfits/_edit.sass */
2012-07-25 16:02:23 -07:00
body . outfits-edit # preview-sharing . urls-loaded . thumbnail-loaded # preview-sharing-thumbnail {
display : block ;
}
2012-07-31 07:21:20 -07:00
/* line 667, ../../../app/stylesheets/outfits/_edit.sass */
2012-07-26 20:47:22 -07:00
body . outfits-edit # preview-sharing . urls-loaded . thumbnail-available # preview-sharing-thumbnail-loading {
-moz-opacity : 0 . 85 ;
-webkit-opacity : 0 . 85 ;
-o-opacity : 0 . 85 ;
-khtml-opacity : 0 . 85 ;
}
2012-07-31 07:21:20 -07:00
/* line 670, ../../../app/stylesheets/outfits/_edit.sass */
2012-07-26 20:47:22 -07:00
body . outfits-edit # preview-sharing . urls-loaded . thumbnail-available # preview-sharing-thumbnail {
display : block ;
}
2012-07-31 07:21:20 -07:00
/* line 673, ../../../app/stylesheets/outfits/_edit.sass */
2012-01-13 17:37:56 -08:00
body . outfits-edit . preview-sidebar-nav {
float : right ;
font-size : 85 % ;
margin-right : 24px ;
margin-top : 1em ;
}
2012-07-31 07:21:20 -07:00
/* line 685, ../../../app/stylesheets/outfits/_edit.sass */
2012-07-25 16:02:23 -07:00
body . outfits-edit # preview-sidebar # preview-sidebar-navbar-closet {
background : white ;
border-bottom-color : white ;
font-weight : bold ;
}
2012-07-31 07:21:20 -07:00
/* line 689, ../../../app/stylesheets/outfits/_edit.sass */
2012-07-25 16:02:23 -07:00
body . outfits-edit # preview-sidebar . viewing-outfits # preview-sidebar-navbar-closet , body . outfits-edit # preview-sidebar . sharing # preview-sidebar-navbar-closet {
background : transparent ;
border-bottom : 1px solid # aaddaa ;
font-weight : normal ;
}
2012-07-31 07:21:20 -07:00
/* line 692, ../../../app/stylesheets/outfits/_edit.sass */
2012-07-25 16:02:23 -07:00
body . outfits-edit # preview-sidebar . viewing-outfits # preview-sidebar-navbar-outfits , body . outfits-edit # preview-sidebar . sharing # preview-sidebar-navbar-sharing {
background : white ;
border-bottom-color : white ;
font-weight : bold ;
}
2012-07-31 07:21:20 -07:00
/* line 695, ../../../app/stylesheets/outfits/_edit.sass */
2012-07-25 16:02:23 -07:00
body . outfits-edit # preview-sidebar-navbar {
-moz-border-radius : 10px 10px 0 0 ;
-webkit-border-radius : 10px 10px 0 0 ;
-o-border-radius : 10px 10px 0 0 ;
-ms-border-radius : 10px 10px 0 0 ;
-khtml-border-radius : 10px 10px 0 0 ;
border-radius : 10px 10px 0 0 ;
overflow : hidden ;
display : inline-block ;
font-family : Delicious , Helvetica , Arial , Verdana , sans-serif ;
background : # eeffee ;
border : 1px solid # aaddaa ;
border-bottom : 0 ;
font-size : 150 % ;
}
/* line 8, ../../../app/stylesheets/partials/clean/_mixins.sass */
body . outfits-edit # preview-sidebar-navbar {
display : block ;
}
2012-07-31 07:21:20 -07:00
/* line 704, ../../../app/stylesheets/outfits/_edit.sass */
2012-07-25 16:02:23 -07:00
body . outfits-edit # preview-sidebar-navbar > div {
background : transparent ;
border-bottom : 1px solid # aaddaa ;
font-weight : normal ;
cursor : pointer ;
float : left ;
border-left : 1px solid # aaddaa ;
padding : 0 . 5em 0 ;
text-align : center ;
width : 132px ;
}
2012-07-31 07:21:20 -07:00
/* line 713, ../../../app/stylesheets/outfits/_edit.sass */
2012-07-25 16:02:23 -07:00
body . outfits-edit # preview-sidebar-navbar > div : first-child {
border-left : 0 ;
}
2012-07-31 07:21:20 -07:00
/* line 716, ../../../app/stylesheets/outfits/_edit.sass */
2012-07-25 16:02:23 -07:00
body . outfits-edit # preview-sidebar-content {
-moz-border-radius : 0 0 10px 10px ;
-webkit-border-radius : 0 0 10px 10px ;
-o-border-radius : 0 0 10px 10px ;
-ms-border-radius : 0 0 10px 10px ;
-khtml-border-radius : 0 0 10px 10px ;
border-radius : 0 0 10px 10px ;
border : 1px solid # aaddaa ;
border-top : 0 ;
2012-07-27 00:31:30 -07:00
height : 300px ;
2012-07-25 16:02:23 -07:00
overflow : auto ;
}
2012-07-31 07:21:20 -07:00
/* line 723, ../../../app/stylesheets/outfits/_edit.sass */
2012-01-13 17:37:56 -08:00
body . outfits-edit # save-success , body . outfits-edit # save-error , body . outfits-edit # outfit-not-found , body . outfits-edit # preview-sidebar-donation-request {
margin-left : 24px ;
margin-right : 24px ;
display : none ;
margin-top : 1em ;
text-align : center ;
}
2012-07-31 07:21:20 -07:00
/* line 730, ../../../app/stylesheets/outfits/_edit.sass */
2012-01-13 17:37:56 -08:00
body . outfits-edit # preview-sidebar-donation-request {
background : # e6efc2 ;
border : 1px solid # c6d880 ;
color : # 264409 ;
font-size : 85 % ;
padding : 1em ;
}
2012-07-31 07:21:20 -07:00
/* line 735, ../../../app/stylesheets/outfits/_edit.sass */
2012-01-13 17:37:56 -08:00
body . outfits-edit # preview-sidebar-donation-request-no-thanks {
margin-left : 1em ;
}
2012-07-31 07:21:20 -07:00
/* line 738, ../../../app/stylesheets/outfits/_edit.sass */
2012-01-13 17:37:56 -08:00
body . outfits-edit # save-success {
background : # e6efc2 ;
border : 1px solid # c6d880 ;
color : # 264409 ;
}
2012-07-31 07:21:20 -07:00
/* line 741, ../../../app/stylesheets/outfits/_edit.sass */
2012-01-13 17:37:56 -08:00
body . outfits-edit # save-error , body . outfits-edit # outfit-not-found {
background : # fbe3e4 ;
border : 1px solid # fbc2c4 ;
color : # 8a1f11 ;
}
2012-07-31 07:21:20 -07:00
/* line 744, ../../../app/stylesheets/outfits/_edit.sass */
2012-01-13 17:37:56 -08:00
body . outfits-edit # userbar-message {
-moz-opacity : 0 . 5 ;
-webkit-opacity : 0 . 5 ;
-o-opacity : 0 . 5 ;
-khtml-opacity : 0 . 5 ;
display : none ;
}
2012-07-31 07:21:20 -07:00
/* line 748, ../../../app/stylesheets/outfits/_edit.sass */
2012-01-13 17:37:56 -08:00
body . outfits-edit # new-outfit-name {
font : inherit ;
line-height : 1 ;
}
2012-07-31 07:21:20 -07:00
/* line 752, ../../../app/stylesheets/outfits/_edit.sass */
2012-01-13 17:37:56 -08:00
body . outfits-edit # pet-type-form , body . outfits-edit # pet-state-form , body . outfits-edit # preview-swf , body . outfits-edit # preview-search-form {
position : relative ;
}
2012-07-31 07:21:20 -07:00
/* line 755, ../../../app/stylesheets/outfits/_edit.sass */
2012-01-13 17:37:56 -08:00
body . outfits-edit . control-overlay {
height : 100 % ;
left : 0 ;
position : absolute ;
top : 0 ;
width : 100 % ;
z-index : 5 ;
}
2012-07-31 07:21:20 -07:00
/* line 763, ../../../app/stylesheets/outfits/_edit.sass */
2012-01-13 17:37:56 -08:00
body . outfits-edit # preview-sidebar-nav-outfits , body . outfits-edit # save-outfit-signed-in {
display : none ;
}
2012-07-31 07:21:20 -07:00
/* line 766, ../../../app/stylesheets/outfits/_edit.sass */
2012-01-13 17:37:56 -08:00
body . outfits-edit form # save-outfit-form {
display : none ;
margin-right : 0 ;
padding : 0 ;
}
/* line 4, ../../../app/stylesheets/outfits/_star.sass */
body . outfits-edit form # save-outfit-form . outfit-star {
bottom : -2px ;
height : 16px ;
position : relative ;
width : 16px ;
2012-10-01 11:22:17 -07:00
background-image : url ( '/images/unstarred.png?1344550430' ) ;
2012-01-13 17:37:56 -08:00
background-position : left top ;
background-repeat : no-repeat ;
cursor : pointer ;
display : block ;
float : left ;
margin-right : 8px ;
}
/* line 14, ../../../app/stylesheets/outfits/_star.sass */
body . outfits-edit form # save-outfit-form . starred . outfit-star {
2012-10-01 11:22:17 -07:00
background-image : url ( '/images/star.png?1344550430' ) ;
2012-01-13 17:37:56 -08:00
}
/* line 16, ../../../app/stylesheets/outfits/_star.sass */
body . outfits-edit form # save-outfit-form . loading . outfit-star {
2012-10-01 11:22:17 -07:00
background-image : url ( '/images/loading.gif?1344550430' ) ;
2012-01-13 17:37:56 -08:00
}
2012-07-27 00:21:22 -07:00
/* line 22, ../../../app/stylesheets/outfits/_star.sass */
2012-01-13 17:37:56 -08:00
body . outfits-edit form # save-outfit-form . outfit-star {
margin-left : -24px ;
margin-right : 0 ;
}
2012-07-31 07:21:20 -07:00
/* line 772, ../../../app/stylesheets/outfits/_edit.sass */
2012-01-13 17:37:56 -08:00
body . outfits-edit form # save-outfit-form . outfit-star , body . outfits-edit form # save-outfit-form input , body . outfits-edit form # save-outfit-form button {
display : -moz-inline-box ;
-moz-box-orient : vertical ;
display : inline-block ;
vertical-align : middle ;
* vertical-align : auto ;
float : none ;
vertical-align : top ;
}
2012-04-08 13:59:51 -07:00
/* line 7, ../../../../../../.rvm/gems/ruby-1.9.2-p290/gems/compass-0.10.6/frameworks/compass/stylesheets/compass/css3/_inline-block.scss */
body . outfits-edit form # save-outfit-form . outfit-star , body . outfits-edit form # save-outfit-form input , body . outfits-edit form # save-outfit-form button {
* display : inline ;
}
2012-07-31 07:21:20 -07:00
/* line 777, ../../../app/stylesheets/outfits/_edit.sass */
2012-01-13 17:37:56 -08:00
body . outfits-edit form # save-outfit-form . outfit-star {
margin-top : 0 . 25em ;
}
2012-07-31 07:21:20 -07:00
/* line 780, ../../../app/stylesheets/outfits/_edit.sass */
2012-01-13 17:37:56 -08:00
body . outfits-edit . outfit-url {
font-size : 75 % ;
}
2012-07-31 07:21:20 -07:00
/* line 783, ../../../app/stylesheets/outfits/_edit.sass */
2012-01-13 17:37:56 -08:00
body . outfits-edit # preview-search-form-error {
background : # fbe3e4 ;
border : 1px solid # fbc2c4 ;
color : # 8a1f11 ;
padding : 0 . 25em 0 . 5em ;
}
2012-07-31 07:21:20 -07:00
/* line 788, ../../../app/stylesheets/outfits/_edit.sass */
2012-01-13 17:37:56 -08:00
body . outfits-edit . user-signed-in # preview-sidebar-nav-outfits {
display : block ;
}
2012-07-31 07:21:20 -07:00
/* line 790, ../../../app/stylesheets/outfits/_edit.sass */
2012-01-13 17:37:56 -08:00
body . outfits-edit . user-signed-in # save-outfit {
display : inline-block ;
}
2012-07-31 07:21:20 -07:00
/* line 794, ../../../app/stylesheets/outfits/_edit.sass */
2012-01-13 17:37:56 -08:00
body . outfits-edit . user-signed-in # save-outfit-wrapper . active-outfit # save-outfit {
display : none ;
}
2012-07-31 07:21:20 -07:00
/* line 796, ../../../app/stylesheets/outfits/_edit.sass */
2012-01-13 17:37:56 -08:00
body . outfits-edit . user-signed-in # save-outfit-wrapper . active-outfit # save-current-outfit , body . outfits-edit . user-signed-in # save-outfit-wrapper . active-outfit # save-outfit-copy {
display : inline-block ;
}
2012-07-31 07:21:20 -07:00
/* line 804, ../../../app/stylesheets/outfits/_edit.sass */
2012-01-13 17:37:56 -08:00
body . outfits-edit . user-signed-in # save-outfit-wrapper . saving-outfit # save-outfit-form {
display : block ;
}
2012-07-31 07:21:20 -07:00
/* line 806, ../../../app/stylesheets/outfits/_edit.sass */
2012-01-13 17:37:56 -08:00
body . outfits-edit . user-signed-in # save-outfit-wrapper . saving-outfit # save-outfit , body . outfits-edit . user-signed-in # save-outfit-wrapper . saving-outfit # save-current-outfit , body . outfits-edit . user-signed-in # save-outfit-wrapper . saving-outfit # save-outfit-copy , body . outfits-edit . user-signed-in # save-outfit-wrapper . saving-outfit # current-outfit-permalink , body . outfits-edit . user-signed-in # save-outfit-wrapper . saving-outfit # shared-outfit-permalink , body . outfits-edit . user-signed-in # save-outfit-wrapper . saving-outfit # share-outfit , body . outfits-edit . user-signed-in # save-outfit-wrapper . saving-outfit # shared-outfit-url {
display : none ;
}
2012-07-31 07:21:20 -07:00
/* line 808, ../../../app/stylesheets/outfits/_edit.sass */
2012-01-13 17:37:56 -08:00
body . outfits-edit . user-signed-in . preview-search-form-your-items {
display : -moz-inline-box ;
-moz-box-orient : vertical ;
display : inline-block ;
vertical-align : middle ;
* vertical-align : auto ;
}
2012-04-08 13:59:51 -07:00
/* line 7, ../../../../../../.rvm/gems/ruby-1.9.2-p290/gems/compass-0.10.6/frameworks/compass/stylesheets/compass/css3/_inline-block.scss */
body . outfits-edit . user-signed-in . preview-search-form-your-items {
* display : inline ;
}
2012-07-31 07:21:20 -07:00
/* line 810, ../../../app/stylesheets/outfits/_edit.sass */
2012-07-25 16:02:23 -07:00
body . outfits-edit . user-signed-in # preview-outfits-not-logged-in {
display : none ;
}
2012-07-31 07:21:20 -07:00
/* line 812, ../../../app/stylesheets/outfits/_edit.sass */
2012-07-25 16:02:23 -07:00
body . outfits-edit . user-signed-in # preview-outfits-list {
display : block ;
}
2012-07-31 07:21:20 -07:00
/* line 816, ../../../app/stylesheets/outfits/_edit.sass */
2012-01-13 17:37:56 -08:00
body . outfits-edit . user-not-signed-in # save-outfit-not-signed-in {
display : inline-block ;
}
2012-07-31 07:21:20 -07:00
/* line 820, ../../../app/stylesheets/outfits/_edit.sass */
2012-01-13 17:37:56 -08:00
body . outfits-edit # save-outfit-wrapper . shared-outfit # shared-outfit-permalink , body . outfits-edit # save-outfit-wrapper . shared-outfit # shared-outfit-url {
display : inline-block ;
}
2012-07-31 07:21:20 -07:00
/* line 822, ../../../app/stylesheets/outfits/_edit.sass */
2012-01-13 17:37:56 -08:00
body . outfits-edit # save-outfit-wrapper . shared-outfit # current-outfit-permalink {
display : none ! important ;
}
2012-07-29 12:43:28 -07:00
/* line 11, ../../../app/stylesheets/outfits/_index.sass */
2012-01-13 17:37:56 -08:00
body . outfits-index # outfits {
2012-07-29 12:43:28 -07:00
font-size : 0 ;
2012-01-13 17:37:56 -08:00
list-style : none ;
}
2012-07-29 13:07:18 -07:00
/* line 25, ../../../app/stylesheets/partials/_outfit.sass */
2012-07-29 12:43:28 -07:00
body . outfits-index # outfits > li {
display : -moz-inline-box ;
-moz-box-orient : vertical ;
display : inline-block ;
vertical-align : middle ;
* vertical-align : auto ;
overflow : hidden ;
position : relative ;
font-size : 14px ;
}
/* line 7, ../../../../../../.rvm/gems/ruby-1.9.2-p290/gems/compass-0.10.6/frameworks/compass/stylesheets/compass/css3/_inline-block.scss */
body . outfits-index # outfits > li {
* display : inline ;
2012-01-13 17:37:56 -08:00
}
/* line 4, ../../../app/stylesheets/outfits/_star.sass */
2012-07-29 12:43:28 -07:00
body . outfits-index # outfits > li . outfit-star {
2012-01-13 17:37:56 -08:00
bottom : -2px ;
height : 16px ;
position : relative ;
width : 16px ;
2012-10-01 11:22:17 -07:00
background-image : url ( '/images/unstarred.png?1344550430' ) ;
2012-01-13 17:37:56 -08:00
background-position : left top ;
background-repeat : no-repeat ;
cursor : pointer ;
display : block ;
float : left ;
margin-right : 8px ;
}
/* line 14, ../../../app/stylesheets/outfits/_star.sass */
2012-07-29 12:43:28 -07:00
body . outfits-index # outfits > li . starred . outfit-star {
2012-10-01 11:22:17 -07:00
background-image : url ( '/images/star.png?1344550430' ) ;
2012-01-13 17:37:56 -08:00
}
/* line 16, ../../../app/stylesheets/outfits/_star.sass */
2012-07-29 12:43:28 -07:00
body . outfits-index # outfits > li . loading . outfit-star {
2012-10-01 11:22:17 -07:00
background-image : url ( '/images/loading.gif?1344550430' ) ;
2012-01-13 17:37:56 -08:00
}
2012-07-29 12:43:28 -07:00
/* line 7, ../../../app/stylesheets/partials/_outfit.sass */
body . outfits-index # outfits > li header , body . outfits-index # outfits > li footer {
color : white ;
left : 0 ;
position : absolute ;
z-index : 2 ;
background : black ;
background : rgba ( 0 , 0 , 0 , 0 . 75 ) ;
2012-01-13 17:37:56 -08:00
}
2012-07-29 12:43:28 -07:00
/* line 11, ../../../app/stylesheets/partials/_outfit.sass */
body . outfits-index # outfits > li header {
bottom : 0 ;
2012-01-13 17:37:56 -08:00
}
2012-07-29 12:43:28 -07:00
/* line 14, ../../../app/stylesheets/partials/_outfit.sass */
body . outfits-index # outfits > li footer {
top : 0 ;
}
/* line 17, ../../../app/stylesheets/partials/_outfit.sass */
body . outfits-index # outfits > li a {
2012-01-13 17:37:56 -08:00
color : white ;
2012-07-29 12:43:28 -07:00
}
/* line 14, ../../../app/stylesheets/outfits/_index.sass */
body . outfits-index # outfits > li {
height : 150px ;
margin : 2px ;
width : 150px ;
}
/* line 19, ../../../app/stylesheets/outfits/_index.sass */
body . outfits-index # outfits > li header , body . outfits-index # outfits > li footer {
padding : 2px 4px ;
width : 142px ;
}
/* line 23, ../../../app/stylesheets/outfits/_index.sass */
body . outfits-index # outfits > li footer {
display : none ;
}
/* line 26, ../../../app/stylesheets/outfits/_index.sass */
body . outfits-index # outfits > li footer . outfit-edit-link {
float : left ;
2012-01-13 17:37:56 -08:00
text-decoration : none ;
}
2012-07-29 12:43:28 -07:00
/* line 30, ../../../app/stylesheets/outfits/_index.sass */
body . outfits-index # outfits > li footer form {
float : right ;
2012-01-13 17:37:56 -08:00
}
2012-07-29 12:43:28 -07:00
/* line 33, ../../../app/stylesheets/outfits/_index.sass */
body . outfits-index # outfits > li footer form . outfit-delete-button {
margin : 0 ;
padding : 0 ;
2012-01-13 17:37:56 -08:00
}
2012-07-29 12:43:28 -07:00
/* line 38, ../../../app/stylesheets/outfits/_index.sass */
body . outfits-index # outfits > li footer . outfit-edit-link : hover , body . outfits-index # outfits > li footer . outfit-delete-button : hover {
text-decoration : underline ;
}
/* line 41, ../../../app/stylesheets/outfits/_index.sass */
body . outfits-index # outfits > li . outfit-star {
cursor : auto ;
}
/* line 44, ../../../app/stylesheets/outfits/_index.sass */
body . outfits-index # outfits > li . outfit-name {
text-decoration : none ;
}
/* line 47, ../../../app/stylesheets/outfits/_index.sass */
body . outfits-index # outfits > li . outfit-name : hover {
text-decoration : underline ;
2012-01-13 17:37:56 -08:00
}
2012-07-29 12:43:28 -07:00
/* line 51, ../../../app/stylesheets/outfits/_index.sass */
body . outfits-index # outfits > li : hover footer {
display : block ;
}
/* line 54, ../../../app/stylesheets/outfits/_index.sass */
2012-01-13 17:37:56 -08:00
body . outfits-index # outfits . outfit-delete-button {
2012-07-29 12:43:28 -07:00
-moz-border-radius : 0 ;
-webkit-border-radius : 0 ;
-o-border-radius : 0 ;
-ms-border-radius : 0 ;
-khtml-border-radius : 0 ;
border-radius : 0 ;
background : transparent ;
display : inline ;
padding : 0 ;
color : inherit ;
-moz-box-shadow : none ;
-webkit-box-shadow : none ;
text-shadow : none ;
border-bottom : 0 ;
position : static ;
font-weight : normal ;
line-height : inherit ;
}
/* line 72, ../../../app/stylesheets/partials/clean/_mixins.sass */
body . outfits-index # outfits . outfit-delete-button : hover {
background : transparent ;
color : inherit ;
}
/* line 75, ../../../app/stylesheets/partials/clean/_mixins.sass */
body . outfits-index # outfits . outfit-delete-button : active {
top : auto ;
2012-01-13 17:37:56 -08:00
}
/* line 2, ../../../app/stylesheets/partials/_campaign-progress.sass */
body . outfits-new . campaign-progress-wrapper {
-moz-border-radius : 8px ;
-webkit-border-radius : 8px ;
2012-04-08 13:59:51 -07:00
-o-border-radius : 8px ;
-ms-border-radius : 8px ;
-khtml-border-radius : 8px ;
border-radius : 8px ;
2012-01-13 17:37:56 -08:00
background : # aaaaaa ;
background-image : -webkit-gradient ( linear , 0 % 0 % , 0 % 100 % , color-stop ( 0 % , # cccccc ) , color-stop ( 100 % , # aaaaaa ) ) ;
background-image : -moz-linear-gradient ( top , # cccccc 0 % , # aaaaaa 100 % ) ;
background-image : linear-gradient ( top , # cccccc 0 % , # aaaaaa 100 % ) ;
border : 4px solid # 006600 ;
clear : both ;
margin-bottom : 1 . 5em ;
position : relative ;
visibility : hidden ;
}
/* line 13, ../../../app/stylesheets/partials/_campaign-progress.sass */
body . outfits-new . campaign-progress-wrapper . button {
2012-10-01 11:22:17 -07:00
background : # ff5c00 url ( '/images/alert-overlay.png?1344550430' ) repeat-x ;
2012-01-13 17:37:56 -08:00
font-size : 75 % ;
margin-left : 1em ;
padding : 0 . 25em 0 . 75em ;
}
/* line 34, ../../../app/stylesheets/partials/clean/_mixins.sass */
body . outfits-new . campaign-progress-wrapper . button : hover {
background-color : # ee4b00 ;
}
/* line 19, ../../../app/stylesheets/partials/_campaign-progress.sass */
body . outfits-new . campaign-progress-wrapper . button : after {
content : none ;
}
/* line 22, ../../../app/stylesheets/partials/_campaign-progress.sass */
body . outfits-new . campaign-progress {
background : # 006600 ;
background-image : -webkit-gradient ( linear , 0 % 0 % , 0 % 100 % , color-stop ( 0 % , # 228822 ) , color-stop ( 100 % , # 006600 ) ) ;
background-image : -moz-linear-gradient ( top , # 228822 0 % , # 006600 100 % ) ;
background-image : linear-gradient ( top , # 228822 0 % , # 006600 100 % ) ;
border-right : 1px solid # 006600 ;
}
/* line 27, ../../../app/stylesheets/partials/_campaign-progress.sass */
body . outfits-new . campaign-progress-wrapper , body . outfits-new . campaign-progress {
height : 2 . 5em ;
}
/* line 30, ../../../app/stylesheets/partials/_campaign-progress.sass */
body . outfits-new . campaign-progress-label {
text-shadow : # 777777 -1px -1px 0 ;
font-size : 150 % ;
left : 0 ;
position : absolute ;
top : 0 ;
text-align : center ;
width : 100 % ;
}
/* line 39, ../../../app/stylesheets/partials/_campaign-progress.sass */
body . outfits-new . campaign-progress-label , body . outfits-new . campaign-progress-label a {
color : white ;
}
/* line 43, ../../../app/stylesheets/partials/_campaign-progress.sass */
body . outfits-new . campaign-loaded . campaign-progress-wrapper {
visibility : visible ;
}
2012-08-01 10:34:54 -07:00
/* line 7, ../../../app/stylesheets/outfits/_new.sass */
2012-01-13 17:37:56 -08:00
body . outfits-new # outfit-forms {
overflow : hidden ;
display : inline-block ;
background : # eeffee ;
border : 1px solid # 006600 ;
padding : 1em ;
position : relative ;
}
/* line 8, ../../../app/stylesheets/partials/clean/_mixins.sass */
body . outfits-new # outfit-forms {
display : block ;
}
/* line 11, ../../../app/stylesheets/outfits/_new.sass */
body . outfits-new # outfit-forms h1 {
margin-bottom : 0 ;
}
/* line 13, ../../../app/stylesheets/outfits/_new.sass */
body . outfits-new # outfit-forms h2 {
font-size : 150 % ;
font-style : italic ;
text-indent : 1em ;
}
/* line 18, ../../../app/stylesheets/outfits/_new.sass */
body . outfits-new # outfit-forms # pet-preview {
float : left ;
height : 300px ;
margin-right : 2em ;
position : relative ;
width : 300px ;
}
/* line 24, ../../../app/stylesheets/outfits/_new.sass */
body . outfits-new # outfit-forms # pet-preview img {
height : 100 % ;
width : 100 % ;
}
/* line 27, ../../../app/stylesheets/outfits/_new.sass */
body . outfits-new # outfit-forms # pet-preview . loading img {
-moz-opacity : 0 . 5 ;
-webkit-opacity : 0 . 5 ;
-o-opacity : 0 . 5 ;
-khtml-opacity : 0 . 5 ;
}
/* line 29, ../../../app/stylesheets/outfits/_new.sass */
body . outfits-new # outfit-forms # pet-preview . hidden img {
display : none ;
}
/* line 31, ../../../app/stylesheets/outfits/_new.sass */
body . outfits-new # outfit-forms # pet-preview . loaded {
cursor : pointer ;
}
/* line 33, ../../../app/stylesheets/outfits/_new.sass */
body . outfits-new # outfit-forms # pet-preview span {
background : gray ;
background : rgba ( 0 , 0 , 0 , 0 . 5 ) ;
bottom : 0 ;
color : white ;
padding : 0 . 25em 0 . 5em ;
position : absolute ;
right : 0 ;
}
/* line 41, ../../../app/stylesheets/outfits/_new.sass */
body . outfits-new # outfit-forms # pet-preview span : empty {
display : none ;
}
/* line 43, ../../../app/stylesheets/outfits/_new.sass */
body . outfits-new # outfit-forms fieldset {
position : relative ;
left : 1em ;
}
/* line 46, ../../../app/stylesheets/outfits/_new.sass */
body . outfits-new # outfit-forms fieldset legend {
margin-left : -1em ;
}
/* line 48, ../../../app/stylesheets/outfits/_new.sass */
body . outfits-new # load-pet-to-wardrobe {
font-size : 175 % ;
margin-bottom : 1em ;
margin-top : 2em ;
}
/* line 53, ../../../app/stylesheets/outfits/_new.sass */
body . outfits-new # load-pet-to-wardrobe input {
font-size : 67 % ;
padding : 0 . 5em ;
width : 10em ;
}
/* line 57, ../../../app/stylesheets/outfits/_new.sass */
body . outfits-new # load-pet-to-wardrobe button {
2012-10-01 11:22:17 -07:00
background : # ff5c00 url ( '/images/alert-overlay.png?1344550430' ) repeat-x ;
2012-01-13 17:37:56 -08:00
font-size : 125 % ;
padding : 8px 14px 9px ;
font-size : 67 % ;
}
/* line 34, ../../../app/stylesheets/partials/clean/_mixins.sass */
body . outfits-new # load-pet-to-wardrobe button : hover {
background-color : # ee4b00 ;
}
/* line 60, ../../../app/stylesheets/outfits/_new.sass */
body . outfits-new # description , body . outfits-new # top-contributors {
float : left ;
}
/* line 62, ../../../app/stylesheets/outfits/_new.sass */
body . outfits-new # description {
margin-right : 2 % ;
width : 64 % ;
}
/* line 65, ../../../app/stylesheets/outfits/_new.sass */
body . outfits-new # top-contributors {
border : 1px solid # cceecc ;
margin-top : 1em ;
padding : 1 % ;
width : 30 % ;
}
/* line 70, ../../../app/stylesheets/outfits/_new.sass */
body . outfits-new # top-contributors ol {
margin-left : 2em ;
padding-left : 1em ;
}
/* line 73, ../../../app/stylesheets/outfits/_new.sass */
body . outfits-new # top-contributors > a {
font-size : 80 % ;
display : block ;
text-align : right ;
}
/* line 77, ../../../app/stylesheets/outfits/_new.sass */
body . outfits-new # how-can-i-help , body . outfits-new # i-found-something {
background : # eeffee ;
border : 1px solid # 006600 ;
padding : 1em ;
float : left ;
padding : 1 % ;
width : 46 % ;
}
/* line 82, ../../../app/stylesheets/outfits/_new.sass */
body . outfits-new # how-can-i-help h2 , body . outfits-new # i-found-something h2 {
font-style : italic ;
}
/* line 84, ../../../app/stylesheets/outfits/_new.sass */
body . outfits-new # how-can-i-help input , body . outfits-new # how-can-i-help button , body . outfits-new # i-found-something input , body . outfits-new # i-found-something button {
font-size : 115 % ;
}
/* line 86, ../../../app/stylesheets/outfits/_new.sass */
body . outfits-new # how-can-i-help input [ type = text ] , body . outfits-new # how-can-i-help body . pets-bulk # bulk-pets-form textarea , body . pets-bulk # bulk-pets-form body . outfits-new # how-can-i-help textarea , body . outfits-new # i-found-something input [ type = text ] , body . outfits-new # i-found-something body . pets-bulk # bulk-pets-form textarea , body . pets-bulk # bulk-pets-form body . outfits-new # i-found-something textarea {
border-color : # 006600 ;
width : 12em ;
}
/* line 89, ../../../app/stylesheets/outfits/_new.sass */
body . outfits-new # how-can-i-help {
margin-right : 1 % ;
}
/* line 91, ../../../app/stylesheets/outfits/_new.sass */
body . outfits-new # i-found-something {
margin-left : 1 % ;
}
/* line 93, ../../../app/stylesheets/outfits/_new.sass */
body . outfits-new # i-found-something a {
float : right ;
font-size : 87 . 5 % ;
margin-top : 1em ;
}
/* line 102, ../../../app/stylesheets/outfits/_new.sass */
body . outfits-new # sections {
overflow : hidden ;
display : inline-block ;
display : table ;
list-style : none ;
2012-08-01 10:34:54 -07:00
margin-top : 1em ;
2012-01-13 17:37:56 -08:00
}
/* line 8, ../../../app/stylesheets/partials/clean/_mixins.sass */
body . outfits-new # sections {
display : block ;
}
/* line 107, ../../../app/stylesheets/outfits/_new.sass */
body . outfits-new # sections h3 {
margin-bottom : 0 . 25em ;
}
/* line 109, ../../../app/stylesheets/outfits/_new.sass */
body . outfits-new # sections li {
border-left-color : # 006600 ;
border-left-style : solid ;
border-left-width : 1px ;
display : table-cell ;
padding : 0 . 5em ;
position : relative ;
width : 33 . 333 % ;
}
/* line 118, ../../../app/stylesheets/outfits/_new.sass */
body . outfits-new # sections li : first-child {
border-left : 0 ;
}
/* line 120, ../../../app/stylesheets/outfits/_new.sass */
body . outfits-new # sections div {
color : # 448844 ;
font-size : 75 % ;
margin-left : 1em ;
z-index : 2 ;
}
/* line 125, ../../../app/stylesheets/outfits/_new.sass */
body . outfits-new # sections h4 , body . outfits-new # sections input {
font-size : 116 % ;
}
/* line 127, ../../../app/stylesheets/outfits/_new.sass */
body . outfits-new # sections h4 , body . outfits-new # sections input [ type = text ] , body . outfits-new # sections body . pets-bulk # bulk-pets-form textarea , body . pets-bulk # bulk-pets-form body . outfits-new # sections textarea {
color : inherit ;
}
/* line 129, ../../../app/stylesheets/outfits/_new.sass */
body . outfits-new # sections h4 a {
background : # ffffc0 ;
}
/* line 131, ../../../app/stylesheets/outfits/_new.sass */
body . outfits-new # sections img {
-moz-opacity : 0 . 75 ;
-webkit-opacity : 0 . 75 ;
-o-opacity : 0 . 75 ;
-khtml-opacity : 0 . 75 ;
float : right ;
margin-left : 0 . 5em ;
}
/* line 135, ../../../app/stylesheets/outfits/_new.sass */
body . outfits-new # sections img : hover {
-moz-opacity : 1 ;
-webkit-opacity : 1 ;
-o-opacity : 1 ;
-khtml-opacity : 1 ;
}
/* line 137, ../../../app/stylesheets/outfits/_new.sass */
body . outfits-new # sections p {
min-height : 4 . 5em ;
}
2012-08-01 11:29:25 -07:00
/* line 145, ../../../app/stylesheets/outfits/_new.sass */
2012-08-01 10:34:54 -07:00
body . outfits-new # whats-new {
overflow : hidden ;
display : inline-block ;
height : 300px ;
margin-bottom : 1em ;
}
/* line 8, ../../../app/stylesheets/partials/clean/_mixins.sass */
body . outfits-new # whats-new {
display : block ;
}
2012-08-01 11:29:25 -07:00
/* line 154, ../../../app/stylesheets/outfits/_new.sass */
2012-08-01 10:34:54 -07:00
body . outfits-new # whats-new # blog-preview {
background : # eeffee ;
border : 1px solid # 006600 ;
display : none ;
float : left ;
height : 274px ;
margin-right : 12px ;
padding : 12px ;
width : 495 . 333px ;
}
2012-08-01 11:29:25 -07:00
/* line 164, ../../../app/stylesheets/outfits/_new.sass */
2012-08-01 10:34:54 -07:00
body . outfits-new # whats-new # blog-preview > h2 {
font-size : 150 % ;
}
2012-08-01 11:29:25 -07:00
/* line 167, ../../../app/stylesheets/outfits/_new.sass */
2012-08-01 10:34:54 -07:00
body . outfits-new # whats-new # blog-preview > div , body . outfits-new # whats-new # blog-preview > a {
font-size : 85 % ;
}
2012-08-01 11:29:25 -07:00
/* line 170, ../../../app/stylesheets/outfits/_new.sass */
2012-08-01 10:34:54 -07:00
body . outfits-new # whats-new # blog-preview > div {
height : 200px ;
margin-bottom : 0 . 75em ;
overflow : auto ;
position : relative ;
}
2012-08-01 11:29:25 -07:00
/* line 176, ../../../app/stylesheets/outfits/_new.sass */
2012-08-01 10:34:54 -07:00
body . outfits-new # whats-new # blog-preview > div ul , body . outfits-new # whats-new # blog-preview > div ol {
margin-bottom : 1em ;
padding : 0 1 . 5em ;
}
2012-08-01 11:29:25 -07:00
/* line 180, ../../../app/stylesheets/outfits/_new.sass */
2012-08-01 10:34:54 -07:00
body . outfits-new # whats-new # blog-preview # blog-preview-linkback {
float : left ;
}
2012-08-01 11:29:25 -07:00
/* line 183, ../../../app/stylesheets/outfits/_new.sass */
2012-08-01 10:34:54 -07:00
body . outfits-new # whats-new # blog-preview # blog-preview-comments {
float : right ;
font-size : 85 % ;
margin-left : 1em ;
}
2012-08-01 11:29:25 -07:00
/* line 188, ../../../app/stylesheets/outfits/_new.sass */
2012-08-01 10:34:54 -07:00
body . outfits-new # whats-new # newest-items {
float : right ;
text-align : center ;
width : 266 . 667px ;
}
2012-08-01 11:29:25 -07:00
/* line 193, ../../../app/stylesheets/outfits/_new.sass */
2012-08-01 10:34:54 -07:00
body . outfits-new # whats-new # newest-items h2 {
font-size : 150 % ;
}
2012-08-01 11:29:25 -07:00
/* line 196, ../../../app/stylesheets/outfits/_new.sass */
2012-08-01 10:34:54 -07:00
body . outfits-new # whats-new # newest-items img {
height : 80px ;
width : 80px ;
}
2012-08-01 11:29:25 -07:00
/* line 200, ../../../app/stylesheets/outfits/_new.sass */
2012-08-01 10:34:54 -07:00
body . outfits-new # latest-contribution {
border-color : # aaddaa ;
border-style : solid ;
border-width : 1px 0 ;
font-size : 85 % ;
margin : 1em 0 ;
padding : 0 . 5em 0 ;
text-align : center ;
}
2012-10-24 20:09:05 -07:00
/* line 203, ../../../app/stylesheets/outfits/_new.sass */
2012-08-01 10:34:54 -07:00
body . outfits-new # latest-contribution # recent-contributions-link {
font-weight : bold ;
margin-right : 0 . 5em ;
}
2012-10-24 20:09:05 -07:00
/* line 207, ../../../app/stylesheets/outfits/_new.sass */
2012-08-01 10:34:54 -07:00
body . outfits-new # latest-contribution # latest-contribution-created-at {
color : # 448844 ;
margin-left : 0 . 5em ;
}
2012-01-13 17:37:56 -08:00
/* line 2, ../../../app/stylesheets/partials/_campaign-progress.sass */
body . outfits-show . campaign-progress-wrapper {
-moz-border-radius : 8px ;
-webkit-border-radius : 8px ;
2012-04-08 13:59:51 -07:00
-o-border-radius : 8px ;
-ms-border-radius : 8px ;
-khtml-border-radius : 8px ;
border-radius : 8px ;
2012-01-13 17:37:56 -08:00
background : # aaaaaa ;
background-image : -webkit-gradient ( linear , 0 % 0 % , 0 % 100 % , color-stop ( 0 % , # cccccc ) , color-stop ( 100 % , # aaaaaa ) ) ;
background-image : -moz-linear-gradient ( top , # cccccc 0 % , # aaaaaa 100 % ) ;
background-image : linear-gradient ( top , # cccccc 0 % , # aaaaaa 100 % ) ;
border : 4px solid # 006600 ;
clear : both ;
margin-bottom : 1 . 5em ;
position : relative ;
visibility : hidden ;
}
/* line 13, ../../../app/stylesheets/partials/_campaign-progress.sass */
body . outfits-show . campaign-progress-wrapper . button {
2012-10-01 11:22:17 -07:00
background : # ff5c00 url ( '/images/alert-overlay.png?1344550430' ) repeat-x ;
2012-01-13 17:37:56 -08:00
font-size : 75 % ;
margin-left : 1em ;
padding : 0 . 25em 0 . 75em ;
}
/* line 34, ../../../app/stylesheets/partials/clean/_mixins.sass */
body . outfits-show . campaign-progress-wrapper . button : hover {
background-color : # ee4b00 ;
}
/* line 19, ../../../app/stylesheets/partials/_campaign-progress.sass */
body . outfits-show . campaign-progress-wrapper . button : after {
content : none ;
}
/* line 22, ../../../app/stylesheets/partials/_campaign-progress.sass */
body . outfits-show . campaign-progress {
background : # 006600 ;
background-image : -webkit-gradient ( linear , 0 % 0 % , 0 % 100 % , color-stop ( 0 % , # 228822 ) , color-stop ( 100 % , # 006600 ) ) ;
background-image : -moz-linear-gradient ( top , # 228822 0 % , # 006600 100 % ) ;
background-image : linear-gradient ( top , # 228822 0 % , # 006600 100 % ) ;
border-right : 1px solid # 006600 ;
}
/* line 27, ../../../app/stylesheets/partials/_campaign-progress.sass */
body . outfits-show . campaign-progress-wrapper , body . outfits-show . campaign-progress {
height : 2 . 5em ;
}
/* line 30, ../../../app/stylesheets/partials/_campaign-progress.sass */
body . outfits-show . campaign-progress-label {
text-shadow : # 777777 -1px -1px 0 ;
font-size : 150 % ;
left : 0 ;
position : absolute ;
top : 0 ;
text-align : center ;
width : 100 % ;
}
/* line 39, ../../../app/stylesheets/partials/_campaign-progress.sass */
body . outfits-show . campaign-progress-label , body . outfits-show . campaign-progress-label a {
color : white ;
}
/* line 43, ../../../app/stylesheets/partials/_campaign-progress.sass */
body . outfits-show . campaign-loaded . campaign-progress-wrapper {
visibility : visible ;
}
/* line 6, ../../../app/stylesheets/outfits/_show.sass */
body . outfits-show # title {
float : left ;
}
/* line 9, ../../../app/stylesheets/outfits/_show.sass */
body . outfits-show # outfit-wardrobe-link {
float : left ;
font-size : 85 % ;
margin-left : 2em ;
margin-top : 0 . 75em ;
}
/* line 16, ../../../app/stylesheets/outfits/_show.sass */
body . outfits-show # outfit-user {
float : right ;
margin-top : 1em ;
}
/* line 20, ../../../app/stylesheets/outfits/_show.sass */
body . outfits-show # preview-wrapper {
clear : both ;
height : 400px ;
margin : 0 auto 1em ;
position : relative ;
width : 400px ;
}
/* line 27, ../../../app/stylesheets/outfits/_show.sass */
body . outfits-show # preview-wrapper # preview-swf {
left : 0 ;
position : absolute ;
top : 0 ;
}
/* line 32, ../../../app/stylesheets/outfits/_show.sass */
body . outfits-show # outfit-items {
text-align : center ;
}
2012-08-06 18:15:31 -07:00
/* line 2, ../../../app/stylesheets/pets/_bulk.sass */
body . pets-bulk # needed-items-form , body . pets-bulk # bulk-pets-form {
2012-01-13 17:37:56 -08:00
text-align : center ;
}
2012-08-06 18:15:31 -07:00
/* line 6, ../../../app/stylesheets/pets/_bulk.sass */
body . pets-bulk # needed-items-form # needed-items-pet {
border-top : 1px solid # aaddaa ;
display : none ;
margin-top : 1em ;
padding-top : 1em ;
}
/* line 12, ../../../app/stylesheets/pets/_bulk.sass */
body . pets-bulk # needed-items-form # needed-items-pet h4 {
font-size : 150 % ;
margin-bottom : 0 . 5em ;
}
/* line 16, ../../../app/stylesheets/pets/_bulk.sass */
body . pets-bulk # needed-items-form # needed-items-pet # needed-items-reload {
2012-01-13 17:37:56 -08:00
display : -moz-inline-box ;
-moz-box-orient : vertical ;
display : inline-block ;
vertical-align : middle ;
* vertical-align : auto ;
2012-08-06 18:15:31 -07:00
font-size : 12px ;
margin-left : 1em ;
vertical-align : middle ;
2012-01-13 17:37:56 -08:00
}
2012-04-08 13:59:51 -07:00
/* line 7, ../../../../../../.rvm/gems/ruby-1.9.2-p290/gems/compass-0.10.6/frameworks/compass/stylesheets/compass/css3/_inline-block.scss */
2012-08-06 18:15:31 -07:00
body . pets-bulk # needed-items-form # needed-items-pet # needed-items-reload {
2012-04-08 13:59:51 -07:00
* display : inline ;
}
2012-08-06 18:15:31 -07:00
/* line 22, ../../../app/stylesheets/pets/_bulk.sass */
body . pets-bulk # needed-items-form # needed-items-alert {
display : none ;
margin-top : 0 . 5em ;
}
/* line 26, ../../../app/stylesheets/pets/_bulk.sass */
body . pets-bulk # needed-items-form # needed-items-pet-thumbnail {
height : 50px ;
width : 50px ;
}
/* line 31, ../../../app/stylesheets/pets/_bulk.sass */
body . pets-bulk # needed-items-form # needed-items-pet-items li . owned {
background : # eeffee ;
border : 1px solid # 006600 ;
}
/* line 35, ../../../app/stylesheets/pets/_bulk.sass */
body . pets-bulk # needed-items-form . object-owned {
color : # 448844 ;
display : block ;
font-size : 75 % ;
font-style : italic ;
padding-bottom : 0 . 25em ;
}
/* line 43, ../../../app/stylesheets/pets/_bulk.sass */
body . pets-bulk # needed-items-form . loading-pet # needed-items-pet-name-field , body . pets-bulk # needed-items-form . loading-items # needed-items-pet-name-field {
2012-10-01 11:22:17 -07:00
background-image : url ( '/images/loading.gif?1344550430' ) ;
2012-08-06 18:15:31 -07:00
background-position : center right ;
background-repeat : no-repeat ;
}
/* line 49, ../../../app/stylesheets/pets/_bulk.sass */
body . pets-bulk # needed-items-form . loading-pet # needed-items-pet-items , body . pets-bulk # needed-items-form . loading-items # needed-items-pet-items {
-moz-opacity : 0 . 5 ;
-webkit-opacity : 0 . 5 ;
-o-opacity : 0 . 5 ;
-khtml-opacity : 0 . 5 ;
}
/* line 53, ../../../app/stylesheets/pets/_bulk.sass */
body . pets-bulk # needed-items-form . loading-pet # needed-items-pet h4 {
-moz-opacity : 0 . 5 ;
-webkit-opacity : 0 . 5 ;
-o-opacity : 0 . 5 ;
-khtml-opacity : 0 . 5 ;
}
/* line 57, ../../../app/stylesheets/pets/_bulk.sass */
body . pets-bulk # needed-items-form . loaded # needed-items-pet {
display : block ;
}
/* line 61, ../../../app/stylesheets/pets/_bulk.sass */
body . pets-bulk # needed-items-form . failed # needed-items-alert {
display : block ;
}
/* line 64, ../../../app/stylesheets/pets/_bulk.sass */
body . pets-bulk # bulk-pets-form {
border-top : 1px solid # 006600 ;
margin-top : 12px ;
padding-top : 12px ;
}
/* line 69, ../../../app/stylesheets/pets/_bulk.sass */
2012-01-13 17:37:56 -08:00
body . pets-bulk # bulk-pets-form textarea {
display : -moz-inline-box ;
-moz-box-orient : vertical ;
display : inline-block ;
vertical-align : middle ;
* vertical-align : auto ;
display : inline ;
font : inherit ;
height : 1 . 5em ;
overflow : hidden ;
resize : none ;
}
2012-04-08 13:59:51 -07:00
/* line 7, ../../../../../../.rvm/gems/ruby-1.9.2-p290/gems/compass-0.10.6/frameworks/compass/stylesheets/compass/css3/_inline-block.scss */
body . pets-bulk # bulk-pets-form textarea {
* display : inline ;
}
2012-08-06 18:15:31 -07:00
/* line 77, ../../../app/stylesheets/pets/_bulk.sass */
2012-01-13 17:37:56 -08:00
body . pets-bulk # bulk-pets-form ul {
list-style : none ;
2012-08-06 18:15:31 -07:00
margin-top : 1em ;
2012-01-13 17:37:56 -08:00
}
2012-08-06 18:15:31 -07:00
/* line 80, ../../../app/stylesheets/pets/_bulk.sass */
2012-01-13 17:37:56 -08:00
body . pets-bulk # bulk-pets-form ul li {
display : -moz-inline-box ;
-moz-box-orient : vertical ;
display : inline-block ;
vertical-align : middle ;
* vertical-align : auto ;
background : # eeeeee ;
margin : 0 auto ;
min-width : 25 % ;
text-align : left ;
}
2012-04-08 13:59:51 -07:00
/* line 7, ../../../../../../.rvm/gems/ruby-1.9.2-p290/gems/compass-0.10.6/frameworks/compass/stylesheets/compass/css3/_inline-block.scss */
body . pets-bulk # bulk-pets-form ul li {
* display : inline ;
}
2012-08-06 18:15:31 -07:00
/* line 86, ../../../app/stylesheets/pets/_bulk.sass */
2012-01-13 17:37:56 -08:00
body . pets-bulk # bulk-pets-form ul li . loaded {
background : # e6efc2 ;
}
2012-08-06 18:15:31 -07:00
/* line 88, ../../../app/stylesheets/pets/_bulk.sass */
2012-01-13 17:37:56 -08:00
body . pets-bulk # bulk-pets-form ul li . failed {
background : # fbe3e4 ;
}
2012-08-06 18:15:31 -07:00
/* line 90, ../../../app/stylesheets/pets/_bulk.sass */
2012-01-13 17:37:56 -08:00
body . pets-bulk # bulk-pets-form ul img {
float : left ;
height : 50px ;
width : 50px ;
}
2012-08-06 18:15:31 -07:00
/* line 95, ../../../app/stylesheets/pets/_bulk.sass */
2012-01-13 17:37:56 -08:00
body . pets-bulk # bulk-pets-form ul span {
display : block ;
}
2012-08-06 18:15:31 -07:00
/* line 97, ../../../app/stylesheets/pets/_bulk.sass */
2012-01-13 17:37:56 -08:00
body . pets-bulk # bulk-pets-form ul . response {
font-size : 75 % ;
font-style : italic ;
margin-left : 75px ;
}
2012-08-06 18:15:31 -07:00
/* line 104, ../../../app/stylesheets/pets/_bulk.sass */
2012-01-13 17:37:56 -08:00
body . pets-bulk . js . noscript {
display : none ;
}
2012-08-06 18:15:31 -07:00
/* line 106, ../../../app/stylesheets/pets/_bulk.sass */
2012-01-13 17:37:56 -08:00
body . pets-bulk . js . script-only {
display : block ;
}
2012-08-06 18:15:31 -07:00
/* line 109, ../../../app/stylesheets/pets/_bulk.sass */
2012-01-13 17:37:56 -08:00
body . pets-bulk . script-only {
display : none ;
}
/* line 2, ../../../app/stylesheets/partials/_campaign-progress.sass */
body . static-donate . campaign-progress-wrapper {
-moz-border-radius : 8px ;
-webkit-border-radius : 8px ;
2012-04-08 13:59:51 -07:00
-o-border-radius : 8px ;
-ms-border-radius : 8px ;
-khtml-border-radius : 8px ;
border-radius : 8px ;
2012-01-13 17:37:56 -08:00
background : # aaaaaa ;
background-image : -webkit-gradient ( linear , 0 % 0 % , 0 % 100 % , color-stop ( 0 % , # cccccc ) , color-stop ( 100 % , # aaaaaa ) ) ;
background-image : -moz-linear-gradient ( top , # cccccc 0 % , # aaaaaa 100 % ) ;
background-image : linear-gradient ( top , # cccccc 0 % , # aaaaaa 100 % ) ;
border : 4px solid # 006600 ;
clear : both ;
margin-bottom : 1 . 5em ;
position : relative ;
visibility : hidden ;
}
/* line 13, ../../../app/stylesheets/partials/_campaign-progress.sass */
body . static-donate . campaign-progress-wrapper . button {
2012-10-01 11:22:17 -07:00
background : # ff5c00 url ( '/images/alert-overlay.png?1344550430' ) repeat-x ;
2012-01-13 17:37:56 -08:00
font-size : 75 % ;
margin-left : 1em ;
padding : 0 . 25em 0 . 75em ;
}
/* line 34, ../../../app/stylesheets/partials/clean/_mixins.sass */
body . static-donate . campaign-progress-wrapper . button : hover {
background-color : # ee4b00 ;
}
/* line 19, ../../../app/stylesheets/partials/_campaign-progress.sass */
body . static-donate . campaign-progress-wrapper . button : after {
content : none ;
}
/* line 22, ../../../app/stylesheets/partials/_campaign-progress.sass */
body . static-donate . campaign-progress {
background : # 006600 ;
background-image : -webkit-gradient ( linear , 0 % 0 % , 0 % 100 % , color-stop ( 0 % , # 228822 ) , color-stop ( 100 % , # 006600 ) ) ;
background-image : -moz-linear-gradient ( top , # 228822 0 % , # 006600 100 % ) ;
background-image : linear-gradient ( top , # 228822 0 % , # 006600 100 % ) ;
border-right : 1px solid # 006600 ;
}
/* line 27, ../../../app/stylesheets/partials/_campaign-progress.sass */
body . static-donate . campaign-progress-wrapper , body . static-donate . campaign-progress {
height : 2 . 5em ;
}
/* line 30, ../../../app/stylesheets/partials/_campaign-progress.sass */
body . static-donate . campaign-progress-label {
text-shadow : # 777777 -1px -1px 0 ;
font-size : 150 % ;
left : 0 ;
position : absolute ;
top : 0 ;
text-align : center ;
width : 100 % ;
}
/* line 39, ../../../app/stylesheets/partials/_campaign-progress.sass */
body . static-donate . campaign-progress-label , body . static-donate . campaign-progress-label a {
color : white ;
}
/* line 43, ../../../app/stylesheets/partials/_campaign-progress.sass */
body . static-donate . campaign-loaded . campaign-progress-wrapper {
visibility : visible ;
}
/* line 9, ../../../app/stylesheets/static/_donate.sass */
body . static-donate # title {
margin-bottom : 0 ;
}
/* line 12, ../../../app/stylesheets/static/_donate.sass */
body . static-donate h2 {
font-style : italic ;
font-weight : normal ;
}
/* line 16, ../../../app/stylesheets/static/_donate.sass */
body . static-donate # title , body . static-donate h2 {
clear : left ;
float : left ;
}
/* line 20, ../../../app/stylesheets/static/_donate.sass */
body . static-donate h2 {
margin-bottom : 0 . 25em ;
}
/* line 31, ../../../app/stylesheets/static/_donate.sass */
body . static-donate # image-mode-data {
clear : both ;
display : block ;
float : left ;
margin-right : 20px ;
width : 344px ;
}
/* line 38, ../../../app/stylesheets/static/_donate.sass */
body . static-donate # image-mode-preview {
border : 1px solid # 006600 ;
display : block ;
margin : 0 0 2em 0 ;
padding-top : 20px ;
padding-right : 20px ;
padding-bottom : 13 . 333px ;
padding-left : 20px ;
}
/* line 48, ../../../app/stylesheets/static/_donate.sass */
body . static-donate # image-mode-preview img {
border : 1px solid # 006600 ;
height : 300px ;
margin-bottom : 0 . 5em ;
width : 300px ;
}
/* line 54, ../../../app/stylesheets/static/_donate.sass */
body . static-donate # image-mode-preview figcaption {
display : block ;
font-family : Calligraffitti ;
font-size : 250 % ;
text-align : center ;
}
/* line 60, ../../../app/stylesheets/static/_donate.sass */
body . static-donate # campaign-donors {
display : none ;
margin-right : 20px ;
width : 344px ;
}
/* line 65, ../../../app/stylesheets/static/_donate.sass */
body . static-donate # campaign-donors ol {
font-size : 85 % ;
padding-left : 2em ;
}
/* line 69, ../../../app/stylesheets/static/_donate.sass */
body . static-donate # campaign-donors ol span {
color : # 448844 ;
float : right ;
}
/* line 73, ../../../app/stylesheets/static/_donate.sass */
body . static-donate # campaign-donors . has-donors {
display : block ;
}
/* line 82, ../../../app/stylesheets/static/_donate.sass */
body . static-donate # image-mode-beta {
background : # eeffee ;
border : 1px solid # 006600 ;
padding : 1em ;
border-width : 1px ;
display : block ;
float : left ;
margin-bottom : 1em ;
padding : 10px 15px ;
text-align : center ;
width : 404px ;
}
/* line 92, ../../../app/stylesheets/static/_donate.sass */
body . static-donate # image-mode-beta header {
display : block ;
font-weight : bold ;
}
/* line 96, ../../../app/stylesheets/static/_donate.sass */
body . static-donate # image-mode-beta p {
font-family : "Droid Sans" , Helvetica , Arial , Verdana , sans-serif ;
font-size : 75 % ;
margin : 0 ;
}
/* line 101, ../../../app/stylesheets/static/_donate.sass */
body . static-donate # image-mode-beta form {
margin : 0 . 75em 0 ;
}
/* line 104, ../../../app/stylesheets/static/_donate.sass */
body . static-donate # image-mode-beta form label {
font-size : 85 % ;
font-weight : bold ;
}
/* line 108, ../../../app/stylesheets/static/_donate.sass */
body . static-donate # image-mode-beta form label : after {
content : ":" ;
}
/* line 111, ../../../app/stylesheets/static/_donate.sass */
body . static-donate # image-mode-beta form input {
width : 5em ;
}
/* line 114, ../../../app/stylesheets/static/_donate.sass */
body . static-donate # image-mode-beta form button {
2012-10-01 11:22:17 -07:00
background : # ff5c00 url ( '/images/alert-overlay.png?1344550430' ) repeat-x ;
2012-01-13 17:37:56 -08:00
}
/* line 34, ../../../app/stylesheets/partials/clean/_mixins.sass */
body . static-donate # image-mode-beta form button : hover {
background-color : # ee4b00 ;
}
/* line 117, ../../../app/stylesheets/static/_donate.sass */
body . static-donate # image-mode-description , body . static-donate # image-mode-comments {
float : right ;
width : 436px ;
}
/* line 2, ../../../app/stylesheets/static/_image_mode.sass */
body . static-image_mode h2 {
margin-bottom : 0 . 25em ;
margin-top : 1 . 25em ;
}
/* line 7, ../../../app/stylesheets/static/_image_mode.sass */
body . static-image_mode ol , body . static-image_mode ul {
font-family : "Droid Serif" , Georgia , "Times New Roman" , Times , serif ;
margin-bottom : 1em ;
padding-left : 3em ;
}
/* line 1, ../../../app/stylesheets/static/_terms.sass */
body . static-terms {
text-align : center ;
}
/* line 1, ../../../app/stylesheets/users/_top_contributors.sass */
body . users-top_contributors {
text-align : center ;
}
/* line 4, ../../../app/stylesheets/users/_top_contributors.sass */
body . users-top_contributors # top-contributors {
border-spacing : 0 ;
border-width : 1px 1px 0 0 ;
margin : 1em auto ;
}
/* line 9, ../../../app/stylesheets/users/_top_contributors.sass */
body . users-top_contributors # top-contributors , body . users-top_contributors # top-contributors td , body . users-top_contributors # top-contributors th {
border-color : # 004400 ;
border-style : solid ;
}
/* line 13, ../../../app/stylesheets/users/_top_contributors.sass */
body . users-top_contributors # top-contributors td , body . users-top_contributors # top-contributors th {
border-width : 0 0 1px 1px ;
padding : 0 . 5em 1em ;
}