Advertisement
Darl181

OmnomIRC Modifications (Default Theme)

May 11th, 2013
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 4.75 KB | None | 0 0
  1. @-moz-document url("http://omnomirc.www.omnimaga.org/") {
  2.  
  3. A:link, A:visited, A:hover, A:active {
  4.     color: #0025AA !important;
  5.     border-bottom: 1px solid rgba(0, 0, 255, 0.3)!important;
  6. /*    padding: 0 2px !important; */
  7. }
  8.  
  9. td.name {
  10.     padding: 0 !important;
  11.     padding-right: 1px !important;
  12. }
  13.  
  14. td.message {
  15.     padding-left: 1px !important;
  16. }
  17.  
  18. td.action > a {
  19. margin-right: -5px !important;
  20. }
  21.  
  22. A:hover {
  23.     text-shadow: 0 0 4px rgba(0, 40, 170, 0.5) !important;
  24. }
  25.  
  26. .highlight {
  27.     background: rgba(255, 0, 0, 0.25) !important;
  28.     color: black !important;
  29.     font-weight: normal !important;
  30.     padding: 0 2px !important;
  31.     border: 1px solid rgba(255, 0, 0, 0.5) !important;
  32. /*    border-bottom: none !important;*/
  33.     border-radius: 4px !important;
  34. }
  35.  
  36. #Channels {
  37.     height: 2em !important;
  38.     height: calc(2em + 2px) !important;
  39.     height: -webkit-calc(2em + 2px) !important;
  40.     width: 97% !important;
  41.     box-shadow: inset 0 -1px #6699ff !important;  
  42. }
  43.  
  44. #ChanListButtons {
  45.     padding-bottom: 2px !important;
  46.     margin: 0 2px !important;
  47.     top: 3px !important;
  48. }
  49.  
  50. #ChanList {
  51.     margin-left: 6px !important;
  52. }
  53.  
  54. .chanList {
  55.     margin: 0 -5px 0 0 !important;
  56. }
  57.  
  58. td.chan {
  59.     background-color: transparent !important;
  60.     padding: 2px !important;
  61.     border-radius: 4px 4px 0 0 !important;
  62.     border: 1px solid rgba(102, 153, 255, 0.3) !important;
  63.     border-top-color: rgba(102, 153, 255, 0.6) !important;
  64.     border-bottom: none !important;
  65. }
  66.  
  67. td.curchan {
  68.     background: #cae4ff !important;
  69.     color: black !important;
  70.     font-weight: normal !important;
  71.     padding: 4px 6px 2px 6px !important;
  72.     border-radius: 4px 4px 0 0 !important;
  73.     border: solid 1px #6699ff !important;
  74.     border-bottom-color: #cae4ff !important;
  75. }
  76.  
  77. td.chan:hover {
  78.     background: rgba(202, 228, 255, 0.5) !important;
  79. }
  80.  
  81. #TopicButtons {
  82.     top: -4px !important;
  83. }
  84.  
  85. #topicbox {
  86.     background: #cae4ff !important;
  87.     border-right: 1px solid #6699ff !important;
  88.     border-left: 1px solid #6699ff !important;
  89.     border-bottom: 1px solid #6699ff !important;
  90.     border-radius: 0 0 4px 0 !important;
  91.     top: 2em !important;
  92.     top: calc(2em + 2px) !important;
  93.     top: -webkit-calc(2em + 2px) !important;
  94.     height: 1.1em !important;
  95.     height: calc(1.1em + 1px) !important;
  96.     height: -webkit-calc(1.1em + 1px) !important;
  97.     width: 96% !important;
  98.     width: calc(97% - 5px) !important;
  99.     width: -webkit-calc(97% - 5px) !important;
  100.     padding-top: 4px !important;
  101.     padding-left: 3px !important;
  102. /*    box-shadow:  2px 3px 2px 0 rgba(0, 0, 0, 0.25) !important; */
  103. }
  104.  
  105. #windowbg2 {
  106.     margin-top: 0px !important;
  107. }
  108.  
  109. #mboxCont {
  110.     width: 100% !important;
  111.     height: calc(100% - 40px) !important;
  112.     height: -webkit-calc(100% - 40px) !important;
  113.     padding-bottom: 0 !important;
  114. }
  115.  
  116. .linehigh {
  117.     background: #cae4ff !important;
  118. }
  119.  
  120. #smileyMenuButton {
  121.     margin-bottom: -3px !important;
  122.     margin-right: 4px !important;
  123. }
  124.  
  125. input[type=text] {
  126.     width: 90% !important;
  127.     margin-top: 3px !important;
  128.     background: transparent !important;
  129. /*    margin-right: -5px !important; */
  130. }
  131.  
  132. .arrowButtonHoriz2 {
  133.     left: 98% !important;
  134.     left: calc(99% - 5px) !important;
  135.     left: -webkit-calc(99% - 5px) !important;
  136. }
  137.  
  138. #UserListContainer {
  139.     background: #cae4ff !important;
  140.     border: 1px solid #6699ff !important;
  141.     border-radius: 4px 0 0 4px !important;
  142.     margin-top: 2px !important;
  143. /*    box-shadow:  0 0 2px rgba(0, 0, 0, 0.5) !important; */
  144.     left: 99% !important;
  145.     height: 4em !important;
  146.     transition: left 0.5s 1s, height 0.5s 0.8s !important;
  147.     -webkit-transition: left 0.5s 1s, height 0.5s 0.8s !important;
  148.     -o-transition-property: left, height !important;
  149.     -o-transition-duration: 0.5s, 0.5s !important;
  150.     -o-transition-delay: 1s, 0.8s !important;
  151. }
  152.  
  153. #UserListContainer:hover {
  154.     left: 90% !important;
  155.     height: 98% !important;
  156.     transition: left 0.5s 0.2s, height 0.5s 0.35s !important;
  157.     -webkit-transition: left 0.5s 0.2s, height 0.5s 0.35s !important;
  158.     -o-transition-property: left, height !important;
  159.     -o-transition-duration: 0.5s, 0.5s !important;
  160.     -o-transition-delay: 0.2s, 0.35s !important;
  161. }
  162.  
  163. #smileyselect {
  164.     background: #cae4ff !important;
  165.     border-color: #6699ff !important;
  166. }
  167.  
  168. .uName-19 {
  169.     color: #000000 !important;
  170. }
  171. .uName-20 {
  172.     color: #800000 !important;
  173. }
  174. .uName-22 {
  175.     color: #551955 !important;
  176. }
  177. .uName-24 {
  178.     color: #AA5500 !important;
  179. }
  180. .uName-25 {
  181.     color: #008000 !important;
  182. }
  183. .uName-26 {
  184.     color: #195555 !important;
  185. }
  186. .uName-27 {
  187.     color: #006060 !important;
  188. }
  189. .uName-28 {
  190.     color: #000080 !important;
  191. }
  192. .uName-29 {
  193.     color: #606060 !important;
  194. }
  195.  
  196. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement