Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /* English */
- @-moz-document
- url-prefix(https://discussions.apple.com)
- {
- .jive-widget-featuredcontentwidget .featured-list-container .featured-list-row,
- .j-inline-promoted-helpful-answer,
- .j-inline-recommended-answer,
- .jive-content-blog,
- .jive-discussion-replies li.reply .jive-thread-message,
- .j-thread-post section.j-original-message,
- .j-doc .jive-content,
- .jive-widget-featuredcontentwidget .featured-list-container .featured-list-row,
- .jive-discussion-replies li.reply .jive-thread-message {
- background: #F2F2F2 !important;}
- body div#body-apple { /* more selectors to give more weight than found on combined css sheet */
- background: #F2F2F2 !important; /**/}
- }
- /* Japan */
- @-moz-document
- url-prefix(https://discussionsjapan.apple.com)
- {
- .jive-widget-featuredcontentwidget .featured-list-container .featured-list-row,
- .j-inline-promoted-helpful-answer,
- .j-inline-recommended-answer,
- .jive-content-blog,
- .jive-discussion-replies li.reply .jive-thread-message,
- .j-thread-post section.j-original-message,
- .j-doc .jive-content,
- .jive-widget-featuredcontentwidget .featured-list-container .featured-list-row,
- .jive-discussion-replies li.reply .jive-thread-message {
- background: #F2F2F2 !important;}
- body div#body-apple {
- background: lightsalmon !important; /**/}
- }
- /* Korean */
- @-moz-document
- url-prefix(https://discussionskorea.apple.com)
- {
- .jive-widget-featuredcontentwidget .featured-list-container .featured-list-row,
- .j-inline-promoted-helpful-answer,
- .j-inline-recommended-answer,
- .jive-content-blog,
- .jive-discussion-replies li.reply .jive-thread-message,
- .j-thread-post section.j-original-message,
- .j-doc .jive-content,
- .jive-widget-featuredcontentwidget .featured-list-container .featured-list-row,
- .jive-discussion-replies li.reply .jive-thread-message {
- background: #F2F2F2 !important;}
- body div #body-apple {
- background: pink !important; /**/}
- }
- /* German */
- @-moz-document
- url-prefix(https://communities.apple.com/de)
- {
- .jive-widget-featuredcontentwidget .featured-list-container .featured-list-row,
- .j-inline-promoted-helpful-answer,
- .j-inline-recommended-answer,
- .jive-content-blog,
- .jive-discussion-replies li.reply .jive-thread-message,
- .j-thread-post section.j-original-message,
- .j-doc .jive-content,
- .jive-widget-featuredcontentwidget .featured-list-container .featured-list-row,
- .jive-discussion-replies li.reply .jive-thread-message {
- background: #F2F2F2 !important;}
- body div#body-apple {
- background: gold !important; /**/}
- }
- /* Spanish */
- @-moz-document
- url-prefix(https://communities.apple.com/es)
- {
- .jive-widget-featuredcontentwidget .featured-list-container .featured-list-row,
- .j-inline-promoted-helpful-answer,
- .j-inline-recommended-answer,
- .jive-content-blog,
- .jive-discussion-replies li.reply .jive-thread-message,
- .j-thread-post section.j-original-message,
- .j-doc .jive-content,
- .jive-widget-featuredcontentwidget .featured-list-container .featured-list-row,
- .jive-discussion-replies li.reply .jive-thread-message {
- background: #F2F2F2 !important;}
- body div#body-apple {
- background: #FEF99C !important; /* light gold */}
- }
- /* French */
- @-moz-document
- url-prefix(https://communities.apple.com/fr)
- {
- .jive-widget-featuredcontentwidget .featured-list-container .featured-list-row,
- .j-inline-promoted-helpful-answer,
- .j-inline-recommended-answer,
- .jive-content-blog,
- .jive-discussion-replies li.reply .jive-thread-message,
- .j-thread-post section.j-original-message,
- .j-doc .jive-content,
- .jive-widget-featuredcontentwidget .featured-list-container .featured-list-row,
- .jive-discussion-replies li.reply .jive-thread-message {
- background: #F2F2F2 !important;}
- body div#body-apple {
- background: lightblue !important; /**/}
- }
- /* Portuguese */
- @-moz-document
- url-prefix(https://communities.apple.com/pt)
- {
- .jive-widget-featuredcontentwidget .featured-list-container .featured-list-row,
- .j-inline-promoted-helpful-answer,
- .j-inline-recommended-answer,
- .jive-content-blog,
- .jive-discussion-replies li.reply .jive-thread-message,
- .j-thread-post section.j-original-message,
- .j-doc .jive-content,
- .jive-widget-featuredcontentwidget .featured-list-container .featured-list-row,
- .jive-discussion-replies li.reply .jive-thread-message {
- background: #F2F2F2 !important;}
- body div#body-apple {
- background: lightgreen !important; /**/}
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement