Alivieina

weirdcboxcode

Mar 9th, 2017
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.42 KB | None | 0 0
  1. html,body {
  2. scrollbar-face-color:#CDD2D7;
  3. scrollbar-shadow-color:#CDD2D7;
  4. scrollbar-highlight-color:#CDD2D7;
  5. scrollbar-3dlight-color:#D7DCE1;
  6. scrollbar-darkshadow-color:#D7DCE1;
  7. scrollbar-track-color:#D7DCE1;
  8. scrollbar-arrow-color:#636C75;
  9. scrollbar-base-color:#D7DCE1;
  10. }
  11.  
  12. td {
  13. font-family:Arial, sans-serif;
  14. font-size:8pt;
  15. color:#494949;
  16. }
  17.  
  18. .mnbdy {
  19. background-color:#FFFFFF;
  20. overflow:auto;
  21. padding:2px;
  22. margin:0px;
  23. }
  24.  
  25. .fmbdy {
  26. background-color:222222;
  27. padding:2px;
  28. margin:0px;
  29. }
  30.  
  31. A:link {
  32. text-decoration:none;
  33. color:#f1d0da
  34. ;
  35. font-weight:bold;
  36. }
  37.  
  38. A:visited {
  39. text-decoration:none;
  40. color:#f1d0da;
  41. font-weight:bold;
  42. }
  43.  
  44. A:active {
  45. text-decoration:underline;
  46. color:#f1d0da;
  47. font-weight:bold;
  48. }
  49.  
  50. A:hover {
  51. text-decoration:underline;
  52. color:#f1d0da;
  53. font-weight:bold;
  54. }
  55.  
  56. .hbtbl {
  57. table-layout:fixed;
  58. word-wrap:break-word;
  59. overflow:hidden;
  60. }
  61.  
  62. .stxt {
  63. background-color:#909a9a;
  64. color:#dadada;
  65. }
  66.  
  67. .stxt2 {
  68. background-color:#73896e;
  69. color:#dadada;
  70. }
  71.  
  72. .dtxt {
  73. color:#303030;
  74. font-size:7pt;
  75. text-align:right;
  76. }
  77.  
  78. .dtxt2 {
  79. color:#303030;
  80. font-size:7pt;
  81. text-align:right;
  82. }
  83.  
  84. .pn_std {
  85. color:#727C86;
  86. padding:2px 2px 2px 2px;
  87. text-transform:uppercase;
  88. font-family:arial;
  89. }
  90.  
  91. .pn_reg {
  92. color:#303030;
  93. padding:2px 2px 2px 2px;
  94. text-transform:uppercase;
  95. font-family:arial;
  96. }
  97.  
  98. .pn_mod {
  99. color:#00c4bb;
  100. padding:2px 2px 2px 2px;
  101. text-transform:uppercase;
  102. font-family:arial;
  103. }
  104.  
  105. .pn_adm {
  106. color:#eab9c8;
  107. padding:2px 2px 2px 2px;
  108. text-transform:uppercase;
  109. font-family:arial;
  110. }
  111.  
  112. .cfrm {
  113. margin-bottom:0px;
  114. }
  115.  
  116. .frmtb {
  117. padding-left:3px;
  118. padding-right:3px;
  119. font-family:Arial, sans-serif;
  120. font-size:8pt;
  121. background-color:#EEEEEE;
  122. border:#636C75 1px solid;
  123. color:#48515A;
  124. margin: 1px 2px 1px 2px;
  125. }
  126.  
  127. .frmbtn {
  128. font-family:Arial, sans-serif;
  129. font-size:8pt;
  130. background-color:#D2D2DE;
  131. border:#636C75 1px solid;
  132. color:#223388;
  133. font-weight:bold;
  134. padding-left:3px;
  135. padding-right:3px;
  136. vertical-align:top;
  137. margin: 2px 2px 2px 2px;
  138. }
  139.  
  140. .lnk {
  141. color:#9F9F9F;
  142. }
  143.  
  144. .pic {
  145. width:50px;
  146. height:50px;
  147. margin-top:5px;
  148. padding:1px;
  149. float:left;
  150. border-radius:50px;
  151. -webkit-border-radius:50px;
  152. -moz-border-radius:50px;
  153. -border-radius:50px;
  154. }
  155.  
  156. .status {
  157. float: right;
  158. }
  159.  
  160. .msg.Private.Sent .status:after {
  161. content: ' \2714';
  162. }
  163.  
  164. .msg.Private.Delivered .status:after {
  165. content: ' \2714\2714';
  166. }
  167.  
  168. img.bbImg {
  169. max-width: 100px;
  170. max-height: 100px;
  171. }
Advertisement
Add Comment
Please, Sign In to add comment