Advertisement
Guest User

cssgeorgiahn

a guest
Apr 5th, 2011
236
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 6.96 KB | None | 0 0
  1. @charset "utf-8";
  2. /* CSS Document */
  3.  
  4. table {background-color: #ffffff!important; width:700px!important;}
  5. tbody tr td {background-color: #ffffff!important;}
  6.  
  7. span.pagetop {
  8.     color: #cccccc!important; padding-bottom:40px!important; font-family:Georgia, Times, serif!important; font-size:10pt!important; line-height: 10px!important;
  9. }
  10.  
  11. span.pagetop a:link, span.pagetop a:visited  {font-family:Georgia, Times, serif!important; font-size:10pt!important; color:#cccccc!important; padding-left: 5px!important;padding-right: 5px!important; margin-bottom: 10px!important; padding-bottom: 4px!important; font-weight: normal!important;border-bottom: 0px dotted #fff!important; }
  12.  
  13. span.pagetop a:hover, span.pagetop a:active {font-family:Georgia, Times, serif!important; font-size:10pt!important; color:#f60!important; padding-left: 5px!important;padding-right: 5px!important; margin-bottom: 10px!important; padding-bottom: 4px!important; font-weight: normal!important; border-bottom: 0px dotted #ffa86e!important; }
  14.  
  15. body  { font-family:Georgia, Times, serif!important; font-size:12pt!important; color:#000000!important; }
  16.  
  17. td    { font-family:Georgia, Times, serif!important; font-size:12pt!important; color:#999999!important; padding: 3px!important; }
  18.  
  19. .admin td   { font-family:Georgia, Times, serif!important; font-size:8.5pt!important; color:#000000!important; }
  20. td.subtext { font-family:Georgia, Times, serif!important; font-size:  8pt!important; color:#999999!important; border-bottom: 1px dotted #ddd!important ; }
  21.  
  22. input    { font-family:Georgia, Times, serif!important; font-size:12pt!important; color:#000000!important; padding: 8px 8px 8px 8px!important;
  23. background-color: #fff!important;
  24. color: #333!important;
  25. width: auto!important;
  26. font-family: Georgia, Times, serif!important;
  27. font-size: 13px!important;
  28. border: 1px solid #ccc!important;
  29. -moz-border-radius: 4px!important;
  30. -webkit-border-radius: 4px!important;
  31. border-radius: 4px!important;}
  32.  
  33. input[type="submit"] { font-family:Georgia, Times, serif!important; color:#000000!important; padding: 8px 8px 8px 8px!important;
  34. background-color: #f60!important;
  35. color: #fff!important;
  36. width: auto!important;
  37. font-family: Georgia, Times, serif!important;
  38. font-size: 13px!important;
  39. border: 1px solid #f60!important;
  40. -moz-border-radius: 4px!important;
  41. -webkit-border-radius: 4px!important;
  42. border-radius: 4px!important;
  43. cursor: pointer!important;}
  44.  
  45. textarea { font-family:Georgia, Times, serif!important; font-size:12pt!important; color:#000000!important; column-span: 200px!important; border: 1px solid #ccc!important;
  46. -moz-border-radius: 4px!important;
  47. -webkit-border-radius: 4px!important;
  48. border-radius: 4px!important; width: 660px!important; height: 200px!important;}
  49.  
  50. a:link    { color:#ffa86e!important; text-decoration:none!important; border-bottom: 1px dotted #fff!important; }
  51.  
  52. a:hover, a:active    { color:#ffa86e!important; text-decoration:none!important; border-bottom: 1px dotted #ffa86e!important; }
  53.  
  54. a:visited { color:#cccccc!important; text-decoration:none!important; border-bottom: 1px dotted #fff}
  55.  
  56. .default { font-family:Georgia, Times, serif!important; font-size: 12pt!important; color:#999999!important; border-bottom: 1px dotted #ccc!important; }
  57. .admin   { font-family:Georgia, Times, serif!important; font-size:8.5pt!important; color:#000000!important; }
  58. .title   { font-family:Georgia, Times, serif!important; font-size: 12pt!important; color:#999999!important; padding-top: 12px!important; font-weight: normal!important;}
  59.  
  60. .title a:link {
  61.     font-weight: normal!important; font-family:Georgia, Times, serif!important; font-size: 14pt!important; color:#000000!important;
  62. }
  63.  
  64. .title a:hover, .title a:active {
  65.     border-bottom: 1px dotted #ffa86e!important;
  66. }
  67. .title a:visited { color:#cccccc; border-bottom:1px dotted #fff;}
  68.  
  69. .adtitle { font-family:Georgia, Times, serif!important; font-size:  9pt!important; color:#999999!important; }
  70.  
  71.  
  72. .yclinks { font-family:Georgia, Times, serif!important; font-size:  8pt!important; color:#999999!important;  padding-top: 15px!important; }
  73.  
  74. .yclinks a:link, .yclinks a:visited {
  75.     color:  #ccc!important; padding-left: 5px!important; padding-right: 5px!important; font-weight: normal!important; border-bottom: none!important;
  76. }
  77.  
  78. .yclinks a:hover, .yclinks a:active {color:  #f60!important; padding-left: 5px!important; padding-right: 5px!important; font-weight: normal!important; border-bottom: none!important;}
  79.  
  80.  
  81.  
  82. .pagetop { font-family:Georgia, Times, serif!important; font-size: 12pt!important; color:#222222!important; }
  83. .comhead { font-family:Georgia, Times, serif!important; font-size:  8pt!important; color:#999999!important; float: right!important; }
  84.  
  85. .comment { font-family:Georgia, Times, serif!important; font-size:  11pt!important; line-height: 1.5!important; padding-top: 10px!important;}
  86. .dead    { font-family:Georgia, Times, serif!important; font-size:  9pt!important; color:#dddddd!important; }
  87. i {
  88.     font-style: italic!important;
  89. }
  90.  
  91. u {
  92.     text-decoration: none!important; border-bottom: 1px dotted #ffa86e!important; font-size: 14px!important;
  93. }
  94.  
  95. .comment a:link, .comment a:visited  { color: #ffa86e!important; border-bottom: 1px dotted #fff!important; font-weight:normal!important;}
  96.  
  97. .comment a:hover, .comment a:active {color: #ffa86e!important; border-bottom: 1px dotted #ffa86e!important; font-weight:normal!important;}
  98.  
  99. .dead a:link, .dead a:visited { color:#dddddd!important; }
  100. .pagetop a:visited { color:#000000!important;}
  101. .topsel a:link, .topsel a:visited { color:#ffffff!important; }
  102.  
  103.  
  104. .subtext { font-family:Georgia, Times, serif!important; font-size:  8pt!important; color:#999999!important; padding-bottom:25px!important; font-style: italic!important; }
  105.  
  106. .subtext a:link {
  107.     padding-left:2px!important ; padding-right:4px!important; color: #ffa86e!important ; font-weight: normal!important; border-bottom: 1px dotted #fff!important;
  108. }
  109.  
  110. .subtext a:hover, .subtext a:active { text-decoration:none!important; border-bottom: 1px dotted #ffa86e!important;}
  111.  
  112. .subtext a:visited { padding-left:2px!important ; padding-right:4px!important; color: #ffa86e!important ; font-weight: normal!important; border-bottom: 1px dotted #fff; }
  113.  
  114. .comhead a:link  { padding-left:2px!important ; padding-right:4px!important; color: #ffa86e!important ; font-weight: normal!important; border-bottom: 1px dotted #fff!important; }
  115.  
  116. .comhead a:hover, .comhead a:active  { padding-left:2px!important; padding-right:4px!important; color: #ffa86e!important ; font-weight: normal!important; text-decoration:none!important; border-bottom: 1px dotted #ffa86e!important; }
  117.  
  118. .default p { margin-top: 8px!important; margin-bottom: 0px!important; padding-bottom: 15px!important; text-rendering:optimizeLegibility!important; font: normal normal 400 1em/1.5em Georgia,Serif!important;}
  119.  
  120. .default div{
  121.     margin-bottom: 10px!important;
  122. }
  123.  
  124. .pagebreak {page-break-before:always!important;}
  125.  
  126. pre { overflow: auto!important; padding: 2px!important; max-width:600px!important; }
  127. pre:hover {overflow:auto!important;}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement