forked from OpenNeo/impress
2086 lines
61 KiB
CSS
2086 lines
61 KiB
CSS
/* Reset */
|
|
/* line 3, ../../../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;
|
|
}
|
|
|
|
/* Typography */
|
|
/* line 18, ../../../app/stylesheets/_layout.sass */
|
|
html, body {
|
|
height: 100%;
|
|
}
|
|
|
|
/* line 21, ../../../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;
|
|
}
|
|
|
|
/* line 29, ../../../app/stylesheets/_layout.sass */
|
|
a {
|
|
color: #226622;
|
|
}
|
|
|
|
/* line 32, ../../../app/stylesheets/_layout.sass */
|
|
p {
|
|
font-family: "Droid Serif", Georgia, "Times New Roman", Times, serif;
|
|
}
|
|
|
|
/* line 35, ../../../app/stylesheets/_layout.sass */
|
|
input, button, select {
|
|
font-family: inherit;
|
|
font-size: 100%;
|
|
}
|
|
|
|
/* line 40, ../../../app/stylesheets/_layout.sass */
|
|
p {
|
|
margin-bottom: 1em;
|
|
}
|
|
|
|
/* line 43, ../../../app/stylesheets/_layout.sass */
|
|
h1, h2, h3 {
|
|
font-family: Delicious, Helvetica, Arial, Verdana, sans-serif;
|
|
}
|
|
|
|
/* line 46, ../../../app/stylesheets/_layout.sass */
|
|
h1 {
|
|
font-size: 3em;
|
|
line-height: 1;
|
|
margin-bottom: 0.5em;
|
|
}
|
|
|
|
/* line 51, ../../../app/stylesheets/_layout.sass */
|
|
h2 {
|
|
font-size: 2em;
|
|
margin-bottom: 0.75em;
|
|
}
|
|
|
|
/* line 55, ../../../app/stylesheets/_layout.sass */
|
|
h3 {
|
|
font-size: 1.5em;
|
|
line-height: 1;
|
|
margin-bottom: 1em;
|
|
}
|
|
|
|
/* line 60, ../../../app/stylesheets/_layout.sass */
|
|
.inline-image, body.pets-bulk #bulk-pets-form ul img {
|
|
margin-right: 1em;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
/* Main */
|
|
/* line 68, ../../../app/stylesheets/_layout.sass */
|
|
#container {
|
|
margin: 1em auto;
|
|
padding-top: 3em;
|
|
position: relative;
|
|
width: 800px;
|
|
}
|
|
|
|
/* line 74, ../../../app/stylesheets/_layout.sass */
|
|
input, button, select, label {
|
|
cursor: pointer;
|
|
}
|
|
|
|
/* line 77, ../../../app/stylesheets/_layout.sass */
|
|
input[type=text], body.pets-bulk #bulk-pets-form textarea, input[type=password], input[type=search], select {
|
|
-moz-border-radius: 3px;
|
|
-webkit-border-radius: 3px;
|
|
background: white;
|
|
border: 1px solid #cceecc;
|
|
color: #448844;
|
|
padding: 0.25em;
|
|
}
|
|
/* line 83, ../../../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, select:focus, select:active {
|
|
color: inherit;
|
|
}
|
|
|
|
/* line 86, ../../../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;
|
|
background: #006400 url('/images/alert-overlay.png?1296599919') repeat-x;
|
|
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 88, ../../../app/stylesheets/_layout.sass */
|
|
a.button.loud, input[type=submit].loud, button.loud {
|
|
background: #ff5c00 url('/images/alert-overlay.png?1296599919') repeat-x;
|
|
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;
|
|
}
|
|
|
|
/* line 87, ../../../app/stylesheets/partials/clean/_mixins.sass */
|
|
a.button:after {
|
|
content: " >>";
|
|
}
|
|
|
|
/* line 94, ../../../app/stylesheets/_layout.sass */
|
|
ul.buttons {
|
|
margin-bottom: 1em;
|
|
}
|
|
/* line 96, ../../../app/stylesheets/_layout.sass */
|
|
ul.buttons li {
|
|
list-style: none;
|
|
margin: 0 0.5em;
|
|
}
|
|
/* line 99, ../../../app/stylesheets/_layout.sass */
|
|
ul.buttons li, ul.buttons li form {
|
|
display: inline;
|
|
}
|
|
|
|
/* line 102, ../../../app/stylesheets/_layout.sass */
|
|
#footer {
|
|
clear: both;
|
|
font-size: 75%;
|
|
margin-bottom: 1em;
|
|
padding-top: 2em;
|
|
text-align: center;
|
|
}
|
|
/* line 108, ../../../app/stylesheets/_layout.sass */
|
|
#footer ul, #footer div {
|
|
display: inline;
|
|
margin: 0 1em;
|
|
}
|
|
/* line 111, ../../../app/stylesheets/_layout.sass */
|
|
#footer li, #footer div ul {
|
|
display: inline;
|
|
margin: 0 0.5em;
|
|
}
|
|
|
|
/* line 115, ../../../app/stylesheets/_layout.sass */
|
|
.success, .alert, .warning {
|
|
margin-bottom: 1em;
|
|
padding: 0.25em 0.5em;
|
|
text-align: center;
|
|
}
|
|
|
|
/* line 120, ../../../app/stylesheets/_layout.sass */
|
|
.success {
|
|
background: #e6efc2;
|
|
border: 1px solid #c6d880;
|
|
color: #264409;
|
|
}
|
|
|
|
/* line 123, ../../../app/stylesheets/_layout.sass */
|
|
.alert {
|
|
background: #fbe3e4;
|
|
border: 1px solid #fbc2c4;
|
|
color: #8a1f11;
|
|
}
|
|
|
|
/* line 126, ../../../app/stylesheets/_layout.sass */
|
|
.warning {
|
|
background: #fff6bf;
|
|
border: 1px solid #ffd324;
|
|
color: #514721;
|
|
}
|
|
|
|
/* line 129, ../../../app/stylesheets/_layout.sass */
|
|
#userbar {
|
|
font-family: Delicious, Helvetica, Arial, Verdana, sans-serif;
|
|
position: absolute;
|
|
right: 0;
|
|
top: 0;
|
|
}
|
|
/* line 134, ../../../app/stylesheets/_layout.sass */
|
|
#userbar > * {
|
|
display: inline;
|
|
margin: 0 0.25em;
|
|
}
|
|
|
|
/* line 138, ../../../app/stylesheets/_layout.sass */
|
|
#userbar-log-in {
|
|
text-decoration: none;
|
|
}
|
|
/* line 140, ../../../app/stylesheets/_layout.sass */
|
|
#userbar-log-in img {
|
|
margin-bottom: -4px;
|
|
margin-right: 0.25em;
|
|
}
|
|
/* line 144, ../../../app/stylesheets/_layout.sass */
|
|
#userbar-log-in span {
|
|
text-decoration: underline;
|
|
}
|
|
/* line 146, ../../../app/stylesheets/_layout.sass */
|
|
#userbar-log-in:hover span {
|
|
text-decoration: none;
|
|
}
|
|
|
|
/* line 149, ../../../app/stylesheets/_layout.sass */
|
|
.object {
|
|
display: -moz-inline-box;
|
|
-moz-box-orient: vertical;
|
|
display: inline-block;
|
|
vertical-align: middle;
|
|
*display: inline;
|
|
*vertical-align: auto;
|
|
padding: 0.5em;
|
|
position: relative;
|
|
text-align: center;
|
|
vertical-align: top;
|
|
width: 100px;
|
|
}
|
|
/* line 156, ../../../app/stylesheets/_layout.sass */
|
|
.object a {
|
|
text-decoration: none;
|
|
}
|
|
/* line 158, ../../../app/stylesheets/_layout.sass */
|
|
.object a img {
|
|
-moz-opacity: 0.75;
|
|
-webkit-opacity: 0.75;
|
|
-o-opacity: 0.75;
|
|
-khtml-opacity: 0.75;
|
|
}
|
|
/* line 160, ../../../app/stylesheets/_layout.sass */
|
|
.object a:hover img {
|
|
-moz-opacity: 1;
|
|
-webkit-opacity: 1;
|
|
-o-opacity: 1;
|
|
-khtml-opacity: 1;
|
|
}
|
|
/* line 162, ../../../app/stylesheets/_layout.sass */
|
|
.object img {
|
|
display: block;
|
|
height: 80px;
|
|
margin: 0 auto;
|
|
width: 80px;
|
|
}
|
|
|
|
/* line 168, ../../../app/stylesheets/_layout.sass */
|
|
dt {
|
|
font-weight: bold;
|
|
}
|
|
|
|
/* line 171, ../../../app/stylesheets/_layout.sass */
|
|
dd {
|
|
margin: 0 0 1.5em 1em;
|
|
}
|
|
|
|
/* line 174, ../../../app/stylesheets/_layout.sass */
|
|
#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;
|
|
}
|
|
/* line 184, ../../../app/stylesheets/_layout.sass */
|
|
#home-link:hover {
|
|
background: #eeffee;
|
|
text-decoration: none;
|
|
}
|
|
/* line 187, ../../../app/stylesheets/_layout.sass */
|
|
#home-link span:before {
|
|
content: "<< ";
|
|
}
|
|
|
|
/* line 191, ../../../app/stylesheets/_layout.sass */
|
|
.pagination a, .pagination span {
|
|
margin: 0 0.5em;
|
|
}
|
|
/* line 193, ../../../app/stylesheets/_layout.sass */
|
|
.pagination .current {
|
|
font-weight: bold;
|
|
}
|
|
|
|
/* line 196, ../../../app/stylesheets/_layout.sass */
|
|
.object .nc-icon {
|
|
height: 16px;
|
|
position: absolute;
|
|
right: 16px;
|
|
top: 64px;
|
|
width: 16px;
|
|
}
|
|
/* line 202, ../../../app/stylesheets/_layout.sass */
|
|
.object .nc-icon:hover {
|
|
-moz-opacity: 0.5;
|
|
-webkit-opacity: 0.5;
|
|
-o-opacity: 0.5;
|
|
-khtml-opacity: 0.5;
|
|
}
|
|
|
|
/* Fonts */
|
|
/* A font by Jos Buivenga (exljbris) -> www.exljbris.nl */
|
|
@font-face {
|
|
font-family: Delicious;
|
|
src: local("Delicious"), url('/fonts/Delicious-Roman.otf');
|
|
}
|
|
|
|
@font-face {
|
|
font-family: Delicious;
|
|
font-weight: bold;
|
|
src: local("Delicious"), url('/fonts/Delicious-Bold.otf');
|
|
}
|
|
|
|
@font-face {
|
|
font-family: Delicious;
|
|
font-style: italic;
|
|
src: local("Delicious"), url('/fonts/Delicious-Italic.otf');
|
|
}
|
|
|
|
@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");
|
|
}
|
|
|
|
@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");
|
|
}
|
|
|
|
@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");
|
|
}
|
|
|
|
/* 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%;
|
|
}
|
|
|
|
/*Special IE6 Style Positioning */
|
|
/*Normal Style Positions */
|
|
/* 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%;
|
|
}
|
|
|
|
/*Cross Browser Styling */
|
|
/* 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;
|
|
}
|
|
|
|
/*Hide jGrowl when printing */
|
|
@media print {
|
|
/* line 97, ../../../app/stylesheets/partials/_jquery.jgrowl.sass */
|
|
div.jGrowl {
|
|
display: none;
|
|
}
|
|
}
|
|
|
|
/* 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 1, ../../../app/stylesheets/_items.sass */
|
|
body.items {
|
|
text-align: center;
|
|
}
|
|
/* line 4, ../../../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 8, ../../../app/stylesheets/_items.sass */
|
|
body.items h1 {
|
|
margin-bottom: 1em;
|
|
}
|
|
/* line 10, ../../../app/stylesheets/_items.sass */
|
|
body.items h1 img {
|
|
height: 80px;
|
|
margin-bottom: -0.5em;
|
|
width: 80px;
|
|
}
|
|
/* line 14, ../../../app/stylesheets/_items.sass */
|
|
body.items h1 a {
|
|
text-decoration: none;
|
|
}
|
|
/* line 16, ../../../app/stylesheets/_items.sass */
|
|
body.items h1 a span {
|
|
text-decoration: underline;
|
|
}
|
|
/* line 18, ../../../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-help {
|
|
float: left;
|
|
width: 49%;
|
|
padding-right: 1%;
|
|
}
|
|
/* line 4, ../../../app/stylesheets/items/_index.sass */
|
|
body.items-index #search-help h2 {
|
|
font-size: 125%;
|
|
}
|
|
/* line 14, ../../../app/stylesheets/items/_index.sass */
|
|
body.items-index #search-help dl {
|
|
text-align: left;
|
|
}
|
|
/* line 16, ../../../app/stylesheets/items/_index.sass */
|
|
body.items-index #search-help 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 header {
|
|
border-bottom: 1px solid #006600;
|
|
display: block;
|
|
margin-bottom: 1em;
|
|
padding: 1em 0;
|
|
}
|
|
/* line 7, ../../../app/stylesheets/items/_show.sass */
|
|
body.items-show header div, body.items-show header img {
|
|
display: -moz-inline-box;
|
|
-moz-box-orient: vertical;
|
|
display: inline-block;
|
|
vertical-align: middle;
|
|
*display: inline;
|
|
*vertical-align: auto;
|
|
}
|
|
/* line 9, ../../../app/stylesheets/items/_show.sass */
|
|
body.items-show header div {
|
|
text-align: left;
|
|
}
|
|
/* line 11, ../../../app/stylesheets/items/_show.sass */
|
|
body.items-show header a {
|
|
font-size: 75%;
|
|
margin-left: 1em;
|
|
}
|
|
/* line 14, ../../../app/stylesheets/items/_show.sass */
|
|
body.items-show #item-thumbnail {
|
|
border: 1px solid #006600;
|
|
height: 80px;
|
|
margin-right: 0.5em;
|
|
width: 80px;
|
|
}
|
|
/* line 19, ../../../app/stylesheets/items/_show.sass */
|
|
body.items-show #item-name {
|
|
margin-bottom: 0;
|
|
}
|
|
/* line 22, ../../../app/stylesheets/items/_show.sass */
|
|
body.items-show #item-preview div {
|
|
float: left;
|
|
}
|
|
/* line 24, ../../../app/stylesheets/items/_show.sass */
|
|
body.items-show #item-preview-species {
|
|
width: 400px;
|
|
}
|
|
/* line 26, ../../../app/stylesheets/items/_show.sass */
|
|
body.items-show #item-preview-species a, body.items-show #item-preview-species img {
|
|
height: 50px;
|
|
width: 50px;
|
|
}
|
|
/* line 29, ../../../app/stylesheets/items/_show.sass */
|
|
body.items-show #item-preview-species a {
|
|
display: -moz-inline-box;
|
|
-moz-box-orient: vertical;
|
|
display: inline-block;
|
|
vertical-align: middle;
|
|
*display: inline;
|
|
*vertical-align: auto;
|
|
}
|
|
/* line 31, ../../../app/stylesheets/items/_show.sass */
|
|
body.items-show #item-preview-species a.current {
|
|
background: #eeffee;
|
|
outline: 1px solid #006600;
|
|
}
|
|
/* line 34, ../../../app/stylesheets/items/_show.sass */
|
|
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;
|
|
}
|
|
/* line 39, ../../../app/stylesheets/items/_show.sass */
|
|
body.items-show #item-preview-species a.deactivated.current {
|
|
outline-color: #fbc2c4;
|
|
}
|
|
/* line 41, ../../../app/stylesheets/items/_show.sass */
|
|
body.items-show #item-preview-error {
|
|
display: none;
|
|
padding: 20px 10px 0;
|
|
width: 380px;
|
|
}
|
|
/* line 45, ../../../app/stylesheets/items/_show.sass */
|
|
body.items-show #item-preview-swf {
|
|
height: 300px;
|
|
overflow: hidden;
|
|
width: 300px;
|
|
}
|
|
/* line 49, ../../../app/stylesheets/items/_show.sass */
|
|
body.items-show #item-zones {
|
|
font-family: "Droid Serif", Georgia, "Times New Roman", Times, serif;
|
|
font-size: 85%;
|
|
}
|
|
/* line 53, ../../../app/stylesheets/items/_show.sass */
|
|
body.items-show #item-zones p:first-child {
|
|
margin-bottom: 0.25em;
|
|
}
|
|
/* line 55, ../../../app/stylesheets/items/_show.sass */
|
|
body.items-show #item-preview-header {
|
|
margin-top: 3em;
|
|
}
|
|
/* line 57, ../../../app/stylesheets/items/_show.sass */
|
|
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;
|
|
*display: inline;
|
|
*vertical-align: auto;
|
|
}
|
|
/* line 59, ../../../app/stylesheets/items/_show.sass */
|
|
body.items-show #item-preview-header a {
|
|
font-size: 85%;
|
|
margin: -1.5em 0 0 1em;
|
|
}
|
|
/* line 62, ../../../app/stylesheets/items/_show.sass */
|
|
body.items-show .nc-icon {
|
|
height: 16px;
|
|
width: 16px;
|
|
}
|
|
|
|
@import url(../shared/jquery.jgrowl.css);
|
|
/* line 129, ../../../app/stylesheets/outfits/_edit.sass */
|
|
body.outfits-edit #preview-toolbar {
|
|
margin-bottom: 0.5em;
|
|
text-align: left;
|
|
}
|
|
/* line 132, ../../../app/stylesheets/outfits/_edit.sass */
|
|
body.outfits-edit #preview-toolbar form {
|
|
display: -moz-inline-box;
|
|
-moz-box-orient: vertical;
|
|
display: inline-block;
|
|
vertical-align: middle;
|
|
*display: inline;
|
|
*vertical-align: auto;
|
|
margin-right: 2em;
|
|
}
|
|
/* line 135, ../../../app/stylesheets/outfits/_edit.sass */
|
|
body.outfits-edit #pet-info form {
|
|
display: inline;
|
|
}
|
|
/* line 138, ../../../app/stylesheets/outfits/_edit.sass */
|
|
body.outfits-edit #pet-state-form ul {
|
|
list-style: none;
|
|
}
|
|
/* line 140, ../../../app/stylesheets/outfits/_edit.sass */
|
|
body.outfits-edit #pet-state-form ul, body.outfits-edit #pet-state-form ul li {
|
|
display: inline;
|
|
}
|
|
/* line 142, ../../../app/stylesheets/outfits/_edit.sass */
|
|
body.outfits-edit #pet-state-form input {
|
|
display: none;
|
|
}
|
|
/* line 144, ../../../app/stylesheets/outfits/_edit.sass */
|
|
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;
|
|
background: #006400 url('/images/alert-overlay.png?1296599919') repeat-x;
|
|
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;
|
|
}
|
|
/* line 147, ../../../app/stylesheets/outfits/_edit.sass */
|
|
body.outfits-edit #pet-state-form li.selected label {
|
|
background: #0b61a4 url('/images/alert-overlay.png?1296599919') repeat-x;
|
|
}
|
|
/* line 34, ../../../app/stylesheets/partials/clean/_mixins.sass */
|
|
body.outfits-edit #pet-state-form li.selected label:hover {
|
|
background-color: #005093;
|
|
}
|
|
/* line 149, ../../../app/stylesheets/outfits/_edit.sass */
|
|
body.outfits-edit #pet-state-form.hidden {
|
|
visibility: hidden;
|
|
}
|
|
/* line 151, ../../../app/stylesheets/outfits/_edit.sass */
|
|
body.outfits-edit #save-outfit-wrapper {
|
|
float: right;
|
|
}
|
|
/* line 153, ../../../app/stylesheets/outfits/_edit.sass */
|
|
body.outfits-edit #save-outfit-wrapper button {
|
|
background: #ff5c00 url('/images/alert-overlay.png?1296599919') repeat-x;
|
|
display: none;
|
|
}
|
|
/* line 34, ../../../app/stylesheets/partials/clean/_mixins.sass */
|
|
body.outfits-edit #save-outfit-wrapper button:hover {
|
|
background-color: #ee4b00;
|
|
}
|
|
/* line 156, ../../../app/stylesheets/outfits/_edit.sass */
|
|
body.outfits-edit #preview {
|
|
clear: both;
|
|
}
|
|
/* line 158, ../../../app/stylesheets/outfits/_edit.sass */
|
|
body.outfits-edit #preview-swf {
|
|
float: left;
|
|
height: 400px;
|
|
margin-bottom: 1em;
|
|
position: relative;
|
|
width: 400px;
|
|
}
|
|
/* line 164, ../../../app/stylesheets/outfits/_edit.sass */
|
|
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%;
|
|
}
|
|
/* line 172, ../../../app/stylesheets/outfits/_edit.sass */
|
|
body.outfits-edit #preview-sidebar {
|
|
-moz-border-radius: 10px;
|
|
-webkit-border-radius: 10px;
|
|
border: 1px solid #aaddaa;
|
|
float: left;
|
|
height: 400px;
|
|
margin-left: 20px;
|
|
margin-bottom: 1em;
|
|
overflow: auto;
|
|
width: 378px;
|
|
}
|
|
/* line 182, ../../../app/stylesheets/outfits/_edit.sass */
|
|
body.outfits-edit #preview-sidebar.viewing-outfits #preview-closet {
|
|
display: none;
|
|
}
|
|
/* line 184, ../../../app/stylesheets/outfits/_edit.sass */
|
|
body.outfits-edit #preview-sidebar.viewing-outfits #preview-outfits {
|
|
display: block;
|
|
}
|
|
/* line 186, ../../../app/stylesheets/outfits/_edit.sass */
|
|
body.outfits-edit #preview-sidebar.viewing-saving-outfit {
|
|
height: auto;
|
|
max-height: 100%;
|
|
}
|
|
/* line 189, ../../../app/stylesheets/outfits/_edit.sass */
|
|
body.outfits-edit #preview-sidebar.viewing-saving-outfit #preview-closet {
|
|
display: none;
|
|
}
|
|
/* line 191, ../../../app/stylesheets/outfits/_edit.sass */
|
|
body.outfits-edit #preview-sidebar.viewing-saving-outfit #preview-saving-outfit {
|
|
display: block;
|
|
}
|
|
/* line 194, ../../../app/stylesheets/outfits/_edit.sass */
|
|
body.outfits-edit #preview-sidebar .sidebar-view h2 {
|
|
margin-bottom: 0.25em;
|
|
margin-left: 24px;
|
|
}
|
|
/* line 199, ../../../app/stylesheets/outfits/_edit.sass */
|
|
body.outfits-edit #preview-closet h2 {
|
|
margin-bottom: 0;
|
|
}
|
|
/* line 201, ../../../app/stylesheets/outfits/_edit.sass */
|
|
body.outfits-edit #preview-closet ul {
|
|
text-align: center;
|
|
}
|
|
/* line 203, ../../../app/stylesheets/outfits/_edit.sass */
|
|
body.outfits-edit #preview-closet .object {
|
|
background: #eeffee;
|
|
}
|
|
/* line 205, ../../../app/stylesheets/outfits/_edit.sass */
|
|
body.outfits-edit #preview-closet .object img {
|
|
-moz-opacity: 0.5;
|
|
-webkit-opacity: 0.5;
|
|
-o-opacity: 0.5;
|
|
-khtml-opacity: 0.5;
|
|
}
|
|
/* line 207, ../../../app/stylesheets/outfits/_edit.sass */
|
|
body.outfits-edit #preview-closet .object.worn {
|
|
background: transparent;
|
|
}
|
|
/* line 209, ../../../app/stylesheets/outfits/_edit.sass */
|
|
body.outfits-edit #preview-closet .object.worn img {
|
|
-moz-opacity: 1;
|
|
-webkit-opacity: 1;
|
|
-o-opacity: 1;
|
|
-khtml-opacity: 1;
|
|
}
|
|
/* line 211, ../../../app/stylesheets/outfits/_edit.sass */
|
|
body.outfits-edit #preview-closet .object.no-assets {
|
|
background: #fbe3e4;
|
|
color: #8a1f11;
|
|
padding-bottom: 1.25em;
|
|
}
|
|
/* line 215, ../../../app/stylesheets/outfits/_edit.sass */
|
|
body.outfits-edit #preview-closet .object.no-assets .no-assets-message {
|
|
display: block;
|
|
}
|
|
/* line 217, ../../../app/stylesheets/outfits/_edit.sass */
|
|
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%;
|
|
}
|
|
/* line 227, ../../../app/stylesheets/outfits/_edit.sass */
|
|
body.outfits-edit #no-assets-full-message {
|
|
-moz-border-radius: 5px;
|
|
-webkit-border-radius: 5px;
|
|
background: #fff4f5;
|
|
border: 1px solid #ffd3d5;
|
|
color: #9b3022;
|
|
font-size: 75%;
|
|
left: -9999px;
|
|
padding: 0.25em;
|
|
position: absolute;
|
|
top: -9999px;
|
|
width: 30em;
|
|
}
|
|
/* line 238, ../../../app/stylesheets/outfits/_edit.sass */
|
|
body.outfits-edit #preview-search-form {
|
|
clear: both;
|
|
text-align: left;
|
|
}
|
|
/* line 241, ../../../app/stylesheets/outfits/_edit.sass */
|
|
body.outfits-edit #preview-search-form h2 {
|
|
display: -moz-inline-box;
|
|
-moz-box-orient: vertical;
|
|
display: inline-block;
|
|
vertical-align: middle;
|
|
*display: inline;
|
|
*vertical-align: auto;
|
|
margin: 0 1em 0 0;
|
|
}
|
|
/* line 244, ../../../app/stylesheets/outfits/_edit.sass */
|
|
body.outfits-edit #preview-search-form input {
|
|
display: -moz-inline-box;
|
|
-moz-box-orient: vertical;
|
|
display: inline-block;
|
|
vertical-align: middle;
|
|
*display: inline;
|
|
*vertical-align: auto;
|
|
}
|
|
/* line 246, ../../../app/stylesheets/outfits/_edit.sass */
|
|
body.outfits-edit #preview-search-form-pagination {
|
|
display: -moz-inline-box;
|
|
-moz-box-orient: vertical;
|
|
display: inline-block;
|
|
vertical-align: middle;
|
|
*display: inline;
|
|
*vertical-align: auto;
|
|
margin-left: 2em;
|
|
}
|
|
/* line 249, ../../../app/stylesheets/outfits/_edit.sass */
|
|
body.outfits-edit #preview-search-form-pagination a, body.outfits-edit #preview-search-form-pagination span {
|
|
margin: 0 0.25em;
|
|
}
|
|
/* line 251, ../../../app/stylesheets/outfits/_edit.sass */
|
|
body.outfits-edit #preview-search-form-pagination .current {
|
|
font-weight: bold;
|
|
}
|
|
/* line 253, ../../../app/stylesheets/outfits/_edit.sass */
|
|
body.outfits-edit #preview-search-form-clear {
|
|
display: none;
|
|
font-size: 87.5%;
|
|
margin-left: 2em;
|
|
}
|
|
/* line 257, ../../../app/stylesheets/outfits/_edit.sass */
|
|
body.outfits-edit #preview-search-form-loading {
|
|
display: none;
|
|
font-size: 75%;
|
|
font-style: italic;
|
|
margin-left: 2em;
|
|
}
|
|
/* line 263, ../../../app/stylesheets/outfits/_edit.sass */
|
|
body.outfits-edit #preview-search-form-no-results {
|
|
display: none;
|
|
}
|
|
/* line 265, ../../../app/stylesheets/outfits/_edit.sass */
|
|
body.outfits-edit #preview-search-form-help {
|
|
font-size: 87.5%;
|
|
margin-left: 2em;
|
|
}
|
|
/* line 268, ../../../app/stylesheets/outfits/_edit.sass */
|
|
body.outfits-edit .search-helper {
|
|
font-family: inherit;
|
|
}
|
|
/* line 270, ../../../app/stylesheets/outfits/_edit.sass */
|
|
body.outfits-edit .possible-error {
|
|
display: none;
|
|
}
|
|
/* line 273, ../../../app/stylesheets/outfits/_edit.sass */
|
|
body.outfits-edit #fullscreen-copyright {
|
|
display: none;
|
|
}
|
|
/* line 275, ../../../app/stylesheets/outfits/_edit.sass */
|
|
body.outfits-edit.fullscreen {
|
|
height: 100%;
|
|
}
|
|
/* line 278, ../../../app/stylesheets/outfits/_edit.sass */
|
|
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%;
|
|
}
|
|
/* line 286, ../../../app/stylesheets/outfits/_edit.sass */
|
|
body.outfits-edit.fullscreen h1 {
|
|
display: none;
|
|
}
|
|
/* line 288, ../../../app/stylesheets/outfits/_edit.sass */
|
|
body.outfits-edit.fullscreen #short-url-response {
|
|
position: static;
|
|
}
|
|
/* line 290, ../../../app/stylesheets/outfits/_edit.sass */
|
|
body.outfits-edit.fullscreen #preview {
|
|
width: 100%;
|
|
}
|
|
/* line 292, ../../../app/stylesheets/outfits/_edit.sass */
|
|
body.outfits-edit.fullscreen #preview-sidebar {
|
|
float: right;
|
|
height: 100%;
|
|
margin: 0;
|
|
position: relative;
|
|
width: 400px;
|
|
}
|
|
/* line 298, ../../../app/stylesheets/outfits/_edit.sass */
|
|
body.outfits-edit.fullscreen #preview-sidebar.viewing-saving-outfit {
|
|
height: auto;
|
|
max-height: 100%;
|
|
}
|
|
/* line 301, ../../../app/stylesheets/outfits/_edit.sass */
|
|
body.outfits-edit.fullscreen #preview-search-form {
|
|
bottom: 1.5em;
|
|
left: 0;
|
|
overflow: auto;
|
|
padding: 0.5em 1em;
|
|
position: absolute;
|
|
width: 100%;
|
|
}
|
|
/* line 309, ../../../app/stylesheets/outfits/_edit.sass */
|
|
body.outfits-edit.fullscreen #preview-search-form-help div {
|
|
display: -moz-inline-box;
|
|
-moz-box-orient: vertical;
|
|
display: inline-block;
|
|
vertical-align: middle;
|
|
*display: inline;
|
|
*vertical-align: auto;
|
|
width: 48%;
|
|
}
|
|
/* line 312, ../../../app/stylesheets/outfits/_edit.sass */
|
|
body.outfits-edit.fullscreen #footer {
|
|
bottom: 0;
|
|
left: 0;
|
|
position: absolute;
|
|
width: 100%;
|
|
}
|
|
/* line 317, ../../../app/stylesheets/outfits/_edit.sass */
|
|
body.outfits-edit.fullscreen #footer ul, body.outfits-edit.fullscreen #footer p, body.outfits-edit.fullscreen #footer li {
|
|
display: inline;
|
|
}
|
|
/* line 319, ../../../app/stylesheets/outfits/_edit.sass */
|
|
body.outfits-edit.fullscreen #footer ul {
|
|
margin-right: 2em;
|
|
}
|
|
/* line 322, ../../../app/stylesheets/outfits/_edit.sass */
|
|
body.outfits-edit .object {
|
|
padding: 6px;
|
|
position: relative;
|
|
}
|
|
/* line 325, ../../../app/stylesheets/outfits/_edit.sass */
|
|
body.outfits-edit .object ul {
|
|
display: none;
|
|
left: 0;
|
|
list-style: none;
|
|
position: absolute;
|
|
top: 0;
|
|
}
|
|
/* line 331, ../../../app/stylesheets/outfits/_edit.sass */
|
|
body.outfits-edit .object ul li {
|
|
margin-bottom: 0.25em;
|
|
}
|
|
/* line 333, ../../../app/stylesheets/outfits/_edit.sass */
|
|
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;
|
|
background: #006400 url('/images/alert-overlay.png?1296599919') repeat-x;
|
|
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;
|
|
background: #aaaaaa url('/images/alert-overlay.png?1296599919') repeat-x;
|
|
-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;
|
|
}
|
|
/* line 339, ../../../app/stylesheets/outfits/_edit.sass */
|
|
body.outfits-edit .object:hover ul, body.outfits-edit .object:hover .object-info {
|
|
display: block;
|
|
}
|
|
/* line 346, ../../../app/stylesheets/outfits/_edit.sass */
|
|
body.outfits-edit .nc-icon {
|
|
background: url('/images/nc.png?1296599919') no-repeat;
|
|
height: 16px;
|
|
position: absolute;
|
|
right: 16px;
|
|
text-indent: -9999px;
|
|
top: 64px;
|
|
width: 16px;
|
|
}
|
|
/* line 354, ../../../app/stylesheets/outfits/_edit.sass */
|
|
body.outfits-edit .nc-icon:hover {
|
|
-moz-opacity: 0.5;
|
|
-webkit-opacity: 0.5;
|
|
-o-opacity: 0.5;
|
|
-khtml-opacity: 0.5;
|
|
}
|
|
/* line 357, ../../../app/stylesheets/outfits/_edit.sass */
|
|
body.outfits-edit .object-info {
|
|
-moz-border-radius: 12px;
|
|
-webkit-border-radius: 12px;
|
|
-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;
|
|
}
|
|
/* line 368, ../../../app/stylesheets/outfits/_edit.sass */
|
|
body.outfits-edit .object-info span {
|
|
font-family: "Droid Serif", Georgia, "Times New Roman", Times, serif;
|
|
font-weight: bold;
|
|
position: relative;
|
|
top: -2px;
|
|
}
|
|
/* line 374, ../../../app/stylesheets/outfits/_edit.sass */
|
|
body.outfits-edit .object-info:hover {
|
|
-moz-opacity: 1;
|
|
-webkit-opacity: 1;
|
|
-o-opacity: 1;
|
|
-khtml-opacity: 1;
|
|
}
|
|
/* line 377, ../../../app/stylesheets/outfits/_edit.sass */
|
|
body.outfits-edit #preview-outfits {
|
|
display: none;
|
|
text-align: left;
|
|
}
|
|
/* line 380, ../../../app/stylesheets/outfits/_edit.sass */
|
|
body.outfits-edit #preview-outfits > ul {
|
|
margin-left: 24px;
|
|
margin-right: 24px;
|
|
background: url('/images/loading.gif?1296599919') no-repeat center top;
|
|
display: block;
|
|
font-family: "Droid Sans", Helvetica, Arial, Verdana, sans-serif;
|
|
list-style: none;
|
|
margin-bottom: 1em;
|
|
min-height: 16px;
|
|
}
|
|
/* line 389, ../../../app/stylesheets/outfits/_edit.sass */
|
|
body.outfits-edit #preview-outfits > ul > li {
|
|
padding: 0.25em 0;
|
|
}
|
|
/* line 29, ../../../app/stylesheets/outfits/_edit.sass */
|
|
body.outfits-edit #preview-outfits > ul > li img {
|
|
height: 100px;
|
|
left: -25px;
|
|
position: absolute;
|
|
top: -25px;
|
|
width: 100px;
|
|
}
|
|
/* line 38, ../../../app/stylesheets/outfits/_edit.sass */
|
|
body.outfits-edit #preview-outfits > ul > li .outfit-delete {
|
|
-moz-border-radius: 0;
|
|
-webkit-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;
|
|
-moz-opacity: 0.5;
|
|
-webkit-opacity: 0.5;
|
|
-o-opacity: 0.5;
|
|
-khtml-opacity: 0.5;
|
|
font-size: 150%;
|
|
float: right;
|
|
line-height: 1;
|
|
margin-top: -0.125em;
|
|
padding: 0.125em 0.25em;
|
|
}
|
|
/* line 72, ../../../app/stylesheets/partials/clean/_mixins.sass */
|
|
body.outfits-edit #preview-outfits > ul > li .outfit-delete:hover {
|
|
background: transparent;
|
|
color: inherit;
|
|
}
|
|
/* line 75, ../../../app/stylesheets/partials/clean/_mixins.sass */
|
|
body.outfits-edit #preview-outfits > ul > li .outfit-delete:active {
|
|
top: auto;
|
|
}
|
|
/* line 46, ../../../app/stylesheets/outfits/_edit.sass */
|
|
body.outfits-edit #preview-outfits > ul > li .outfit-delete:hover {
|
|
-moz-opacity: 1;
|
|
-webkit-opacity: 1;
|
|
-o-opacity: 1;
|
|
-khtml-opacity: 1;
|
|
background: #eeffee;
|
|
}
|
|
/* line 49, ../../../app/stylesheets/outfits/_edit.sass */
|
|
body.outfits-edit #preview-outfits > ul > li header {
|
|
display: block;
|
|
padding-left: 24px;
|
|
}
|
|
/* line 52, ../../../app/stylesheets/outfits/_edit.sass */
|
|
body.outfits-edit #preview-outfits > ul > li .outfit-star {
|
|
background-image: url('/images/unstarred.png?1296599919');
|
|
background-position: left top;
|
|
background-repeat: no-repeat;
|
|
bottom: -2px;
|
|
/* margin-bottom doesn't work here */
|
|
cursor: pointer;
|
|
display: block;
|
|
float: left;
|
|
height: 16px;
|
|
margin-left: -24px;
|
|
/* makes it not take up inline space */
|
|
position: relative;
|
|
width: 16px;
|
|
}
|
|
/* line 67, ../../../app/stylesheets/outfits/_edit.sass */
|
|
body.outfits-edit #preview-outfits > ul > li.starred .outfit-star {
|
|
background-image: url('/images/star.png?1296599919');
|
|
}
|
|
/* line 69, ../../../app/stylesheets/outfits/_edit.sass */
|
|
body.outfits-edit #preview-outfits > ul > li.loading .outfit-star {
|
|
background-image: url('/images/loading.gif?1296599919');
|
|
}
|
|
/* line 71, ../../../app/stylesheets/outfits/_edit.sass */
|
|
body.outfits-edit #preview-outfits > ul > li.loading.active .outfit-star {
|
|
background-image: url('/images/loading_current_outfit.gif?1296599919');
|
|
}
|
|
/* line 73, ../../../app/stylesheets/outfits/_edit.sass */
|
|
body.outfits-edit #preview-outfits > ul > li h4 {
|
|
cursor: pointer;
|
|
display: inline;
|
|
}
|
|
/* line 76, ../../../app/stylesheets/outfits/_edit.sass */
|
|
body.outfits-edit #preview-outfits > ul > li h4:hover {
|
|
text-decoration: underline;
|
|
}
|
|
/* line 78, ../../../app/stylesheets/outfits/_edit.sass */
|
|
body.outfits-edit #preview-outfits > ul > li h4, body.outfits-edit #preview-outfits > ul > li .outfit-rename-field {
|
|
font-size: 115%;
|
|
}
|
|
/* line 80, ../../../app/stylesheets/outfits/_edit.sass */
|
|
body.outfits-edit #preview-outfits > ul > li .outfit-rename-button, body.outfits-edit #preview-outfits > ul > li .outfit-rename-form {
|
|
display: none;
|
|
}
|
|
/* line 82, ../../../app/stylesheets/outfits/_edit.sass */
|
|
body.outfits-edit #preview-outfits > ul > li .outfit-rename-button {
|
|
-moz-opacity: 0.75;
|
|
-webkit-opacity: 0.75;
|
|
-o-opacity: 0.75;
|
|
-khtml-opacity: 0.75;
|
|
font-size: 75%;
|
|
margin-left: 1em;
|
|
}
|
|
/* line 86, ../../../app/stylesheets/outfits/_edit.sass */
|
|
body.outfits-edit #preview-outfits > ul > li .outfit-url {
|
|
-moz-opacity: 0.5;
|
|
-webkit-opacity: 0.5;
|
|
-o-opacity: 0.5;
|
|
-khtml-opacity: 0.5;
|
|
background: transparent;
|
|
border-width: 0;
|
|
font-size: 75%;
|
|
width: 284px;
|
|
}
|
|
/* line 92, ../../../app/stylesheets/outfits/_edit.sass */
|
|
body.outfits-edit #preview-outfits > ul > li .outfit-url:hover {
|
|
-moz-opacity: 1;
|
|
-webkit-opacity: 1;
|
|
-o-opacity: 1;
|
|
-khtml-opacity: 1;
|
|
border-width: 1px;
|
|
}
|
|
/* line 95, ../../../app/stylesheets/outfits/_edit.sass */
|
|
body.outfits-edit #preview-outfits > ul > li .outfit-delete-confirmation {
|
|
display: none;
|
|
font-size: 75%;
|
|
}
|
|
/* line 98, ../../../app/stylesheets/outfits/_edit.sass */
|
|
body.outfits-edit #preview-outfits > ul > li .outfit-delete-confirmation span {
|
|
color: red;
|
|
}
|
|
/* line 100, ../../../app/stylesheets/outfits/_edit.sass */
|
|
body.outfits-edit #preview-outfits > ul > li .outfit-delete-confirmation a {
|
|
margin: 0 0.25em;
|
|
}
|
|
/* line 102, ../../../app/stylesheets/outfits/_edit.sass */
|
|
body.outfits-edit #preview-outfits > ul > li.active {
|
|
background: #eeffee;
|
|
}
|
|
/* line 105, ../../../app/stylesheets/outfits/_edit.sass */
|
|
body.outfits-edit #preview-outfits > ul > li.confirming-deletion .outfit-delete {
|
|
visibility: hidden;
|
|
}
|
|
/* line 107, ../../../app/stylesheets/outfits/_edit.sass */
|
|
body.outfits-edit #preview-outfits > ul > li.confirming-deletion .outfit-url {
|
|
display: none;
|
|
}
|
|
/* line 109, ../../../app/stylesheets/outfits/_edit.sass */
|
|
body.outfits-edit #preview-outfits > ul > li.confirming-deletion .outfit-delete-confirmation {
|
|
display: block;
|
|
}
|
|
/* line 112, ../../../app/stylesheets/outfits/_edit.sass */
|
|
body.outfits-edit #preview-outfits > ul > li.renaming h4 {
|
|
display: none;
|
|
}
|
|
/* line 114, ../../../app/stylesheets/outfits/_edit.sass */
|
|
body.outfits-edit #preview-outfits > ul > li.renaming .outfit-rename-form {
|
|
display: inline;
|
|
}
|
|
/* line 117, ../../../app/stylesheets/outfits/_edit.sass */
|
|
body.outfits-edit #preview-outfits > ul > li.renaming:hover .outfit-rename-button {
|
|
display: none;
|
|
}
|
|
/* line 120, ../../../app/stylesheets/outfits/_edit.sass */
|
|
body.outfits-edit #preview-outfits > ul > li:hover .outfit-rename-button {
|
|
display: inline;
|
|
}
|
|
/* line 391, ../../../app/stylesheets/outfits/_edit.sass */
|
|
body.outfits-edit #preview-outfits > ul.loaded {
|
|
background: transparent;
|
|
}
|
|
/* line 394, ../../../app/stylesheets/outfits/_edit.sass */
|
|
body.outfits-edit .preview-sidebar-nav {
|
|
float: right;
|
|
font-size: 85%;
|
|
margin-right: 24px;
|
|
margin-top: 1em;
|
|
}
|
|
/* line 401, ../../../app/stylesheets/outfits/_edit.sass */
|
|
body.outfits-edit #save-success, body.outfits-edit #save-error, body.outfits-edit #outfit-not-found {
|
|
margin-left: 24px;
|
|
margin-right: 24px;
|
|
display: none;
|
|
margin-top: 1em;
|
|
text-align: center;
|
|
}
|
|
/* line 408, ../../../app/stylesheets/outfits/_edit.sass */
|
|
body.outfits-edit #save-success {
|
|
background: #e6efc2;
|
|
border: 1px solid #c6d880;
|
|
color: #264409;
|
|
}
|
|
/* line 411, ../../../app/stylesheets/outfits/_edit.sass */
|
|
body.outfits-edit #save-error, body.outfits-edit #outfit-not-found {
|
|
background: #fbe3e4;
|
|
border: 1px solid #fbc2c4;
|
|
color: #8a1f11;
|
|
}
|
|
/* line 414, ../../../app/stylesheets/outfits/_edit.sass */
|
|
body.outfits-edit #userbar-message {
|
|
-moz-opacity: 0.5;
|
|
-webkit-opacity: 0.5;
|
|
-o-opacity: 0.5;
|
|
-khtml-opacity: 0.5;
|
|
display: none;
|
|
}
|
|
/* line 418, ../../../app/stylesheets/outfits/_edit.sass */
|
|
body.outfits-edit #new-outfit {
|
|
padding: 0.25em 0;
|
|
margin-left: 24px;
|
|
margin-right: 24px;
|
|
display: none;
|
|
}
|
|
/* line 29, ../../../app/stylesheets/outfits/_edit.sass */
|
|
body.outfits-edit #new-outfit img {
|
|
height: 100px;
|
|
left: -25px;
|
|
position: absolute;
|
|
top: -25px;
|
|
width: 100px;
|
|
}
|
|
/* line 38, ../../../app/stylesheets/outfits/_edit.sass */
|
|
body.outfits-edit #new-outfit .outfit-delete {
|
|
-moz-border-radius: 0;
|
|
-webkit-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;
|
|
-moz-opacity: 0.5;
|
|
-webkit-opacity: 0.5;
|
|
-o-opacity: 0.5;
|
|
-khtml-opacity: 0.5;
|
|
font-size: 150%;
|
|
float: right;
|
|
line-height: 1;
|
|
margin-top: -0.125em;
|
|
padding: 0.125em 0.25em;
|
|
}
|
|
/* line 72, ../../../app/stylesheets/partials/clean/_mixins.sass */
|
|
body.outfits-edit #new-outfit .outfit-delete:hover {
|
|
background: transparent;
|
|
color: inherit;
|
|
}
|
|
/* line 75, ../../../app/stylesheets/partials/clean/_mixins.sass */
|
|
body.outfits-edit #new-outfit .outfit-delete:active {
|
|
top: auto;
|
|
}
|
|
/* line 46, ../../../app/stylesheets/outfits/_edit.sass */
|
|
body.outfits-edit #new-outfit .outfit-delete:hover {
|
|
-moz-opacity: 1;
|
|
-webkit-opacity: 1;
|
|
-o-opacity: 1;
|
|
-khtml-opacity: 1;
|
|
background: #eeffee;
|
|
}
|
|
/* line 49, ../../../app/stylesheets/outfits/_edit.sass */
|
|
body.outfits-edit #new-outfit header {
|
|
display: block;
|
|
padding-left: 24px;
|
|
}
|
|
/* line 52, ../../../app/stylesheets/outfits/_edit.sass */
|
|
body.outfits-edit #new-outfit .outfit-star {
|
|
background-image: url('/images/unstarred.png?1296599919');
|
|
background-position: left top;
|
|
background-repeat: no-repeat;
|
|
bottom: -2px;
|
|
/* margin-bottom doesn't work here */
|
|
cursor: pointer;
|
|
display: block;
|
|
float: left;
|
|
height: 16px;
|
|
margin-left: -24px;
|
|
/* makes it not take up inline space */
|
|
position: relative;
|
|
width: 16px;
|
|
}
|
|
/* line 67, ../../../app/stylesheets/outfits/_edit.sass */
|
|
body.outfits-edit #new-outfit.starred .outfit-star {
|
|
background-image: url('/images/star.png?1296599919');
|
|
}
|
|
/* line 69, ../../../app/stylesheets/outfits/_edit.sass */
|
|
body.outfits-edit #new-outfit.loading .outfit-star {
|
|
background-image: url('/images/loading.gif?1296599919');
|
|
}
|
|
/* line 71, ../../../app/stylesheets/outfits/_edit.sass */
|
|
body.outfits-edit #new-outfit.loading.active .outfit-star {
|
|
background-image: url('/images/loading_current_outfit.gif?1296599919');
|
|
}
|
|
/* line 73, ../../../app/stylesheets/outfits/_edit.sass */
|
|
body.outfits-edit #new-outfit h4 {
|
|
cursor: pointer;
|
|
display: inline;
|
|
}
|
|
/* line 76, ../../../app/stylesheets/outfits/_edit.sass */
|
|
body.outfits-edit #new-outfit h4:hover {
|
|
text-decoration: underline;
|
|
}
|
|
/* line 78, ../../../app/stylesheets/outfits/_edit.sass */
|
|
body.outfits-edit #new-outfit h4, body.outfits-edit #new-outfit .outfit-rename-field {
|
|
font-size: 115%;
|
|
}
|
|
/* line 80, ../../../app/stylesheets/outfits/_edit.sass */
|
|
body.outfits-edit #new-outfit .outfit-rename-button, body.outfits-edit #new-outfit .outfit-rename-form {
|
|
display: none;
|
|
}
|
|
/* line 82, ../../../app/stylesheets/outfits/_edit.sass */
|
|
body.outfits-edit #new-outfit .outfit-rename-button {
|
|
-moz-opacity: 0.75;
|
|
-webkit-opacity: 0.75;
|
|
-o-opacity: 0.75;
|
|
-khtml-opacity: 0.75;
|
|
font-size: 75%;
|
|
margin-left: 1em;
|
|
}
|
|
/* line 86, ../../../app/stylesheets/outfits/_edit.sass */
|
|
body.outfits-edit #new-outfit .outfit-url {
|
|
-moz-opacity: 0.5;
|
|
-webkit-opacity: 0.5;
|
|
-o-opacity: 0.5;
|
|
-khtml-opacity: 0.5;
|
|
background: transparent;
|
|
border-width: 0;
|
|
font-size: 75%;
|
|
width: 284px;
|
|
}
|
|
/* line 92, ../../../app/stylesheets/outfits/_edit.sass */
|
|
body.outfits-edit #new-outfit .outfit-url:hover {
|
|
-moz-opacity: 1;
|
|
-webkit-opacity: 1;
|
|
-o-opacity: 1;
|
|
-khtml-opacity: 1;
|
|
border-width: 1px;
|
|
}
|
|
/* line 95, ../../../app/stylesheets/outfits/_edit.sass */
|
|
body.outfits-edit #new-outfit .outfit-delete-confirmation {
|
|
display: none;
|
|
font-size: 75%;
|
|
}
|
|
/* line 98, ../../../app/stylesheets/outfits/_edit.sass */
|
|
body.outfits-edit #new-outfit .outfit-delete-confirmation span {
|
|
color: red;
|
|
}
|
|
/* line 100, ../../../app/stylesheets/outfits/_edit.sass */
|
|
body.outfits-edit #new-outfit .outfit-delete-confirmation a {
|
|
margin: 0 0.25em;
|
|
}
|
|
/* line 102, ../../../app/stylesheets/outfits/_edit.sass */
|
|
body.outfits-edit #new-outfit.active {
|
|
background: #eeffee;
|
|
}
|
|
/* line 105, ../../../app/stylesheets/outfits/_edit.sass */
|
|
body.outfits-edit #new-outfit.confirming-deletion .outfit-delete {
|
|
visibility: hidden;
|
|
}
|
|
/* line 107, ../../../app/stylesheets/outfits/_edit.sass */
|
|
body.outfits-edit #new-outfit.confirming-deletion .outfit-url {
|
|
display: none;
|
|
}
|
|
/* line 109, ../../../app/stylesheets/outfits/_edit.sass */
|
|
body.outfits-edit #new-outfit.confirming-deletion .outfit-delete-confirmation {
|
|
display: block;
|
|
}
|
|
/* line 112, ../../../app/stylesheets/outfits/_edit.sass */
|
|
body.outfits-edit #new-outfit.renaming h4 {
|
|
display: none;
|
|
}
|
|
/* line 114, ../../../app/stylesheets/outfits/_edit.sass */
|
|
body.outfits-edit #new-outfit.renaming .outfit-rename-form {
|
|
display: inline;
|
|
}
|
|
/* line 117, ../../../app/stylesheets/outfits/_edit.sass */
|
|
body.outfits-edit #new-outfit.renaming:hover .outfit-rename-button {
|
|
display: none;
|
|
}
|
|
/* line 120, ../../../app/stylesheets/outfits/_edit.sass */
|
|
body.outfits-edit #new-outfit:hover .outfit-rename-button {
|
|
display: inline;
|
|
}
|
|
/* line 422, ../../../app/stylesheets/outfits/_edit.sass */
|
|
body.outfits-edit #new-outfit h4 {
|
|
display: inline;
|
|
}
|
|
/* line 424, ../../../app/stylesheets/outfits/_edit.sass */
|
|
body.outfits-edit #new-outfit h4:hover {
|
|
text-decoration: none;
|
|
}
|
|
/* line 426, ../../../app/stylesheets/outfits/_edit.sass */
|
|
body.outfits-edit #new-outfit .outfit-star {
|
|
margin-top: 0.5em;
|
|
}
|
|
/* line 429, ../../../app/stylesheets/outfits/_edit.sass */
|
|
body.outfits-edit #new-outfit-name {
|
|
font: inherit;
|
|
line-height: 1;
|
|
}
|
|
/* line 433, ../../../app/stylesheets/outfits/_edit.sass */
|
|
body.outfits-edit #preview-saving-outfit {
|
|
display: none;
|
|
padding-bottom: 1em;
|
|
}
|
|
/* line 437, ../../../app/stylesheets/outfits/_edit.sass */
|
|
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;
|
|
}
|
|
/* line 440, ../../../app/stylesheets/outfits/_edit.sass */
|
|
body.outfits-edit .control-overlay {
|
|
height: 100%;
|
|
left: 0;
|
|
position: absolute;
|
|
top: 0;
|
|
width: 100%;
|
|
z-index: 5;
|
|
}
|
|
/* line 448, ../../../app/stylesheets/outfits/_edit.sass */
|
|
body.outfits-edit #preview-sidebar-nav-outfits, body.outfits-edit #save-outfit-signed-in {
|
|
display: none;
|
|
}
|
|
/* line 452, ../../../app/stylesheets/outfits/_edit.sass */
|
|
body.outfits-edit.user-signed-in #preview-sidebar-nav-outfits {
|
|
display: block;
|
|
}
|
|
/* line 454, ../../../app/stylesheets/outfits/_edit.sass */
|
|
body.outfits-edit.user-signed-in #save-outfit {
|
|
display: inline-block;
|
|
}
|
|
/* line 457, ../../../app/stylesheets/outfits/_edit.sass */
|
|
body.outfits-edit.user-signed-in #save-outfit-wrapper.active-outfit #save-outfit {
|
|
display: none;
|
|
}
|
|
/* line 459, ../../../app/stylesheets/outfits/_edit.sass */
|
|
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;
|
|
}
|
|
/* line 463, ../../../app/stylesheets/outfits/_edit.sass */
|
|
body.outfits-edit.user-not-signed-in #save-outfit-not-signed-in {
|
|
display: inline-block;
|
|
}
|
|
|
|
/* line 2, ../../../app/stylesheets/outfits/_new.sass */
|
|
body.outfits-new #outfit-forms {
|
|
overflow: hidden;
|
|
display: inline-block;
|
|
background: #eeffee;
|
|
border: 1px solid #006600;
|
|
padding: 1em;
|
|
margin-bottom: 3em;
|
|
position: relative;
|
|
}
|
|
/* line 8, ../../../app/stylesheets/partials/clean/_mixins.sass */
|
|
body.outfits-new #outfit-forms {
|
|
display: block;
|
|
}
|
|
/* line 7, ../../../app/stylesheets/outfits/_new.sass */
|
|
body.outfits-new #outfit-forms h1 {
|
|
margin-bottom: 0;
|
|
}
|
|
/* line 9, ../../../app/stylesheets/outfits/_new.sass */
|
|
body.outfits-new #outfit-forms h2 {
|
|
font-size: 150%;
|
|
font-style: italic;
|
|
text-indent: 1em;
|
|
}
|
|
/* line 14, ../../../app/stylesheets/outfits/_new.sass */
|
|
body.outfits-new #outfit-forms #pet-preview {
|
|
float: left;
|
|
height: 300px;
|
|
margin-right: 2em;
|
|
position: relative;
|
|
width: 300px;
|
|
}
|
|
/* line 20, ../../../app/stylesheets/outfits/_new.sass */
|
|
body.outfits-new #outfit-forms #pet-preview img {
|
|
height: 100%;
|
|
width: 100%;
|
|
}
|
|
/* line 23, ../../../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 25, ../../../app/stylesheets/outfits/_new.sass */
|
|
body.outfits-new #outfit-forms #pet-preview.hidden img {
|
|
display: none;
|
|
}
|
|
/* line 27, ../../../app/stylesheets/outfits/_new.sass */
|
|
body.outfits-new #outfit-forms #pet-preview.loaded {
|
|
cursor: pointer;
|
|
}
|
|
/* line 29, ../../../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 37, ../../../app/stylesheets/outfits/_new.sass */
|
|
body.outfits-new #outfit-forms #pet-preview span:empty {
|
|
display: none;
|
|
}
|
|
/* line 39, ../../../app/stylesheets/outfits/_new.sass */
|
|
body.outfits-new #outfit-forms fieldset {
|
|
position: relative;
|
|
left: 1em;
|
|
}
|
|
/* line 42, ../../../app/stylesheets/outfits/_new.sass */
|
|
body.outfits-new #outfit-forms fieldset legend {
|
|
margin-left: -1em;
|
|
}
|
|
/* line 44, ../../../app/stylesheets/outfits/_new.sass */
|
|
body.outfits-new #load-pet-to-wardrobe {
|
|
font-size: 175%;
|
|
margin-bottom: 1em;
|
|
margin-top: 2em;
|
|
}
|
|
/* line 49, ../../../app/stylesheets/outfits/_new.sass */
|
|
body.outfits-new #load-pet-to-wardrobe input {
|
|
font-size: 67%;
|
|
padding: 0.5em;
|
|
width: 10em;
|
|
}
|
|
/* line 53, ../../../app/stylesheets/outfits/_new.sass */
|
|
body.outfits-new #load-pet-to-wardrobe button {
|
|
background: #ff5c00 url('/images/alert-overlay.png?1296599919') repeat-x;
|
|
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 56, ../../../app/stylesheets/outfits/_new.sass */
|
|
body.outfits-new #description, body.outfits-new #top-contributors {
|
|
float: left;
|
|
}
|
|
/* line 58, ../../../app/stylesheets/outfits/_new.sass */
|
|
body.outfits-new #description {
|
|
margin-right: 2%;
|
|
width: 64%;
|
|
}
|
|
/* line 61, ../../../app/stylesheets/outfits/_new.sass */
|
|
body.outfits-new #top-contributors {
|
|
border: 1px solid #cceecc;
|
|
margin-top: 1em;
|
|
padding: 1%;
|
|
width: 30%;
|
|
}
|
|
/* line 66, ../../../app/stylesheets/outfits/_new.sass */
|
|
body.outfits-new #top-contributors ol {
|
|
margin-left: 2em;
|
|
padding-left: 1em;
|
|
}
|
|
/* line 69, ../../../app/stylesheets/outfits/_new.sass */
|
|
body.outfits-new #top-contributors > a {
|
|
font-size: 80%;
|
|
display: block;
|
|
text-align: right;
|
|
}
|
|
/* line 73, ../../../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 78, ../../../app/stylesheets/outfits/_new.sass */
|
|
body.outfits-new #how-can-i-help h2, body.outfits-new #i-found-something h2 {
|
|
font-style: italic;
|
|
}
|
|
/* line 80, ../../../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 82, ../../../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 85, ../../../app/stylesheets/outfits/_new.sass */
|
|
body.outfits-new #how-can-i-help {
|
|
margin-right: 1%;
|
|
}
|
|
/* line 87, ../../../app/stylesheets/outfits/_new.sass */
|
|
body.outfits-new #i-found-something {
|
|
margin-left: 1%;
|
|
}
|
|
/* line 89, ../../../app/stylesheets/outfits/_new.sass */
|
|
body.outfits-new #i-found-something a {
|
|
float: right;
|
|
font-size: 87.5%;
|
|
margin-top: 1em;
|
|
}
|
|
/* line 98, ../../../app/stylesheets/outfits/_new.sass */
|
|
body.outfits-new #sections {
|
|
overflow: hidden;
|
|
display: inline-block;
|
|
display: table;
|
|
list-style: none;
|
|
margin-bottom: 1em;
|
|
}
|
|
/* line 8, ../../../app/stylesheets/partials/clean/_mixins.sass */
|
|
body.outfits-new #sections {
|
|
display: block;
|
|
}
|
|
/* line 103, ../../../app/stylesheets/outfits/_new.sass */
|
|
body.outfits-new #sections h3 {
|
|
margin-bottom: 0.25em;
|
|
}
|
|
/* line 105, ../../../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 114, ../../../app/stylesheets/outfits/_new.sass */
|
|
body.outfits-new #sections li:first-child {
|
|
border-left: 0;
|
|
}
|
|
/* line 116, ../../../app/stylesheets/outfits/_new.sass */
|
|
body.outfits-new #sections div {
|
|
color: #448844;
|
|
font-size: 75%;
|
|
margin-left: 1em;
|
|
z-index: 2;
|
|
}
|
|
/* line 121, ../../../app/stylesheets/outfits/_new.sass */
|
|
body.outfits-new #sections h4, body.outfits-new #sections input {
|
|
font-size: 116%;
|
|
}
|
|
/* line 123, ../../../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 125, ../../../app/stylesheets/outfits/_new.sass */
|
|
body.outfits-new #sections h4 a {
|
|
background: #ffffc0;
|
|
}
|
|
/* line 127, ../../../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 131, ../../../app/stylesheets/outfits/_new.sass */
|
|
body.outfits-new #sections img:hover {
|
|
-moz-opacity: 1;
|
|
-webkit-opacity: 1;
|
|
-o-opacity: 1;
|
|
-khtml-opacity: 1;
|
|
}
|
|
/* line 133, ../../../app/stylesheets/outfits/_new.sass */
|
|
body.outfits-new #read-more {
|
|
float: right;
|
|
}
|
|
|
|
/* line 2, ../../../app/stylesheets/outfits/_show.sass */
|
|
body.outfits-show #title {
|
|
float: left;
|
|
}
|
|
/* line 5, ../../../app/stylesheets/outfits/_show.sass */
|
|
body.outfits-show #outfit-wardrobe-link {
|
|
float: left;
|
|
font-size: 85%;
|
|
margin-left: 2em;
|
|
margin-top: 0.75em;
|
|
}
|
|
/* line 12, ../../../app/stylesheets/outfits/_show.sass */
|
|
body.outfits-show #outfit-user {
|
|
float: right;
|
|
margin-top: 1em;
|
|
}
|
|
/* line 16, ../../../app/stylesheets/outfits/_show.sass */
|
|
body.outfits-show #preview-wrapper {
|
|
clear: both;
|
|
height: 400px;
|
|
margin: 0 auto 1em;
|
|
position: relative;
|
|
width: 400px;
|
|
}
|
|
/* line 23, ../../../app/stylesheets/outfits/_show.sass */
|
|
body.outfits-show #preview-wrapper #preview-swf {
|
|
left: 0;
|
|
position: absolute;
|
|
top: 0;
|
|
}
|
|
/* line 28, ../../../app/stylesheets/outfits/_show.sass */
|
|
body.outfits-show #outfit-items {
|
|
text-align: center;
|
|
}
|
|
|
|
/* line 1, ../../../app/stylesheets/pets/_bulk.sass */
|
|
body.pets-bulk {
|
|
text-align: center;
|
|
}
|
|
/* line 5, ../../../app/stylesheets/pets/_bulk.sass */
|
|
body.pets-bulk #bulk-pets-form textarea, body.pets-bulk #bulk-pets-form div {
|
|
display: -moz-inline-box;
|
|
-moz-box-orient: vertical;
|
|
display: inline-block;
|
|
vertical-align: middle;
|
|
*display: inline;
|
|
*vertical-align: auto;
|
|
}
|
|
/* line 7, ../../../app/stylesheets/pets/_bulk.sass */
|
|
body.pets-bulk #bulk-pets-form textarea {
|
|
display: -moz-inline-box;
|
|
-moz-box-orient: vertical;
|
|
display: inline-block;
|
|
vertical-align: middle;
|
|
*display: inline;
|
|
*vertical-align: auto;
|
|
display: inline;
|
|
font: inherit;
|
|
height: 1.5em;
|
|
overflow: hidden;
|
|
resize: none;
|
|
}
|
|
/* line 15, ../../../app/stylesheets/pets/_bulk.sass */
|
|
body.pets-bulk #bulk-pets-form ul {
|
|
list-style: none;
|
|
margin-bottom: 1em;
|
|
}
|
|
/* line 18, ../../../app/stylesheets/pets/_bulk.sass */
|
|
body.pets-bulk #bulk-pets-form ul li {
|
|
display: -moz-inline-box;
|
|
-moz-box-orient: vertical;
|
|
display: inline-block;
|
|
vertical-align: middle;
|
|
*display: inline;
|
|
*vertical-align: auto;
|
|
background: #eeeeee;
|
|
margin: 0 auto;
|
|
min-width: 25%;
|
|
text-align: left;
|
|
}
|
|
/* line 24, ../../../app/stylesheets/pets/_bulk.sass */
|
|
body.pets-bulk #bulk-pets-form ul li.loaded {
|
|
background: #e6efc2;
|
|
}
|
|
/* line 26, ../../../app/stylesheets/pets/_bulk.sass */
|
|
body.pets-bulk #bulk-pets-form ul li.failed {
|
|
background: #fbe3e4;
|
|
}
|
|
/* line 28, ../../../app/stylesheets/pets/_bulk.sass */
|
|
body.pets-bulk #bulk-pets-form ul img {
|
|
float: left;
|
|
height: 50px;
|
|
width: 50px;
|
|
}
|
|
/* line 33, ../../../app/stylesheets/pets/_bulk.sass */
|
|
body.pets-bulk #bulk-pets-form ul span {
|
|
display: block;
|
|
}
|
|
/* line 35, ../../../app/stylesheets/pets/_bulk.sass */
|
|
body.pets-bulk #bulk-pets-form ul .response {
|
|
font-size: 75%;
|
|
font-style: italic;
|
|
margin-left: 75px;
|
|
}
|
|
/* line 42, ../../../app/stylesheets/pets/_bulk.sass */
|
|
body.pets-bulk.js .noscript {
|
|
display: none;
|
|
}
|
|
/* line 44, ../../../app/stylesheets/pets/_bulk.sass */
|
|
body.pets-bulk.js .script-only {
|
|
display: block;
|
|
}
|
|
/* line 47, ../../../app/stylesheets/pets/_bulk.sass */
|
|
body.pets-bulk .script-only {
|
|
display: none;
|
|
}
|
|
|
|
/* 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;
|
|
}
|