Advertisement
Guest User

Untitled

a guest
Oct 23rd, 2017
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 10.21 KB | None | 0 0
  1. @namespace url(http://www.w3.org/1999/xhtml);
  2.  
  3. @-moz-document domain("grupots.net") {
  4.  
  5.     body, #ipsLayout_header header {
  6.         background: #101020 !important;
  7.         color: #eeeeee !important;
  8.         border-top-color: transparent !important;
  9.     }
  10.  
  11.     #ipsLayout_header{
  12.         border-bottom: 0px !important;
  13.     }
  14.  
  15.     #elUserNav > li > a,
  16.     .ipsBreadcrumb > ul > li,
  17.     #ipsLayout_footer a,
  18.     #ipsLayout_footer p,
  19.     .ipsType_pageTitle,
  20.     .ipsWidget_title, a {
  21.         color: #eeeeee !important;
  22.     }
  23.  
  24.     .ipsBreadcrumb [data-action="defaultStream"],
  25.     .ipsBreadcrumb [data-action="markSiteRead"] {
  26.         color: #eeeeee !important;
  27.     }
  28.  
  29.     .footer_content,
  30.     .navigation,
  31.     .ipsBox:not(.ipsBox_transparent):not(.ipsModerated) {
  32.         background: #1a1a2a !important;
  33.     }
  34.  
  35.     .navigation {
  36.         min-height: 70px !important;
  37.     }
  38.  
  39.     #elSearch {
  40.         margin-top: 0px !important;
  41.         border-radius: 0px !important;
  42.     -webkit-transition: none !important;
  43.     -moz-transition: none !important;
  44.     -ms-transition: none !important;
  45.     -o-transition: none !important;
  46.     transition: none !important;
  47.     }
  48.  
  49.     .ipsType_sectionTitle {
  50.         background: #202030 !important;
  51.     }
  52.  
  53.     .ipsNavBar_primary > ul > li > a {
  54.         padding: 5px 10px !important;
  55.     }
  56.  
  57.     .ipsNavBar_secondary > li > a {
  58.         padding: 0px 10px !important;
  59.     }
  60.  
  61.     .ipsNavBar_primary > ul > li.ipsNavBar_active > a {
  62.         background: #0a0a1a !important;
  63.         border: 0px !important;
  64.     }
  65.  
  66.     .ipsNavBar_primary:not(.ipsNavBar_noSubBars) > ul::before {
  67.         background: transparent !important;
  68.         height: 20px !important;
  69.     }
  70.  
  71.     div.ipsAreaBackground_light.SG_wrapper,
  72.     div.ipsAreaBackground_light.ipsPad_half,
  73.     div.ipsAreaBackground_light.ipsPad {
  74.         background: transparent !important;
  75.     }
  76.  
  77.     .footer_end {
  78.         background: #1f1f2f !important;
  79.     }
  80.  
  81.     .ipsNavBar_primary {
  82.         padding-bottom: 20px !important;
  83.     }
  84.  
  85.     .ipsNavBar_secondary {
  86.         background: #0a0a1a !important;
  87.         height: 20px !important;
  88.     }
  89.  
  90.     .ipsNavBar_secondary > li {
  91.         margin-top: 0px !important;
  92.     }
  93.  
  94.     .ipsAreaBackground_reset,
  95.     .ipsTabs_panel {
  96.         background: #151525 !important;
  97.     }
  98.  
  99.     .ipsDataList.ipsDataList_zebra .ipsDataItem:nth-child(2n):not(.ipsDataItem_selected):not(.ipsModerated):not(.ipsDataItem_new):not(.ipsDataItem_success):not(.ipsDataItem_warning):not(.ipsDataItem_error):not(.ipsDataItem_info):not(.ipsDataItem_status) {
  100.         background: #1a1a2a !important;
  101.     }
  102.  
  103.     .ipsTabs_activeItem,
  104.     #backtoTop,
  105.     .ipsCalendarDate {
  106.         background: #0a0a1a !important;
  107.     }
  108.  
  109.     .ipsDataItem {
  110.         border: 0px !important;
  111.     }
  112.  
  113.     .ipsApp .ipsButton_important,
  114.     .button_more a {
  115.         background: #8d0000 !important;
  116.     }
  117.  
  118.     .ipsItemStatus.ipsItemStatus_large {
  119.         background: #505060 !important;
  120.     }
  121.  
  122.     .ipsItemStatus.ipsItemStatus_large.ipsItemStatus_read {
  123.         background: #303040 !important;
  124.         color: #696969 !important;
  125.     }
  126.  
  127.     .ipsMenu {
  128.         background: #101020 !important;
  129.         border: 1px solid black !important;
  130.     }
  131.  
  132.     .ipsComposeArea_withPhoto .ipsComposeArea_editor::before,
  133.     .ipsHovercard_stemTop .ipsHovercard_stem,
  134.     .ipsHovercard_stemTop .ipsHovercard_stem:before,
  135.     .ipsHovercard_stemBottom .ipsHovercard_stem,
  136.     .ipsHovercard_stemBottom .ipsHovercard_stem:before,
  137.     .ipsMenu.ipsMenu_topLeft::before,
  138.     .ipsMenu.ipsMenu_topLeft::after,
  139.     .ipsMenu.ipsMenu_topCenter::before,
  140.     .ipsMenu.ipsMenu_topCenter::after,
  141.     .ipsMenu.ipsMenu_topRight::before,
  142.     .ipsMenu.ipsMenu_topRight::after,
  143.     .ipsMenu.ipsMenu_bottomLeft::before,
  144.     .ipsMenu.ipsMenu_bottomLeft::after,
  145.     .ipsMenu.ipsMenu_bottomCenter::before,
  146.     .ipsMenu.ipsMenu_bottomCenter::after,
  147.     .ipsMenu.ipsMenu_bottomRight::before,
  148.     .ipsMenu.ipsMenu_bottomRight::after {
  149.         border-color: transparent transparent transparent transparent !important;
  150.     }
  151.  
  152.     .ipsMenu_sep {
  153.         border-top: 1px solid #303040 !important;
  154.     }
  155.  
  156.     .ipsMenu_title {
  157.         background: #202030 !important;
  158.         color: #eeeeee !important;
  159.     }
  160.  
  161.     ul:not(.ipsMenu_keyNav) .ipsMenu_item:not(.ipsMenu_itemClicked):not(.ipsMenu_itemDisabled) a:hover {
  162.         background: #1a1a2a !important;
  163.     }
  164.  
  165.     .ipsPagination:not(.ipsPagination_mini) .ipsPagination_page a,
  166.     .ipsPagination:not(.ipsPagination_mini) .ipsPagination_next a,
  167.     .ipsPagination:not(.ipsPagination_mini) .ipsPagination_prev a,
  168.     .ipsPagination:not(.ipsPagination_mini) .ipsPagination_first a,
  169.     .ipsPagination:not(.ipsPagination_mini) .ipsPagination_last a {
  170.         background: #0a0a1a !important;
  171.     }
  172.  
  173.     .ipsPagination .ipsPagination_page.ipsPagination_active a {
  174.         background: #2a2a3a !important;
  175.     }
  176.  
  177.     .ipsHovercard {
  178.         background: #0a0a1a !important;
  179.         box-shadow: none !important;
  180.         /* -moz-box-shadow: none !important; */
  181.         -webkit-box-shadow: none !important;
  182.         border: 1px solid black !important;
  183.     }
  184.  
  185.     .ipsAreaBackground {
  186.         background: transparent !important;
  187.     }
  188.  
  189.     #elSearch #elSearchFilter {
  190.         background: #505060 !important;
  191.         border-radius: 0px !important;
  192.     }
  193.  
  194.     .ipsButtonBar {
  195.         background: #2a2a3a !important;
  196.     }
  197.  
  198.     .ipsButtonBar .ipsButtonRow li > a,
  199.     .ipsButtonBar .ipsButtonRow li > button,
  200.     .ipsButtonBar .ipsButtonRow li > span {
  201.         background: #0a0a1a !important;
  202.     }
  203.  
  204.     ol > li.ipsDataItem {
  205.         border-top: 1px solid #2a2a3a !important;
  206.         border-bottom: 1px solid #2a2a3a !important;
  207.     }
  208.  
  209.     /* .ipsTooltip { */
  210.     /*     background: green !important; */
  211.     /* } */
  212.  
  213.     div, article {
  214.         box-shadow: none !important;
  215.         /* -moz-box-shadow: none !important; */
  216.         -webkit-box-shadow: none !important;
  217.     }
  218.  
  219.     .ipsApp .ipsButton_link.ipsFollow,
  220.     .ipsApp .ipsButton_link.ipsPromote {
  221.         background: #0a0a1a !important;
  222.     }
  223.  
  224.     html[dir="ltr"] .ipsFollow .ipsCommentCount::after {
  225.         border-color: transparent #2a2a3a transparent transparent !important;
  226.     }
  227.     .ipsFollow .ipsCommentCount {
  228.         background: #2a2a3a !important;
  229.     }
  230.  
  231.     .ipsApp .ipsButton_link {
  232.         border: 1px solid black !important;
  233.     }
  234.  
  235.     article.ipsBox:not(.ipsBox_transparent):not(.ipsModerated),
  236.     article {
  237.         border: none !important;
  238.         border-spacing: 5px 0px !important;
  239.         background-color: #101020 !important;
  240.     }
  241.  
  242.     article > aside {
  243.         border: 1px solid #0a0a1a !important;
  244.         border-radius: 0px !important;
  245.         background-color: #1a1a2a !important;
  246.     }
  247.  
  248.  
  249.     article > div.ipsColumn {
  250.         border: 1px solid #0a0a1a !important;
  251.         border-radius: 0px !important;
  252.         background-color: #1a1a2a !important;
  253.         padding-left: 10px !important;
  254.     }
  255.  
  256.     .cAuthorPane {
  257.         padding: 5px !important;
  258.     }
  259.  
  260.     .cPost_contentWrap > div.ipsType_richText {
  261.         color: #eeeeee !important;
  262.         border: 1px solid #0a0a1a !important;
  263.         padding: 5px !important;
  264.         background-color: #101020 !important;
  265.     }
  266.  
  267.     .cPost_contentWrap > div.ipsType_richText > p,
  268.     .cPost_contentWrap > div.ipsType_richText > p > span,
  269.     .cPost_contentWrap > div.ipsType_richText > div {
  270.         background-color: inherit !important;
  271.         color: inherit !important;
  272.     }
  273.  
  274.     .cPost_contentWrap > div.ipsType_richText > .ipsQuote,
  275.     .ipsQuote {
  276.         border: 1px solid #0a0a1a !important;
  277.         background-color: #1a1a2a !important;
  278.     }
  279.  
  280.     .cPost_contentWrap > div.ipsType_richText > .ipsQuote > .ipsQuote_citation,
  281.     .ipsQuote > .ipsQuote_citation {
  282.         background-color: #2a2a3a !important;
  283.         color: #eeeeee !important;
  284.     }
  285.  
  286.     .ipsImage_thumbnailed {
  287.         border: 1px solid #0a0a1a !important;
  288.     }
  289.  
  290.     .cTopicPostArea {
  291.         background-color: #1a1a2a !important;
  292.         border: 1px solid #0a0a1a !important;
  293.         border-radius: 0px !important;
  294.     }
  295.  
  296.     .ipsComposeArea_editor {
  297.         background-color: #101020 !important;
  298.         color: #eeeeee !important;
  299.         border: 1px solid #0a0a1a !important;
  300.     }
  301.  
  302.     .ipsToggle.ipsToggle_off {
  303.         background: #303040 !important;
  304.     }
  305.  
  306.     .ipsToggle.ipsToggle_on {
  307.         background: #8d1010 !important;
  308.     }
  309.  
  310.     .ipsApp .ipsToggle:focus {
  311.         box-shadow: none !important;
  312.         /* -moz-box-shadow: none !important; */
  313.         -webkit-box-shadow: none !important;
  314.         border: 1px solid #0a0a1a !important;
  315.     }
  316.  
  317.     .ipsToggle {
  318.         border-radius: 0px !important;
  319.         background-color: #1a1a2a !important;
  320.         border: 1px solid #0a0a1a !important;
  321.     }
  322.  
  323.     .ipsToggle span {
  324.         border-radius: 0px !important;
  325.         background-color: #101020 !important;
  326.         border: 1px solid #0a0a1a !important;
  327.     }
  328.  
  329.     .ipsToggle span:before,
  330.     .ipsToggle span:after {
  331.         color: #eeeeee !important;
  332.     }
  333.  
  334.     .cke_wysiwyg_div {
  335.         color: #eeeeee !important;
  336.         border: 1px solid #0a0a1a !important;
  337.         padding: 10px !important;
  338.         background-color: #0a0a1a !important;
  339.         margin-left: 5px !important;
  340.         margin-right: 5px !important;
  341.     }
  342.  
  343.     .cke_inner,
  344.     .cke_top,
  345.     div[data-role="editorComposer"] > div.ipsAreaBackground_light {
  346.         background: inherit !important;
  347.     }
  348.  
  349.     a.cke_combo_button {
  350.         background-image: none !important;
  351.         background-color: #2a2a3a !important;
  352.         box-shadow: none !important;
  353.         /* -moz-box-shadow: none !important; */
  354.         -webkit-box-shadow: none !important;
  355.         border-radius: 0px !important;
  356.         border: 1px solid #0a0a1a !important;
  357.  
  358.     }
  359.  
  360.     .cke_combo_text,
  361.     .cke_button_icon,
  362.     .cke_button_label {
  363.         text-shadow: none !important;
  364.         color: #eeeeee !important;
  365.     }
  366.  
  367.     .ipsStreamItem.ipsStreamItem_contentBlock {
  368.         border: 1px solid #0a0a1a !important;
  369.     }
  370.  
  371.     .cke_widget_wrapper.cke_widget_focused > .cke_widget_element {
  372.         outline: none !important;
  373.     }
  374. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement