Advertisement
CKH4

WalrusIRC Light Theme

Apr 14th, 2015
197
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 3.73 KB | None | 0 0
  1. .navbar-fixed-bottom input.form-control {
  2.     -moz-border-radius: 20px !important;
  3.     -webkit-border-radius: 20px !important;
  4.     border-radius: 20px !important;
  5.     margin: 0 2.5% !important;
  6.     width: 95% !important;
  7.     -moz-box-shadow: 0 1px 2px -1px #aaa !important;
  8.     -webkit-box-shadow: 0 1px 2px -1px #aaa !important;
  9.     box-shadow: 0 1px 2px -1px #aaa !important;
  10.     bottom: 10px;
  11.     -moz-transition: all 0.5s;
  12.     -o-transition: all 0.5s;
  13.     -webkit-transition: all 0.5s;
  14.     transition: all 0.5s;
  15.     border: 0
  16.     }
  17.  
  18. .navbar-fixed-bottom input.form-control:focus, .btn:focus {
  19.     -moz-box-shadow: 0 0 2px 0 #eee !important;
  20.     -webkit-box-shadow: 0 0 2px 0 #eee !important;
  21.     box-shadow: 0 0 2px 0 #eee !important;
  22.     background: #eee !important
  23.     }
  24.  
  25. .navbar-fixed-bottom {
  26.     padding-top: 20px !important;
  27.     background: #eee;
  28.     -moz-box-shadow: 0 0 5px #aaa;
  29.     -webkit-box-shadow: 0 0 5px #aaa;
  30.     box-shadow: 0 0 5px #aaa
  31.     }
  32.  
  33. table#messages {
  34.     margin-bottom: 42px;
  35.     background: #f8f8f8
  36.     }
  37.  
  38. iframe#omnomframe, #sp_header, .sp_block_section_last, #sp_block_50, .omnomdiv {
  39.     height: 360px;
  40.     padding: 0 !important;
  41.     margin-bottom: 32px !important
  42.     }
  43.  
  44. .input-group-btn {
  45.     bottom: 10px
  46.     }
  47.  
  48. .btn i, .btn#send {
  49.     color: #777 !important
  50.     }
  51.  
  52. #optionsmenu .btn {
  53.     position: relative !important;
  54.     top: 10px;
  55.     margin: 0 5px
  56.     }
  57.  
  58. .btn {
  59.     -moz-border-radius: 20px !important;
  60.     -webkit-border-radius: 20px !important;
  61.     border-radius: 20px !important;
  62.     background: #fafafa !important;
  63.     margin-left: 20px;
  64.     -moz-transition: all 0.25s;
  65.     -o-transition: all 0.25s;
  66.     -webkit-transition: all 0.25s;
  67.     transition: all 0.25s
  68.     }
  69.  
  70. input.form-control, input.form-control:focus, input.form-control:hover, input.form-control:active, .btn, .btn:focus, .btn:hover, .btn:active {
  71.     outline: 0 !important;
  72.     border: 0 !important
  73.     }
  74.  
  75. .btn#send {
  76.     margin-right: 20px
  77.     }
  78.  
  79. .navbar {
  80.     background-color: #f8f8f8
  81.     }
  82.  
  83. i.fa-bars {
  84.     text-shadow: 0 0 0 #000 !important;
  85.     color: #777 !important
  86.     }
  87.  
  88. .dropdown-menu {
  89.     outline: 0 !important;
  90.     border: 0 !important;
  91.     background: #eee !important
  92.     }
  93.  
  94. .dropdown-menu li a {
  95.     -moz-transition: all 0.1s;
  96.     -o-transition: all 0.1s;
  97.     -webkit-transition: all 0.1s;
  98.     transition: all 0.1s
  99.     }
  100.  
  101. .dropdown-menu li a:hover {
  102.     background: #dbdbdb !important;
  103.     cursor: pointer
  104.     }
  105.  
  106. #smileylist {
  107.     padding: 15px
  108.     }
  109.  
  110. #smileylist img {
  111.     padding: 2.5px
  112.     }
  113.  
  114. tr.danger td {
  115.     background: #F44336 !important;
  116.     color: #f8f8f8
  117.     }
  118.  
  119. tr.danger td a, tr.danger td a:link, tr.danger td a:visited {
  120.     color: #004D40
  121.     }
  122.  
  123. .table-striped > tbody > tr:nth-child(odd) {
  124.     background-color: #dbdbdb
  125.     }
  126.  
  127. ::-webkit-scrollbar-track {
  128.     -moz-border-radius: 0 !important;
  129.     -webkit-border-radius: 0 !important;
  130.     border-radius: 0 !important;
  131.     background-color: #CCC;
  132.     -moz-box-shadow: 0 0 2px #777 !important;
  133.     -webkit-box-shadow: 0 0 2px #777 !important;
  134.     box-shadow: 0 0 2px #777 !important
  135.     }
  136.  
  137. ::-webkit-scrollbar {
  138.     -moz-box-shadow: 0 !important;
  139.     -webkit-box-shadow: 0 !important;
  140.     box-shadow: 0 !important;
  141.     width: 12px;
  142.     background-color: #CCC;
  143.     -moz-box-shadow: 0 0 2px #777 !important;
  144.     -webkit-box-shadow: 0 0 2px #777 !important;
  145.     box-shadow: 0 0 2px #777 !important
  146.     }
  147.  
  148. ::-webkit-scrollbar-thumb {
  149.     -moz-box-shadow: 0 0 0 #000 !important;
  150.     -webkit-box-shadow: 0 0 0 #000 !important;
  151.     box-shadow: 0 0 0 #000 !important;
  152.     -moz-border-radius: 0;
  153.     -webkit-border-radius: 0;
  154.     border-radius: 0;
  155.     background-color: #757575
  156.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement