Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- @charset "UTF-8";
- @import url(//fonts.googleapis.com/css?family=Droid+Sans:400,700);
- @import url(//fonts.googleapis.com/css?family=Droid+Serif:400,700,400italic);
- @import url(//fonts.googleapis.com/css?family=Calligraffitti);
- 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
- }
- html,
- body {
- height: 100%
- }
- body {
- background: #201d1d;
- color: #ba93f2;
- font-family: "Droid Sans", Helvetica, Arial, Verdana, sans-serif;
- font-size: 90%;
- line-height: 1.5
- }
- a[href] {
- color: #b2a0e3
- }
- p {
- font-family: "Droid Serif", Georgia, "Times New Roman", Times, serif
- }
- input,
- button,
- select {
- font-family: inherit;
- font-size: 100%
- }
- p {
- margin-bottom: 1em
- }
- h1,
- h2,
- h3 {
- font-family: Delicious, Helvetica, Arial, Verdana, sans-serif
- }
- h1 {
- font-size: 3em;
- line-height: 1;
- margin-bottom: 0.5em
- }
- h2 {
- font-size: 2em;
- margin-bottom: 0.75em
- }
- h3 {
- font-size: 1.5em;
- line-height: 1;
- margin-bottom: 1em
- }
- .inline-image,
- body.pets-bulk #bulk-pets-form ul img {
- margin-right: 1em;
- vertical-align: middle
- }
- #container {
- margin: 0.25em auto;
- padding-top: 2.5em;
- position: relative;
- width: 800px
- }
- input,
- button,
- select,
- label {
- cursor: pointer
- }
- 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: #201d1d;
- border: 1px solid #cfc3df;
- color: #927cae;
- padding: 0.25em
- }
- 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
- }
- textarea {
- font: inherit
- }
- a.button,
- input[type=submit],
- button {
- -moz-border-radius: 5px;
- -webkit-border-radius: 5px;
- background: #9181bf url(/assets/alert-overlay-8b1fd7569468e64af0078bb7ff89201f.png) repeat-x;
- border: 0;
- display: inline-block;
- padding: 0.5em 0.75em 0.45em;
- color: #201d1d;
- 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
- }
- a.button:hover,
- input[type=submit]:hover,
- button:hover {
- background-color: #716495
- }
- a.button:hover,
- input[type=submit]:hover,
- button:hover {
- color: #201d1d
- }
- a.button:active,
- input[type=submit]:active,
- button:active {
- top: 1px
- }
- a.button.loud,
- input[type=submit].loud,
- button.loud {
- background: #ff5c00 url(/assets/alert-overlay-8b1fd7569468e64af0078bb7ff89201f.png) repeat-x;
- font-size: 125%;
- padding: 8px 14px 9px
- }
- a.button.loud:hover,
- input[type=submit].loud:hover,
- button.loud:hover {
- background-color: #ee4b00
- }
- ul.buttons {
- margin-bottom: 1em
- }
- ul.buttons li {
- list-style: none;
- margin: 0 0.5em
- }
- ul.buttons li,
- ul.buttons li form {
- display: inline
- }
- #footer {
- clear: both;
- font-size: 75%;
- margin-bottom: 1em;
- padding-top: 2em;
- text-align: center
- }
- #footer ul,
- #footer div {
- display: inline;
- margin: 0 1em
- }
- #footer li,
- #footer div ul {
- display: inline;
- margin: 0 0.5em
- }
- #footer #locale-form {
- float: right
- }
- .success,
- .alert,
- .warning {
- margin-bottom: 1em;
- padding: 0.25em 0.5em;
- text-align: center
- }
- .success {
- background: #dbc2ef;
- border: 1px solid #9580d8;
- color: #3e0944
- }
- .alert {
- background: #fbe3e4;
- border: 1px solid #fbc2c4;
- color: #8a1f11
- }
- .warning {
- background: #201d1d;
- border: 1px solid #ffd324;
- color: #b0983d
- }
- #userbar {
- font-family: Delicious, Helvetica, Arial, Verdana, sans-serif;
- position: absolute;
- right: 0;
- top: 0
- }
- #userbar > * {
- display: inline;
- margin: 0 0.25em
- }
- #userbar-image-mode {
- font-weight: bold;
- margin-right: 1em;
- text-decoration: none
- }
- #userbar-image-mode img {
- bottom: -2px;
- height: 16px;
- position: relative;
- width: 16px
- }
- #userbar-log-in {
- text-decoration: none
- }
- #userbar-log-in img {
- margin-bottom: -4px;
- margin-right: 0.25em
- }
- #userbar-log-in span {
- text-decoration: underline
- }
- #userbar-log-in:hover span {
- text-decoration: none
- }
- .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
- }
- .object a {
- text-decoration: none
- }
- .object a img {
- -moz-opacity: 0.75;
- -webkit-opacity: 0.75;
- -o-opacity: 0.75;
- -khtml-opacity: 0.75
- }
- .object img {
- display: block;
- height: 80px;
- margin: 0 auto;
- width: 80px
- }
- .object:hover img,
- .object a:hover img {
- -moz-opacity: 1;
- -webkit-opacity: 1;
- -o-opacity: 1;
- -khtml-opacity: 1
- }
- .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
- }
- .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
- }
- .object .nc-icon,
- .object .closeted-icons img {
- display: inline;
- height: 16px;
- width: 16px
- }
- .object .nc-icon {
- right: 18px
- }
- .object .closeted-icons {
- left: 18px
- }
- dt {
- font-weight: bold
- }
- dd {
- margin: 0 0 1.5em 1em
- }
- #home-link {
- font-family: Delicious, Helvetica, Arial, Verdana, sans-serif;
- font-size: 175%;
- font-weight: bold;
- left: 0;
- line-height: 1;
- padding-left: 0.25em;
- padding-right: 0.25em;
- position: absolute;
- top: 0
- }
- #home-link:hover {
- background: #201d1d;
- text-decoration: none
- }
- #home-link span:before {
- content: "<< "
- }
- #home-link,
- #userbar {
- padding-top: 6px;
- padding-bottom: 6px
- }
- .pagination a,
- .pagination span {
- margin: 0 0.5em
- }
- .pagination .current {
- font-weight: bold
- }
- @font-face {
- font-family: Delicious;
- src: local("Delicious"), url(/assets/Delicious-Roman-2bc9fd204b5f831152f5c73656854fe5.otf)
- }
- @font-face {
- font-family: Delicious;
- font-weight: bold;
- src: local("Delicious"), url(/assets/Delicious-Bold-dd6bdd18722f96f3dcc1913bf651e35c.otf)
- }
- @font-face {
- font-family: Delicious;
- font-style: italic;
- src: local("Delicious"), url(/assets/Delicious-Italic-d2b73d97223dc2a70fc5374573e70da0.otf)
- }
- div.jGrowl {
- padding: 10px;
- z-index: 9999;
- color: #201d1d;
- font-size: 12px
- }
- div.ie6 {
- position: absolute
- }
- 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')
- }
- 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')
- }
- 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')
- }
- 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')
- }
- 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%
- }
- body > div.jGrowl {
- position: fixed
- }
- body > div.jGrowl.top-left {
- left: 0px;
- top: 0px
- }
- body > div.jGrowl.top-right {
- right: 0px;
- top: 0px
- }
- body > div.jGrowl.bottom-left {
- left: 0px;
- bottom: 0px
- }
- body > div.jGrowl.bottom-right {
- right: 0px;
- bottom: 0px
- }
- body > div.jGrowl.center {
- top: 0px;
- width: 50%;
- left: 25%
- }
- div.center div.jGrowl-notification,
- div.center div.jGrowl-closer {
- margin-left: auto;
- margin-right: auto
- }
- div.jGrowl div.jGrowl-notification,
- div.jGrowl div.jGrowl-closer {
- background-color: #000;
- 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
- }
- div.jGrowl div.jGrowl-notification {
- min-height: 40px
- }
- div.jGrowl div.jGrowl-notification div.header {
- font-weight: bold;
- font-size: 0.85em
- }
- div.jGrowl div.jGrowl-notification div.close {
- z-index: 99;
- float: right;
- font-weight: bold;
- font-size: 1em;
- cursor: pointer
- }
- div.jGrowl div.jGrowl-closer {
- padding-top: 4px;
- padding-bottom: 4px;
- cursor: pointer;
- font-size: 0.9em;
- font-weight: bold;
- text-align: center
- }
- @media print {
- div.jGrowl {
- display: none
- }
- }
- 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 #9181bf;
- margin: 0.5em;
- padding: 0.5em;
- text-align: center;
- vertical-align: top;
- width: 150px
- }
- 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%
- }
- body.broken_image_reports-new #report-assets li img {
- height: 150px;
- width: 150px
- }
- body.broken_image_reports-new #report-assets span {
- font-size: 85%
- }
- body.broken_image_reports-new #report-assets .manual a {
- display: block
- }
- body.campaigns-show,
- body.campaigns-current {
- color: #9181bf
- }
- body.campaigns-show .campaign-progress-wrapper,
- body.campaigns-current .campaign-progress-wrapper {
- -moz-border-radius: 8px;
- -webkit-border-radius: 8px;
- background: #c99cc2;
- background-image: linear-gradient(#eddeeb, #c99cc2);
- border: 4px solid #9181bf;
- clear: both;
- margin-bottom: 1em;
- margin-top: 0.5em;
- position: relative
- }
- body.campaigns-show .campaign-progress-wrapper .button,
- body.campaigns-current .campaign-progress-wrapper .button {
- -moz-border-radius: 5px;
- -webkit-border-radius: 5px;
- background: #9181bf url(/assets/alert-overlay-8b1fd7569468e64af0078bb7ff89201f.png) repeat-x;
- border: 0;
- display: inline-block;
- padding: 0.5em 0.75em 0.45em;
- color: #201d1d;
- 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: #cdcde5 url(/assets/alert-overlay-8b1fd7569468e64af0078bb7ff89201f.png) repeat-x;
- font-size: 75%;
- margin-left: 1em;
- padding: 0.25em 0.75em
- }
- body.campaigns-show .campaign-progress-wrapper .button:hover,
- body.campaigns-current .campaign-progress-wrapper .button:hover {
- background-color: #9181bf
- }
- body.campaigns-show .campaign-progress-wrapper .button:hover,
- body.campaigns-current .campaign-progress-wrapper .button:hover {
- color: #201d1d
- }
- body.campaigns-show .campaign-progress-wrapper .button:active,
- body.campaigns-current .campaign-progress-wrapper .button:active {
- top: 1px
- }
- body.campaigns-show .campaign-progress-wrapper .button:hover,
- body.campaigns-current .campaign-progress-wrapper .button:hover {
- background-color: #003
- }
- body.campaigns-show .campaign-progress,
- body.campaigns-current .campaign-progress {
- background: #9181bf;
- background-image: linear-gradient(#c54bb1, #9181bf);
- border-right: 1px solid #9181bf
- }
- body.campaigns-show .campaign-progress-wrapper,
- body.campaigns-show .campaign-progress,
- body.campaigns-current .campaign-progress-wrapper,
- body.campaigns-current .campaign-progress {
- height: 2.5em
- }
- body.campaigns-show .campaign-progress-label,
- body.campaigns-current .campaign-progress-label {
- text-shadow: 1px 1px 0 #9181bf;
- color: #201d1d;
- font-size: 150%;
- left: 0;
- position: absolute;
- top: 0;
- text-align: center;
- width: 100%
- }
- body.campaigns-show .campaign-progress-label a,
- body.campaigns-current .campaign-progress-label a {
- color: inherit;
- display: block;
- text-decoration: none
- }
- body.campaigns-show .campaign-progress-label .button,
- body.campaigns-current .campaign-progress-label .button {
- position: relative;
- top: -2px
- }
- body.campaigns-show.campaign-loaded .campaign-progress-wrapper,
- body.campaigns-current.campaign-loaded .campaign-progress-wrapper {
- visibility: visible
- }
- body.campaigns-show a,
- body.campaigns-current a {
- color: #b2a0e3 !important
- }
- body.campaigns-show #home-link:hover,
- body.campaigns-current #home-link:hover {
- background-color: #201d1d
- }
- body.campaigns-show #userbar,
- body.campaigns-show #footer,
- body.campaigns-current #userbar,
- body.campaigns-current #footer {
- color: #ba93f2
- }
- body.campaigns-show #userbar a,
- body.campaigns-show #footer a,
- body.campaigns-current #userbar a,
- body.campaigns-current #footer a {
- color: #b2a0e3
- }
- body.campaigns-show #zhome-link,
- body.campaigns-current #home-link {
- color: #b2a0e3
- }
- body.campaigns-show #title,
- body.campaigns-current #title {
- display: none
- }
- body.campaigns-show #donation-form,
- body.campaigns-current #donation-form {
- background: #201d1d;
- border: 1px solid #9181bf;
- padding: 1em;
- background: #201d1d;
- border-color: #9181bf;
- display: flex;
- flex-direction: row;
- margin-top: 1em;
- margin-bottom: 1.5em;
- padding-bottom: 32px;
- padding-left: 24px;
- padding-right: 24px;
- padding-top: 32px;
- position: relative
- }
- body.campaigns-show #donation-form::after,
- body.campaigns-current #donation-form::after {
- background-image: url("/assets/campaigns/purple-b2bd7f3ca1a6e8be2d183e323d218729.png");
- background-repeat: no-repeat;
- bottom: 0;
- content: " ";
- height: 123px;
- position: absolute;
- right: 4px;
- width: 150px
- }
- body.campaigns-show #donation-form header,
- body.campaigns-show #donation-form #donation-fields,
- body.campaigns-current #donation-form header,
- body.campaigns-current #donation-form #donation-fields {
- flex: 1
- }
- body.campaigns-show #donation-form #donation-form-title,
- body.campaigns-current #donation-form #donation-form-title {
- font-size: 125%;
- font-weight: bold;
- margin-bottom: 0.25em;
- margin-top: 0
- }
- body.campaigns-show #donation-form p,
- body.campaigns-current #donation-form p {
- font-family: "Droid Sans", Helvetica, Arial, Verdana, sans-serif;
- font-size: 85%;
- margin-bottom: 0;
- margin-top: 0.5em
- }
- body.campaigns-show #donation-form #donation-fields,
- body.campaigns-current #donation-form #donation-fields {
- margin-left: 20px;
- padding-top: 7px
- }
- body.campaigns-show #donation-form #amount-header,
- body.campaigns-current #donation-form #amount-header {
- font-size: 85%;
- font-weight: bold;
- line-height: 1
- }
- body.campaigns-show #donation-form #amount-choices,
- body.campaigns-current #donation-form #amount-choices {
- display: flex;
- flex-direction: row;
- margin-bottom: 0.75em;
- margin-top: 0.5em
- }
- body.campaigns-show #donation-form #amount-choices li,
- body.campaigns-current #donation-form #amount-choices li {
- border: 1px solid #c99cc2;
- border-radius: 5px;
- display: block;
- flex: 1;
- list-style: none;
- overflow: hidden;
- text-align: center
- }
- body.campaigns-show #donation-form #amount-choices li:not(:last-of-type),
- body.campaigns-current #donation-form #amount-choices li:not(:last-of-type) {
- margin-right: 0.75em
- }
- body.campaigns-show #donation-form #amount-choices li input[type=radio],
- body.campaigns-current #donation-form #amount-choices li input[type=radio] {
- height: 0;
- margin: 0;
- padding: 0;
- opacity: 0;
- position: absolute;
- width: 0
- }
- body.campaigns-show #donation-form #amount-choices li label,
- body.campaigns-current #donation-form #amount-choices li label {
- border: 1px solid transparent;
- box-sizing: border-box;
- display: block;
- padding: 0.5em 0.5em;
- width: 100%
- }
- body.campaigns-show #donation-form #amount-choices li input[type=radio]:checked ~ label,
- body.campaigns-current #donation-form #amount-choices li input[type=radio]:checked ~ label {
- background: #e4cde0;
- font-weight: bold
- }
- body.campaigns-show #donation-form #amount-choices li input[type=radio]:focus ~ label,
- body.campaigns-current #donation-form #amount-choices li input[type=radio]:focus ~ label {
- border-color: #201d1d;
- border-radius: 5px
- }
- body.campaigns-show #donation-form #amount-choices li #amount-custom-fields,
- body.campaigns-current #donation-form #amount-choices li #amount-custom-fields {
- display: none
- }
- body.campaigns-show #donation-form #amount-choices li #amount-custom-fields input[type=text],
- body.campaigns-show #donation-form #amount-choices li #amount-custom-fields body.pets-bulk #bulk-pets-form textarea,
- body.pets-bulk #bulk-pets-form body.campaigns-show #donation-form #amount-choices li #amount-custom-fields textarea,
- body.campaigns-current #donation-form #amount-choices li #amount-custom-fields input[type=text],
- body.campaigns-current #donation-form #amount-choices li #amount-custom-fields body.pets-bulk #bulk-pets-form textarea,
- body.pets-bulk #bulk-pets-form body.campaigns-current #donation-form #amount-choices li #amount-custom-fields textarea {
- font-family: inherit;
- font-size: inherit;
- line-height: 1;
- padding: 0;
- text-align: center
- }
- body.campaigns-show #donation-form #amount-choices li #amount-custom:checked ~ #amount-custom-fields,
- body.campaigns-current #donation-form #amount-choices li #amount-custom:checked ~ #amount-custom-fields {
- display: block
- }
- body.campaigns-show #donation-form #amount-choices li #amount-custom:checked ~ label[for=amount-custom],
- body.campaigns-current #donation-form #amount-choices li #amount-custom:checked ~ label[for=amount-custom] {
- display: none
- }
- body.campaigns-show #donation-form input[type=text],
- body.campaigns-show #donation-form body.pets-bulk #bulk-pets-form textarea,
- body.pets-bulk #bulk-pets-form body.campaigns-show #donation-form textarea,
- body.campaigns-current #donation-form input[type=text],
- body.campaigns-current #donation-form body.pets-bulk #bulk-pets-form textarea,
- body.pets-bulk #bulk-pets-form body.campaigns-current #donation-form textarea {
- border-color: #cce;
- color: #9580d8;
- width: 3em
- }
- body.campaigns-show #donation-form #donation-controls button,
- body.campaigns-current #donation-form #donation-controls button {
- background: #b2a0e3 url(/assets/alert-overlay-8b1fd7569468e64af0078bb7ff89201f.png) repeat-x;
- font-size: 120%
- }
- body.campaigns-show #donation-form #donation-controls button:hover,
- body.campaigns-current #donation-form #donation-controls button:hover {
- background-color: #8c78cb
- }
- body.campaigns-show #campaign-text[data-campaign-complete] #description,
- body.campaigns-current #campaign-text[data-campaign-complete] #description {
- display: none
- }
- body.campaigns-show #campaign-text[data-campaign-complete] #description[data-show],
- body.campaigns-current #campaign-text[data-campaign-complete] #description[data-show] {
- display: block
- }
- body.campaigns-show #success-thanks,
- body.campaigns-current #success-thanks {
- border: 1px dashed #9181bf;
- margin-bottom: 1em;
- padding: 1em;
- position: relative
- }
- body.campaigns-show #success-thanks p:last-child,
- body.campaigns-current #success-thanks p:last-child {
- margin-bottom: 0
- }
- body.campaigns-show #success-thanks-toggle-description,
- body.campaigns-current #success-thanks-toggle-description {
- position: absolute;
- bottom: 1em;
- font-style: italic;
- right: 1em
- }
- body.campaigns-show #outfits,
- body.campaigns-current #outfits {
- font-size: 0;
- list-style: none;
- text-align: center
- }
- body.campaigns-show #outfits > li,
- body.campaigns-current #outfits > li {
- display: -moz-inline-box;
- -moz-box-orient: vertical;
- display: inline-block;
- vertical-align: middle;
- *display: inline;
- *vertical-align: auto;
- overflow: hidden;
- position: relative;
- font-size: 14px
- }
- body.campaigns-show #outfits > li .outfit-star,
- body.campaigns-current #outfits > li .outfit-star {
- bottom: -2px;
- height: 16px;
- position: relative;
- width: 16px;
- background-image: url(/assets/unstarred-013e692e010d97de32dfd4cf5cc88456.png);
- background-position: left top;
- background-repeat: no-repeat;
- cursor: pointer;
- display: block;
- float: left;
- margin-right: 8px
- }
- body.campaigns-show #outfits > li.starred .outfit-star,
- body.campaigns-current #outfits > li.starred .outfit-star {
- background-image: url(/assets/star-fcfbc11621d90e8830718723ed661d8d.png)
- }
- body.campaigns-show #outfits > li.loading .outfit-star,
- body.campaigns-current #outfits > li.loading .outfit-star {
- background-image: url(/assets/loading-d880e4b670adcdd01224a73387005caa.gif)
- }
- body.campaigns-show #outfits > li header,
- body.campaigns-show #outfits > li footer,
- body.campaigns-current #outfits > li header,
- body.campaigns-current #outfits > li footer {
- color: #000;
- left: 0;
- position: absolute;
- z-index: 2;
- background: #000;
- background: rgba(255, 255, 255, .95)
- }
- body.campaigns-show #outfits > li header,
- body.campaigns-current #outfits > li header {
- bottom: 0
- }
- body.campaigns-show #outfits > li footer,
- body.campaigns-current #outfits > li footer {
- top: 0
- }
- body.campaigns-show #outfits > li a,
- body.campaigns-current #outfits > li a {
- color: #201d1d
- }
- body.campaigns-show #outfits > li,
- body.campaigns-current #outfits > li {
- display: -moz-inline-box;
- -moz-box-orient: vertical;
- display: inline-block;
- vertical-align: middle;
- *display: inline;
- *vertical-align: auto;
- overflow: hidden;
- position: relative;
- height: 150px;
- margin: 2px;
- width: 150px
- }
- body.campaigns-show #outfits > li .outfit-star,
- body.campaigns-current #outfits > li .outfit-star {
- bottom: -2px;
- height: 16px;
- position: relative;
- width: 16px;
- background-image: url(/assets/unstarred-013e692e010d97de32dfd4cf5cc88456.png);
- background-position: left top;
- background-repeat: no-repeat;
- cursor: pointer;
- display: block;
- float: left;
- margin-right: 8px
- }
- body.campaigns-show #outfits > li.starred .outfit-star,
- body.campaigns-current #outfits > li.starred .outfit-star {
- background-image: url(/assets/star-fcfbc11621d90e8830718723ed661d8d.png)
- }
- body.campaigns-show #outfits > li.loading .outfit-star,
- body.campaigns-current #outfits > li.loading .outfit-star {
- background-image: url(/assets/loading-d880e4b670adcdd01224a73387005caa.gif)
- }
- body.campaigns-show #outfits > li header,
- body.campaigns-show #outfits > li footer,
- body.campaigns-current #outfits > li header,
- body.campaigns-current #outfits > li footer {
- color: #000;
- left: 0;
- position: absolute;
- z-index: 2;
- background: #000;
- background: rgba(255, 251, 251, .95)
- }
- body.campaigns-show #outfits > li header,
- body.campaigns-current #outfits > li header {
- bottom: 0
- }
- body.campaigns-show #outfits > li footer,
- body.campaigns-current #outfits > li footer {
- top: 0
- }
- body.campaigns-show #outfits > li a,
- body.campaigns-current #outfits > li a {
- color: #201d1d
- }
- body.campaigns-show #outfits > li header,
- body.campaigns-show #outfits > li footer,
- body.campaigns-current #outfits > li header,
- body.campaigns-current #outfits > li footer {
- font-size: 85%;
- padding: 2px 4px;
- width: 142px
- }
- body.campaigns-show #outfits > li img,
- body.campaigns-current #outfits > li img {
- height: 150px;
- width: 150px
- }
- body.campaigns-show #outfits > li.banner,
- body.campaigns-current #outfits > li.banner {
- background-image: url(http://images.neopets.com/themes/004_bir_a2e60/footer_bg.png);
- background-position: 0 -60px;
- border: 2px solid #006;
- color: #201d1d;
- height: 100px;
- line-height: 100px;
- margin: 4px 0;
- text-shadow: #335 2px 2px 1px;
- width: 796px
- }
- body.campaigns-show #outfits > li.banner span,
- body.campaigns-current #outfits > li.banner span {
- display: -moz-inline-box;
- -moz-box-orient: vertical;
- display: inline-block;
- vertical-align: middle;
- *display: inline;
- *vertical-align: auto;
- font-size: 32px;
- font-weight: bold;
- line-height: 1.5;
- vertical-align: middle
- }
- body.campaigns-show #last-years-donors,
- body.campaigns-current #last-years-donors {
- font-weight: bold;
- margin-top: 1em;
- text-align: center
- }
- body.campaigns-show #outfits-header > *,
- body.campaigns-current #outfits-header > * {
- display: inline-block
- }
- body.campaigns-show #all-campaigns-list li,
- body.campaigns-current #all-campaigns-list li {
- display: inline-block;
- list-style: none;
- margin-left: 1em
- }
- body.campaigns-show #fine-print,
- body.campaigns-current #fine-print {
- font-size: 85%;
- margin-top: 2em
- }
- body.closet_hangers-index .campaign-progress-wrapper {
- -moz-border-radius: 8px;
- -webkit-border-radius: 8px;
- background: #c99cc2;
- background-image: linear-gradient(#eddeeb, #c99cc2);
- border: 4px solid #9181bf;
- clear: both;
- margin-bottom: 1em;
- margin-top: 0.5em;
- position: relative
- }
- body.closet_hangers-index .campaign-progress-wrapper .button {
- -moz-border-radius: 5px;
- -webkit-border-radius: 5px;
- background: #9181bf url(/assets/alert-overlay-8b1fd7569468e64af0078bb7ff89201f.png) repeat-x;
- border: 0;
- display: inline-block;
- padding: 0.5em 0.75em 0.45em;
- color: #201d1d;
- 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: #004 url(/assets/alert-overlay-8b1fd7569468e64af0078bb7ff89201f.png) repeat-x;
- font-size: 75%;
- margin-left: 1em;
- padding: 0.25em 0.75em
- }
- body.closet_hangers-index .campaign-progress-wrapper .button:hover {
- background-color: #9181bf
- }
- body.closet_hangers-index .campaign-progress-wrapper .button:hover {
- color: #201d1d
- }
- body.closet_hangers-index .campaign-progress-wrapper .button:active {
- top: 1px
- }
- body.closet_hangers-index .campaign-progress-wrapper .button:hover {
- background-color: #003
- }
- body.closet_hangers-index .campaign-progress {
- background: #9181bf;
- background-image: linear-gradient(#c54bb1, #9181bf);
- border-right: 1px solid #9181bf
- }
- body.closet_hangers-index .campaign-progress-wrapper,
- body.closet_hangers-index .campaign-progress {
- height: 2.5em
- }
- body.closet_hangers-index .campaign-progress-label {
- text-shadow: 1px 1px 0 #9181bf;
- color: #201d1d;
- font-size: 150%;
- left: 0;
- position: absolute;
- top: 0;
- text-align: center;
- width: 100%
- }
- body.closet_hangers-index .campaign-progress-label a {
- color: inherit;
- display: block;
- text-decoration: none
- }
- body.closet_hangers-index .campaign-progress-label .button {
- position: relative;
- top: -2px
- }
- body.closet_hangers-index.campaign-loaded .campaign-progress-wrapper {
- visibility: visible
- }
- body.closet_hangers-index #title {
- float: left;
- margin-right: 0.5em
- }
- body.closet_hangers-index .flash {
- clear: both
- }
- body.closet_hangers-index #secondary-nav {
- display: block;
- margin-top: 0.75em
- }
- body.closet_hangers-index #title {
- margin-bottom: 0
- }
- body.closet_hangers-index #import-link {
- -moz-border-radius: 5px;
- -webkit-border-radius: 5px;
- background: #9181bf url(/assets/alert-overlay-8b1fd7569468e64af0078bb7ff89201f.png) repeat-x;
- border: 0;
- display: inline-block;
- padding: 0.5em 0.75em 0.45em;
- color: #201d1d;
- 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: #ff5c00 url(/assets/alert-overlay-8b1fd7569468e64af0078bb7ff89201f.png) repeat-x
- }
- body.closet_hangers-index #import-link:hover {
- background-color: #9181bf
- }
- body.closet_hangers-index #import-link:hover {
- color: #201d1d
- }
- body.closet_hangers-index #import-link:active {
- top: 1px
- }
- body.closet_hangers-index #import-link:hover {
- background-color: #ee4b00
- }
- body.closet_hangers-index #closet-hangers-items-search {
- float: right
- }
- body.closet_hangers-index #closet-hangers-items-search input[name=q].loading {
- background-image: url(/assets/loading-d880e4b670adcdd01224a73387005caa.gif);
- background-position: 2px center;
- background-repeat: no-repeat;
- padding-left: 20px
- }
- body.closet_hangers-index #closet-hangers-contact {
- clear: both;
- color: #927cae;
- margin-bottom: 1em;
- margin-left: 2em;
- min-height: 16px
- }
- body.closet_hangers-index #closet-hangers-contact a {
- text-decoration: none;
- color: inherit;
- margin-right: 0.5em
- }
- body.closet_hangers-index #closet-hangers-contact a:hover {
- text-decoration: underline
- }
- body.closet_hangers-index #closet-hangers-contact a,
- body.closet_hangers-index #closet-hangers-contact > form {
- background-position: left center;
- background-repeat: no-repeat;
- padding-left: 20px
- }
- body.closet_hangers-index #closet-hangers-contact a.neomail,
- body.closet_hangers-index #closet-hangers-contact > form {
- background-image: url(/assets/neomail-9c14f86b488e0e8b27aa4160fcf146ed.png)
- }
- body.closet_hangers-index #closet-hangers-contact a.lookup {
- background-image: url(/assets/lookup-d2984e8412e9ddd670a43b535d6bae39.png)
- }
- body.closet_hangers-index #closet-hangers-contact select {
- width: 10em
- }
- body.closet_hangers-index #closet-hangers-contact label {
- font-weight: bold;
- margin-right: 0.5em
- }
- body.closet_hangers-index #closet-hangers-contact label:after {
- content: ":"
- }
- body.closet_hangers-index #toggle-help,
- body.closet_hangers-index #toggle-compare {
- -moz-border-radius: 5px;
- -webkit-border-radius: 5px;
- background: #9181bf url(/assets/alert-overlay-8b1fd7569468e64af0078bb7ff89201f.png) repeat-x;
- border: 0;
- display: inline-block;
- padding: 0.5em 0.75em 0.45em;
- color: #201d1d;
- 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
- }
- body.closet_hangers-index #toggle-help:hover,
- body.closet_hangers-index #toggle-compare:hover {
- background-color: #9181bf
- }
- body.closet_hangers-index #toggle-help:hover,
- body.closet_hangers-index #toggle-compare:hover {
- color: #201d1d
- }
- body.closet_hangers-index #toggle-help:active,
- body.closet_hangers-index #toggle-compare:active {
- top: 1px
- }
- body.closet_hangers-index #closet-hangers-help.hidden {
- display: none
- }
- body.closet_hangers-index #closet-hangers-extras {
- font-size: 85%;
- margin-bottom: 2em;
- margin-top: 2em;
- text-align: center
- }
- body.closet_hangers-index #closet-hangers-extras a {
- -moz-border-radius: 5px;
- -webkit-border-radius: 5px;
- background: #9181bf url(/assets/alert-overlay-8b1fd7569468e64af0078bb7ff89201f.png) repeat-x;
- border: 0;
- display: inline-block;
- padding: 0.5em 0.75em 0.45em;
- color: #201d1d;
- 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
- }
- body.closet_hangers-index #closet-hangers-extras a:hover {
- background-color: #9181bf
- }
- body.closet_hangers-index #closet-hangers-extras a:hover {
- color: #201d1d
- }
- body.closet_hangers-index #closet-hangers-extras a:active {
- top: 1px
- }
- body.closet_hangers-index #closet-hangers-share {
- margin-bottom: 1em
- }
- body.closet_hangers-index #closet-hangers-share label {
- font-weight: bold;
- margin-right: 0.5em
- }
- body.closet_hangers-index #closet-hangers-share input {
- width: 30em
- }
- body.closet_hangers-index .bulk-actions {
- display: none
- }
- body.closet_hangers-index #closet-hangers {
- clear: both;
- text-align: center
- }
- 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: #201d1d;
- padding: 6px 4px 4px;
- position: absolute;
- left: 18px;
- line-height: 1;
- text-align: left;
- top: 0
- }
- 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
- }
- body.closet_hangers-index #closet-hangers .object form {
- display: none
- }
- body.closet_hangers-index #closet-hangers .object[data-quantity="1"] .quantity {
- display: none
- }
- body.closet_hangers-index #closet-hangers .object a {
- display: block
- }
- body.closet_hangers-index #closet-hangers .object a:hover {
- text-decoration: underline
- }
- body.closet_hangers-index #closet-hangers .object .object {
- margin: 0
- }
- body.closet_hangers-index #closet-hangers .object label {
- display: block
- }
- body.closet_hangers-index #closet-hangers .object input[type=checkbox] {
- display: none;
- position: absolute;
- top: 0;
- right: 18px;
- height: 16px;
- width: 16px
- }
- body.closet_hangers-index #closet-hangers .object input[type=checkbox]:checked {
- display: block
- }
- body.closet_hangers-index #closet-hangers .object input[type=checkbox]:checked + label {
- background: #201d1d;
- outline: 1px solid #9181bf
- }
- body.closet_hangers-index .closet-hangers-group {
- border-top: 1px solid #9181bf;
- margin-bottom: 2em;
- padding-bottom: 1em
- }
- body.closet_hangers-index .closet-hangers-group > header {
- border-bottom: 1px solid #9181bf;
- display: block;
- margin-bottom: 0.25em;
- padding: 0.25em 0;
- position: relative
- }
- body.closet_hangers-index .closet-hangers-group > header h3 {
- font-size: 250%;
- margin: 0
- }
- body.closet_hangers-index .closet-hangers-group > header .add-closet-list {
- -moz-border-radius: 5px;
- -webkit-border-radius: 5px;
- background: #9181bf url(/assets/alert-overlay-8b1fd7569468e64af0078bb7ff89201f.png) repeat-x;
- border: 0;
- display: inline-block;
- padding: 0.5em 0.75em 0.45em;
- color: #201d1d;
- 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
- }
- body.closet_hangers-index .closet-hangers-group > header .add-closet-list:hover {
- background-color: #9181bf
- }
- body.closet_hangers-index .closet-hangers-group > header .add-closet-list:hover {
- color: #201d1d
- }
- body.closet_hangers-index .closet-hangers-group > header .add-closet-list:active {
- top: 1px
- }
- body.closet_hangers-index .closet-hangers-group > header .add-closet-list:active {
- margin-bottom: -1.1em;
- top: auto
- }
- body.closet_hangers-index .closet-hangers-group > header span.show,
- body.closet_hangers-index .closet-hangers-group > header span.hide {
- color: #927cae;
- display: none;
- font-size: 85%;
- left: 1em;
- position: absolute;
- top: 1em
- }
- 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
- }
- body.closet_hangers-index .closet-list {
- border-bottom: 1px solid #9181bf;
- padding: 0.5em 0;
- position: relative
- }
- 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
- }
- 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
- }
- body.closet_hangers-index .closet-list .visibility-form select {
- border-color: #201d1d
- }
- body.closet_hangers-index .closet-list .visibility-form input[type=submit] {
- -moz-border-radius: 5px;
- -webkit-border-radius: 5px;
- background: #9181bf url(/assets/alert-overlay-8b1fd7569468e64af0078bb7ff89201f.png) repeat-x;
- border: 0;
- display: inline-block;
- padding: 0.5em 0.75em 0.45em;
- color: #201d1d;
- 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: #aaa url(/assets/alert-overlay-8b1fd7569468e64af0078bb7ff89201f.png) repeat-x;
- -moz-opacity: 0.9;
- -webkit-opacity: 0.9;
- -o-opacity: 0.9;
- -khtml-opacity: 0.9;
- font-size: 80%;
- font-size: inherit;
- visibility: hidden
- }
- body.closet_hangers-index .closet-list .visibility-form input[type=submit]:hover {
- background-color: #9181bf
- }
- body.closet_hangers-index .closet-list .visibility-form input[type=submit]:hover {
- color: #201d1d
- }
- body.closet_hangers-index .closet-list .visibility-form input[type=submit]:active {
- top: 1px
- }
- body.closet_hangers-index .closet-list .visibility-form input[type=submit]:hover {
- background-color: #999
- }
- body.closet_hangers-index .closet-list .visibility-form input[type=submit]:active {
- top: 1px
- }
- 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: #201d1d;
- font-style: italic;
- list-style: none;
- padding: 0 0.5em
- }
- body.closet_hangers-index .closet-list .visibility-form .visibility-descriptions li {
- display: none
- }
- body.closet_hangers-index .closet-list .visibility-form:hover .visibility-descriptions li.current {
- display: block
- }
- body.closet_hangers-index .closet-list header {
- display: block;
- position: relative
- }
- 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%
- }
- body.closet_hangers-index .closet-list .empty-list {
- display: none;
- font-style: italic
- }
- body.closet_hangers-index .closet-list .closet-list-controls {
- display: none;
- position: absolute;
- right: 1em;
- top: 0
- }
- body.closet_hangers-index .closet-list .closet-list-controls a,
- body.closet_hangers-index .closet-list .closet-list-controls input[type=submit],
- body.closet_hangers-index .closet-list .closet-list-controls button {
- -moz-border-radius: 5px;
- -webkit-border-radius: 5px;
- background: #9181bf url(/assets/alert-overlay-8b1fd7569468e64af0078bb7ff89201f.png) repeat-x;
- border: 0;
- display: inline-block;
- padding: 0.5em 0.75em 0.45em;
- color: #201d1d;
- 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: #aaa url(/assets/alert-overlay-8b1fd7569468e64af0078bb7ff89201f.png) repeat-x;
- -moz-opacity: 0.9;
- -webkit-opacity: 0.9;
- -o-opacity: 0.9;
- -khtml-opacity: 0.9;
- font-size: 80%
- }
- body.closet_hangers-index .closet-list .closet-list-controls a:hover,
- body.closet_hangers-index .closet-list .closet-list-controls input[type=submit]:hover,
- body.closet_hangers-index .closet-list .closet-list-controls button:hover {
- background-color: #9181bf
- }
- body.closet_hangers-index .closet-list .closet-list-controls a:hover,
- body.closet_hangers-index .closet-list .closet-list-controls input[type=submit]:hover,
- body.closet_hangers-index .closet-list .closet-list-controls button:hover {
- color: #201d1d
- }
- body.closet_hangers-index .closet-list .closet-list-controls a:active,
- body.closet_hangers-index .closet-list .closet-list-controls input[type=submit]:active,
- body.closet_hangers-index .closet-list .closet-list-controls button:active {
- top: 1px
- }
- body.closet_hangers-index .closet-list .closet-list-controls a:hover,
- body.closet_hangers-index .closet-list .closet-list-controls input[type=submit]:hover,
- body.closet_hangers-index .closet-list .closet-list-controls button:hover {
- background-color: #999
- }
- body.closet_hangers-index .closet-list .closet-list-controls form {
- display: inline
- }
- body.closet_hangers-index .closet-list[data-hangers-count="0"] .empty-list {
- display: block
- }
- body.closet_hangers-index .closet-list.unlisted h4 {
- font-size: 125%;
- font-style: italic
- }
- body.closet_hangers-index .closet-list:hover .closet-list-controls {
- display: block
- }
- body.closet_hangers-index .closet-list:hover .visibility-form input[type=submit] {
- visibility: visible
- }
- body.closet_hangers-index .closet-list:hover .visibility-form select {
- border-color: #9181bf
- }
- body.closet_hangers-index .closet-list:last-child {
- border-bottom: 0
- }
- body.closet_hangers-index .closet-list.droppable-active {
- -moz-border-radius: 1em;
- -webkit-border-radius: 1em;
- background: #201d1d;
- border: 1px solid #9181bf;
- padding: 1em;
- border-bottom-width: 1px;
- border-style: dotted;
- margin: 1em 0
- }
- 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
- }
- body.closet_hangers-index .closet-list.droppable-active .object.ui-draggable-dragging {
- -moz-opacity: 1;
- -webkit-opacity: 1;
- -o-opacity: 1;
- -khtml-opacity: 1
- }
- body.closet_hangers-index .closet-list.droppable-active .closet-list-controls {
- display: none
- }
- body.closet_hangers-index .closet-list.droppable-active .closet-list-hangers {
- overflow: hidden
- }
- body.closet_hangers-index .closet-list.droppable-active .visibility-form {
- display: none
- }
- body.closet_hangers-index .closet-hangers-group-autocomplete-item span,
- body.closet_hangers-index .closet-list-autocomplete-item span {
- -moz-opacity: 0.5;
- -webkit-opacity: 0.5;
- -o-opacity: 0.5;
- -khtml-opacity: 0.5;
- font-style: italic;
- padding: 0.2em 0.4em
- }
- body.closet_hangers-index .closet-list-autocomplete-item a,
- body.closet_hangers-index .closet-list-autocomplete-item span {
- font-size: 85%;
- padding-left: 2em
- }
- 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: #201d1d;
- font-weight: bold
- }
- body.closet_hangers-index.current-user #closet-hangers .object:hover form {
- display: inline
- }
- body.closet_hangers-index.current-user #closet-hangers .object:hover .closet-hanger-destroy {
- position: absolute;
- right: 18px;
- top: 52px
- }
- body.closet_hangers-index.current-user #closet-hangers .object:hover .closet-hanger-destroy input {
- -moz-border-radius: 5px;
- -webkit-border-radius: 5px;
- background: #9181bf url(/assets/alert-overlay-8b1fd7569468e64af0078bb7ff89201f.png) repeat-x;
- border: 0;
- display: inline-block;
- padding: 0.5em 0.75em 0.45em;
- color: #201d1d;
- 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: #aaa url(/assets/alert-overlay-8b1fd7569468e64af0078bb7ff89201f.png) repeat-x;
- -moz-opacity: 0.9;
- -webkit-opacity: 0.9;
- -o-opacity: 0.9;
- -khtml-opacity: 0.9;
- font-size: 80%
- }
- body.closet_hangers-index.current-user #closet-hangers .object:hover .closet-hanger-destroy input:hover {
- background-color: #9181bf
- }
- body.closet_hangers-index.current-user #closet-hangers .object:hover .closet-hanger-destroy input:hover {
- color: #201d1d
- }
- body.closet_hangers-index.current-user #closet-hangers .object:hover .closet-hanger-destroy input:active {
- top: 1px
- }
- body.closet_hangers-index.current-user #closet-hangers .object:hover .closet-hanger-destroy input:hover {
- background-color: #999
- }
- 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
- }
- body.closet_hangers-index.current-user #closet-hangers .object:hover .quantity span {
- display: none
- }
- body.closet_hangers-index.current-user #closet-hangers .object:hover .quantity input[type=number] {
- padding: 2px;
- width: 2em
- }
- body.closet_hangers-index.current-user #closet-hangers .object:hover .quantity input[type=submit] {
- font-size: 85%
- }
- body.closet_hangers-index.current-user #closet-hangers .object:hover input[type=checkbox] {
- display: block
- }
- body.closet_hangers-index.current-user.js #closet-hangers .object:hover .quantity {
- display: block
- }
- body.closet_hangers-index.current-user.js #closet-hangers .object:hover .quantity input[type=number] {
- width: 2.5em
- }
- body.closet_hangers-index.current-user.js #closet-hangers .object:hover .quantity input[type=submit] {
- display: none
- }
- body.closet_hangers-index.current-user.js #closet-hangers .object.loading {
- background: #201d1d;
- outline: 1px solid #9181bf
- }
- body.closet_hangers-index.current-user.js #closet-hangers .object.loading .quantity {
- display: block
- }
- body.closet_hangers-index.current-user.js #closet-hangers .object.loading .quantity span:after {
- content: "…"
- }
- body.closet_hangers-index.current-user.js .bulk-actions {
- background: #201d1d;
- border-top: 1px solid #9181bf;
- box-sizing: border-box;
- display: block;
- font-size: 85%;
- padding: 0.5em 1em;
- text-align: center;
- width: 800px
- }
- body.closet_hangers-index.current-user.js .bulk-actions.isStuck {
- border-bottom: 1px solid #9181bf;
- border-top: 0;
- z-index: 11
- }
- body.closet_hangers-index.current-user.js .bulk-actions .bulk-actions-intro,
- body.closet_hangers-index.current-user.js .bulk-actions .bulk-actions-target-desc-singular {
- display: none
- }
- body.closet_hangers-index.current-user.js .bulk-actions .bulk-actions-target-desc {
- display: inline-block
- }
- body.closet_hangers-index.current-user.js .bulk-actions .bulk-actions-options {
- display: inline-block;
- list-style: none
- }
- body.closet_hangers-index.current-user.js .bulk-actions .bulk-actions-options > li {
- display: inline-block;
- margin-left: 0.75em
- }
- body.closet_hangers-index.current-user.js .bulk-actions .bulk-actions-options > li form {
- display: inline-block
- }
- body.closet_hangers-index.current-user.js .bulk-actions .bulk-actions-options > li:not(:first-child)::before {
- content: " or ";
- display: inline-block;
- margin-right: 0.75em
- }
- body.closet_hangers-index.current-user.js .bulk-actions[data-target-count="0"] .bulk-actions-intro {
- display: block
- }
- body.closet_hangers-index.current-user.js .bulk-actions[data-target-count="0"] .bulk-actions-form {
- display: none
- }
- body.closet_hangers-index.current-user.js .bulk-actions[data-target-count="1"] .bulk-actions-target-desc-singular {
- display: inline
- }
- body.closet_hangers-index.current-user.js .bulk-actions[data-target-count="1"] .bulk-actions-target-desc-plural {
- display: none
- }
- body.closet_hangers-index.current-user.js #closet-hangers-contact input[type=submit] {
- display: none
- }
- 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
- }
- body.closet_hangers-index.current-user.js .closet-hangers-group header .hide {
- display: block
- }
- 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
- }
- body.closet_hangers-index.current-user.js .closet-hangers-group.hidden header .show {
- display: block
- }
- body.closet_hangers-index.current-user.js #toggle-help {
- display: inline-block
- }
- body.closet_hangers-index.current-user.js .remove-all {
- display: none
- }
- body.closet_hangers-index.current-user.js .select-all {
- display: inline-block
- }
- body.closet_hangers-index.js #toggle-compare {
- display: inline-block
- }
- body.closet_hangers-index.js #closet-hangers.comparing .object {
- display: none
- }
- 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
- }
- body.closet_hangers-petpage #title {
- float: left;
- margin-right: 0.5em
- }
- body.closet_hangers-petpage .flash {
- clear: both
- }
- body.closet_hangers-petpage #secondary-nav {
- display: block;
- margin-top: 0.75em
- }
- body.closet_hangers-petpage #intro {
- clear: both
- }
- body.closet_hangers-petpage #petpage-closet-lists {
- overflow: hidden;
- display: inline-block;
- -webkit-border-radius: 10px;
- -moz-border-radius: 10px;
- -ms-border-radius: 10px;
- -o-border-radius: 10px;
- border-radius: 10px;
- border: 1px solid #9181bf;
- margin-bottom: 1.5em;
- padding: 0.5em 1.5em
- }
- body.closet_hangers-petpage #petpage-closet-lists {
- display: block
- }
- body.closet_hangers-petpage #petpage-closet-lists > div {
- margin: 0.25em 0
- }
- body.closet_hangers-petpage #petpage-closet-lists h4 {
- display: -moz-inline-stack;
- display: inline-block;
- vertical-align: middle;
- *vertical-align: auto;
- zoom: 1;
- *display: inline;
- vertical-align: middle
- }
- body.closet_hangers-petpage #petpage-closet-lists h4::after {
- content: ":"
- }
- body.closet_hangers-petpage #petpage-closet-lists ul {
- list-style: none;
- margin: 0;
- padding: 0
- }
- body.closet_hangers-petpage #petpage-closet-lists ul li {
- display: -moz-inline-stack;
- display: inline-block;
- vertical-align: middle;
- *vertical-align: auto;
- zoom: 1;
- *display: inline;
- font-size: 85%;
- margin: 0.25em 0.5em;
- padding: 1px
- }
- body.closet_hangers-petpage #petpage-closet-lists ul li label {
- padding: 0.25em 0.75em 0.25em 0.25em
- }
- body.closet_hangers-petpage #petpage-closet-lists ul li.checked {
- background: #201d1d;
- -webkit-border-radius: 3px;
- -moz-border-radius: 3px;
- -ms-border-radius: 3px;
- -o-border-radius: 3px;
- border-radius: 3px;
- border: 1px solid #9181bf;
- padding: 0
- }
- body.closet_hangers-petpage #petpage-closet-lists ul li.unlisted {
- font-style: italic
- }
- body.closet_hangers-petpage #petpage-closet-lists input[type=submit] {
- float: right
- }
- body.closet_hangers-petpage #petpage-output {
- display: block;
- height: 30em;
- margin: 0 auto;
- width: 50%
- }
- 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
- }
- body.closet_lists-new .flash,
- body.closet_lists-create .flash,
- body.closet_lists-edit .flash,
- body.closet_lists-update .flash {
- clear: both
- }
- 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
- }
- 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
- }
- 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
- }
- 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
- }
- 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%
- }
- 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
- }
- 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%
- }
- body.donations-show #thank-you {
- border: 3px solid #9181bf;
- display: block;
- margin: 0 auto 1em
- }
- body.donations-show #edit-donation ul {
- list-style: none
- }
- body.donations-show #edit-donation label {
- display: -moz-inline-stack;
- display: inline-block;
- vertical-align: middle;
- *vertical-align: auto;
- zoom: 1;
- *display: inline;
- width: 16em
- }
- body.donations-show #edit-donation .name input[type=text],
- body.donations-show #edit-donation .name body.pets-bulk #bulk-pets-form textarea,
- body.pets-bulk #bulk-pets-form body.donations-show #edit-donation .name textarea {
- width: 10em
- }
- body.donations-show #edit-donation .feature input[type=text],
- body.donations-show #edit-donation .feature body.pets-bulk #bulk-pets-form textarea,
- body.pets-bulk #bulk-pets-form body.donations-show #edit-donation .feature textarea {
- width: 23em
- }
- body.donations-show #edit-donation .choose-outfit {
- font-size: 85%;
- margin-left: 1em
- }
- body.donations-show #edit-donation .choose-outfit select {
- width: 10em
- }
- body.neopets_page_import_tasks-new #title,
- body.neopets_page_import_tasks-create #title {
- float: left
- }
- body.neopets_page_import_tasks-new .flash,
- body.neopets_page_import_tasks-create .flash {
- clear: both
- }
- body.neopets_page_import_tasks-new #back-to-items,
- body.neopets_page_import_tasks-create #back-to-items {
- -webkit-border-radius: 5px;
- -moz-border-radius: 5px;
- -ms-border-radius: 5px;
- -o-border-radius: 5px;
- border-radius: 5px;
- background: #9181bf url(/assets/alert-overlay-8b1fd7569468e64af0078bb7ff89201f.png) repeat-x;
- border: 0;
- display: inline-block;
- padding: 0.5em 0.75em 0.45em;
- color: #201d1d;
- 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
- }
- body.neopets_page_import_tasks-new #back-to-items:hover,
- body.neopets_page_import_tasks-create #back-to-items:hover {
- background-color: #9181bf
- }
- body.neopets_page_import_tasks-new #back-to-items:hover,
- body.neopets_page_import_tasks-create #back-to-items:hover {
- color: #201d1d
- }
- body.neopets_page_import_tasks-new #back-to-items:active,
- body.neopets_page_import_tasks-create #back-to-items:active {
- top: 1px
- }
- body.neopets_page_import_tasks-new #closet-page-form,
- body.neopets_page_import_tasks-create #closet-page-form {
- overflow: hidden;
- display: inline-block;
- clear: both;
- margin-bottom: 1em;
- text-align: right
- }
- body.neopets_page_import_tasks-new #closet-page-form,
- body.neopets_page_import_tasks-create #closet-page-form {
- display: block
- }
- body.neopets_page_import_tasks-new #closet-page-form > *,
- body.neopets_page_import_tasks-create #closet-page-form > * {
- text-align: left
- }
- body.neopets_page_import_tasks-new #closet-page-frame-wrapper,
- body.neopets_page_import_tasks-create #closet-page-frame-wrapper {
- float: left;
- margin-right: 2%;
- width: 48%
- }
- body.neopets_page_import_tasks-new #closet-page-frame,
- body.neopets_page_import_tasks-create #closet-page-frame {
- height: 19em;
- width: 100%
- }
- body.neopets_page_import_tasks-new #closet-page-source,
- body.neopets_page_import_tasks-create #closet-page-source {
- float: left;
- width: 50%
- }
- body.neopets_page_import_tasks-new #closet-page-source label,
- body.neopets_page_import_tasks-create #closet-page-source label {
- font-weight: bold
- }
- body.neopets_page_import_tasks-new #closet-page-source textarea,
- body.neopets_page_import_tasks-create #closet-page-source textarea {
- height: 19em
- }
- body.neopets_page_import_tasks-new ol,
- body.neopets_page_import_tasks-create ol {
- padding-left: 1em
- }
- body.neopets_page_import_tasks-new ol > li,
- body.neopets_page_import_tasks-create ol > li {
- margin-bottom: 1em
- }
- body.neopets_page_import_tasks-new ol ul,
- body.neopets_page_import_tasks-create ol ul {
- font-size: 85%;
- margin-bottom: 1em;
- margin-top: 0;
- padding-left: 1em
- }
- body.neopets_page_import_tasks-new ol p,
- body.neopets_page_import_tasks-create ol p {
- margin: 0
- }
- body.neopets_users-new #title,
- body.neopets_users-create #title {
- float: left;
- margin-right: 0.5em
- }
- body.neopets_users-new .flash,
- body.neopets_users-create .flash {
- clear: both
- }
- body.neopets_users-new #secondary-nav,
- body.neopets_users-create #secondary-nav {
- display: block;
- margin-top: 0.75em
- }
- body.neopets_users-new #neopets-user-form,
- body.neopets_users-create #neopets-user-form {
- clear: both
- }
- body.neopets_users-new #neopets-user-form label,
- body.neopets_users-create #neopets-user-form label {
- font-weight: bold;
- margin-right: 1em
- }
- body.neopets_users-new #neopets-user-form label:after,
- body.neopets_users-create #neopets-user-form label:after {
- content: ":"
- }
- body.contributions-index {
- text-align: center
- }
- body.contributions-index .contributions li {
- list-style: none;
- height: 80px;
- overflow: hidden;
- padding: 1em 0 0 100px;
- position: relative;
- text-align: left
- }
- body.contributions-index .contributions .point-value {
- font-family: Delicious, Helvetica, Arial, Verdana, sans-serif;
- color: #201d1d;
- font-size: 80px;
- left: 0;
- line-height: 1;
- position: absolute;
- text-align: center;
- text-shadow: 2px 2px 0 #000;
- top: 0;
- width: 80px;
- z-index: 3
- }
- body.contributions-index .contributions .point-value:hover {
- -moz-opacity: 0.5;
- -webkit-opacity: 0.5;
- -o-opacity: 0.5;
- -khtml-opacity: 0.5
- }
- body.contributions-index .contributions img {
- height: 80px;
- left: 0;
- position: absolute;
- top: 0;
- width: 80px;
- z-index: 2
- }
- body.contributions-index .contributions .username,
- body.contributions-index .contributions .contributed-name {
- font-weight: bold
- }
- body.contributions-index .contributions .time-ago {
- display: block;
- font-size: 75%
- }
- body.items {
- text-align: center
- }
- body.items .campaign-progress-wrapper {
- -webkit-border-radius: 8px;
- -moz-border-radius: 8px;
- -ms-border-radius: 8px;
- -o-border-radius: 8px;
- border-radius: 8px;
- background: #c99cc2;
- background-image: linear-gradient(#eddeeb, #c99cc2);
- border: 4px solid #9181bf;
- clear: both;
- margin-bottom: 1em;
- margin-top: 0.5em;
- position: relative
- }
- body.items .campaign-progress-wrapper .button {
- -webkit-border-radius: 5px;
- -moz-border-radius: 5px;
- -ms-border-radius: 5px;
- -o-border-radius: 5px;
- border-radius: 5px;
- background: #9181bf url(/assets/alert-overlay-8b1fd7569468e64af0078bb7ff89201f.png) repeat-x;
- border: 0;
- display: inline-block;
- padding: 0.5em 0.75em 0.45em;
- color: #201d1d;
- 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: #004 url(/assets/alert-overlay-8b1fd7569468e64af0078bb7ff89201f.png) repeat-x;
- font-size: 75%;
- margin-left: 1em;
- padding: 0.25em 0.75em
- }
- body.items .campaign-progress-wrapper .button:hover {
- background-color: #9181bf
- }
- body.items .campaign-progress-wrapper .button:hover {
- color: #201d1d
- }
- body.items .campaign-progress-wrapper .button:active {
- top: 1px
- }
- body.items .campaign-progress-wrapper .button:hover {
- background-color: #003
- }
- body.items .campaign-progress {
- background: #9181bf;
- background-image: linear-gradient(#c54bb1, #9181bf);
- border-right: 1px solid #9181bf
- }
- body.items .campaign-progress-wrapper,
- body.items .campaign-progress {
- height: 2.5em
- }
- body.items .campaign-progress-label {
- text-shadow: 1px 1px 0 #9181bf;
- color: #201d1d;
- font-size: 150%;
- left: 0;
- position: absolute;
- top: 0;
- text-align: center;
- width: 100%
- }
- body.items .campaign-progress-label a {
- color: inherit;
- display: block;
- text-decoration: none
- }
- body.items .campaign-progress-label .button {
- position: relative;
- top: -2px
- }
- body.items.campaign-loaded .campaign-progress-wrapper {
- visibility: visible
- }
- 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
- }
- body.items h1 {
- margin-bottom: 1em
- }
- body.items h1 img {
- height: 80px;
- margin-bottom: -0.5em;
- width: 80px
- }
- body.items h1 a {
- text-decoration: none
- }
- body.items h1 a span {
- text-decoration: underline
- }
- body.items h1 a:hover span {
- text-decoration: none
- }
- body.items-index form {
- margin-bottom: 2em
- }
- body.items-index #search-info {
- float: left;
- width: 49%;
- padding-right: 1%
- }
- body.items-index #search-info h2 {
- font-size: 125%
- }
- body.items-index #search-info dl {
- text-align: left
- }
- body.items-index #search-info dd {
- margin-bottom: 1em
- }
- body.items-index #species-search-links {
- float: left;
- width: 49%;
- padding-left: 1%
- }
- body.items-index #species-search-links h2 {
- font-size: 125%
- }
- body.items-index #species-search-links img {
- height: 80px;
- width: 80px
- }
- body.items-show #item-header {
- border-bottom: 1px solid #9181bf;
- display: block;
- margin-bottom: 1em;
- padding: 1em 0
- }
- body.items-show #item-header div,
- body.items-show #item-header img {
- display: -moz-inline-stack;
- display: inline-block;
- vertical-align: middle;
- *vertical-align: auto;
- zoom: 1;
- *display: inline
- }
- body.items-show #item-header div {
- text-align: left
- }
- body.items-show #item-header a {
- font-size: 75%;
- margin-left: 1em
- }
- body.items-show #item-thumbnail {
- border: 1px solid #9181bf;
- height: 80px;
- margin-right: 0.5em;
- width: 80px
- }
- body.items-show #item-name {
- margin-bottom: 0
- }
- body.items-show #item-preview {
- overflow: hidden;
- display: inline-block
- }
- body.items-show #item-preview {
- display: block
- }
- body.items-show #item-preview > div,
- body.items-show #item-preview > ul {
- float: left
- }
- body.items-show #item-preview-species {
- display: block;
- width: 400px
- }
- body.items-show #item-preview-species .pet-type,
- body.items-show #item-preview-species img {
- height: 50px;
- width: 50px
- }
- body.items-show #item-preview-species .pet-type {
- display: -moz-inline-stack;
- display: inline-block;
- vertical-align: middle;
- *vertical-align: auto;
- zoom: 1;
- *display: inline
- }
- body.items-show #item-preview-species .pet-type.current {
- background: #201d1d;
- outline: 1px solid #9181bf
- }
- body.items-show #item-preview-species .pet-type.deactivated img {
- filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
- filter: gray;
- -webkit-filter: grayscale(100%);
- -moz-opacity: 0.5;
- -webkit-opacity: 0.5;
- -o-opacity: 0.5;
- -khtml-opacity: 0.5
- }
- body.items-show #item-preview-species .pet-type.deactivated.current {
- background: transparent;
- outline-color: #fbc2c4
- }
- body.items-show #item-preview-species ul,
- body.items-show #item-preview-species li {
- display: inline
- }
- body.items-show #item-preview-error {
- display: none;
- padding: 20px 10px 0;
- width: 380px
- }
- body.items-show #item-preview-swf {
- height: 300px;
- overflow: hidden;
- width: 300px
- }
- body.items-show #item-zones {
- font-family: "Droid Serif", Georgia, "Times New Roman", Times, serif;
- font-size: 85%;
- margin-bottom: 1em
- }
- body.items-show #item-zones p {
- display: inline
- }
- body.items-show #item-zones p:first-child {
- margin-right: 1em
- }
- body.items-show #trade-hangers {
- font-size: 85%;
- margin-bottom: 3em;
- text-align: left
- }
- body.items-show #trade-hangers p {
- position: relative
- }
- body.items-show #trade-hangers p:first-child {
- margin-bottom: 0.5em
- }
- body.items-show #trade-hangers p.overflows .toggle {
- display: block
- }
- body.items-show #trade-hangers p.showing-more .toggle .less {
- display: block
- }
- body.items-show #trade-hangers p.showing-more .toggle .more {
- display: none
- }
- body.items-show #trade-hangers .toggle {
- background: #201d1d;
- bottom: 0;
- cursor: pointer;
- display: none;
- font-family: "Droid Sans", Helvetica, Arial, Verdana, sans-serif;
- padding: 0 1em;
- position: absolute;
- right: 0
- }
- body.items-show #trade-hangers .toggle:hover {
- text-decoration: underline
- }
- body.items-show #trade-hangers .toggle .less {
- display: none
- }
- body.items-show #item-contributors {
- border-color: #9181bf;
- border-style: solid;
- border-width: 1px 0;
- font-size: 85%;
- margin: 1em 0;
- padding: 0.5em 0;
- text-align: center;
- clear: both;
- margin-bottom: 0;
- margin-top: 2em
- }
- body.items-show #item-contributors header {
- display: inline;
- font-weight: bold;
- margin-right: 0.25em
- }
- body.items-show #item-contributors footer {
- display: inline
- }
- body.items-show #item-contributors ul {
- list-style-type: none
- }
- body.items-show #item-contributors ul,
- body.items-show #item-contributors ul li {
- margin: 0px;
- padding: 0px;
- display: inline
- }
- body.items-show #item-contributors ul li:after {
- content: ", "
- }
- body.items-show #item-contributors ul li:last-child:after {
- content: ""
- }
- body.items-show #item-contributors ul li.last:after {
- content: ""
- }
- body.items-show #item-contributors ul li:last-child::after {
- content: "."
- }
- body.items-show #item-preview-header {
- clear: both
- }
- body.items-show #item-preview-header h3,
- body.items-show #item-preview-header a {
- display: -moz-inline-stack;
- display: inline-block;
- vertical-align: middle;
- *vertical-align: auto;
- zoom: 1;
- *display: inline
- }
- body.items-show #item-preview-header a {
- font-size: 85%;
- margin: -1.5em 0 0 1em
- }
- body.items-show .nc-icon {
- height: 16px;
- width: 16px
- }
- body.items-show #closet-hangers {
- border: 1px solid #9181bf;
- float: right;
- font-size: 85%;
- margin-bottom: 3em;
- margin-left: 1em;
- padding: 1em;
- width: 30em;
- position: relative;
- z-index: 2
- }
- body.items-show #closet-hangers h3 {
- font-size: 150%;
- font-weight: bold;
- margin-bottom: 0.25em
- }
- body.items-show #closet-hangers #closet-hangers-ownership-groups {
- overflow: hidden;
- display: inline-block;
- margin-bottom: 0.5em
- }
- body.items-show #closet-hangers #closet-hangers-ownership-groups {
- display: block
- }
- body.items-show #closet-hangers #closet-hangers-ownership-groups div {
- float: left;
- margin: 0 5%;
- text-align: left;
- width: 40%
- }
- body.items-show #closet-hangers #closet-hangers-ownership-groups div li {
- list-style: none;
- word-wrap: break-word
- }
- body.items-show #closet-hangers #closet-hangers-ownership-groups div li label.unlisted {
- font-style: italic
- }
- body.items-show #closet-hangers form {
- padding: 0.5em 0
- }
- body.items-show #closet-hangers select {
- width: 9em
- }
- body.items-show #closet-hangers input[type=number] {
- margin-right: 0.5em;
- width: 3em
- }
- body.items-show.js #trade-hangers p {
- max-height: 3em;
- overflow: hidden
- }
- body.items-show.js #trade-hangers p.showing-more {
- max-height: none
- }
- div.jGrowl {
- padding: 10px;
- z-index: 9999;
- color: #201d1d;
- font-size: 12px
- }
- div.ie6 {
- position: absolute
- }
- 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')
- }
- 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')
- }
- 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')
- }
- 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')
- }
- 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%
- }
- body > div.jGrowl {
- position: fixed
- }
- body > div.jGrowl.top-left {
- left: 0px;
- top: 0px
- }
- body > div.jGrowl.top-right {
- right: 0px;
- top: 0px
- }
- body > div.jGrowl.bottom-left {
- left: 0px;
- bottom: 0px
- }
- body > div.jGrowl.bottom-right {
- right: 0px;
- bottom: 0px
- }
- body > div.jGrowl.center {
- top: 0px;
- width: 50%;
- left: 25%
- }
- div.center div.jGrowl-notification,
- div.center div.jGrowl-closer {
- margin-left: auto;
- margin-right: auto
- }
- div.jGrowl div.jGrowl-notification,
- div.jGrowl div.jGrowl-closer {
- background-color: #000;
- 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
- }
- div.jGrowl div.jGrowl-notification {
- min-height: 40px
- }
- div.jGrowl div.jGrowl-notification div.header {
- font-weight: bold;
- font-size: 0.85em
- }
- div.jGrowl div.jGrowl-notification div.close {
- z-index: 99;
- float: right;
- font-weight: bold;
- font-size: 1em;
- cursor: pointer
- }
- div.jGrowl div.jGrowl-closer {
- padding-top: 4px;
- padding-bottom: 4px;
- cursor: pointer;
- font-size: 0.9em;
- font-weight: bold;
- text-align: center
- }
- @media print {
- div.jGrowl {
- display: none
- }
- }
- body.outfits-edit #preview-toolbar {
- margin-bottom: 0.5em;
- text-align: left
- }
- body.outfits-edit #preview-toolbar form {
- display: -moz-inline-stack;
- display: inline-block;
- vertical-align: middle;
- *vertical-align: auto;
- zoom: 1;
- *display: inline;
- margin-right: 2em
- }
- body.outfits-edit #pet-info form {
- display: inline
- }
- body.outfits-edit #pet-state-form {
- font-size: 85%
- }
- body.outfits-edit #pet-state-form.hidden {
- visibility: hidden
- }
- body.outfits-edit #save-outfit-wrapper {
- float: right
- }
- body.outfits-edit #save-outfit-wrapper button {
- display: none
- }
- body.outfits-edit #save-outfit-wrapper #share-outfit {
- display: inline-block
- }
- body.outfits-edit #save-outfit-wrapper.loading {
- background-image: url(/assets/loading-d880e4b670adcdd01224a73387005caa.gif);
- background-position: left center;
- background-repeat: no-repeat;
- padding-left: 20px
- }
- 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 {
- background: #ff5c00 url(/assets/alert-overlay-8b1fd7569468e64af0078bb7ff89201f.png) repeat-x
- }
- 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 {
- background-color: #ee4b00
- }
- body.outfits-edit #current-outfit-permalink,
- body.outfits-edit #shared-outfit-permalink {
- display: none;
- margin-right: 0.25em
- }
- body.outfits-edit #current-outfit-permalink img,
- body.outfits-edit #shared-outfit-permalink img {
- bottom: -2px;
- height: 16px;
- position: relative;
- width: 16px
- }
- body.outfits-edit #shared-outfit-url {
- display: none;
- width: 15em
- }
- body.outfits-edit #preview {
- clear: both
- }
- body.outfits-edit #preview-swf {
- float: left;
- height: 380px;
- margin-bottom: 1em;
- position: relative;
- width: 380px
- }
- body.outfits-edit #preview-swf.swf-9181bfpter #preview-image-container {
- display: none
- }
- body.outfits-edit #preview-swf.image-9181bfpter #preview-swf-container {
- display: none
- }
- body.outfits-edit #preview-image-container {
- position: relative
- }
- body.outfits-edit #preview-image-container img {
- left: 0;
- position: absolute;
- top: 0
- }
- body.outfits-edit #preview-image-container,
- body.outfits-edit #preview-image-container img {
- height: 100%;
- width: 100%
- }
- body.outfits-edit #preview-swf-overlay {
- -moz-opacity: 0;
- -webkit-opacity: 0;
- -o-opacity: 0;
- -khtml-opacity: 0;
- background: #000;
- height: 100%;
- left: 0;
- position: absolute;
- top: 0;
- width: 100%
- }
- body.outfits-edit #preview-images-pending {
- background: #000;
- background: rgba(0, 0, 0, 0.75);
- bottom: 0;
- color: #201d1d;
- font-size: 75%;
- padding: 0.5em;
- position: absolute;
- right: 0;
- z-index: 1000
- }
- body.outfits-edit #preview-images-pending.waiting-on-0 {
- display: none
- }
- body.outfits-edit #preview-mode {
- margin-right: 1em;
- position: absolute;
- right: 100%;
- text-align: center;
- top: 0;
- width: 7em
- }
- body.outfits-edit #preview-mode.flash-active #preview-mode-flash {
- color: #ba93f2;
- font-weight: bold
- }
- body.outfits-edit #preview-mode.image-active #preview-mode-image {
- color: #ba93f2;
- font-weight: bold
- }
- body.outfits-edit #preview-mode.image-active #preview-mode-note,
- body.outfits-edit #preview-mode.image-active #report-broken-image {
- display: block
- }
- body.outfits-edit #preview-mode-toggle {
- -webkit-border-radius: 0.5em;
- -moz-border-radius: 0.5em;
- -ms-border-radius: 0.5em;
- -o-border-radius: 0.5em;
- border-radius: 0.5em;
- border: 1px solid #9181bf;
- color: #927cae;
- font-size: 85%;
- list-style: none;
- margin: 0 auto 0.5em;
- text-align: center;
- width: 5em
- }
- body.outfits-edit #preview-mode-toggle li {
- border-top: 1px solid #9181bf;
- cursor: pointer;
- padding: 0.125em 0;
- width: 100%
- }
- body.outfits-edit #preview-mode-toggle li:first-child {
- border-top: 0
- }
- body.outfits-edit #preview-download-image {
- display: none;
- margin: 1em auto
- }
- body.outfits-edit #preview-download-image h3 {
- font-size: 125%;
- margin-bottom: 0.5em
- }
- body.outfits-edit #preview-download-image ul {
- list-style: none
- }
- body.outfits-edit #preview-download-image button {
- font-size: 75%;
- width: 100%
- }
- body.outfits-edit #preview-mode a {
- display: block;
- font-size: 75%;
- margin-top: 0.5em;
- text-align: center;
- text-decoration: none;
- width: 100%
- }
- body.outfits-edit #preview-mode a em {
- font-style: normal;
- text-decoration: underline
- }
- body.outfits-edit #preview-mode #report-broken-image {
- display: none
- }
- body.outfits-edit #preview-sidebar {
- float: left;
- height: 380px;
- margin-left: 20px;
- margin-bottom: 1em;
- width: 400px
- }
- body.outfits-edit #preview-sidebar.viewing-outfits #preview-closet {
- display: none
- }
- body.outfits-edit #preview-sidebar.viewing-outfits #preview-outfits {
- display: block
- }
- body.outfits-edit #preview-sidebar.sharing #preview-closet {
- display: none
- }
- body.outfits-edit #preview-sidebar.sharing #preview-sharing {
- display: block
- }
- body.outfits-edit #preview-sidebar .sidebar-view {
- margin: 1.5em 0
- }
- body.outfits-edit #preview-closet ul {
- text-align: center
- }
- body.outfits-edit #preview-closet .object {
- background: #201d1d
- }
- body.outfits-edit #preview-closet .object img {
- -moz-opacity: 0.5;
- -webkit-opacity: 0.5;
- -o-opacity: 0.5;
- -khtml-opacity: 0.5
- }
- body.outfits-edit #preview-closet .object.worn {
- background: transparent
- }
- body.outfits-edit #preview-closet .object.worn img {
- -moz-opacity: 1;
- -webkit-opacity: 1;
- -o-opacity: 1;
- -khtml-opacity: 1
- }
- body.outfits-edit #preview-closet .object.no-assets {
- background: #fbe3e4;
- color: #8a1f11;
- padding-bottom: 1.25em
- }
- body.outfits-edit #preview-closet .object.no-assets .no-assets-message {
- display: block
- }
- body.outfits-edit .no-assets-message {
- background: #f3dbdc;
- bottom: 0;
- color: #821709;
- cursor: pointer;
- display: none;
- font-size: 85%;
- left: 0;
- position: absolute;
- width: 100%
- }
- body.outfits-edit #no-assets-full-message {
- -webkit-border-radius: 5px;
- -moz-border-radius: 5px;
- -ms-border-radius: 5px;
- -o-border-radius: 5px;
- border-radius: 5px;
- background: #201d1d;
- border: 1px solid #ffd3d5;
- color: #9b3022;
- font-size: 75%;
- left: -9999px;
- padding: 0.25em;
- position: absolute;
- top: -9999px;
- width: 30em
- }
- body.outfits-edit #preview-search {
- -webkit-border-radius: 8px;
- -moz-border-radius: 8px;
- -ms-border-radius: 8px;
- -o-border-radius: 8px;
- border-radius: 8px;
- border: 1px solid #9181bf;
- box-sizing: border-box;
- clear: both;
- margin-bottom: 0.5em;
- margin-top: 1em;
- padding: 0.25em 1em 0.25em;
- text-align: left
- }
- body.outfits-edit #preview-search h2 {
- display: -moz-inline-stack;
- display: inline-block;
- vertical-align: middle;
- *vertical-align: auto;
- zoom: 1;
- *display: inline;
- margin: 0 1em 0 0
- }
- body.outfits-edit #preview-search input {
- display: -moz-inline-stack;
- display: inline-block;
- vertical-align: middle;
- *vertical-align: auto;
- zoom: 1;
- *display: inline
- }
- body.outfits-edit #preview-search input[type=submit] {
- margin-right: 2em
- }
- body.outfits-edit #preview-search.advanced #preview-search-basic {
- display: none
- }
- body.outfits-edit #preview-search.advanced #preview-search-advanced {
- display: block
- }
- body.outfits-edit #preview-search-basic-main {
- clear: both
- }
- body.outfits-edit #preview-search.has-results #preview-search-basic-main,
- body.outfits-edit #preview-search-advanced-main {
- min-height: 180px
- }
- body.outfits-edit #preview-search-advanced {
- display: none
- }
- body.outfits-edit #preview-search-advanced h2 {
- margin-right: 2em
- }
- body.outfits-edit #preview-search-advanced button {
- margin-right: 4em
- }
- body.outfits-edit #preview-search-advanced #preview-search-basic-link {
- font-size: 85%
- }
- body.outfits-edit #preview-search-advanced #preview-search-advanced-main {
- padding-left: 2em
- }
- body.outfits-edit #preview-search-advanced #preview-search-advanced-main > div {
- display: -moz-inline-stack;
- display: inline-block;
- vertical-align: middle;
- *vertical-align: auto;
- zoom: 1;
- *display: inline;
- box-sizing: border-box;
- font-size: 87.5%;
- padding-left: 24px;
- padding-top: 0.5em;
- vertical-align: top;
- width: 32%
- }
- body.outfits-edit #preview-search-advanced #preview-search-advanced-main > div li.text label,
- body.outfits-edit #preview-search-advanced #preview-search-advanced-main > div li.select label {
- display: -moz-inline-stack;
- display: inline-block;
- vertical-align: middle;
- *vertical-align: auto;
- zoom: 1;
- *display: inline
- }
- body.outfits-edit #preview-search-advanced #preview-search-advanced-main > div li.text label {
- display: block
- }
- body.outfits-edit #preview-search-advanced #preview-search-advanced-main > div li.select label {
- width: 8em
- }
- body.outfits-edit #preview-search-advanced #preview-search-advanced-main > div li.checkbox {
- list-style: none;
- margin-left: -24px
- }
- body.outfits-edit #preview-search-advanced #preview-search-advanced-main > div:nth-of-type(2) li:first-child,
- body.outfits-edit #preview-search-advanced #preview-search-advanced-main > div:nth-of-type(3) li:first-child {
- margin-bottom: 0.75em
- }
- body.outfits-edit #preview-search-advanced-link,
- body.outfits-edit label[for=preview-search-autofilter] {
- display: -moz-inline-stack;
- display: inline-block;
- vertical-align: middle;
- *vertical-align: auto;
- zoom: 1;
- *display: inline;
- font-size: 85%;
- margin-right: 1em
- }
- body.outfits-edit .preview-search-form-your-items {
- display: none;
- font-size: 85%;
- margin-right: 1em
- }
- body.outfits-edit #preview-search-form-pagination {
- display: -moz-inline-stack;
- display: inline-block;
- vertical-align: middle;
- *vertical-align: auto;
- zoom: 1;
- *display: inline;
- float: right;
- margin-top: 0.5em
- }
- body.outfits-edit #preview-search-form-pagination a,
- body.outfits-edit #preview-search-form-pagination span {
- margin: 0 0.25em
- }
- body.outfits-edit #preview-search-form-pagination .current {
- font-weight: bold
- }
- body.outfits-edit #preview-search-form-loading {
- display: none;
- font-size: 75%;
- font-style: italic;
- margin-left: 2em
- }
- body.outfits-edit #preview-search-form-no-results {
- display: none
- }
- body.outfits-edit .search-helper {
- font-family: inherit
- }
- body.outfits-edit .possible-error {
- display: none
- }
- body.outfits-edit.big-picture #preview-toolbar,
- body.outfits-edit.big-picture #preview-sidebar,
- body.outfits-edit.big-picture #preview-search {
- display: none
- }
- body.outfits-edit.fullscreen {
- height: 100%
- }
- body.outfits-edit.fullscreen #container {
- -webkit-box-sizing: border-box;
- -moz-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%
- }
- body.outfits-edit.fullscreen #short-url-response {
- position: static
- }
- body.outfits-edit.fullscreen #preview {
- width: 100%
- }
- body.outfits-edit.fullscreen #preview-sidebar {
- float: right;
- margin: 0;
- position: relative;
- width: 400px
- }
- body.outfits-edit.fullscreen #preview-sidebar.viewing-saving-outfit {
- height: auto;
- max-height: 100%
- }
- body.outfits-edit.fullscreen #preview-search {
- bottom: 1.5em;
- left: 0;
- overflow: auto;
- position: absolute;
- width: 100%
- }
- body.outfits-edit.fullscreen #footer {
- bottom: 0;
- left: 0;
- padding-top: 0;
- position: absolute;
- width: 100%
- }
- body.outfits-edit.fullscreen #footer ul,
- body.outfits-edit.fullscreen #footer li,
- body.outfits-edit.fullscreen #footer p,
- body.outfits-edit.fullscreen #footer div {
- display: inline-block;
- vertical-align: middle;
- padding: 0
- }
- body.outfits-edit.fullscreen #footer > ul {
- margin-right: 2em
- }
- body.outfits-edit.fullscreen #footer > p {
- margin: 0
- }
- body.outfits-edit.fullscreen #footer > ul,
- body.outfits-edit.fullscreen #footer div,
- body.outfits-edit.fullscreen #footer p {
- margin-top: 6px
- }
- body.outfits-edit .object {
- font-size: 85%;
- padding: 6px;
- position: relative
- }
- body.outfits-edit .object ul {
- display: none;
- left: 0;
- list-style: none;
- position: absolute;
- top: 0
- }
- body.outfits-edit .object ul li {
- margin-bottom: 0.25em
- }
- body.outfits-edit .object ul li a {
- -webkit-border-radius: 5px;
- -moz-border-radius: 5px;
- -ms-border-radius: 5px;
- -o-border-radius: 5px;
- border-radius: 5px;
- background: #9181bf url(/assets/alert-overlay-8b1fd7569468e64af0078bb7ff89201f.png) repeat-x;
- border: 0;
- display: inline-block;
- padding: 0.5em 0.75em 0.45em;
- color: #201d1d;
- 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: #aaa url(/assets/alert-overlay-8b1fd7569468e64af0078bb7ff89201f.png) repeat-x;
- -moz-opacity: 0.9;
- -webkit-opacity: 0.9;
- -o-opacity: 0.9;
- -khtml-opacity: 0.9;
- font-size: 80%;
- font-size: 100%
- }
- body.outfits-edit .object ul li a:hover {
- background-color: #9181bf
- }
- body.outfits-edit .object ul li a:hover {
- color: #201d1d
- }
- body.outfits-edit .object ul li a:active {
- top: 1px
- }
- body.outfits-edit .object ul li a:hover {
- background-color: #999
- }
- body.outfits-edit .object .unwear-item,
- body.outfits-edit .object .uncloset-item {
- display: none
- }
- body.outfits-edit .object.worn .wear-item {
- display: none
- }
- body.outfits-edit .object.worn .unwear-item {
- display: block
- }
- body.outfits-edit .object.closeted .closet-item {
- display: none
- }
- body.outfits-edit .object.closeted .uncloset-item {
- display: block
- }
- body.outfits-edit .object:hover ul,
- body.outfits-edit .object:hover .object-info {
- display: block
- }
- body.outfits-edit .nc-icon {
- background: url(/assets/nc-3e0ab667497c478fa201d1d3b50ae21875e.png) no-repeat;
- height: 16px;
- position: absolute;
- right: 16px;
- text-indent: -9999px;
- top: 64px;
- width: 16px
- }
- body.outfits-edit .nc-icon:hover {
- -moz-opacity: 0.5;
- -webkit-opacity: 0.5;
- -o-opacity: 0.5;
- -khtml-opacity: 0.5
- }
- body.outfits-edit .object-info {
- -webkit-border-radius: 12px;
- -moz-border-radius: 12px;
- -ms-border-radius: 12px;
- -o-border-radius: 12px;
- border-radius: 12px;
- -moz-opacity: 0.75;
- -webkit-opacity: 0.75;
- -o-opacity: 0.75;
- -khtml-opacity: 0.75;
- background: #aaa;
- color: #201d1d;
- display: none;
- height: 16px;
- position: absolute;
- right: 8px;
- top: 0;
- width: 16px
- }
- body.outfits-edit .object-info span {
- font-family: "Droid Serif", Georgia, "Times New Roman", Times, serif;
- font-weight: bold;
- position: relative;
- top: -2px
- }
- body.outfits-edit .object-info:hover {
- -moz-opacity: 1;
- -webkit-opacity: 1;
- -o-opacity: 1;
- -khtml-opacity: 1
- }
- body.outfits-edit #preview-outfits {
- display: none;
- text-align: left
- }
- body.outfits-edit #preview-outfits > ul {
- font-size: 0;
- list-style: none;
- margin-left: 24px;
- margin-right: 24px;
- background: url(/assets/loading-d880e4b670adcdd01224a73387005caa.gif) no-repeat center top;
- display: none;
- font-family: "Droid Sans", Helvetica, Arial, Verdana, sans-serif;
- margin: 0 auto 1em;
- min-height: 16px;
- width: 336px
- }
- body.outfits-edit #preview-outfits > ul > li {
- display: -moz-inline-stack;
- display: inline-block;
- vertical-align: middle;
- *vertical-align: auto;
- zoom: 1;
- *display: inline;
- overflow: hidden;
- position: relative;
- font-size: 14px
- }
- body.outfits-edit #preview-outfits > ul > li .outfit-star {
- bottom: -2px;
- height: 16px;
- position: relative;
- width: 16px;
- background-image: url(/assets/unstarred-013e692e010d97de32dfd4cf5cc88456.png);
- background-position: left top;
- background-repeat: no-repeat;
- cursor: pointer;
- display: block;
- float: left;
- margin-right: 8px
- }
- body.outfits-edit #preview-outfits > ul > li.starred .outfit-star {
- background-image: url(/assets/star-fcfbc11621d90e8830718723ed661d8d.png)
- }
- body.outfits-edit #preview-outfits > ul > li.loading .outfit-star {
- background-image: url(/assets/loading-d880e4b670adcdd01224a73387005caa.gif)
- }
- body.outfits-edit #preview-outfits > ul > li header,
- body.outfits-edit #preview-outfits > ul > li footer {
- color: #000;
- left: 0;
- position: absolute;
- z-index: 2;
- background: #000;
- background: rgba(251, 250, 250, .95)
- }
- body.outfits-edit #preview-outfits > ul > li header {
- bottom: 0
- }
- body.outfits-edit #preview-outfits > ul > li footer {
- top: 0
- }
- body.outfits-edit #preview-outfits > ul > li a {
- color: #201d1d
- }
- body.outfits-edit #preview-outfits > ul.loaded {
- background: transparent
- }
- body.outfits-edit #preview-outfits > ul > li {
- height: 110px;
- margin: 1px;
- width: 110px
- }
- 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
- }
- 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
- }
- body.outfits-edit #preview-outfits > ul > li footer,
- body.outfits-edit #preview-outfits > ul > li .outfit-delete-confirmation {
- display: none
- }
- body.outfits-edit #preview-outfits > ul > li .outfit-delete-confirmation {
- color: #201d1d;
- left: 0;
- position: absolute;
- z-index: 2;
- background: #ff3232;
- background: rgba(255, 50, 50, 0.75);
- text-align: center;
- top: 0
- }
- body.outfits-edit #preview-outfits > ul > li .outfit-delete-confirmation span {
- font-weight: bold
- }
- body.outfits-edit #preview-outfits > ul > li .outfit-thumbnail-wrapper {
- -moz-opacity: 0.5;
- -webkit-opacity: 0.5;
- -o-opacity: 0.5;
- -khtml-opacity: 0.5;
- background-image: url(/assets/small_default.png);
- background-position: center center;
- background-size: 110px 110px;
- cursor: pointer;
- height: 150px;
- left: -20px;
- position: absolute;
- top: -24px;
- width: 150px;
- z-index: 1
- }
- body.outfits-edit #preview-outfits > ul > li .outfit-thumbnail {
- display: none
- }
- body.outfits-edit #preview-outfits > ul > li .outfit-star {
- bottom: 0;
- margin-right: 4px
- }
- body.outfits-edit #preview-outfits > ul > li .outfit-delete {
- float: right
- }
- body.outfits-edit #preview-outfits > ul > li .outfit-rename-button {
- float: left
- }
- 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
- }
- body.outfits-edit #preview-outfits > ul > li .outfit-rename-button:hover,
- body.outfits-edit #preview-outfits > ul > li .outfit-delete:hover {
- text-decoration: underline
- }
- body.outfits-edit #preview-outfits > ul > li .outfit-rename-form {
- display: none
- }
- body.outfits-edit #preview-outfits > ul > li .outfit-rename-form input {
- background: transparent;
- border: 1px solid #201d1d;
- width: 6em
- }
- body.outfits-edit #preview-outfits > ul > li:hover header {
- -moz-opacity: 1;
- -webkit-opacity: 1;
- -o-opacity: 1;
- -khtml-opacity: 1
- }
- body.outfits-edit #preview-outfits > ul > li:hover .outfit-thumbnail-wrapper {
- -moz-opacity: 0.75;
- -webkit-opacity: 0.75;
- -o-opacity: 0.75;
- -khtml-opacity: 0.75
- }
- body.outfits-edit #preview-outfits > ul > li:hover footer {
- display: block
- }
- body.outfits-edit #preview-outfits > ul > li.active header {
- -moz-opacity: 1;
- -webkit-opacity: 1;
- -o-opacity: 1;
- -khtml-opacity: 1;
- font-weight: bold
- }
- body.outfits-edit #preview-outfits > ul > li.active .outfit-thumbnail-wrapper {
- -moz-opacity: 1;
- -webkit-opacity: 1;
- -o-opacity: 1;
- -khtml-opacity: 1
- }
- body.outfits-edit #preview-outfits > ul > li.confirming-deletion footer {
- display: none
- }
- body.outfits-edit #preview-outfits > ul > li.confirming-deletion .outfit-delete-confirmation {
- display: block
- }
- body.outfits-edit #preview-outfits > ul > li.renaming .outfit-name {
- display: none
- }
- body.outfits-edit #preview-outfits > ul > li.renaming .outfit-rename-form {
- display: inline
- }
- body.outfits-edit #preview-outfits > ul > li.thumbnail-available {
- background: transparent
- }
- body.outfits-edit #preview-outfits > ul > li.thumbnail-available .outfit-thumbnail-wrapper {
- background-image: none
- }
- body.outfits-edit #preview-outfits > ul > li.thumbnail-available .outfit-thumbnail {
- display: block
- }
- body.outfits-edit #preview-outfits > ul > li.loading .outfit-star {
- background-image: url(/assets/loading_outfit_pane-62fd03c7db274d302739bf2508f25f5e.gif)
- }
- body.outfits-edit #preview-outfits #preview-outfits-not-logged-in {
- text-align: center
- }
- body.outfits-edit #preview-outfits #preview-outfits-not-logged-in img {
- width: 100%;
- border-color: #9181bf;
- border-style: solid;
- border-width: 1px 0
- }
- body.outfits-edit #preview-outfits #preview-outfits-not-logged-in figure {
- display: block;
- margin: 0 0 1em 0;
- padding: 0
- }
- body.outfits-edit #preview-outfits #preview-outfits-not-logged-in figcaption {
- display: block;
- font-weight: bold
- }
- body.outfits-edit #preview-outfits #preview-outfits-not-logged-in p {
- margin-left: 24px;
- margin-right: 24px;
- font-size: 85%
- }
- body.outfits-edit #preview-outfits #preview-outfits-not-logged-in #preview-outfits-log-in {
- -webkit-border-radius: 5px;
- -moz-border-radius: 5px;
- -ms-border-radius: 5px;
- -o-border-radius: 5px;
- border-radius: 5px;
- background: #9181bf url(/assets/alert-overlay-8b1fd7569468e64af0078bb7ff89201f.png) repeat-x;
- border: 0;
- display: inline-block;
- padding: 0.5em 0.75em 0.45em;
- color: #201d1d;
- 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: #ff5c00 url(/assets/alert-overlay-8b1fd7569468e64af0078bb7ff89201f.png) repeat-x
- }
- body.outfits-edit #preview-outfits #preview-outfits-not-logged-in #preview-outfits-log-in:hover {
- background-color: #9181bf
- }
- body.outfits-edit #preview-outfits #preview-outfits-not-logged-in #preview-outfits-log-in:hover {
- color: #201d1d
- }
- body.outfits-edit #preview-outfits #preview-outfits-not-logged-in #preview-outfits-log-in:active {
- top: 1px
- }
- body.outfits-edit #preview-outfits #preview-outfits-not-logged-in #preview-outfits-log-in:hover {
- background-color: #ee4b00
- }
- body.outfits-edit #preview-sharing {
- display: none
- }
- body.outfits-edit #preview-sharing #preview-sharing-urls {
- margin-left: 24px;
- margin-right: 24px;
- display: none;
- margin-bottom: 1em;
- margin-top: 1em
- }
- body.outfits-edit #preview-sharing #preview-sharing-urls li {
- display: block;
- padding: 0.25em 0;
- width: 100%
- }
- body.outfits-edit #preview-sharing #preview-sharing-urls li label {
- display: inline-block;
- font-weight: bold
- }
- body.outfits-edit #preview-sharing #preview-sharing-urls li input {
- display: block;
- width: 100%
- }
- body.outfits-edit #preview-sharing #preview-sharing-urls li a {
- display: none;
- float: right;
- font-size: 75%;
- margin-top: 0.25em;
- margin-left: 1.5em;
- text-decoration: none
- }
- body.outfits-edit #preview-sharing #preview-sharing-urls li a.zeroclipboard-is-active {
- font-weight: bold
- }
- body.outfits-edit #preview-sharing #preview-sharing-urls.support-download li a {
- display: block
- }
- body.outfits-edit #preview-sharing #preview-sharing-url-formats {
- margin-left: 24px;
- margin-right: 24px;
- select: none;
- -webkit-user-select: none;
- -moz-user-select: none;
- user-select: none;
- display: none;
- font-size: 0;
- text-align: center
- }
- body.outfits-edit #preview-sharing #preview-sharing-url-formats li {
- display: -moz-inline-stack;
- display: inline-block;
- vertical-align: middle;
- *vertical-align: auto;
- zoom: 1;
- *display: inline;
- border: 1px solid #9181bf;
- border-left-width: 0;
- border-right-color: #9181bf;
- color: #927cae;
- cursor: pointer;
- font-size: 12px;
- padding: 0 2em
- }
- body.outfits-edit #preview-sharing #preview-sharing-url-formats li.active {
- background: #2f2e33;
- color: inherit;
- font-weight: bold
- }
- body.outfits-edit #preview-sharing #preview-sharing-url-formats li:first-child {
- -moz-border-radius-topleft: 5px;
- -webkit-border-top-left-radius: 5px;
- border-top-left-radius: 5px;
- -moz-border-radius-bottomleft: 5px;
- -webkit-border-bottom-left-radius: 5px;
- border-bottom-left-radius: 5px;
- border-left-width: 1px
- }
- body.outfits-edit #preview-sharing #preview-sharing-url-formats li:last-child {
- -moz-border-radius-topright: 5px;
- -webkit-border-top-right-radius: 5px;
- border-top-right-radius: 5px;
- -moz-border-radius-bottomright: 5px;
- -webkit-border-bottom-right-radius: 5px;
- border-bottom-right-radius: 5px;
- border-right-color: #9181bf
- }
- body.outfits-edit #preview-sharing #preview-sharing-thumbnail-wrapper {
- border: 1px solid #9181bf;
- display: block;
- height: 150px;
- margin: 1em auto 0;
- position: relative;
- width: 150px
- }
- body.outfits-edit #preview-sharing #preview-sharing-thumbnail-loading {
- height: 100%;
- left: 0;
- position: absolute;
- top: 0;
- width: 100%
- }
- body.outfits-edit #preview-sharing #preview-sharing-thumbnail-loading span {
- color: #927cae;
- font-size: 85%;
- margin-top: -0.75em;
- position: absolute;
- text-align: center;
- top: 50%;
- width: 100%
- }
- body.outfits-edit #preview-sharing #preview-sharing-thumbnail,
- body.outfits-edit #preview-sharing #preview-sharing-thumbnail-generating {
- display: none
- }
- body.outfits-edit #preview-sharing #preview-sharing-beta-note {
- margin-left: 24px;
- margin-right: 24px;
- background: #201d1d;
- border: 1px solid #ffd324;
- color: #514721;
- font-size: 85%;
- margin-top: 1em;
- text-align: center
- }
- body.outfits-edit #preview-sharing.urls-loaded #preview-sharing-thumbnail-saving {
- display: none
- }
- 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 {
- display: block
- }
- body.outfits-edit #preview-sharing.urls-loaded.thumbnail-loaded #preview-sharing-thumbnail-loading {
- display: none
- }
- body.outfits-edit #preview-sharing.urls-loaded.thumbnail-loaded #preview-sharing-thumbnail {
- display: block
- }
- 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
- }
- body.outfits-edit #preview-sharing.urls-loaded.thumbnail-available #preview-sharing-thumbnail {
- display: block
- }
- body.outfits-edit .preview-sidebar-nav {
- float: right;
- font-size: 85%;
- margin-right: 24px;
- margin-top: 1em
- }
- body.outfits-edit #preview-sidebar #preview-sidebar-navbar-closet {
- background: #201d1d;
- border-bottom-color: #201d1d;
- font-weight: bold
- }
- 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 #9181bf;
- font-weight: normal
- }
- body.outfits-edit #preview-sidebar.viewing-outfits #preview-sidebar-navbar-outfits,
- body.outfits-edit #preview-sidebar.sharing #preview-sidebar-navbar-sharing {
- background: #201d1d;
- border-bottom-color: #201d1d;
- font-weight: bold
- }
- body.outfits-edit #preview-sidebar-navbar {
- -webkit-border-radius: 10px 10px 0 0;
- -moz-border-radius: 10px 10px 0 0;
- -ms-border-radius: 10px 10px 0 0;
- -o-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: #332f2f;
- border: 1px solid #9181bf;
- border-bottom: 0;
- font-size: 150%
- }
- body.outfits-edit #preview-sidebar-navbar {
- display: block
- }
- body.outfits-edit #preview-sidebar-navbar > div {
- background: transparent;
- border-bottom: 1px solid #9181bf;
- font-weight: normal;
- cursor: pointer;
- float: left;
- border-left: 1px solid #9181bf;
- padding: 0.5em 0;
- text-align: center;
- width: 132px
- }
- body.outfits-edit #preview-sidebar-navbar > div:first-child {
- border-left: 0
- }
- body.outfits-edit #preview-sidebar-content {
- -webkit-border-radius: 0 0 10px 10px;
- -moz-border-radius: 0 0 10px 10px;
- -ms-border-radius: 0 0 10px 10px;
- -o-border-radius: 0 0 10px 10px;
- border-radius: 0 0 10px 10px;
- border: 1px solid #9181bf;
- border-top: 0;
- height: 300px;
- overflow: auto
- }
- 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
- }
- body.outfits-edit #preview-sidebar-donation-request {
- background: #dbc2ef;
- border: 1px solid #9580d8;
- color: #3e0944;
- font-size: 85%;
- padding: 1em
- }
- body.outfits-edit #preview-sidebar-donation-request-no-thanks {
- margin-left: 1em
- }
- body.outfits-edit #save-success {
- background: #dbc2ef;
- border: 1px solid #9580d8;
- color: #3e0944
- }
- body.outfits-edit #save-error,
- body.outfits-edit #outfit-not-found {
- background: #fbe3e4;
- border: 1px solid #fbc2c4;
- color: #8a1f11
- }
- body.outfits-edit #userbar-session-message {
- -moz-opacity: 0.5;
- -webkit-opacity: 0.5;
- -o-opacity: 0.5;
- -khtml-opacity: 0.5;
- display: none
- }
- body.outfits-edit #new-outfit-name {
- font: inherit;
- line-height: 1
- }
- body.outfits-edit #pet-type-form,
- body.outfits-edit #pet-state-form,
- body.outfits-edit #preview-swf,
- body.outfits-edit #preview-search {
- position: relative
- }
- body.outfits-edit .control-overlay {
- height: 100%;
- left: 0;
- position: absolute;
- top: 0;
- width: 100%;
- z-index: 5
- }
- body.outfits-edit #preview-sidebar-nav-outfits,
- body.outfits-edit #save-outfit-signed-in {
- display: none
- }
- body.outfits-edit form#save-outfit-form {
- display: none;
- margin-right: 0;
- padding: 0
- }
- body.outfits-edit form#save-outfit-form .outfit-star {
- bottom: -2px;
- height: 16px;
- position: relative;
- width: 16px;
- background-image: url(/assets/unstarred-013e692e010d97de32dfd4cf5cc88456.png);
- background-position: left top;
- background-repeat: no-repeat;
- cursor: pointer;
- display: block;
- float: left;
- margin-right: 8px
- }
- body.outfits-edit form#save-outfit-form.starred .outfit-star {
- background-image: url(/assets/star-fcfbc11621d90e8830718723ed661d8d.png)
- }
- body.outfits-edit form#save-outfit-form.loading .outfit-star {
- background-image: url(/assets/loading-d880e4b670adcdd01224a73387005caa.gif)
- }
- body.outfits-edit form#save-outfit-form .outfit-star {
- margin-left: -24px;
- margin-right: 0
- }
- 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-stack;
- display: inline-block;
- vertical-align: middle;
- *vertical-align: auto;
- zoom: 1;
- *display: inline;
- float: none;
- vertical-align: top
- }
- body.outfits-edit form#save-outfit-form .outfit-star {
- margin-top: 0.25em
- }
- body.outfits-edit .outfit-url {
- font-size: 75%
- }
- body.outfits-edit #preview-search-form-error {
- background: #fbe3e4;
- border: 1px solid #fbc2c4;
- color: #8a1f11;
- padding: 0.25em 0.5em
- }
- body.outfits-edit.user-signed-in #preview-sidebar-nav-outfits {
- display: block
- }
- body.outfits-edit.user-signed-in #save-outfit {
- display: inline-block
- }
- body.outfits-edit.user-signed-in #save-outfit-wrapper.active-outfit #save-outfit {
- display: none
- }
- 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
- }
- body.outfits-edit.user-signed-in #save-outfit-wrapper.saving-outfit #save-outfit-form {
- display: block
- }
- 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
- }
- body.outfits-edit.user-signed-in .preview-search-form-your-items {
- display: -moz-inline-stack;
- display: inline-block;
- vertical-align: middle;
- *vertical-align: auto;
- zoom: 1;
- *display: inline
- }
- body.outfits-edit.user-signed-in #preview-outfits-not-logged-in {
- display: none
- }
- body.outfits-edit.user-signed-in #preview-outfits-list {
- display: block
- }
- body.outfits-edit.user-signed-in #advanced-search-log-in-link {
- display: none
- }
- body.outfits-edit.user-not-signed-in #save-outfit-not-signed-in {
- display: inline-block
- }
- body.outfits-edit.user-not-signed-in #preview-search-advanced .must-log-in {
- color: #9181bf
- }
- 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
- }
- body.outfits-edit #save-outfit-wrapper.shared-outfit #current-outfit-permalink {
- display: none !important
- }
- body.outfits-edit #prank-color-message {
- display: none;
- margin: 0 1em
- }
- body.outfits-index #outfits {
- font-size: 0;
- list-style: none
- }
- body.outfits-index #outfits > li {
- display: -moz-inline-stack;
- display: inline-block;
- vertical-align: middle;
- *vertical-align: auto;
- zoom: 1;
- *display: inline;
- overflow: hidden;
- position: relative;
- font-size: 14px
- }
- body.outfits-index #outfits > li .outfit-star {
- bottom: -2px;
- height: 16px;
- position: relative;
- width: 16px;
- background-image: url(/assets/unstarred-013e692e010d97de32dfd4cf5cc88456.png);
- background-position: left top;
- background-repeat: no-repeat;
- cursor: pointer;
- display: block;
- float: left;
- margin-right: 8px
- }
- body.outfits-index #outfits > li.starred .outfit-star {
- background-image: url(/assets/star-fcfbc11621d90e8830718723ed661d8d.png)
- }
- body.outfits-index #outfits > li.loading .outfit-star {
- background-image: url(/assets/loading-d880e4b670adcdd01224a73387005caa.gif)
- }
- body.outfits-index #outfits > li header,
- body.outfits-index #outfits > li footer {
- color: #201d1d;
- left: 0;
- position: absolute;
- z-index: 2;
- background: #000;
- background: rgba(255, 255, 255, .8)
- }
- body.outfits-index #outfits > li header {
- bottom: 0
- }
- body.outfits-index #outfits > li footer {
- top: 0
- }
- body.outfits-index #outfits > li a {
- color: #201d1d
- }
- body.outfits-index #outfits > li {
- height: 150px;
- margin: 2px;
- width: 150px
- }
- body.outfits-index #outfits > li header,
- body.outfits-index #outfits > li footer {
- padding: 2px 4px;
- width: 142px
- }
- body.outfits-index #outfits > li footer {
- display: none
- }
- body.outfits-index #outfits > li footer .outfit-edit-link {
- float: left;
- text-decoration: none
- }
- body.outfits-index #outfits > li footer form {
- float: right
- }
- body.outfits-index #outfits > li footer form .outfit-delete-button {
- margin: 0;
- padding: 0
- }
- body.outfits-index #outfits > li footer .outfit-edit-link:hover,
- body.outfits-index #outfits > li footer .outfit-delete-button:hover {
- text-decoration: underline
- }
- body.outfits-index #outfits > li .outfit-star {
- cursor: auto
- }
- body.outfits-index #outfits > li .outfit-name {
- text-decoration: none
- }
- body.outfits-index #outfits > li .outfit-name:hover {
- text-decoration: underline
- }
- body.outfits-index #outfits > li:hover footer {
- display: block
- }
- body.outfits-index #outfits .outfit-delete-button {
- -webkit-border-radius: 0;
- -moz-border-radius: 0;
- -ms-border-radius: 0;
- -o-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
- }
- body.outfits-index #outfits .outfit-delete-button:hover {
- background: transparent;
- color: inherit
- }
- body.outfits-index #outfits .outfit-delete-button:active {
- top: auto
- }
- body.outfits-new .campaign-progress-wrapper {
- -webkit-border-radius: 8px;
- -moz-border-radius: 8px;
- -ms-border-radius: 8px;
- -o-border-radius: 8px;
- border-radius: 8px;
- background: #c99cc2;
- background-image: linear-gradient(#eddeeb, #c99cc2);
- border: 4px solid #9181bf;
- clear: both;
- margin-bottom: 1em;
- margin-top: 0.5em;
- position: relative
- }
- body.outfits-new .campaign-progress-wrapper .button {
- -webkit-border-radius: 5px;
- -moz-border-radius: 5px;
- -ms-border-radius: 5px;
- -o-border-radius: 5px;
- border-radius: 5px;
- background: #9181bf url(/assets/alert-overlay-8b1fd7569468e64af0078bb7ff89201f.png) repeat-x;
- border: 0;
- display: inline-block;
- padding: 0.5em 0.75em 0.45em;
- color: #201d1d;
- 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: #004 url(/assets/alert-overlay-8b1fd7569468e64af0078bb7ff89201f.png) repeat-x;
- font-size: 75%;
- margin-left: 1em;
- padding: 0.25em 0.75em
- }
- body.outfits-new .campaign-progress-wrapper .button:hover {
- background-color: #9181bf
- }
- body.outfits-new .campaign-progress-wrapper .button:hover {
- color: #201d1d
- }
- body.outfits-new .campaign-progress-wrapper .button:active {
- top: 1px
- }
- body.outfits-new .campaign-progress-wrapper .button:hover {
- background-color: #003
- }
- body.outfits-new .campaign-progress {
- background: #9181bf;
- background-image: linear-gradient(#c54bb1, #9181bf);
- border-right: 1px solid #9181bf
- }
- body.outfits-new .campaign-progress-wrapper,
- body.outfits-new .campaign-progress {
- height: 2.5em
- }
- body.outfits-new .campaign-progress-label {
- text-shadow: 1px 1px 0 #9181bf;
- color: #201d1d;
- font-size: 150%;
- left: 0;
- position: absolute;
- top: 0;
- text-align: center;
- width: 100%
- }
- body.outfits-new .campaign-progress-label a {
- color: inherit;
- display: block;
- text-decoration: none
- }
- body.outfits-new .campaign-progress-label .button {
- position: relative;
- top: -2px
- }
- body.outfits-new.campaign-loaded .campaign-progress-wrapper {
- visibility: visible
- }
- body.outfits-new .news-post p:last-child {
- margin-bottom: 0
- }
- body.outfits-new .news-post.campaign-supplement {
- margin-bottom: 1em;
- padding: 0.25em 0.5em;
- text-align: center;
- background: #201d1d;
- border: 1px solid #9181bf;
- color: #9181bf
- }
- body.outfits-new .news-post.campaign-supplement a {
- color: #743669
- }
- body.outfits-new #pet-not-found,
- body.outfits-new #neopia-error {
- display: none
- }
- body.outfits-new #outfit-forms {
- overflow: hidden;
- display: inline-block;
- background: #201d1d;
- border: 1px solid #9181bf;
- padding: 1em;
- position: relative
- }
- body.outfits-new #outfit-forms {
- display: block
- }
- body.outfits-new #outfit-forms h1 {
- margin-bottom: 0
- }
- body.outfits-new #outfit-forms h2 {
- font-size: 150%;
- font-style: italic;
- text-indent: 1em
- }
- body.outfits-new #outfit-forms #pet-preview {
- float: left;
- height: 300px;
- margin-right: 2em;
- position: relative;
- width: 300px
- }
- body.outfits-new #outfit-forms #pet-preview img {
- height: 100%;
- width: 100%
- }
- 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
- }
- body.outfits-new #outfit-forms #pet-preview.hidden img {
- display: none
- }
- body.outfits-new #outfit-forms #pet-preview.loaded {
- cursor: pointer
- }
- body.outfits-new #outfit-forms #pet-preview span {
- background: gray;
- background: rgba(255, 247, 247, .8);
- bottom: 0;
- color: #201d1d;
- padding: 0.25em 0.5em;
- position: absolute;
- right: 0
- }
- body.outfits-new #outfit-forms #pet-preview span:empty {
- display: none
- }
- body.outfits-new #outfit-forms fieldset {
- position: relative;
- left: 16px
- }
- body.outfits-new #outfit-forms fieldset legend {
- margin-left: -16px
- }
- body.outfits-new #outfit-forms .primary {
- margin-bottom: 2em;
- margin-top: 3em
- }
- body.outfits-new #outfit-forms .primary input {
- font-size: 115%;
- padding: 0.5em;
- width: 10em
- }
- body.outfits-new #outfit-forms .primary button {
- background: #ff5c00 url(/assets/alert-overlay-8b1fd7569468e64af0078bb7ff89201f.png) repeat-x;
- font-size: 125%;
- padding: 8px 14px 9px
- }
- body.outfits-new #outfit-forms .primary button:hover {
- background-color: #ee4b00
- }
- body.outfits-new #outfit-forms .primary legend {
- font-size: 175%
- }
- body.outfits-new #outfit-forms .primary select {
- font-size: 120%
- }
- body.outfits-new #outfit-forms [data-require-neopia-status=offline] {
- display: none
- }
- body.outfits-new #outfit-forms[data-neopia-status=offline] [data-require-neopia-status=online] {
- display: none
- }
- body.outfits-new #outfit-forms[data-neopia-status=offline] [data-require-neopia-status=offline] {
- display: block
- }
- body.outfits-new #outfit-forms [data-require-neopia-status=offline] .load-pet-to-wardrobe legend a {
- font-size: 85%
- }
- body.outfits-new #description,
- body.outfits-new #top-contributors {
- float: left
- }
- body.outfits-new #description {
- margin-right: 2%;
- width: 64%
- }
- body.outfits-new #top-contributors {
- border: 1px solid #cfc3df;
- margin-top: 1em;
- padding: 1%;
- width: 30%
- }
- body.outfits-new #top-contributors ol {
- margin-left: 2em;
- padding-left: 1em
- }
- body.outfits-new #top-contributors > a {
- font-size: 80%;
- display: block;
- text-align: right
- }
- body.outfits-new #how-can-i-help,
- body.outfits-new #i-found-something {
- background: #201d1d;
- border: 1px solid #9181bf;
- padding: 1em;
- float: left;
- padding: 1%;
- width: 46%
- }
- body.outfits-new #how-can-i-help h2,
- body.outfits-new #i-found-something h2 {
- font-style: italic
- }
- 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%
- }
- 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: #9181bf;
- width: 12em
- }
- body.outfits-new #how-can-i-help {
- margin-right: 1%
- }
- body.outfits-new #i-found-something {
- margin-left: 1%
- }
- body.outfits-new #i-found-something a {
- float: right;
- font-size: 87.5%;
- margin-top: 1em
- }
- body.outfits-new #sections {
- overflow: hidden;
- display: inline-block;
- display: table;
- list-style: none;
- margin-top: 1em
- }
- body.outfits-new #sections {
- display: block
- }
- body.outfits-new #sections h3 {
- margin-bottom: 0.25em
- }
- body.outfits-new #sections li {
- border-left-color: #9181bf;
- border-left-style: solid;
- border-left-width: 1px;
- display: table-cell;
- padding: 0.5em;
- position: relative;
- width: 33.33333%
- }
- body.outfits-new #sections li:first-child {
- border-left: 0
- }
- body.outfits-new #sections div {
- color: #927cae;
- font-size: 75%;
- margin-left: 1em;
- z-index: 2
- }
- body.outfits-new #sections h4,
- body.outfits-new #sections input {
- font-size: 116%
- }
- 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
- }
- body.outfits-new #sections h4 a {
- background: #201d1d
- }
- 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
- }
- body.outfits-new #sections img:hover {
- -moz-opacity: 1;
- -webkit-opacity: 1;
- -o-opacity: 1;
- -khtml-opacity: 1
- }
- body.outfits-new #sections p {
- min-height: 4.5em
- }
- body.outfits-new #whats-new {
- margin-bottom: 1em
- }
- body.outfits-new #whats-new h3 {
- font-size: 125%;
- font-style: italic;
- margin-bottom: 0.5em
- }
- body.outfits-new #whats-new #modeling-neopets-users {
- float: right;
- font-size: 85%;
- margin-top: -5px;
- max-width: 55%;
- text-align: right
- }
- body.outfits-new #whats-new #modeling-neopets-users ul {
- display: inline
- }
- body.outfits-new #whats-new #modeling-neopets-users li,
- body.outfits-new #whats-new #modeling-neopets-users form {
- display: inline-block
- }
- body.outfits-new #whats-new #modeling-neopets-users li {
- -webkit-border-radius: 6px;
- -moz-border-radius: 6px;
- -ms-border-radius: 6px;
- -o-border-radius: 6px;
- border-radius: 6px;
- border: 1px solid #9181bf;
- line-height: 1;
- margin: 0 4px;
- padding: 2px 4px 2px 8px
- }
- body.outfits-new #whats-new #modeling-neopets-users li button {
- -webkit-border-radius: 0;
- -moz-border-radius: 0;
- -ms-border-radius: 0;
- -o-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;
- margin-left: 6px
- }
- body.outfits-new #whats-new #modeling-neopets-users li button:hover {
- background: transparent;
- color: inherit
- }
- body.outfits-new #whats-new #modeling-neopets-users li button:active {
- top: auto
- }
- body.outfits-new #whats-new #newest-unmodeled-items {
- clear: both;
- list-style: none
- }
- body.outfits-new #whats-new #newest-unmodeled-items > li {
- overflow: hidden;
- display: inline-block;
- margin: 0.5em 0
- }
- body.outfits-new #whats-new #newest-unmodeled-items > li {
- display: block
- }
- body.outfits-new #whats-new #newest-unmodeled-items a.header {
- background: #7d7984;
- border: 1px solid #9181bf;
- border-left: 0;
- border-radius: 0 6px 6px 0;
- color: #201d1d;
- display: block;
- margin-left: 81px;
- padding: 0.5em 8px;
- position: relative;
- text-decoration: none;
- text-shadow: #ba93f2 1px 1px 2px
- }
- body.outfits-new #whats-new #newest-unmodeled-items a.header:hover,
- body.outfits-new #whats-new #newest-unmodeled-items .image-link:hover + a.header {
- text-decoration: underline
- }
- body.outfits-new #whats-new #newest-unmodeled-items h2 {
- font-family: "Droid Sans", Helvetica, Arial, Verdana, sans-serif;
- font-size: 120%;
- margin: 0;
- position: relative;
- z-index: 2
- }
- body.outfits-new #whats-new #newest-unmodeled-items .meter {
- background: #cab8ea;
- display: block;
- height: 100%;
- left: 0;
- position: absolute;
- top: 0;
- z-index: 1
- }
- body.outfits-new #whats-new #newest-unmodeled-items .image-link {
- float: left
- }
- body.outfits-new #whats-new #newest-unmodeled-items .image-link img {
- border: 1px solid #9181bf;
- border-radius: 6px 0 6px 6px;
- height: 80px;
- width: 80px
- }
- body.outfits-new #whats-new #newest-unmodeled-items .missing-bodies,
- body.outfits-new #whats-new #newest-unmodeled-items .models {
- margin-left: 82px;
- padding-left: 8px;
- padding-right: 8px
- }
- body.outfits-new #whats-new #newest-unmodeled-items .missing-bodies {
- font-size: 85%;
- padding-bottom: 0.5em;
- padding-top: 0.5em
- }
- body.outfits-new #whats-new #newest-unmodeled-items .missing-bodies p {
- font-family: "Droid Sans", Helvetica, Arial, Verdana, sans-serif;
- margin-bottom: 0.5em
- }
- body.outfits-new #whats-new #newest-unmodeled-items .missing-bodies .modeled {
- color: #927cae;
- text-decoration: line-through
- }
- body.outfits-new #whats-new #newest-unmodeled-items .models {
- font-size: 85%
- }
- body.outfits-new #whats-new #newest-unmodeled-items .models li {
- display: inline-block;
- margin-bottom: 2px;
- margin-right: 2px
- }
- body.outfits-new #whats-new #newest-unmodeled-items .models button {
- -webkit-border-radius: 0;
- -moz-border-radius: 0;
- -ms-border-radius: 0;
- -o-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;
- -webkit-border-radius: 4px;
- -moz-border-radius: 4px;
- -ms-border-radius: 4px;
- -o-border-radius: 4px;
- border-radius: 4px;
- -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
- -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
- box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
- background: #201d1d;
- border: 1px solid #9181bf;
- padding-right: 8px;
- text-align: left
- }
- body.outfits-new #whats-new #newest-unmodeled-items .models button:hover {
- background: transparent;
- color: inherit
- }
- body.outfits-new #whats-new #newest-unmodeled-items .models button:active {
- top: auto
- }
- body.outfits-new #whats-new #newest-unmodeled-items .models button:active {
- position: relative;
- top: 1px
- }
- body.outfits-new #whats-new #newest-unmodeled-items .models img,
- body.outfits-new #whats-new #newest-unmodeled-items .models div {
- display: inline-block;
- vertical-align: top
- }
- body.outfits-new #whats-new #newest-unmodeled-items .models img {
- height: 40px;
- margin-right: 8px;
- width: 40px
- }
- body.outfits-new #whats-new #newest-unmodeled-items .models div {
- line-height: 1.25;
- padding-top: 10px
- }
- body.outfits-new #whats-new #newest-unmodeled-items .models .pet-name,
- body.outfits-new #whats-new #newest-unmodeled-items .models .message {
- display: block
- }
- body.outfits-new #whats-new #newest-unmodeled-items .models .message {
- font-style: italic;
- font-size: 85%
- }
- body.outfits-new #whats-new #newest-modeled-items {
- text-align: center
- }
- body.outfits-new #whats-new #newest-modeled-items .object {
- margin: 2px;
- padding: 0;
- width: 80px
- }
- body.outfits-new #whats-new #newest-modeled-items .object .name {
- display: none
- }
- body.outfits-new #whats-new #newest-modeled-items .object img {
- margin: 0
- }
- body.outfits-new #whats-new #newest-modeled-items .object .nc-icon {
- right: 0
- }
- body.outfits-new #latest-contribution {
- border-color: #9181bf;
- border-style: solid;
- border-width: 1px 0;
- font-size: 85%;
- margin: 1em 0;
- padding: 0.5em 0;
- text-align: center
- }
- body.outfits-new #latest-contribution #recent-contributions-link {
- font-weight: bold;
- margin-right: 0.5em
- }
- body.outfits-new #latest-contribution #recent-contributions-link::after {
- content: ":"
- }
- body.outfits-new #latest-contribution #latest-contribution-created-at {
- color: #927cae;
- margin-left: 0.5em
- }
- body.outfits-show .campaign-progress-wrapper {
- -webkit-border-radius: 8px;
- -moz-border-radius: 8px;
- -ms-border-radius: 8px;
- -o-border-radius: 8px;
- border-radius: 8px;
- background: #c99cc2;
- background-image: linear-gradient(#eddeeb, #c99cc2);
- border: 4px solid #9181bf;
- clear: both;
- margin-bottom: 1em;
- margin-top: 0.5em;
- position: relative
- }
- body.outfits-show .campaign-progress-wrapper .button {
- -webkit-border-radius: 5px;
- -moz-border-radius: 5px;
- -ms-border-radius: 5px;
- -o-border-radius: 5px;
- border-radius: 5px;
- background: #9181bf url(/assets/alert-overlay-8b1fd7569468e64af0078bb7ff89201f.png) repeat-x;
- border: 0;
- display: inline-block;
- padding: 0.5em 0.75em 0.45em;
- color: #201d1d;
- 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: #004 url(/assets/alert-overlay-8b1fd7569468e64af0078bb7ff89201f.png) repeat-x;
- font-size: 75%;
- margin-left: 1em;
- padding: 0.25em 0.75em
- }
- body.outfits-show .campaign-progress-wrapper .button:hover {
- background-color: #9181bf
- }
- body.outfits-show .campaign-progress-wrapper .button:hover {
- color: #201d1d
- }
- body.outfits-show .campaign-progress-wrapper .button:active {
- top: 1px
- }
- body.outfits-show .campaign-progress-wrapper .button:hover {
- background-color: #003
- }
- body.outfits-show .campaign-progress {
- background: #9181bf;
- background-image: linear-gradient(#c54bb1, #9181bf);
- border-right: 1px solid #9181bf
- }
- body.outfits-show .campaign-progress-wrapper,
- body.outfits-show .campaign-progress {
- height: 2.5em
- }
- body.outfits-show .campaign-progress-label {
- text-shadow: 1px 1px 0 #9181bf;
- color: #201d1d;
- font-size: 150%;
- left: 0;
- position: absolute;
- top: 0;
- text-align: center;
- width: 100%
- }
- body.outfits-show .campaign-progress-label a {
- color: inherit;
- display: block;
- text-decoration: none
- }
- body.outfits-show .campaign-progress-label .button {
- position: relative;
- top: -2px
- }
- body.outfits-show.campaign-loaded .campaign-progress-wrapper {
- visibility: visible
- }
- body.outfits-show #title {
- float: left
- }
- body.outfits-show #outfit-wardrobe-link {
- float: left;
- font-size: 85%;
- margin-left: 2em;
- margin-top: 0.75em
- }
- body.outfits-show #outfit-user {
- float: right;
- margin-top: 1em
- }
- body.outfits-show #prank-color-message {
- clear: both
- }
- body.outfits-show #preview-wrapper {
- clear: both;
- height: 600px;
- margin: 0 auto 1em;
- position: relative;
- width: 600px
- }
- body.outfits-show #preview-wrapper #preview-swf {
- left: 0;
- position: absolute;
- top: 0
- }
- body.outfits-show #outfit-items {
- text-align: center
- }
- body.pets-bulk #needed-items-form,
- body.pets-bulk #bulk-pets-form {
- text-align: center
- }
- body.pets-bulk #needed-items-form #needed-items-pet {
- border-top: 1px solid #9181bf;
- display: none;
- margin-top: 1em;
- padding-top: 1em
- }
- body.pets-bulk #needed-items-form #needed-items-pet h4 {
- font-size: 150%;
- margin-bottom: 0.5em
- }
- body.pets-bulk #needed-items-form #needed-items-pet #needed-items-reload {
- display: -moz-inline-stack;
- display: inline-block;
- vertical-align: middle;
- *vertical-align: auto;
- zoom: 1;
- *display: inline;
- font-size: 12px;
- margin-left: 1em;
- vertical-align: middle
- }
- body.pets-bulk #needed-items-form #needed-items-alert {
- display: none;
- margin-top: 0.5em
- }
- body.pets-bulk #needed-items-form #needed-items-pet-thumbnail {
- height: 50px;
- width: 50px
- }
- body.pets-bulk #needed-items-form #needed-items-pet-items li.owned {
- background: #201d1d;
- border: 1px solid #9181bf
- }
- body.pets-bulk #needed-items-form .object-owned {
- color: #927cae;
- display: block;
- font-size: 75%;
- font-style: italic;
- padding-bottom: 0.25em
- }
- 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 {
- background-image: url(/assets/loading-d880e4b670adcdd01224a73387005caa.gif);
- background-position: center right;
- background-repeat: no-repeat
- }
- 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
- }
- 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
- }
- body.pets-bulk #needed-items-form.loaded #needed-items-pet {
- display: block
- }
- body.pets-bulk #needed-items-form.failed #needed-items-alert {
- display: block
- }
- body.pets-bulk #bulk-pets-form {
- border-top: 1px solid #9181bf;
- margin-top: 12px;
- padding-top: 12px
- }
- body.pets-bulk #bulk-pets-form textarea {
- display: -moz-inline-stack;
- display: inline-block;
- vertical-align: middle;
- *vertical-align: auto;
- zoom: 1;
- *display: inline;
- display: inline;
- font: inherit;
- height: 1.5em;
- overflow: hidden;
- resize: none
- }
- body.pets-bulk #bulk-pets-form ul {
- list-style: none;
- margin-top: 1em
- }
- body.pets-bulk #bulk-pets-form ul li {
- display: -moz-inline-stack;
- display: inline-block;
- vertical-align: middle;
- *vertical-align: auto;
- zoom: 1;
- *display: inline;
- background: #eee;
- margin: 0 auto;
- min-width: 25%;
- text-align: left
- }
- body.pets-bulk #bulk-pets-form ul li .waiting-message,
- body.pets-bulk #bulk-pets-form ul li .loading-message,
- body.pets-bulk #bulk-pets-form ul li .response {
- display: none;
- font-size: 75%;
- font-style: italic;
- margin-left: 75px
- }
- body.pets-bulk #bulk-pets-form ul li.waiting .waiting-message,
- body.pets-bulk #bulk-pets-form ul li.loading .loading-message,
- body.pets-bulk #bulk-pets-form ul li.loaded .response,
- body.pets-bulk #bulk-pets-form ul li.failed .response {
- display: block
- }
- body.pets-bulk #bulk-pets-form ul li.loaded {
- background: #333235
- }
- body.pets-bulk #bulk-pets-form ul li.failed {
- background: #333235
- }
- body.pets-bulk #bulk-pets-form ul img {
- float: left;
- height: 50px;
- width: 50px
- }
- body.pets-bulk.js .noscript {
- display: none
- }
- body.pets-bulk.js .script-only {
- display: block
- }
- body.pets-bulk .script-only {
- display: none
- }
- body.static-image_mode h2 {
- margin-bottom: 0.25em;
- margin-top: 1.25em
- }
- 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
- }
- body.static-terms {
- text-align: center
- }
- body.swf_assets-links #swf-assets li {
- -webkit-border-radius: 0.5em;
- -moz-border-radius: 0.5em;
- -ms-border-radius: 0.5em;
- -o-border-radius: 0.5em;
- border-radius: 0.5em;
- display: -moz-inline-stack;
- display: inline-block;
- vertical-align: middle;
- *vertical-align: auto;
- zoom: 1;
- *display: inline;
- border: 1px solid #9181bf;
- margin: 0.5em;
- padding: 0.5em;
- text-align: center;
- vertical-align: top;
- width: 150px
- }
- body.swf_assets-links #swf-assets li img,
- body.swf_assets-links #swf-assets li span,
- body.swf_assets-links #swf-assets li input {
- display: block;
- width: 100%
- }
- body.swf_assets-links #swf-assets li img {
- height: 150px;
- width: 150px
- }
- body.swf_assets-links #swf-assets li span {
- font-size: 75%;
- word-wrap: break-word
- }
- body.users-top_contributors {
- text-align: center
- }
- body.users-top_contributors #top-contributors {
- border-spacing: 0;
- border-width: 1px 1px 0 0;
- margin: 1em auto
- }
- body.users-top_contributors #top-contributors,
- body.users-top_contributors #top-contributors td,
- body.users-top_contributors #top-contributors th {
- border-color: #ba93f2;
- border-style: solid
- }
- body.users-top_contributors #top-contributors td,
- body.users-top_contributors #top-contributors th {
- border-width: 0 0 1px 1px;
- padding: 0.5em 1em
- }
Advertisement
Add Comment
Please, Sign In to add comment