Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- @import url("https://fonts.googleapis.com/css?family=Droid+Sans:400,700");
- @import url("https://fonts.googleapis.com/css?family=Droid+Serif:400,700,400italic");
- @import url("https://fonts.googleapis.com/css?family=Calligraffitti");
- @font-face {
- font-family: Delicious;
- src: local("Delicious"), url(/assets/Delicious-Roman-ca656e6bcc695252708778e6c2d96867592af6df55a6339759824bec5e4b0c8c.otf)
- }
- @font-face {
- font-family: Delicious;
- font-weight: bold;
- src: local("Delicious"), url(/assets/Delicious-Bold-d38712ee0b9db2aa7fc40ad3ad80f7fab3c74934369c206cfc0868ebeaab9705.otf)
- }
- @font-face {
- font-family: Delicious;
- font-style: italic;
- src: local("Delicious"), url(/assets/Delicious-Italic-4346b301afbdfd8d5632264d0ffecbb5141f931c4721e57c2abb0a44c2337155.otf)
- }
- 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.50em
- }
- h2 {
- font-size: 2em;
- margin-bottom: 0.75em
- }
- h3 {
- font-size: 1.5em;
- line-height: 1;
- margin-bottom: 1.00em
- }
- .inline-image {
- margin-right: 1em;
- vertical-align: middle
- }
- #container {
- margin: .25em auto;
- padding-top: 2.5em;
- position: relative;
- width: 800px
- }
- input,
- button,
- select,
- label {
- cursor: pointer
- }
- input[type=text],
- input[type=password],
- input[type=search],
- input[type=number],
- select,
- textarea {
- border-radius: 3px;
- background: #201d1d;
- border: 1px solid #cfc3df;
- color: #927cae;
- padding: .25em
- }
- input[type=text]:focus,
- input[type=text]: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 {
- border-radius: 5px;
- background: #9181bf url(/assets/alert-overlay-cab76d5089027300c32696676fb8113e1ccbca27c4e6c56e18936797f7d6e3ca.png) repeat-x;
- border: 0;
- display: inline-block;
- padding: .5em .75em .45em;
- color: #201d1d !important;
- 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 !important
- }
- /*weird button hover*/
- a.button:hover,
- input[type=submit]:hover,
- button:hover {
- color: #201d1d !important
- }
- a.button:active,
- input[type=submit]:active,
- button:active {
- transform: translateY(1px)
- }
- a.button.loud,
- input.loud[type=submit],
- button.loud {
- background: #ff5c00 url(/assets/alert-overlay-cab76d5089027300c32696676fb8113e1ccbca27c4e6c56e18936797f7d6e3ca.png) repeat-x;
- font-size: 125%;
- padding: 8px 14px 9px
- }
- a.button.loud:hover,
- input.loud[type=submit]:hover,
- button.loud:hover {
- background-color: #ee4b00
- }
- ul.buttons {
- margin-bottom: 1em
- }
- ul.buttons li {
- list-style: none;
- margin: 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 .5em
- }
- #footer #locale-form {
- float: right
- }
- .notice,
- .alert,
- .warning {
- margin-bottom: 1em;
- padding: .25em .5em;
- text-align: center
- }
- .notice {
- background: #dbc2ef;
- border: 1px solid #9580d8;
- color: #3e0944
- }
- .alert {
- background: #fbe3e4;
- border: 1px solid #fbc2c4;
- color: #8a1f11
- }
- .warning {
- background: #fff6bf;
- border: 1px solid #ffd324;
- color: #514721
- }
- #userbar {
- font-family: Delicious, Helvetica, Arial, Verdana, sans-serif;
- position: absolute;
- right: 0;
- top: 0
- }
- #userbar > * {
- display: inline;
- margin: 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: .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: .25em;
- padding-right: .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 .5em
- }
- .pagination .current {
- font-weight: bold
- }
- @font-face {
- font-family: Delicious;
- src: local("Delicious"), url(/assets/Delicious-Roman-ca656e6bcc695252708778e6c2d96867592af6df55a6339759824bec5e4b0c8c.otf)
- }
- @font-face {
- font-family: Delicious;
- font-weight: bold;
- src: local("Delicious"), url(/assets/Delicious-Bold-d38712ee0b9db2aa7fc40ad3ad80f7fab3c74934369c206cfc0868ebeaab9705.otf)
- }
- @font-face {
- font-family: Delicious;
- font-style: italic;
- src: local("Delicious"), url(/assets/Delicious-Italic-4346b301afbdfd8d5632264d0ffecbb5141f931c4721e57c2abb0a44c2337155.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: .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: .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: .9em;
- font-weight: bold;
- text-align: center
- }
- @media print {
- div.jGrowl {
- display: none
- }
- }
- body.campaigns-show,
- body.campaigns-current {
- color: #9181bf
- }
- body.campaigns-show .campaign-progress-wrapper,
- body.campaigns-current .campaign-progress-wrapper {
- border-radius: 8px;
- background: #c99cc2;
- background-image: linear-gradient(color-stops(#eddeeb, #c99cc2));
- border: 4px solid #9181bf;
- clear: both;
- margin-bottom: 1em;
- margin-top: .5em;
- position: relative
- }
- body.campaigns-show .campaign-progress-wrapper .button,
- body.campaigns-current .campaign-progress-wrapper .button {
- border-radius: 5px;
- background: #006400 url(/assets/alert-overlay-cab76d5089027300c32696676fb8113e1ccbca27c4e6c56e18936797f7d6e3ca.png) repeat-x;
- border: 0;
- display: inline-block;
- padding: .5em .75em .45em;
- color: #fff;
- 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-cab76d5089027300c32696676fb8113e1ccbca27c4e6c56e18936797f7d6e3ca.png) repeat-x;
- font-size: 75%;
- margin-left: 1em;
- padding: .25em .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 {
- transform: translateY(1px)
- }
- body.campaigns-show .campaign-progress-wrapper .button:hover,
- body.campaigns-current .campaign-progress-wrapper .button:hover {
- background-color: #000033
- }
- body.campaigns-show .campaign-progress,
- body.campaigns-current .campaign-progress {
- background: #9181bf;
- background-image: linear-gradient(color-stops(#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 #home-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-1e9daa5c8125444129c2eba26b56b315ea1a3262079d529acec5b72eb57581fc.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: .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: .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: .75em;
- margin-top: .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: .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: .5em .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-current #donation-form #amount-choices li #amount-custom-fields input[type=text] {
- 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-current #donation-form input[type=text] {
- 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-cab76d5089027300c32696676fb8113e1ccbca27c4e6c56e18936797f7d6e3ca.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-54792d2b7885656ad033c05d6108fd761651e01bfdc6f14e8661cc1af205080f.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-837d4c96e47ae9ba62d8ea546761e6a45432d25c8365475b6586ee1e774eaf86.png)
- }
- body.campaigns-show #outfits > li.loading .outfit-star,
- body.campaigns-current #outfits > li.loading .outfit-star {
- background-image: url(/assets/loading-7206dff50c999a9919b583fc63cd70a5cd02d6690ca84d9dd586197cafac8d17.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, 255)
- }
- 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-54792d2b7885656ad033c05d6108fd761651e01bfdc6f14e8661cc1af205080f.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-837d4c96e47ae9ba62d8ea546761e6a45432d25c8365475b6586ee1e774eaf86.png)
- }
- body.campaigns-show #outfits > li.loading .outfit-star,
- body.campaigns-current #outfits > li.loading .outfit-star {
- background-image: url(/assets/loading-7206dff50c999a9919b583fc63cd70a5cd02d6690ca84d9dd586197cafac8d17.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, 0.75)
- }
- 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 {
- border-radius: 8px;
- background: #c99cc2;
- background-image: linear-gradient(color-stops(#eddeeb, #c99cc2));
- border: 4px solid #9181bf;
- clear: both;
- margin-bottom: 1em;
- margin-top: .5em;
- position: relative
- }
- body.closet_hangers-index .campaign-progress-wrapper .button {
- border-radius: 5px;
- background: #9181bf url(/assets/alert-overlay-cab76d5089027300c32696676fb8113e1ccbca27c4e6c56e18936797f7d6e3ca.png) repeat-x;
- border: 0;
- display: inline-block;
- padding: .5em .75em .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-cab76d5089027300c32696676fb8113e1ccbca27c4e6c56e18936797f7d6e3ca.png) repeat-x;
- font-size: 75%;
- margin-left: 1em;
- padding: .25em .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 {
- transform: translateY(1px)
- }
- body.closet_hangers-index .campaign-progress-wrapper .button:hover {
- background-color: #000033
- }
- body.closet_hangers-index .campaign-progress {
- background: #9181bf;
- background-image: linear-gradient(color-stops(#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: .5em
- }
- body.closet_hangers-index .flash {
- clear: both
- }
- body.closet_hangers-index #secondary-nav {
- display: block;
- margin-top: .75em
- }
- body.closet_hangers-index #title {
- margin-bottom: 0
- }
- body.closet_hangers-index #import-link {
- border-radius: 5px;
- background: #9181bf url(/assets/alert-overlay-cab76d5089027300c32696676fb8113e1ccbca27c4e6c56e18936797f7d6e3ca.png) repeat-x;
- border: 0;
- display: inline-block;
- padding: .5em .75em .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-cab76d5089027300c32696676fb8113e1ccbca27c4e6c56e18936797f7d6e3ca.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 {
- transform: translateY(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.loading[name=q] {
- background-image: url(/assets/loading-7206dff50c999a9919b583fc63cd70a5cd02d6690ca84d9dd586197cafac8d17.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: image-height("neomail.png")
- }
- body.closet_hangers-index #closet-hangers-contact a {
- color: inherit;
- margin-right: .5em;
- text-decoration: none
- }
- 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: image-width("neomail.png") 4px
- }
- body.closet_hangers-index #closet-hangers-contact a.neomail,
- body.closet_hangers-index #closet-hangers-contact > form {
- background-image: url(/assets/neomail-36fcaf21833b77b7af869b91899f002b54fb0e42febf3d72354958f49e09e449.png)
- }
- body.closet_hangers-index #closet-hangers-contact a.lookup {
- background-image: url(/assets/lookup-6ac56470a678a80dd7e8d7f14e1df7d39ddf42f941f55b7de85f58d961ce682f.png)
- }
- body.closet_hangers-index #closet-hangers-contact select {
- width: 10em
- }
- body.closet_hangers-index #closet-hangers-contact label {
- font-weight: bold;
- margin-right: .5em
- }
- body.closet_hangers-index #closet-hangers-contact label:after {
- content: ":"
- }
- body.closet_hangers-index #toggle-help,
- body.closet_hangers-index #toggle-compare {
- border-radius: 5px;
- background: #9181bf url(/assets/alert-overlay-cab76d5089027300c32696676fb8113e1ccbca27c4e6c56e18936797f7d6e3ca.png) repeat-x;
- border: 0;
- display: inline-block;
- padding: .5em .75em .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 {
- transform: translateY(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 {
- border-radius: 5px;
- background: #9181bf url(/assets/alert-overlay-cab76d5089027300c32696676fb8113e1ccbca27c4e6c56e18936797f7d6e3ca.png) repeat-x;
- border: 0;
- display: inline-block;
- padding: .5em .75em .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 {
- transform: translateY(1px)
- }
- body.closet_hangers-index #closet-hangers-share {
- margin-bottom: 1em
- }
- body.closet_hangers-index #closet-hangers-share label {
- font-weight: bold;
- margin-right: .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: .25em;
- padding: .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 {
- border-radius: 5px;
- background: #9181bf url(/assets/alert-overlay-cab76d5089027300c32696676fb8113e1ccbca27c4e6c56e18936797f7d6e3ca.png) repeat-x;
- border: 0;
- display: inline-block;
- padding: .5em .75em .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 {
- transform: translateY(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: .5em 0;
- position: relative
- }
- body.closet_hangers-index .closet-list .visibility-form {
- font-size: 85%;
- left: .5em;
- position: absolute;
- text-align: left;
- top: .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] {
- border-radius: 5px;
- background: #9181bf url(/assets/alert-overlay-cab76d5089027300c32696676fb8113e1ccbca27c4e6c56e18936797f7d6e3ca.png) repeat-x;
- border: 0;
- display: inline-block;
- padding: .5em .75em .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-cab76d5089027300c32696676fb8113e1ccbca27c4e6c56e18936797f7d6e3ca.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 {
- transform: translateY(1px)
- }
- body.closet_hangers-index .closet-list .visibility-form input[type=submit]:hover {
- background-color: #999999
- }
- 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 .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 .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 {
- border-radius: 5px;
- background: #006400 url(/assets/alert-overlay-cab76d5089027300c32696676fb8113e1ccbca27c4e6c56e18936797f7d6e3ca.png) repeat-x;
- border: 0;
- display: inline-block;
- padding: .5em .75em .45em;
- color: #fff;
- 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-cab76d5089027300c32696676fb8113e1ccbca27c4e6c56e18936797f7d6e3ca.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 {
- transform: translateY(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: #9181bf
- }
- 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 {
- 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: .2em .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 {
- border-radius: 5px;
- background: #9181bf url(/assets/alert-overlay-cab76d5089027300c32696676fb8113e1ccbca27c4e6c56e18936797f7d6e3ca.png) repeat-x;
- border: 0;
- display: inline-block;
- padding: .5em .75em .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-cab76d5089027300c32696676fb8113e1ccbca27c4e6c56e18936797f7d6e3ca.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 {
- transform: translateY(1px)
- }
- body.closet_hangers-index.current-user #closet-hangers .object:hover .closet-hanger-destroy input:hover {
- background-color: #999999
- }
- 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: .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: .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: .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: .5em
- }
- body.closet_hangers-petpage .flash {
- clear: both
- }
- body.closet_hangers-petpage #secondary-nav {
- display: block;
- margin-top: .75em
- }
- body.closet_hangers-petpage #intro {
- clear: both
- }
- body.closet_hangers-petpage #petpage-closet-lists {
- overflow: hidden;
- display: inline-block;
- border-radius: 10px;
- border: 1px solid #9181bf;
- margin-bottom: 1.5em;
- padding: .5em 1.5em
- }
- body.closet_hangers-petpage #petpage-closet-lists {
- display: block
- }
- body.closet_hangers-petpage #petpage-closet-lists > div {
- margin: .25em 0
- }
- body.closet_hangers-petpage #petpage-closet-lists h4 {
- display: inline-block;
- 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: inline-block;
- font-size: 85%;
- margin: .25em .5em;
- padding: 1px
- }
- body.closet_hangers-petpage #petpage-closet-lists ul li label {
- padding: .25em .75em .25em .25em
- }
- body.closet_hangers-petpage #petpage-closet-lists ul li.checked {
- background: #201d1d;
- 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: .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: .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: .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-box;
- -moz-box-orient: vertical;
- display: inline-block;
- vertical-align: middle;
- *display: inline;
- *vertical-align: auto;
- width: 16em
- }
- body.donations-show #edit-donation .name input[type=text] {
- width: 10em
- }
- body.donations-show #edit-donation .feature input[type=text] {
- 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 {
- border-radius: 5px;
- background: #9181bf url(/assets/alert-overlay-cab76d5089027300c32696676fb8113e1ccbca27c4e6c56e18936797f7d6e3ca.png) repeat-x;
- border: 0;
- display: inline-block;
- padding: .5em .75em .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: .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 {
- transform: translateY(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: .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: .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 {
- border-radius: 8px;
- background: #c99cc2;
- background-image: linear-gradient(color-stops(#eddeeb, #c99cc2));
- border: 4px solid #9181bf;
- clear: both;
- margin-bottom: 1em;
- margin-top: .5em;
- position: relative
- }
- body.items .campaign-progress-wrapper .button {
- border-radius: 5px;
- background: #9181bf url(/assets/alert-overlay-cab76d5089027300c32696676fb8113e1ccbca27c4e6c56e18936797f7d6e3ca.png) repeat-x;
- border: 0;
- display: inline-block;
- padding: .5em .75em .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-cab76d5089027300c32696676fb8113e1ccbca27c4e6c56e18936797f7d6e3ca.png) repeat-x;
- font-size: 75%;
- margin-left: 1em;
- padding: .25em .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 {
- transform: translateY(1px)
- }
- body.items .campaign-progress-wrapper .button:hover {
- background-color: #000033
- }
- body.items .campaign-progress {
- background: #9181bf;
- background-image: linear-gradient(color-stops(#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] {
- 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-box;
- -moz-box-orient: vertical;
- display: inline-block;
- vertical-align: middle;
- *display: inline;
- *vertical-align: auto
- }
- 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: .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-box;
- -moz-box-orient: vertical;
- display: inline-block;
- vertical-align: middle;
- *display: inline;
- *vertical-align: auto
- }
- 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: .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: .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: .25em
- }
- body.items-show #item-contributors footer {
- 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-preview-header {
- clear: both
- }
- body.items-show #item-preview-header h3,
- body.items-show #item-preview-header a {
- display: -moz-inline-box;
- -moz-box-orient: vertical;
- display: inline-block;
- vertical-align: middle;
- *display: inline;
- *vertical-align: auto
- }
- 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: .25em
- }
- body.items-show #closet-hangers #closet-hangers-ownership-groups {
- overflow: hidden;
- display: inline-block;
- margin-bottom: .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: .5em 0
- }
- body.items-show #closet-hangers select {
- width: 9em
- }
- body.items-show #closet-hangers input[type=number] {
- margin-right: .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
- }
- body.outfits-index #outfits {
- font-size: 0;
- list-style: none
- }
- body.outfits-index #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.outfits-index #outfits > li .outfit-star {
- bottom: -2px;
- height: 16px;
- position: relative;
- width: 16px;
- background-image: url(/assets/unstarred-54792d2b7885656ad033c05d6108fd761651e01bfdc6f14e8661cc1af205080f.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-837d4c96e47ae9ba62d8ea546761e6a45432d25c8365475b6586ee1e774eaf86.png)
- }
- body.outfits-index #outfits > li.loading .outfit-star {
- background-image: url(/assets/loading-7206dff50c999a9919b583fc63cd70a5cd02d6690ca84d9dd586197cafac8d17.gif)
- }
- body.outfits-index #outfits > li header,
- body.outfits-index #outfits > li footer {
- color: #eee;
- left: 0;
- position: absolute;
- z-index: 2;
- background: black;
- background: rgba(0, 0, 0, 0.75)
- }
- body.outfits-index #outfits > li header {
- bottom: 0
- }
- body.outfits-index #outfits > li footer {
- top: 0
- }
- body.outfits-index #outfits > li a {
- color: #eee
- }
- 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 {
- 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 {
- border-radius: 8px;
- background: #c99cc2;
- background-image: linear-gradient(color-stops(#eddeeb, #c99cc2));
- border: 4px solid #9181bf;
- clear: both;
- margin-bottom: 1em;
- margin-top: .5em;
- position: relative
- }
- body.outfits-new .campaign-progress-wrapper .button {
- border-radius: 5px;
- background: #9181bf url(/assets/alert-overlay-cab76d5089027300c32696676fb8113e1ccbca27c4e6c56e18936797f7d6e3ca.png) repeat-x;
- border: 0;
- display: inline-block;
- padding: .5em .75em .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-cab76d5089027300c32696676fb8113e1ccbca27c4e6c56e18936797f7d6e3ca.png) repeat-x;
- font-size: 75%;
- margin-left: 1em;
- padding: .25em .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 {
- transform: translateY(1px)
- }
- body.outfits-new .campaign-progress-wrapper .button:hover {
- background-color: #000033
- }
- body.outfits-new .campaign-progress {
- background: #9181bf;
- background-image: linear-gradient(color-stops(#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 .pardon-our-dust {
- border: 1px solid #3d8bfd;
- border-radius: .5em;
- color: #72a5ee;
- padding: .25em .5em;
- margin-bottom: 1em;
- display: grid;
- grid-template-areas: "thumbnail header" "thumbnail body1" "thumbnail body2";
- grid-template-columns: auto 1fr;
- column-gap: .75em;
- align-items: center
- }
- body.outfits-new .pardon-our-dust .thumbnail {
- grid-area: thumbnail;
- border: 1px solid #cfe2ff;
- border-radius: .25em;
- width: 60px;
- height: 60px
- }
- body.outfits-new .pardon-our-dust header {
- grid-area: header;
- font-weight: bold;
- font-size: 1.25em
- }
- body.outfits-new .pardon-our-dust p {
- margin-bottom: 0;
- line-height: 1.75
- }
- body.outfits-new .pardon-our-dust a {
- color: #72a5ee
- }
- body.outfits-new .pardon-our-dust a:hover {
- color: #cfe2ff
- }
- body.outfits-new #pet-not-found {
- 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(0, 0, 0, 0.5);
- bottom: 0;
- color: #201d1d;
- padding: .25em .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: .5em;
- width: 10em
- }
- body.outfits-new #outfit-forms .primary button {
- background: #9181bf url(/assets/alert-overlay-cab76d5089027300c32696676fb8113e1ccbca27c4e6c56e18936797f7d6e3ca.png) repeat-x;
- font-size: 125%;
- padding: 8px 14px 9px
- }
- body.outfits-new #outfit-forms .primary button:hover {
- background-color: #716495
- }
- body.outfits-new #outfit-forms .primary legend {
- font-size: 175%
- }
- body.outfits-new #outfit-forms .primary select {
- font-size: 120%
- }
- 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 #i-found-something input[type=text] {
- 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: .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.3333333333%
- }
- 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] {
- 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: .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: .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 {
- 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 {
- 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: .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: .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: .5em;
- padding-top: .5em
- }
- body.outfits-new #whats-new #newest-unmodeled-items .missing-bodies p {
- font-family: "Droid Sans", Helvetica, Arial, Verdana, sans-serif;
- margin-bottom: .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 {
- 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;
- border-radius: 4px;
- 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: .5em 0;
- text-align: center
- }
- body.outfits-new #latest-contribution #recent-contributions-link {
- font-weight: bold;
- margin-right: .5em
- }
- body.outfits-new #latest-contribution #recent-contributions-link::after {
- content: ":"
- }
- body.outfits-new #latest-contribution #latest-contribution-created-at {
- color: #927cae;
- margin-left: .5em
- }
- body.outfits-show .campaign-progress-wrapper {
- border-radius: 8px;
- background: #c99cc2;
- background-image: linear-gradient(color-stops(#eddeeb, #c99cc2));
- border: 4px solid #9181bf;
- clear: both;
- margin-bottom: 1em;
- margin-top: .5em;
- position: relative
- }
- body.outfits-show .campaign-progress-wrapper .button {
- border-radius: 5px;
- background: #9181bf url(/assets/alert-overlay-cab76d5089027300c32696676fb8113e1ccbca27c4e6c56e18936797f7d6e3ca.png) repeat-x;
- border: 0;
- display: inline-block;
- padding: .5em .75em .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-cab76d5089027300c32696676fb8113e1ccbca27c4e6c56e18936797f7d6e3ca.png) repeat-x;
- font-size: 75%;
- margin-left: 1em;
- padding: .25em .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 {
- transform: translateY(1px)
- }
- body.outfits-show .campaign-progress-wrapper .button:hover {
- background-color: #000033
- }
- body.outfits-show .campaign-progress {
- background: #9181bf;
- background-image: linear-gradient(color-stops(#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: .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: .5em
- }
- body.pets-bulk #needed-items-form #needed-items-pet #needed-items-reload {
- display: -moz-inline-box;
- -moz-box-orient: vertical;
- display: inline-block;
- vertical-align: middle;
- *display: inline;
- *vertical-align: auto;
- font-size: 12px;
- margin-left: 1em;
- vertical-align: middle
- }
- body.pets-bulk #needed-items-form #needed-items-alert {
- display: none;
- margin-top: .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: .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-7206dff50c999a9919b583fc63cd70a5cd02d6690ca84d9dd586197cafac8d17.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-box;
- -moz-box-orient: vertical;
- display: inline-block;
- vertical-align: middle;
- *display: inline;
- *vertical-align: auto;
- border-radius: 3px;
- background: #201d1d;
- border: 1px solid #9181bf;
- color: #9181bf;
- padding: .25em;
- display: inline;
- font: inherit;
- height: 1.5em;
- overflow: hidden;
- resize: none
- }
- body.pets-bulk #bulk-pets-form textarea:focus,
- body.pets-bulk #bulk-pets-form textarea:active {
- color: inherit
- }
- body.pets-bulk #bulk-pets-form ul {
- list-style: none;
- margin-top: 1em
- }
- body.pets-bulk #bulk-pets-form ul li {
- display: -moz-inline-box;
- -moz-box-orient: vertical;
- display: inline-block;
- vertical-align: middle;
- *display: inline;
- *vertical-align: auto;
- background: #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;
- margin-right: 1em;
- vertical-align: middle
- }
- 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: .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-pardon_our_dust .header-image {
- max-width: 100%
- }
- body.static-pardon_our_dust main ul {
- padding-left: 2em;
- margin-bottom: 1em
- }
- body.static-terms {
- text-align: center
- }
- body.swf_assets-links #swf-assets li {
- border-radius: .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: .5em;
- padding: .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: #9181bf;
- border-style: solid
- }
- body.users-top_contributors #top-contributors td,
- body.users-top_contributors #top-contributors th {
- border-width: 0 0 1px 1px;
- padding: .5em 1em
- }
- /*New Stuff*/
- .css-1wl3ya1 {
- color: #ba93f2;
- }
- .css-1uq1fqh {
- border-color: #9181bf;
- }
- body.items-show .item-header .item-subpages-nav a {
- background: transparent;
- border: 1px solid #9181bf;
- }
- body.item_trades-index .item-header .item-subpages-nav a {
- background: transparent;
- border: 1px solid #9181bf;
- }
- body.item_trades-index .item-header .item-subpages-nav a[data-is-current=true], body.items-show .item-header .item-subpages-nav a[data-is-current=true] {
- background: #332f2f;
- }
- body.items-show .item-header .user-lists-form, body.item_trades-index .item-header .user-lists-form {
- background: transparent;
- border: 1px solid #cfc3df;
- }
- body.item_trades-index .item-header, body.items-show .item-header {
- border-bottom: 1px solid #cfc3df;
- }
- #outfit-preview-root > div > div > div.css-t0qwj > div.css-1xhj18k > div > select {
- background: #201d1d;
- border-color: #cfc3df;
- border-radius: .3em;
- color: #ba93f2;
- }
- .css-mrx90l:focus, .css-mrx90l[data-focus] {
- box-shadow: none;
- }
- #outfit-preview-root > div > div > div.css-t0qwj > div.css-1xhj18k > div > select > option {
- background-color: #201d1d;
- }
- input:checked+.css-r1wsxt {
- background: #9181bf;
- box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1),0 10px 10px -5px rgba(0, 0, 0, 0.04),#716495 0 0 2px 2px;
- }
- #outfit-preview-root > div > div > div.chakra-aspect-ratio.css-1uq1fqh > div > a {
- border-radius: 5px;
- background: #9181bf url(/assets/alert-overlay-cab76d5089027300c32696676fb8113e1ccbca27c4e6c56e18936797f7d6e3ca.png) repeat-x;
- border: 0;
- 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);
- font-weight: bold;
- color: #201d1d !important;
- }
- input:focus+.css-1xl2d69, input:checked+.css-1xl2d69 {
- border-radius: 5px;
- background: #9181bf url(/assets/alert-overlay-cab76d5089027300c32696676fb8113e1ccbca27c4e6c56e18936797f7d6e3ca.png) repeat-x;
- border: 0;
- 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);
- font-weight: bold;
- box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1),0 10px 10px -5px rgba(0, 0, 0, 0.04),#716495 0 0 2px 2px;
- color: #201d1d !important;
- }
- .css-q3m6pw, .css-x655rd, .css-jlaudg, .css-14lqdmp {
- color: #ba93f2 !important;
- }
- .chakra-ui-light, .css-lu5y35 {
- background: #201d1d !important;
- color: #ba93f2 !important;
- }
- .css-1tu59u4 > div > div > select {
- background-color: #201d1d;
- border-color: #cfc3df;
- color: #ba93f2;
- }
- .css-yl8uc9:focus, .css-yl8uc9[data-focus], .css-yl8uc9:hover, .css-t7qmtx:focus, .css-t7qmtx[data-focus] {
- box-shadow: none;
- border-color: #cdc3df;
- color: #ba93f2;
- }
- .css-yl8uc9 >option, .css-yl8uc9 >optgroup {
- background: #201d1d;
- }
- .css-1kc7s1q, .css-t7qmtx {
- --popper-bg: #201d1d;
- --popper-arrow-shadow-color: #cdc3df;
- border-color: #cdc3df;
- }
- .css-1kc7s1q:focus, .css-1kc7s1q[data-focus], .css-t7qmtx:focus, .css-t7qmtx[data-focus] {
- outline: none;
- outline-offset: 0;
- box-shadow: none;
- }
- .css-1psy9xh {
- border: 0px solid #9181bf;
- transition: .1s;
- }
- input:checked+* .css-1psy9xh {
- border-width: 3px;
- }
- .css-q8w7yo {
- border-color: #9181bf;
- }
- .css-149bb1m:focus, .css-149bb1m:hover, .css-149bb1m.is-open {
- border-color: #cdc3df !important;
- }
- .css-zzgeeb:hover * {
- background-color: transparent !important;
- border-color: #cdc3df !important;
- }
- .css-149bb1m.is-open {
- border-width: 1px !important;
- }
- .css-drw3sr > a, .chakra-stack.css-udhrj3 > div > div > a, .chakra-stack.css-udhrj3 > div > div > button, .css-5qdtfp {
- background: #9181bf url(/assets/alert-overlay-cab76d5….png) repeat-x;
- border: 0;
- display: inline-block;
- padding: .5em .75em .45em;
- color: #201d1d !important;
- 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);
- }
- .css-drw3sr > a:hover, .chakra-stack.css-udhrj3 > div > div > a:hover, .chakra-stack.css-udhrj3 > div > div > button:hover {
- background-color: #716495;
- }
- #popover-trigger-7 {
- background: #9181bf;
- border: 0;
- }
- #popover-trigger-7:hover {
- background-color: #9181bf !important;
- border: 0;
- }
- .css-jax3vu, .css-8833g4 {
- color: #ba93f2;
- }
- .css-8833g4 {
- font-weight: bold;
- }
- .css-r6z5ec > *, .css-r6z5ec:where(.chakra-css-reset, .chakra-portal) *, :where(.chakra-css-reset, .chakra-portal) *::before, :where(.chakra-css-reset, .chakra-portal) *::after {
- background: #201d1d !important;
- border: 1px solid #cdc3df !important;
- }
- .css-r6z5ec:hover * {
- background: transparent !important;
- background-color: transparent !important;
- color: #ba93f2 !important;
- cursor: pointer !important;
- }
- #menu-list-13-menuitem-17 {
- background: #201d1d;
- color: #ba93f2 !important;
- font-weight: normal;
- }
- .css-19fyywa {
- background: #201d1d;
- }
- .chakra-input__group.css-1pue098 > input {
- padding-left: 2.5em;
- }
- body.closet_hangers-index #closet-hangers-contact a, body.closet_hangers-index #closet-hangers-contact > form {
- padding-left: 1.5em;
- }
- .css-1uq1fqh {
- border: inherit;
- }
- #item-contributors ul * {
- display: inline;
- }
- .css-j7qwjs > div > div > label > div:hover, .css-13ou80w > label:nth-child(n) *:hover {
- background-color: #332f2f !important
- }
- .css-j7qwjs > div > div > label > div:not(active), div.css-13ou80w > label:nth-child(n) > :not(active) {
- background-color: #201d1d !important;
- }
- .css-1lgo8nc {
- background-color: #201d1d
- }
- .chakra-wrap.css-1t82b4c > ul > li > div > a {
- color: #1a202c;
- }
- .chakra-stack.css-1byv5eb > div > div > a {
- background: #9181bf url(/assets/alert-overlay-cab76d5089027300c32696676fb8113e1ccbca27c4e6c56e18936797f7d6e3ca.png) repeat-x;
- color: #201d1d
- }
- .chakra-stack.css-1byv5eb > div > div > a:hover {
- background-color: #716495;
- }
- #menu-list-4 #menu-list-4-menuitem-5, #menu-list-4-menuitem-6 {
- background: #201d1d !important;
- color: #ba93f2 !important;
- -webkit-box-shadow: none;
- }
- .css-rpfyf0:focus, .css-rpfyf0[data-focus], .css-5qdtfp:focus, .css-5qdtfp[data-focus], .css-7lpeeq:active, .css-7lpeeq[data-active] {
- box-shadow: none;
- }
- .css-r0htyf {
- background-color: #201d1d !important;
- border-color: #cfc3df !important;
- color: #ba93f2 !important;
- }
- .css-r0htyf:hover {
- box-shadow: none !important;
- border-color: #cdc3df !important;
- color: #ba93f2 !important;
- background-color: #201d1d !important;
- }
- input:checked+.css-1ue7w1b {
- border-color: #cdc3df !important;
- }
- :host, :root, [data-theme] {--chakra-ring-color: transparent !important;}
- .css-11tm1ir:focus, .css-11tm1ir[data-focus], .css-1jmhy9s:focus, .css-1jmhy9s[data-focus] {
- box-shadow: none !important;
- border-radius: 3px !important;
- border: 2px solid #cfc3df !important;
- }
- .css-18k6dpg ul * {
- background-color: #201d1d;
- }
- .css-ujuxil {
- background: #201d1d !important
- }
- .css-qfq9qr {
- background: #201d1d;
- border: 1px solid #cfc3df !important;
- color: #ba93f2;
- }
- .css-7lpeeq:active, .css-7lpeeq[data-active] {
- background: none;
- outline: none;
- }
- .css-1iqbypn:focus, .css-1iqbypn[data-focus], .chakra-input__right-element.css-mpqqfk *:focus, .chakra-input__right-element.css-mpqqfk *[data-focus] {
- box-shadow: none;
- }
- .css-namc8d {
- box-shadow: none !important;
- -webkit-box-shadow: none !important;
- border: 0px transparent !important
- }
- .css-alf8m7:focus, .css-alf8m7:hover {
- background-color: transparent !important;
- color: #716495 !important;
- }
- .chakra-wrap.css-sllbpf > ul > li * {
- background-color: #cfc3df !important;
- color: #000
- }
- input:checked:focus+.css-3ax5mz {
- border: 1px solid #cfc3df;
- }
- .css-namc8d > a > svg > path {
- fill: #9181bf url(/assets/alert-overlay-cab76d5089027300c32696676fb8113e1ccbca27c4e6c56e18936797f7d6e3ca.png) repeat-x !important;
- }
- .css-namc8d > a > svg {
- background-color: #201d1d;
- }
- .css-namc8d > button > svg > g {
- fill: #9181bf !important;
- background-color: #201d1d;
- }
- .css-namc8d > button {
- box-shadow: none !important;
- -webkit-box-shadow: none !important;
- border: 0px transparent !important
- }
- .css-namc8d *:hover {
- fill: #716495 !important;
- }
- .css-namc8d > button {
- background: transparent !important;
- }
- input:active+.css-3ax5mz {
- border: 1px solid #cfc3df !important;
- }
- .css-m8ulvk:not(:last-of-type)::after {
- border: transparent !important;
- outline: transparent !important;
- }
- .css-1uq1fqh::before {
- border: transparent !important;
- outline: transparent !important;
- }
- .chakra-aspect-ratio.css-1uq1fqh > div > div {
- border-width: 2px;
- border-style: solid;
- border-color: #cfc3df;
- border-radius: .5em !important;
- }
- .chakra-select__wrapper.css-ca5ku2 > select * {
- background-color: #201d1d;
- }
- #react-autowhatever-1 > ul *:hover {
- background-color: #332f2f
- }
- body.outfits-new #outfit-forms #pet-preview span {
- background-color: #201d1de3;
- color: #cfc3df
- }
- body.outfits-index #outfits .outfit-delete-button {
- color: #cfc3df !important;
- }
- body.outfits-index #outfits .outfit-delete-button:hover {
- text-decoration: underline;
- background-color: transparent !important;
- }
- :where(.chakra-css-reset, .chakra-portal) {
- color: #9181bf;
- }
- body.outfits-new .announcement, outfit-viewer {
- border: 1px solid #9181bf;
- }
- body.outfits-new #sections li:not(:first-child) {
- border-left: 1px solid #9181bf;
- }
- #react-autowhatever-1 > ul * {
- background-color: #201d1d;
- }
- #wardrobe-2020-root > div > div > div > div.css-19fyywa > div > div.css-1p64t0f > div > div > div.css-pocmpu > div > div > a {
- background-color: #9181bf;
- color: #201d1d;
- }
- #wardrobe-2020-root > div > div > div > div.css-19fyywa > div > div.css-1p64t0f > div > div > div.css-pocmpu > div > div > button.chakra-button.css-4o5e5l {
- background-color: #9181bf;
- color: #201d1d;
- border: none;
- }
- #popover-trigger-9 {
- background-color: #9181bf;
- }
Advertisement
Add Comment
Please, Sign In to add comment