home *** CD-ROM | disk | FTP | other *** search
/ linuxmafia.com 2016 / linuxmafia.com.tar / linuxmafia.com / pub / skeptic / style.css < prev    next >
Cascading Style Sheet File  |  2010-06-11  |  1KB  |  70 lines

  1. body {
  2.  font-family: Verdana,Arial,Helvetica,Sans-serif;
  3.  font-size: 12pt;
  4.  margin:0px;
  5.  padding:80px;
  6.  border:0px; 
  7.  background: white;
  8.  color: #333;
  9. }
  10. :link, :visited { text-decoration: underline; }
  11. :link:focus, :visited:focus { color: #039; }
  12. :link { color: #039; }
  13. :visited { color: #333; }
  14. :link:hover, :visited:hover { color:#080; text-decoration: none; }
  15. :link:active, :visited:active { color: #800; }
  16. hr {
  17.  border: 0px;
  18.  color: #cccccc;
  19.  background-color: #cccccc;
  20.  height: 1px;
  21. }
  22. form {
  23.  margin-bottom: 0px;
  24. }
  25. blockquote {
  26.  font-family: "Times New Roman",Verdana,Arial,Helvetica,Sans-serif;
  27. }
  28.  
  29. .tophead {
  30.  background: black;
  31.  color: white;
  32.  margin:0px;
  33.  padding:4px;
  34.  border:0px;
  35.  white-space:nowrap;
  36. }
  37. .tophead h1 {
  38.  font-size:12pt;
  39.  margin:0px;
  40.  padding:0px;
  41.  border:0px;
  42. }
  43. .tophead :link, .tophead :visited { text-decoration: none; }
  44. .tophead :link:focus, .tophead :visited:focus { color: white; }
  45. .tophead :link { color: white; }
  46. .tophead :visited { color: white; }
  47. .tophead :link:hover, .tophead :visited:hover { color:#ddf;text-decoration: none; }
  48. .tophead :link:active, .tophead :visited:active { color: #ddf; }
  49.  
  50. .navright {
  51.  width:170px;
  52. }
  53.  
  54. .navleft {
  55.  background:#eee;
  56.  border-bottom:1px solid #aaa;
  57.  width:170px;
  58. }
  59. .navleft h2 {
  60.  font-size: 14pt;
  61.  font-weight:bold;
  62. }
  63. .navleft .promotion {
  64.  background:#ffc;
  65. }
  66. .navleft .promotion a {
  67.  font-weight: bold;
  68. }
  69.  
  70.