style.css 5.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203
  1. /*
  2. OmnomIRC COPYRIGHT 2010,2011 Netham45
  3. This file is part of OmnomIRC.
  4. OmnomIRC is free software: you can redistribute it and/or modify
  5. it under the terms of the GNU General Public License as published by
  6. the Free Software Foundation, either version 3 of the License, or
  7. (at your option) any later version.
  8. OmnomIRC is distributed in the hope that it will be useful,
  9. but WITHOUT ANY WARRANTY; without even the implied warranty of
  10. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  11. GNU General Public License for more details.
  12. You should have received a copy of the GNU General Public License
  13. along with OmnomIRC. If not, see <http://www.gnu.org/licenses/>.
  14. */
  15. /*smiley select start*/
  16. #smileyselect {
  17. position:absolute;
  18. width:200px;
  19. left:10px;
  20. bottom:50px;
  21. padding:2px;
  22. background-color:rgba(0,0,0, 0.30);*background-color:#D0E0F0;
  23. border:1px solid rgba(0,0,0, 0.5);
  24. *border:1px solid #D0E0F0;
  25. border-radius: 5px;
  26. }
  27. #smileyselect img {
  28. cursor:pointer;
  29. }
  30. /*smiley select end*/
  31. body, td, th , tr {font-size: 10px;font-family:verdana,sans-serif;line-height:13px;}
  32. .highlight {border-bottom-style: dashed;border-bottom-width: 1px;}
  33. .irc-date
  34. {
  35. color: #000000;
  36. font-family:terminal,sans-serif;
  37. width:1%;
  38. white-space:nowrap;
  39. padding-right:2px;
  40. }
  41. .irc-topic {text-decoration :none;font-size:12;color:#333333;font-family:Arial;border-style:dashed;border-width:1px;width:99%;position:absolute;text-align:center;}
  42. .irc-green {color: #009200;}
  43. .irc-black {color: #000000;}
  44. .irc-brown {color: #7b0000;}
  45. .irc-navy {color: #00007b;}
  46. .irc-brick {color: #9c009c;}
  47. .irc-red {color: #ff0000;}
  48. .irc-teal {color: #1A5555;}
  49. .fg-white, .fg-0 ,.fg-00{color: #FFFFFF;}
  50. .fg-black, .fg-1 ,.fg-01{color: #000000;}
  51. .fg-dkBlue, .fg-2, .quit,.part ,.fg-02{color: #3636B2;}
  52. .fg-dkgreen, .fg-3, .join,.mode,.topic,.nick,.fg-03{color: #2A8C2A;}
  53. .fg-red, .fg-4 , .kick ,.fg-04{color: #C33B3B;}
  54. .fg-dkRed , .fg-5 , .pm ,.fg-05{color: #800000;}
  55. .fg-dkPurple, .fg-6, .action ,.fg-06{color: #80267F;}
  56. .fg-orange, .fg-7 ,.fg-07{color: #FF7f00;}
  57. .fg-yellow, .fg-8 ,.fg-08{color: #FFFF00;}
  58. .fg-green, .fg-9 ,.fg-09{color: #3DCC3D;}
  59. .fg-teal, .fg-11 {color: #008080;}
  60. .fg-ltBlue, .fg-10 {color: #2F8C74;}
  61. .fg-blue, .fg-12 {color: #4545E6;}
  62. .fg-pink, .fg-13 {color: #B037B0;}
  63. .fg-dkGray, .fg-14 {color: #4C4C4C;}
  64. .fg-ltGray, .fg-15 {color: #959595;}
  65. .bg-white, .bg-0 ,.bg-00{background-color: #FFFFFF}/*Placeholder*/
  66. .bg-black, .bg-1 ,.bg-01{background-color: #000000;}
  67. .bg-dkBlue, .bg-2 ,.bg-02{background-color: #0000FF;}
  68. .bg-dkgreen, .bg-3 ,.bg-03{background-color: #00FF00;}
  69. .bg-red, .bg-4 ,.bg-04{background-color: #FF0000;}
  70. .bg-dkRed , .bg-5 ,.bg-05{background-color: #844200;}
  71. .bg-dkPurple, .bg-6 ,.bg-06{background-color: #8400FF;}
  72. .bg-orange, .bg-7 ,.bg-07{background-color: #FF8400;}
  73. .bg-yellow, .bg-8 ,.bg-08{background-color: #FFFF00;}
  74. .bg-green, .bg-9 ,.bg-09{background-color: #84FF00;}
  75. .bg-teal, .bg-10 {background-color: #00FFFF;}
  76. .bg-ltBlue, .bg-11 {background-color: #0084FF;}
  77. .bg-blue, .bg-12 {background-color: #0048FF;}
  78. .bg-pink, .bg-13 {background-color: #B037B0;}
  79. .bg-dkGray, .bg-14 {background-color: #4C4C4C;}
  80. .bg-ltGray, .bg-15 {background-color: #959595;}
  81. .uName-19 {color:#2a8c2a}
  82. .uName-20 {color:#d71c1c}
  83. .uName-22 {color:#80267f}
  84. .uName-24 {color:#d9a641}
  85. .uName-25 {color:#3dcc3d}
  86. .uName-26 {color:#195555}
  87. .uName-27 {color:#2e8c74}
  88. .uName-28 {color:#4545e6}
  89. .uName-29 {color:#b037b0}
  90. .uName-19,.uName-20,
  91. .uName-22,.uName-24,
  92. .uName-25,.uName-26,
  93. .uName-27,.uName-28,
  94. .uName-29 {font-weight:normal;}
  95. .lineHigh {
  96. background-color:rgba(0,0,0, 0.05);*background-color:#D0E0F0;
  97. }
  98. PRE {
  99. font-size: 12px;
  100. font-family:verdana,sans-serif;
  101. line-height:13px;
  102. padding: 0px 0px 0px 0px;
  103. margin:0px 0px 0px 0px;
  104. border:0px 0px 0px 0px;
  105. white-space: pre-wrap; /* css-3 */
  106. white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
  107. white-space: -pre-wrap; /* Opera 4-6 */
  108. white-space: -o-pre-wrap; /* Opera 7 */
  109. word-wrap: break-word; /* Internet Explorer 5.5+ */
  110. }
  111. A:link, A:visited, A:hover, A:active {
  112. text-decoration: none;
  113. font-weight:500;
  114. border-bottom-style: dotted;
  115. border-bottom-width: 1px;
  116. color:#00F
  117. }
  118. td {
  119. white-space: pre-wrap; /* css-3 */
  120. white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
  121. white-space: -pre-wrap; /* Opera 4-6 */
  122. white-space: -o-pre-wrap; /* Opera 7 */
  123. word-wrap: break-word; /* Internet Explorer 5.5+ */
  124. width:100%;
  125. }
  126. td.chan {
  127. -moz-border-radius: 4px;
  128. border-radius: 4px;
  129. border-style:solid;
  130. border-width:0px 1px 0px 1px;
  131. border-color:#000;
  132. color:#22C;
  133. margin-top:10%;
  134. cursor: pointer;
  135. height:100%;
  136. }
  137. td.chan:hover {
  138. background-color:#CDF;
  139. }
  140. td.curchan {
  141. -moz-border-radius: 4px;
  142. border-radius: 4px;
  143. border-style:dotted;
  144. border-width:1px 1px 1px 1px;
  145. border-color:#69F;
  146. height:108%;
  147. font-weight:bolder;
  148. color:#FFF;
  149. padding-bottom:4px;
  150. background-color:#69F;
  151. height:100%;
  152. cursor: pointer;
  153. }
  154. table.chanList {
  155. display:inline;
  156. }
  157. td.name {
  158. width:1%;
  159. border-style:solid;
  160. border-width:0px 1px 0px 0px;
  161. border-color:#999;
  162. text-align:right;
  163. white-space:nowrap;
  164. padding-right:2px;
  165. }
  166. tr {
  167. width:100%;
  168. padding-top:0px;
  169. padding-bottom:0px;
  170. height:13px;
  171. }
  172. table.messageBox {
  173. border-spacing:0;
  174. padding: 0px 0px 2px 0px;
  175. }
  176. .arrowButton {
  177. cursor:pointer;
  178. color:#525252;
  179. }
  180. .arrowButton:hover {
  181. color:#000;
  182. }
  183. .arrowButtonHoriz2 {
  184. color:#525252;
  185. }
  186. .arrowButtonHoriz3 {
  187. cursor:pointer;
  188. margin:0;
  189. padding:0;
  190. }
  191. .arrowButtonHoriz3:hover .arrowButtonHoriz2 {
  192. color:#000;
  193. }