home *** CD-ROM | disk | FTP | other *** search
/ linuxmafia.com 2016 / linuxmafia.com.tar / linuxmafia.com / pub / skeptic / style-advanced.css < prev    next >
Cascading Style Sheet File  |  2004-03-14  |  2KB  |  112 lines

  1. body {
  2.  font-size: 12px;
  3. }
  4. h1 {
  5.  font-size: 20px;
  6.  font-weight: bold;
  7.  color: black;
  8. }
  9. .subh1 {
  10.  font-size:16px;
  11. }
  12. h2 {
  13.  font-size: 16px;
  14.  font-weight: bold;
  15. }
  16. h3 {
  17.  font-size: 14px;
  18.  font-weight: bold;
  19. }
  20. h4 {
  21.  font-size: 12px;
  22.  font-weight: normal;
  23. }
  24. table { font-size: 12px; }
  25. tt { font-size: 10px; }
  26. ul {
  27.  margin-left:0px;
  28.  padding-left:2em;
  29. }
  30. ol {
  31.  margin-left:0px;
  32.  padding-left:2em;
  33. }
  34. .spaced li {
  35.  margin-bottom:12px;
  36. }
  37. blockquote {
  38.  font-size: 14px;
  39.  margin-left:14px;
  40. }
  41. sup a {
  42.  font-weight: bold;
  43. }
  44. .navleft :link, .navleft :visited { text-decoration: none; }
  45. .navleft :link:focus, .navleft :visited:focus { color: #333; }
  46. .navleft :link { color: #333; }
  47. .navleft :visited { color: #333; }
  48. .navleft :link:hover, .navleft :visited:hover { color:#003;text-decoration: underline; }
  49. .navleft :link:active, .navleft :visited:active { color: #030; }
  50. .navleft h2 {
  51.  font-size: 14px;
  52.  background:#ccd;
  53.  color:#333;
  54.  font-weight:bold;
  55.  margin: 0px;
  56.  margin-top: 12px;
  57.  padding: 2px;
  58.  padding-top: 4px;
  59.  border-top: 1px solid #aaa;
  60.  border-bottom: 1px solid #aaa;
  61. }
  62. .navleft ul {
  63.  list-style:none;
  64.  margin: 0px;
  65.  padding:0px;
  66. }
  67. .navleft ul li {
  68.  padding:2px;
  69.  border-bottom:1px dashed #aaa;
  70. }
  71. .intro {
  72.  font-style: italic;
  73. }
  74. .author {
  75.  text-transform: uppercase;
  76.  letter-spacing: 0.2em;
  77. }
  78. .divpopup {
  79.  position:absolute;
  80.  z-index:1;
  81.  width:200px;
  82.  background:#ffc;
  83.  color:black;
  84.  padding:10px;
  85.  border:2px outset black;
  86.  visibility:hidden;
  87.  -moz-opacity:0.95;
  88.  filter:alpha(opacity=95);
  89.  
  90. }
  91. .si-toc h2 {
  92.  background-color: #dde;
  93.  padding: 10px;
  94. }
  95. .si-toc h3 {
  96.  margin-bottom:0px;
  97.  font-weight: 600;
  98. }
  99. .si-toc h4 {
  100.  margin:0px;
  101.  font-weight: 600;
  102. }
  103. .si-toc p {
  104.  margin:0px;
  105. }
  106. .floating_img {
  107.   clear:both;
  108.   float:right;
  109.   margin:0px 0px 10px 10px;
  110.   border:0px;
  111. }
  112.