Advertisement
MasterFloat

LV's CSS

Feb 17th, 2015
216
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 9.08 KB | None | 0 0
  1.   body {
  2.     background:url("http://lakevalor.net/public/style_images/LV/custom/bg/background1.jpg") !important;
  3.     background-color: #344B6C;
  4.     color: #FFF;
  5.   }
  6.      
  7.   .ps-room.ps-room-light.scrollable, #header {
  8.     font-family: helvetica,arial,sans-serif;
  9.     background: rgba(0, 0, 0, 0.9);
  10.     color: #F2F2F2;
  11.   }
  12.  
  13.   .roomlist {
  14.     font-family: helvetica,arial,sans-serif;
  15.     color: #FFF;
  16.   }
  17.  
  18.   .roomlist a.ilink {
  19.     border: 1px solid #000;
  20.     color: #000;
  21.     background: #FFF;
  22.   }
  23.  
  24.   .roomlist a.ilink:hover {
  25.     border: 1px solid #000;
  26.     color: #1D90FF;
  27.     background: #DBE8EB;
  28.   }
  29.  
  30.   .roomlist a.ilink small {
  31.     color: #000;
  32.   }
  33.  
  34.  
  35.   .mainmenufooter a{
  36.     text-decoration: none;
  37.     color: #FFF;
  38.     text-shadow: 1px 0px #000;
  39.     font-family: helvetica,arial,sans-serif;
  40.   }
  41.  
  42.   .mainmenufooter a:hover {
  43.     color: #1D90FF;
  44.     text-decoration: none;
  45.   }
  46.  
  47.   .header .logo {
  48.     background:url("http://lakevalor.net/public/style_images/LV/logo.png") no-repeat;
  49.     background-size: 150px;
  50.     margin-top: 9px;
  51.   }
  52.  
  53.   .battleform label {
  54.     background: url("http://i.imgur.com/yFWeHx0.png") no-repeat scroll left center transparent !important;
  55.     padding: 4px;
  56.     opacity:0.9;
  57.     color: #FFF;
  58.   }
  59.  
  60.   .menugroup {
  61.     background: rgba(0, 0, 0, 0);
  62.   }
  63.  
  64.   .menugroup .button {
  65.     background: none repeat scroll 0% 0% #474747;
  66.     color: #FFF;
  67.     box-shadow: 0px 1px 0px 0px #5C5C5C inset, 0px 2px 3px rgba(0, 0, 0, 0.2);
  68.     border-color: #212121;
  69.     font: 13px helvetica,arial,sans-serif;
  70.     width: 230px;
  71.   }
  72.  
  73.   .menugroup .button:hover {
  74.     background: none repeat scroll 0% 0% #474747;
  75.     color: #D8D8D8;
  76.     box-shadow: 0px 1px 0px 0px #5C5C5C inset, 0px 2px 3px rgba(0, 0, 0, 0.2);
  77.     border-color: #212121;
  78.   }
  79.  
  80.   .select, .select:disabled {
  81.     border-color: #212121;
  82.   }
  83.  
  84.   .select:hover {
  85.     color: #000;
  86.   }
  87.  
  88.   .chat-log, .pm-log, .battle-log {
  89.     font: 11px helvetica,arial,sans-serif;
  90.     background:url("http://i.imgur.com/Q8vHT0Y.png") repeat;
  91.   }
  92.  
  93.   .chat-log-add, .battle-log-add {
  94.     background: #3C3C3C;
  95.   }
  96.  
  97.   .pm-log-add {
  98.     background:rgba(0, 0, 0, 0.8);
  99.   }
  100.  
  101.   .userlist li button {
  102.     font: 12px helvetica,arial,sans-serif;
  103.     text-shadow: 1px 1px #000;
  104.   }
  105.  
  106.   .userlist li button:hover {
  107.     background: #1C1C1C;
  108.   }
  109.  
  110.   .userlist {
  111.     background: #3C3C3C;
  112.     border-right: 1px solid #3C3C3C;
  113.   }
  114.  
  115.   .userbar .username {
  116.     font: 15px helvetica,arial,sans-serif;
  117.     font-weight: bold;
  118.   }
  119.  
  120.   .userbar .username:hover {
  121.     border-bottom: 1px solid #1D90FF;
  122.   }
  123.  
  124.   a {
  125.     color:#40A0FF;
  126.     text-decoration:none;
  127.     margin-left: 3px;
  128.     margin-right: 3px;
  129.   }
  130.    
  131.   a:hover {
  132.     color:#0080FF;
  133.     text-decoration: underline;
  134.   }
  135.  
  136.   .ps-popup {
  137.     background:rgba(78, 78, 78, 0.95);
  138.     font: 14px helvetica,arial,sans-serif;
  139.     color: #FFF;
  140.     border-color:#212121;
  141.   }
  142.  
  143.   .popupmenu button {
  144.     box-shadow: none;
  145.     color: #FFF;
  146.   }
  147.  
  148.   .popupmenu button:hover {
  149.     box-shadow: none;
  150.     color: #FFF;
  151.     background:rgba(78, 78, 78, 1);
  152.   }
  153.  
  154.   .popupmenu button.sel:hover {
  155.     padding: 0px 3px;
  156.     border: 1px solid #AAA;
  157.     background:rgba(65, 65, 65, 1);
  158.   }
  159.  
  160.   .ps-overlay {
  161.     background: rgba(0, 0, 0, 0.3);
  162.   }
  163.    
  164.   .chatbox label {
  165.     font: 12px helvetica,arial,sans-serif;
  166.     text-shadow: 1px 1px #000;
  167.   }
  168.  
  169.   a.ilink {
  170.     /*font-style: italic;*/
  171.     text-decoration: none;
  172.     color: #C9C9C9;
  173.   }
  174.  
  175.    a.ilink:hover {
  176.     color: #929292;
  177.   }
  178.  
  179.   .popupmenu h3 {
  180.     color: #1D90FF;
  181.   }
  182.  
  183.   .broadcast-red {
  184.     background: none repeat scroll 0% 0% #EC5C4D;
  185.     color: #000;
  186.     border: 2px solid #000;
  187.     padding: 5px;
  188.     font-family: helvetica,arial,sans-serif;
  189.     font-size: 10pt;
  190.   }
  191.  
  192.   .broadcast-blue {
  193.     background: none repeat scroll 0% 0% #8FA6B3;
  194.     color: #000;
  195.     border: 2px solid #000;
  196.     padding: 5px;
  197.     font-family: helvetica,arial,sans-serif;
  198.     font-size: 10pt;
  199.   }
  200.  
  201.   .broadcast-green {
  202.     background: none repeat scroll 0% 0% #9BB38F;
  203.     color: #000;
  204.     border: 2px solid #000;
  205.     padding: 5px;
  206.     font-family: helvetica,arial,sans-serif;
  207.     font-size: 10pt;
  208.   }
  209.  
  210.   .pm-window h3 {
  211.     border: 1px solid #212121;
  212.     color: #FFF;
  213.     background:rgba(0, 0, 0, 0.7);
  214.     font-family: helvetica,arial,sans-serif;
  215.   }
  216.  
  217.   .pm-window h3:hover, .pm-window.focused h3, .pm-window.focused h3:hover {
  218.     border: 1px solid #212121;
  219.     color: #1D90FF;
  220.     background:rgba(0, 0, 0, 0.8);
  221.     font-family: helvetica,arial,sans-serif;
  222.   }
  223.  
  224.   .message-pm {
  225.     color: #000;
  226.     font-style: italic;
  227.     background: #D0D0D0;
  228.   }
  229.  
  230.   .revealed {
  231.     color: #FF0000;
  232.   }
  233.  
  234.   .maintabbarbottom {
  235.     background: #1D90FF;
  236.     border: 1px solid #000;
  237.     box-shadow: none;
  238.   }
  239.  
  240.   .tabbar a.button.cur, .tabbar a.button.cur:hover {
  241.     color: #FFF;
  242.     background: #1D90FF;
  243.     border: 1px solid #000;
  244.     font-family: helvetica,arial,sans-serif;
  245.     text-shadow: none;
  246.   }
  247.  
  248.   .tabbar a.button {
  249.     color: #000;
  250.     background:#FFF;
  251.     border: 1px solid #000;
  252.     font-family: helvetica,arial,sans-serif;
  253.     text-shadow: none;
  254.   }
  255.  
  256.   .tabbar a.button:hover {
  257.     color: #000;
  258.     background: #C9C9C9;
  259.     border: 1px solid #000;
  260.     font-family: helvetica,arial,sans-serif;
  261.     text-shadow: none;
  262.   }
  263.  
  264.   button {
  265.     border: 1px solid #212121;
  266.     background: none repeat scroll 0% 0% #474747;
  267.     color: #FFF;
  268.     box-shadow: 0px 1px 0px 0px #5C5C5C inset, 0px 2px 3px rgba(0, 0, 0, 0.2);
  269.     font: 12px helvetica,arial,sans-serif;
  270.   }
  271.  
  272.   button:hover {
  273.     color: #D8D8D8;
  274.   }
  275.  
  276.     .tournament-bracket {
  277.     font-size: 8pt;
  278.     background:url("http://i.imgur.com/Q8vHT0Y.png");
  279.     opacity:.8;
  280.   }
  281.  
  282.   .tournament-title {
  283.     background:#FFF;
  284.     color:#000;
  285.   }
  286.  
  287.   .tournament-status, .tournament-toggle {
  288.   color: #FFF;
  289.     background: #464646;
  290.   }
  291.  
  292.   .tournament-tools {
  293.     padding: 10px;
  294.     border-top: 1px solid #AAA;
  295.     background:url("http://i.imgur.com/Q8vHT0Y.png");
  296.   }
  297.  
  298.     .regular-button {
  299.     box-shadow: 0px 1px 0px 0px #FFFFFF inset, 0px 2px 3px rgba(0, 0, 0, 0.4);
  300.     border: 1px solid #A8A8A8;
  301.     background: #EEEEEE;
  302.     color: #000;
  303.   }
  304.  
  305.   .regular-button:hover {
  306.     box-shadow: 0px 1px 0px 0px #FFFFFF inset, 0px 2px 3px rgba(0, 0, 0, 0.4);
  307.     border: 1px solid #A8A8A8;
  308.     background: #DBDBDB;
  309.     color: #000;
  310.   }
  311.  
  312.   .blue-button{
  313.     border: 1px solid #474747;
  314.     color: #474747;
  315.     background: #6F9BB5;
  316.     box-shadow: 0px 1px 0px 0px #92B0C1 inset, 0px 2px 3px rgba(0, 0, 0, 0.4);
  317.   }
  318.  
  319.   .blue-button:hover {
  320.     border: 1px solid #474747;
  321.     color: #474747;
  322.     background: #7CACC7;
  323.     box-shadow: 0px 1px 0px 0px #92B0C1 inset, 0px 2px 3px rgba(0, 0, 0, 0.4);
  324.   }
  325.  
  326.   .LV-button{
  327.     border: 1px solid #212121;
  328.     color: #FFF;
  329.     background: rgba(0, 0, 0, 0.8);
  330.     box-shadow: 0px 1px 0px 0px #414141 inset, 0px 2px 3px rgba(0, 0, 0, 0.4);
  331.   }
  332.  
  333.   .LV-button:hover {
  334.     border: 1px solid #212121;
  335.     color: #1D90FF;
  336.     background: rgba(0, 0, 0, 0.8);
  337.     box-shadow: 0px 1px 0px 0px #414141 inset, 0px 2px 3px rgba(0, 0, 0, 0.4);
  338.   }
  339.  
  340.   .closebutton, .minimizebutton {
  341.     color: #F2F2F2;
  342.   }
  343.  
  344.   .minimizebutton:hover {
  345.     color: #FFDD7D;
  346.     text-decoration: none;
  347.   }
  348.  
  349.   .closebutton:hover {
  350.     color:#FF827D;
  351.     text-decoration: none;
  352.   }
  353.  
  354.   .setchart-nickname {
  355.     background: #1D90FF;
  356.   }
  357.  
  358.   .setmenu button {
  359.     background:rgba(29, 144, 255, 0.3);
  360.     color: #FFF;
  361.   }
  362.  
  363.   .setmenu button:hover {
  364.     background:rgba(29, 144, 255, 0.5);
  365.     color: #FFF;
  366.   }
  367.  
  368.   .setchart {
  369.     background:#1D90FF;
  370.   }
  371.  
  372.   .utilichart .movenamecol {
  373.     color: #FFF;
  374.     font: 12px helvetica,arial,sans-serif;
  375.   }
  376.  
  377.   .teambuilder-results h3, .teambuilder-results .utilichart h3 {
  378.     background: rgba(0, 0, 0, 0.95);
  379.     color: #FFF;
  380.     border: 1px solid 212121;
  381.     box-shadow: none;
  382.   }
  383.  
  384.   .teambar button {
  385.     background: #474747;
  386.     color: #FFF;
  387.   }
  388.  
  389.   .teambar button:hover {
  390.     background: #2F2F2F;
  391.     color: #FFF;
  392.   }
  393.  
  394.   .teambar button:disabled, .teambar button:disabled:hover, .teambar button:disabled:active {
  395.     background: #474747;
  396.     color: #FFF;
  397.   }
  398.  
  399.   .utilichart .namecol {
  400.     color: #FFF;
  401.   }
  402.  
  403.   .switchmenu button, .movemenu button {
  404.     border: 3px solid #222222;
  405.     color: #000;
  406.   }
  407.  
  408.   .switchmenu button:hover, .movemenu button:hover {
  409.     border: 3px solid #222222;
  410.     color: #222222;
  411.   }
  412.  
  413.   .switchselect button:hover {
  414.     color: #458;
  415.   }
  416.  
  417.   .moveselect button:hover {
  418.     color: #842;
  419.   }
  420.  
  421.   .ps-room.ps-room-opaque {
  422.     background: rgba(0, 0, 0, 0.9);
  423.     color: #FFF;
  424.   }
  425.  
  426.   .battle-log h2 {
  427.     background:#3C3C3C;
  428.     color: #FFF;
  429.     border: 1px solid #212121;
  430.   }
  431.  
  432.   .battle-log .chat strong {
  433.     color: #0080FF;
  434.   }
  435.  
  436.   .leftbar {
  437.     background: rgba(0, 0, 0, 0.9);
  438.   }
  439.  
  440.   .rightbar {
  441.     background: rgba(0, 0, 0, 0.9);
  442.   }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement