Advertisement
Guest User

Untitled

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