Advertisement
MasterFloat

Spectra CSS

Sep 11th, 2015
146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 10.29 KB | None | 0 0
  1.   /**************
  2.   * GENERAL CSS *
  3.   **************/
  4.   body {
  5.     background: url("http://i.imgur.com/tpuE4kZ.jpg?1");
  6.   }
  7.  
  8.   .ps-room.ps-room-light {
  9.     background: rgba(0, 0, 0, 0);
  10.     border-color: #000;
  11.   }
  12.  
  13.   .ps-room.ps-room-light.scrollable {
  14.     background: rgba(80, 233, 223, 0.5) url("http://i.imgur.com/4mrBFbL.png") right no-repeat;
  15.   }
  16.  
  17.   .textbox {
  18.     border: 1px solid #000;
  19.     box-shadow: none;
  20.   }
  21.  
  22.   .textbox:hover {
  23.     border: 1px solid #000;
  24.     box-shadow: none;
  25.   }
  26.  
  27.   .textbox:focus {
  28.     border: 1px solid #000;
  29.     box-shadow: none;
  30.   }
  31.  
  32.   .ps-popup {
  33.     background: #EEE;
  34.     border-color: #000;
  35.   }
  36.  
  37.   .popupmenu h3 {
  38.     color: #0F3CA4;
  39.   }
  40.  
  41.   .minimizebutton, .closebutton {
  42.     color: #000;
  43.   }
  44.  
  45.   .closebutton:hover {
  46.     color: #BD3232;
  47.   }
  48.  
  49.   /*******************
  50.   * GENERAL CSS ~end *
  51.   *******************/
  52.  
  53.   /*************
  54.   * HEADER CSS *
  55.   *************/
  56.  
  57.   .header {
  58.     background: rgba(80, 233, 223, 0.75)
  59.   }
  60.  
  61.   .maintabbarbottom {
  62.     background: #F09047;
  63.     border-color: #000;
  64.   }
  65.  
  66.   .tabbar a.button.subtle-notifying {
  67.     color: #000;
  68.   }
  69.  
  70.   .tabbar a.button.notifying {
  71.     background: #E275DE;
  72.     border: 1px solid #8E078A;
  73.     color: #8E078A;
  74.   }
  75.  
  76.   .tabbar a.button.notifying:hover {
  77.     background: #D756D2;
  78.     border: 1px solid #680565;
  79.     color: #680565;
  80.   }
  81.  
  82.   .tabbar a.button {
  83.     background: #84DBDB;
  84.     color: #2A6965;
  85.     border-color: #000;
  86.     text-shadow: none;
  87.   }
  88.  
  89.   .tabbar a.button:hover {
  90.     background: #40C0B7;
  91.     color: #1E4A47;
  92.   }
  93.  
  94.   .tabbar a.button.cur, .tabbar a.button.cur:hover {
  95.     background: #F09047;
  96.     border-color: #000;
  97.     color: #000;
  98.     text-shadow: none;
  99.   }
  100.  
  101.   .userbar button.icon {
  102.     background: #84DBDB;
  103.     border: 1px solid #2A6965;
  104.     color: #2A6965;
  105.     padding: 0px 4px 2px 4px;
  106.   }
  107.  
  108.   .userbar button.icon:hover {
  109.     background: #40C0B7;
  110.     border: 1px solid #2A6965;
  111.     color: #1E4A47;
  112.   }
  113.  
  114.   /******************
  115.   * HEADER CSS ~end *
  116.   ******************/
  117.  
  118.   /**********************
  119.   * MAINMENUWRAPPER CSS *
  120.   **********************/
  121.  
  122.   .menugroup {
  123.     background: rgba(80, 233, 223, 0.5);
  124.     border: 1px solid #000;
  125.     color: #000;
  126.     text-shadow: none;
  127.   }
  128.  
  129.   .menugroup .button, .mainmenu .menugroup:nth-child(1) .button, .mainmenu .menugroup:nth-child(2) p:nth-child(2) .button, .mainmenu .menugroup:nth-child(3) p:nth-child(1) .button {
  130.     background: #E2A14B;
  131.     border: 1px solid #694E2A;
  132.     color: #694E2A;
  133.     text-shadow: none;
  134.   }
  135.  
  136.   .mainmenu .menugroup:nth-child(2) p:nth-child(1) .button, .mainmenu .menugroup:nth-child(2) p:nth-child(3) .button, .mainmenu .menugroup:nth-child(3) p:nth-child(2) .button {
  137.     background: #84DBDB;
  138.     border: 1px solid #2A6965;
  139.     color: #2A6965;
  140.     text-shadow: none;
  141.   }
  142.  
  143.   .menugroup .button:hover, .mainmenu .menugroup:nth-child(1) .button:hover, .mainmenu .menugroup:nth-child(2) p:nth-child(2) .button:hover, .mainmenu .menugroup:nth-child(3) p:nth-child(1) .button:hover {
  144.     background: #CB8A34;
  145.     border: 1px solid #694E2A;
  146.     color: #4E3A20;
  147.     text-shadow: none;
  148.   }
  149.  
  150.   .mainmenu .menugroup:nth-child(2) p:nth-child(1) .button:hover, .mainmenu .menugroup:nth-child(2) p:nth-child(3) .button:hover, .mainmenu .menugroup:nth-child(3) p:nth-child(2) .button:hover {
  151.     background: #40C0B7;
  152.     border: 1px solid #2A6965;
  153.     color: #1E4A47;
  154.   }
  155.  
  156.   .select {
  157.     background: #84DBDB;
  158.     border: 1px solid #2A6965;
  159.     color: #2A6965;
  160.     box-shadow: none !important;
  161.   }
  162.  
  163.   .select:hover {
  164.     background: #40C0B7;
  165.     border: 1px solid #2A6965;
  166.     color: #1E4A47;
  167.   }
  168.  
  169.   .select:disabled {
  170.     background: rgba(255, 255, 255, 0.3);
  171.     border: 1px solid #2A6965;
  172.     color: #2A6965;
  173.   }
  174.  
  175.   .pm-window h3 {
  176.     background: url("http://i.imgur.com/8CbGtIH.jpg?1");
  177.     border: 1px solid #000;
  178.     color: #000;
  179.     box-shadow: 0px 1px 1px rgba(255, 255, 255, 0.8) inset;
  180.   }
  181.  
  182.   .pm-window h3:hover {
  183.     background: url("http://i.imgur.com/8CbGtIH.jpg?1");
  184.     border: 1px solid #000;
  185.     color: #060126;
  186.   }
  187.  
  188.   .pm-window.focused h3, .pm-window.focused h3:hover {
  189.     background: url("http://i.imgur.com/Vn4Jl73.jpg");
  190.     color: #000;
  191.   }
  192.  
  193.   .pm-window h3.pm-notifying {
  194.     background: #E275DE;
  195.     border: 1px solid #8E078A;
  196.     color: #8E078A;
  197.   }
  198.  
  199.   .pm-window h3.pm-notifying:hover {
  200.     background: #D756D2;
  201.     border: 1px solid #680565;
  202.     color: #680565;
  203.   }
  204.  
  205.   .pm-window h3 .closebutton, .pm-window h3 .minimizebutton {
  206.     color: #000;
  207.   }
  208.  
  209.   .pm-window h3 .closebutton:hover {
  210.     color: #FF9F9F;
  211.   }
  212.  
  213.   .pm-window h3 .minimizebutton:hover {
  214.     color: #FFFF66;
  215.   }
  216.  
  217.   .pm-window h3 small {
  218.     color: #000;
  219.   }
  220.  
  221.   .pm-log, .pm-window.focused .pm-log {
  222.     border-color: #000;
  223.     background: url("http://i.imgur.com/Q8vHT0Y.png");
  224.   }
  225.  
  226.   .challenge {
  227.     border: 1px solid #000;
  228.     background: #AAA;
  229.     color: #000;
  230.   }
  231.  
  232.   .pm-log-add {
  233.     border-color: #000;
  234.     background: url("http://i.imgur.com/gfwd5ik.jpg?1");
  235.   }
  236.  
  237.   .pm-window.focused .pm-log-add {
  238.     border-color: #000;
  239.     background: url("http://i.imgur.com/qKwGy4O.jpg?1");
  240.   }
  241.  
  242.   .mainmenufooter {
  243.     color: #000;
  244.     text-shadow: none;
  245.   }
  246.  
  247.   .mainmenufooter a {
  248.     color: #000;
  249.     text-shadow: none;
  250.   }
  251.  
  252.   .mainmenufooter a:hover {
  253.     color: #0B0439;
  254.     text-shadow: none;
  255.   }
  256.  
  257.   /***************************
  258.   * MAINMENUWRAPPER CSS ~end *
  259.   ***************************/
  260.  
  261.   /***************
  262.   * ROOMLIST CSS *
  263.   ***************/
  264.  
  265.   .roomlist a.ilink {
  266.     background: url("http://i.imgur.com/XjKEaPj.jpg?1");
  267.     border: 2px solid #000;
  268.     color: #000;
  269.     text-shadow: none;
  270.   }
  271.  
  272.   .roomlist a.ilink:hover {
  273.     background: url("http://i.imgur.com/mNy9VeO.jpg?1");
  274.     border: 2px solid #000;
  275.     color: #000;
  276.     text-shadow: none;
  277.   }
  278.  
  279.   .roomcounters button {
  280.     background: rgba(80, 233, 223, 0.5);
  281.     color: #2A6965;
  282.     border: 1px solid #40C0B7;
  283.     text-shadow: none;
  284.     box-shadow: none !important;
  285.   }
  286.  
  287.   .roomcounters button:hover {
  288.     background: #40C0B7;
  289.     color: #1E4A47;
  290.     border: 1px solid #40C0B7;
  291.     box-shadow: none !important;
  292.   }
  293.  
  294.   /********************
  295.   * ROOMLIST CSS ~end *
  296.   ********************/
  297.  
  298.   /***********
  299.   * CHAT CSS *
  300.   ***********/
  301.  
  302.   .broadcast-blue {
  303.     background-color: #B3E6FF;
  304.     border: 1px solid #0B1361;
  305.     color: #0B1361;
  306.     font-family: sans-serif;
  307.     padding: 5px;
  308.     text-align: center;
  309.     margin: 5px;
  310.     text-shadow: 0px -1px 0px #D7F2FF;
  311.   }
  312.  
  313.   .broadcast-blue a {
  314.     color: #0B1361;
  315.   }
  316.  
  317.   .broadcast-red {
  318.     background-color: #FFB3B3;
  319.     border: 1px solid #610B0B;
  320.     color: #610B0B;
  321.     font-family: sans-serif;
  322.     padding: 5px;
  323.     text-align: center;
  324.     margin: 5px;
  325.     text-shadow: 0px -1px 0px #FFD7D7;
  326.   }
  327.  
  328.   .broadcast-red a {
  329.     color: #610B0B;
  330.   }
  331.  
  332.   .broadcast-green {
  333.     background-color: #C3FFB3;
  334.     border: 1px solid #19610B;
  335.     color: #19610B;
  336.     font-family: sans-serif;
  337.     padding: 5px;
  338.     text-align: center;
  339.     margin: 5px;
  340.     text-shadow: 0px -1px 0px #D8FFD7;
  341.   }
  342.  
  343.   .broadcast-green a {
  344.     color: #19610B;
  345.   }
  346.  
  347.   .chat-log {
  348.     background: rgba(244, 244, 244, 0.8) url("http://i.imgur.com/uzV9pVx.png?1") top right no-repeat;
  349.   }
  350.  
  351.   .chat-log-add {
  352.     background: rgba(80, 233, 223, 0.5);
  353.     border-top: 1px solid #40C0B7;
  354.   }
  355.  
  356.   .chat.mine {
  357.     background: rgba(0, 0, 0, 0);
  358.   }
  359.  
  360.   .userlist {
  361.     background: rgba(80, 233, 223, 0.5);
  362.     color: #2A6965;
  363.     border-right: 1px solid #40C0B7;
  364.   }
  365.  
  366.   .userlist li em.group {
  367.     color: #339891;
  368.   }
  369.  
  370.   .userlist li {
  371.     border-bottom-color: #40C0B7;
  372.   }
  373.  
  374.   .userlist li button:hover {
  375.     background: #40C0B7;
  376.   }
  377.  
  378.   .chat.highlighted {
  379.     background: #F2B688;
  380.   }
  381.  
  382.   .chat small {
  383.     color: #000;
  384.   }
  385.  
  386.   .infobox {
  387.     border-color: #2A6965;
  388.     padding: 3px;
  389.   }
  390.  
  391.   /****************
  392.   * CHAT CSS ~end *
  393.   ****************/
  394.  
  395.   /******************
  396.   * TEAMBUILDER CSS *
  397.   ******************/
  398.  
  399.   .team {
  400.     background: url("http://i.imgur.com/by8QBAV.jpg?1");
  401.     border: 2px solid #000;
  402.     color: #000;
  403.   }
  404.  
  405.   .team:hover {
  406.     background: url("http://i.imgur.com/ZpayyGm.jpg?1");
  407.     border: 2px solid #000;
  408.     color: #000;
  409.   }
  410.  
  411.   .teamchartbox {
  412.     border-top: 1px solid #000;
  413.     background: rgba(255, 255, 255, 0.8);
  414.   }
  415.  
  416.   .setchart {
  417.     background: #F09047;
  418.     border-color: #000;
  419.   }
  420.  
  421.   .setchart-nickname {
  422.     background: #84DBDB;
  423.     border-color: #000;
  424.   }
  425.  
  426.   .setchart input, .setchart-nickname input, .setdetails, .setstats, .statform input.inputform {
  427.     border-color: #000;
  428.     box-shadow: none !important;
  429.   }
  430.  
  431.   .setdetails .detailcell {
  432.     border-left-color: #000;
  433.   }
  434.  
  435.   .setchart label {
  436.     color: #000;
  437.     text-shadow: none;
  438.   }
  439.  
  440.   .setchart-nickname label {
  441.     color: #2A6965;
  442.     text-shadow: none;
  443.   }
  444.  
  445.   .setmenu button:hover {
  446.     border-color: #000;
  447.     background: #84DBDB;    
  448.   }
  449.  
  450.   .teambar button {
  451.     background: #F09047;
  452.     border-color: #000;
  453.   }
  454.  
  455.   .teambar button:hover {
  456.     background: #ECA46D;
  457.     border-color: #000;
  458.   }
  459.  
  460.   .teambar button:disabled, .teambar button:disabled:hover, .teambar button:disabled:active {
  461.     background: #ECA46D !important;
  462.     border-color: #000 !important;
  463.   }
  464.  
  465.   .teambuilder-results h3, .teambuilder-results .utilichart h3 {
  466.     background: #84DBDB;
  467.     border-color: #000;
  468.     text-shadow: none;
  469.   }
  470.  
  471.   .teambuilder-results .firstresult a {
  472.     border-color: #000;
  473.     background: rgba(80, 233, 223, 0.3);
  474.   }
  475.  
  476.   .teambuilder-results .firstresult a:hover, .teambuilder-results .result a:hover {
  477.     border-color: #000;
  478.     background: rgba(80, 233, 223, 0.45);
  479.   }
  480.  
  481.   .utilichart .numcol, .utilichart .labelcol em, .utilichart .widelabelcol em, .utilichart .pplabelcol em, .utilichart .statcol em, .utilichart .bstcol em {
  482.     color: #777;
  483.   }
  484.  
  485.   .utilichart b {
  486.     color: #0A5AF1;
  487.   }
  488.  
  489.   .utilichart .typecol img {
  490.     opacity: 0.85;
  491.   }
  492.  
  493.   /***********************
  494.   * TEAMBUILDER CSS ~end *
  495.   ***********************/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement