CSS   41
print css
Guest on 17th September 2023 06:25:06 AM


  1. body {
  2.         background-color: #fff;
  3.         background-image: none;
  4. }
  5.  
  6. div#head {height: .6in;}
  7. div#head h1 a {font-weight: normal; font-size: 1.5em; text-decoration: none;}
  8. div#head h1 a span {display: block;}
  9.  
  10. /** CONTENT **/
  11.  
  12. div#story {
  13.         width: 100%;
  14.         float: none;
  15.         padding: 0px;
  16.         margin: 0;
  17. }
  18.  
  19. body.blowout div#content {width: 6.5in;}
  20. body.none div#content {width: 6.5in;}
  21.  
  22. div#topmenu {
  23.         display: none;
  24. }
  25.  
  26. div#contents {
  27.         display: none;
  28. }
  29.  
  30. h1, h2, h3, h4, h5, h6, p, ul, li {
  31.         color: black !important;
  32. }
  33.  
  34. a:link, a:visited, a:hover, a:active {
  35.         color: black !important;
  36. }
  37.  
  38. div#story p {font-size: 1.4em;}
  39.  
  40.  
  41. /** FOOT **/
  42. div#foot {
  43.         clear: both;
  44.         height: auto;
  45.         width: 100%;
  46.         padding: 0px;
  47.         font-family: arial, geneva, helvetica, sans-serif;
  48.         border-top: 1px solid black;
  49. }
  50.  
  51. div#foot h5, h6, p {
  52.         color: #000 !important;
  53. }

Raw Paste

Login or Register to edit or fork this paste. It's free.