NYanev

Untitled

Oct 17th, 2014
236
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.17 KB | None | 0 0
  1. body{
  2.     background-color: rgb(89,89,89) ;
  3.     font: italic 18px/22px tahoma,sans-serif;
  4.     color: rgb(255,255,255);
  5. }
  6.  
  7. mark{
  8.     background: none;
  9. }
  10.  
  11. a, .yellow{
  12.     font: normal 18px/22px tahoma;
  13.     text-decoration: none;
  14.     color: rgb(227,210,158);    
  15. }
  16.  
  17. a:hover{
  18.     text-decoration: underline;
  19.     text-shadow: 1px 1px 15px rgb(255,255,128);
  20. }
  21.  
  22. th{
  23.     padding-bottom: 15px;
  24.     text-align: left;
  25.     font: 28px/32px Arial;
  26.     color: rgb(187,184,178);
  27. }
  28.  
  29. td {
  30.     padding: 10px 10px 10px 0;
  31. }
  32.  
  33. .greendot{
  34.     width: 16px;
  35.     height: 16px;
  36.     border-radius: 51%;
  37.     -moz-border-radius: 51px;
  38.     -webkit-border-radius: 51px;
  39.     -o-border-radius: 51px;
  40.     -ms-border-radius: 51px;
  41.     background: rgb(113,180,122);
  42.     display: inline-block;
  43.     margin-right: 5px;
  44. }
  45.  
  46. .gray{
  47.     color: rgb(185,184,178);
  48.     font: normal 18px/22px tahoma;
  49. }
  50.  
  51. .name{
  52.     padding-bottom: 0;
  53. }
  54.  
  55. .support{
  56.     font: normal bold 18px/22px tahoma;
  57.     color: rgb(215,11,4);
  58.     padding-top: 0px;
  59. }
  60.  
  61. tr td:first-child {
  62.     width: 160px;  
  63. }
  64.  
  65. tr:last-child td:last-child{
  66.     font: normal bold 18px/22px tahoma;
  67.     color: rgb(211,106,35);
  68. }
Advertisement
Add Comment
Please, Sign In to add comment