CSS   21
cotents css
Guest on 17th September 2023 06:22:28 AM


  1. div#contents {
  2.         float: left;
  3.         vertical-align: top;
  4.         margin: 30px 0px 20px 20px;
  5.         padding: 10px;
  6.         width: 220px;
  7.         border: 1px solid #ddd;
  8.         background-color: #fcfcfc;
  9.  }
  10.  
  11. div#contents ul, div#exclusives ul {
  12.         margin-bottom: 10px;
  13.         list-style-type: none;
  14. }
  15.        
  16. div#contents li, div#contents p, div#exclusives li, div.frontpage div#splash div#exclusives p {
  17.         font-weight: normal;
  18.         font-size: .9em;
  19.         line-height: 1.3em;
  20.         padding-bottom: 8px;
  21.         color: #666;
  22.         font-family: verdana, helvetica, arial, geneva, sans-serif;
  23.  }
  24.  
  25.  div#contents li a:link {font-weight: bold; color: #002878; text-decoration: none;}
  26.  div#contents li a:visited {font-weight: bold; color: #002878; text-decoration: none;}
  27.  div#contents li a:hover {font-weight: bold; color: #002878; text-decoration: underline;}
  28.  div#contents li a:active {font-weight: bold; color: #002878; text-decoration: none;}
  29.  
  30.  div#contents p a:link {font-weight: bold; color: #002878; text-decoration: none;}
  31.  div#contents p a:visited {font-weight: bold; color: #002878; text-decoration: none;}
  32.  div#contents p a:hover {font-weight: bold; color: #002878; text-decoration: underline;}
  33.  div#contents p a:active {font-weight: bold; color: #002878; text-decoration: none;}
  34.  
  35.  div.frontpage div#splash div#exclusives li a:link {font-weight: bold; color: #002878; text-decoration: none;}
  36.  div.frontpage div#splash div#exclusives li a:visited {font-weight: bold; color: #002878; text-decoration: none;}
  37.  div.frontpage div#splash div#exclusives li a:hover {font-weight: bold; color: #002878; text-decoration: underline;}
  38.  div.frontpage div#splash div#exclusives li a:active {font-weight: bold; color: #002878; text-decoration: none;}
  39.  
  40.  div.frontpage div#splash div#exclusives p a:link {font-weight: bold; color: #002878; text-decoration: none;}
  41.  div.frontpage div#splash div#exclusives p a:visited {font-weight: bold; color: #002878; text-decoration: none;}
  42.  div.frontpage div#splash div#exclusives p a:hover {font-weight: bold; color: #002878; text-decoration: underline;}
  43.  div.frontpage div#splash div#exclusives p a:active {font-weight: bold; color: #002878; text-decoration: none;}
  44.  
  45.  
  46. div#contents h3 {
  47.         font-family: georgia, times new roman, times, serif;
  48.         font-size: 1.5em;
  49.         font-weight: normal;
  50.         color: #666;
  51.         border-top: 1px solid #999;
  52.         padding: 10px 0 5px 0;
  53.        
  54. }
  55.  
  56. div.acrossitem h3 {
  57.         font-weight: normal;
  58.         font-size: .85em;
  59.         line-height: 1.3em;
  60.         color: #666;
  61.         font-family: verdana, helvetica, arial, geneva, sans-serif;
  62.         text-transform: uppercase;
  63.         letter-spacing: .15em;
  64. }
  65.  
  66. h3.season {
  67.         border-top: none !important;
  68.         color: #c90 !important;
  69.         padding-bottom: 10px !important;
  70.         font-size: 1.75em !important;
  71. }
  72.  
  73. div#contents ul#credits li {
  74.         padding-bottom: 0;
  75. }
  76.  
  77. div#contents li.title {
  78.         font-size: 1em;
  79.         font-weight: bold;
  80.         padding-top: .5em;
  81. }

Raw Paste

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