infernotorrent

dAmn v7 update 4 // ihm

May 20th, 2010
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 3.70 KB | None | 0 0
  1. @namespace url(http://www.w3.org/1999/xhtml);
  2.  
  3. @-moz-document domain("chat.deviantart.com") {
  4. .damncrc-topic {
  5. background:#CCD9C8!important;
  6. border-top:4px solid #C0D0C1!important;
  7. border-right:3px solid #C0D0C1!important;
  8. border-bottom:1px solid #E2E8E1!important;
  9. border-left:2px solid #A4B8A8!important;
  10. }
  11. .damncrc-topic a {
  12. color:#196BAB!important;
  13. }
  14. .damncr-title {
  15. background:-moz-linear-gradient(bottom, #D4E0D2, #E2E8E1)!important;
  16. border-bottom:1px solid #9EB1A2!important;
  17. }
  18. .damncr-title a:hover {
  19. color:#196BAB!important;
  20. }
  21. .damncrc-chat-window {
  22. border:2px solid #BCCBBA!important;
  23. }
  24. .alt0 {
  25. background:-moz-linear-gradient(bottom, #CCD9C8 99%, #ADC2B1)!important;
  26. }
  27. .damnc-tabbar a {
  28. background:-moz-linear-gradient(top, #BCCBBA 60%, #8EA491)!important;
  29. -moz-border-radius:7px 0px 0px 0px!important;
  30. }
  31. .damnc-tabbar a i {
  32. background:-moz-linear-gradient(top, #BCCBBA 60%, #8EA491)!important;
  33. -moz-border-radius:0px 7px 0px 0px!important;
  34. }
  35. .damnc-tabbar strong.withX {
  36. background:-moz-linear-gradient(bottom, #E2E8E1, #fff)!important;
  37. -moz-border-radius:7px 7px 0px 0px!important;
  38. border-right:1px solid #9EB1A2!important;
  39. padding-right:23px!important;
  40. margin-right:2px!important;
  41. }
  42. .damnc-tabbar strong.withX i {
  43. display:none!important;
  44. }
  45. .damncr .self-hl .from span {
  46. background:#EFEFEF!important;
  47. padding:0px 5px 0px 5px!important;
  48. -moz-border-radius:5px!important;
  49. }
  50. .damncr .other-hl .from span {
  51. background:#fff!important;
  52. padding:0px 5px 0px 5px!important;
  53. -moz-border-radius:5px!important;
  54. }
  55. .damncr .other-hl .text span {
  56. background:#fff!important;
  57. padding:0px 5px 0px 5px!important;
  58. -moz-border-radius:5px!important;
  59. }
  60. .damncrc-icon-roomname {
  61. display:none!important;
  62. }
  63. .damncrc-iconbar a {
  64. display:none!important;
  65. }
  66. .damncrc-iconbar {
  67. color:transparent!important;
  68. }
  69. .superdamn-buttonbar {
  70. position:relative!important;
  71. top:0px!important;
  72. }
  73. input {
  74. -moz-border-radius:5px!important;
  75. background:-moz-linear-gradient(bottom, #fff, #dedede 80%)!important;
  76. width:99.5%!important;
  77. }
  78. textarea {
  79. -moz-border-radius:5px!important;
  80. background:-moz-linear-gradient(bottom, #fff, #dedede 80%)!important;
  81. width:99.5%!important;
  82. }
  83. input.button {
  84. position:relative!important;
  85. top:-4px!important;
  86. left:0px!important;
  87. width:50px!important;
  88. float:right!important;
  89. }
  90. .damncrc-input {
  91. border-right:3px solid #C0D0C1!important;
  92. }
  93. .damncr-members dt {
  94. background:-moz-linear-gradient(top, #fff, #E2E8E1 5%, #D4E0D2 95%, #fff)!important;
  95. border:1px solid #9EB1A2!important;
  96. margin-left:-14px!important;
  97. margin-right:-23px!important;
  98. text-align:center!important;
  99. white-space:nowrap!important;
  100. }
  101. .damn-lo-col-right {
  102. background:#D4E0D3!important;
  103. border-left:1px solid #9EB1A2!important;
  104. border-top:2px solid #C0D0C1!important;
  105. overflow-x:hidden!important;
  106. }
  107. .damncrc-iconbar {
  108. border-top:1px solid #EDF0EC!important;
  109. border-right:3px solid #C0D0C1!important;
  110. height:20px!important;
  111. }
  112. /*div.superdamn-buttonbar {
  113. position:relative!important;
  114. float:right!important;
  115. top:25px!important;
  116. right:40px!important;
  117. }*/
  118. .alt1-left-border {
  119. background:#CCD9C8!important;
  120. border-top:1px solid #EDF0EC!important;
  121. border-right:1px solid #EDF0EC!important;
  122. border-bottom:3px solid #C0D0C1!important;
  123. border-left:2px solid #A4B8A8!important;
  124. }
  125. .aside-left {
  126. background:#D4E0D3!important;
  127. border-left:1px solid #A4B8A8!important;
  128. }
  129. .connarea {
  130. border-top:1px dotted #A4B8A8!important;
  131. }
  132. .damncr-infoctr {
  133. background:#D4E0D3!important;
  134. border-top:1px solid #C0D0C1!important;
  135. border-right:3px solid #C0D0C1!important;
  136. border-bottom:1px solid #C0D0C1!important;
  137. border-left:2px solid #A4B8A8!important;
  138. }
  139. div.bodyarea alt1-border {
  140. background:#D4E0D3!important;
  141. }
  142. }
Add Comment
Please, Sign In to add comment