Advertisement
Guest User

Untitled

a guest
Dec 17th, 2017
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 2.29 KB | None | 0 0
  1. html {
  2.     font-family:Arial, sans-serif;
  3. }
  4.  
  5. td {
  6.  font-size:13pt;
  7.  color:#000000;
  8. }
  9.  
  10. .mnbdy {
  11.  padding:1px;
  12.  margin:0px;
  13. -moz-user-select: none;
  14.  -khtml-user-select: none;
  15.  -webkit-user-select: none;
  16.  -ms-user-select: none;
  17.  user-select: none;
  18. }
  19.  
  20. .fmbdy {
  21.  user-select: none padding:1px;
  22.  margin:0px;
  23. }
  24.  
  25. A:link {
  26.  text-decoration:none;
  27.  font-size:14pt;
  28.  color:#7E57C2;
  29.  float: right;
  30.  margin: 0px 0px 0px 3px;
  31. }
  32.  
  33. A:visited {
  34.  text-decoration:none;
  35.  color:#7E57C2;
  36. }
  37.  
  38. A:active {
  39.  text-decoration:underline;
  40.  color:#7E57C2;
  41. }
  42.  
  43. A:hover {
  44.  text-decoration:underline;
  45.  color:#5E35B1;
  46. }
  47.  
  48. .hbtbl {
  49.  table-layout:fixed;
  50.  word-wrap:break-word;
  51.  overflow:hidden;
  52. }
  53.  
  54. .stxt {
  55. border-bottom: #B39DDB  2px solid;
  56. color:#5E35B1;
  57. background-color:#E6dcf7;
  58. }
  59.  
  60. .stxt2 {
  61. border-bottom:#B39DDB 2px solid;
  62. color:#5E35B1;
  63. background-color:#F3edff;
  64. }
  65.  
  66. .dtxt {
  67.  text-align:right;
  68.  color:#7E57C2;
  69.  font-size:8pt;
  70. }
  71.  
  72. .dtxt2 {
  73.  text-align:right;
  74.  color:#7E57C2;
  75.  font-size:8pt;
  76. }
  77.  
  78. .msgSticky {
  79.      text-align:center;
  80.     padding : 10px;
  81. }
  82.  
  83. .pn_std {
  84. /* color:#339966; */
  85. color:#6A1B9A;
  86. padding : 0 5px 0 0px;
  87. }
  88.  
  89. .pn_reg {
  90. /*  color:#141CEE; */
  91.  color:#651FFF;
  92.  padding : 0 5px 0 0px;
  93. }
  94. .pn_mod {
  95.  color:#CA1E1E;
  96. padding : 0 5px 0 0px;
  97. }
  98. .pn_adm {
  99. color:#EF4AB2;
  100. padding : 0 5px 0 0px;
  101. }
  102.  
  103. .cfrm {
  104.  margin-bottom:0px;
  105. }
  106.  
  107. .frmtb {
  108.  border-radius:40px;
  109. -webkit-border-radius:40px;
  110. -moz-border-radius:40px;
  111.  width:83px;
  112.  height:60px;
  113.  padding-left:1px;
  114.  background-color:#fff;
  115.  padding-right:6px;
  116.  font-size:14pt;
  117.  border:2px solid #7E57C2;
  118.  color:#7E57C2;
  119. margin: 1px 1px 5px 5px;
  120. }
  121.  
  122. .frmbtn {
  123.  border-radius:40px;
  124.  -webkit-border-radius:40px;
  125. -moz-border-radius:40px;
  126.  border:1px solid #7E57C2;
  127.  width:60px;
  128.  height:60px;
  129.  font-size:14pt;
  130.  background-color:#7E57C2;
  131.  color:#fff;
  132.  padding-left:1px;
  133.  padding-right:1px;
  134.  vertical-align:top;
  135.  margin: 1px 1px 1px 1px;
  136. }
  137.  
  138. .lnk {
  139.  color:#7E57C2;
  140. }
  141.  
  142. .pic {
  143. width:70px;
  144. height:70px;
  145. border: 2px #7E57C2 solid;
  146. border-radius: 55px;
  147. -webkit-border-radius:55px;
  148. -moz-border-radius:55px;
  149. float:left;
  150. box-shadow:0px 5px 10px #000000;
  151. margin: 5px;
  152. }
  153.  
  154. audio {
  155.     box-shadow:0px 5px 15px #000000;
  156. }
  157.  
  158. .status {
  159. float: right;
  160. }
  161.  
  162. .msg.Private.Sent .status:after {
  163.     content:   \2714 ;
  164. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement