CSS   29
frontpage
Guest on 17th September 2023 06:24:30 AM


  1. div.frontpage {
  2.         height: 100%;
  3.         width: 804px !important;
  4. }
  5.        
  6. div.frontpage div#reg-container, div.frontpage div#campaign {
  7.         width: 182px;
  8.         float: left;
  9.         height: 100%;
  10.         margin: 30px 0 0 14px;
  11.         padding-right: 14px;
  12. display: inline;
  13. }
  14.  
  15. div#reg-container ul, div#campaign ul {
  16.         margin-bottom: 10px;
  17.         list-style-type: none;
  18. }
  19.        
  20. div#reg-container li, div#campaign li,
  21. div#reg-container p, div#campaign p,
  22. div.frontpage div#story li {
  23.         font-weight: normal;
  24.         font-size: .9em;
  25.         line-height: 1.3em;
  26.         padding-bottom: 8px;
  27.         color: #666;
  28.  }
  29.  
  30.  div#reg-container a:link {font-weight: bold; color: #002878; text-decoration: none;}
  31.  div#campaign a:link {font-weight: bold; color: #002878; text-decoration: none;}
  32.  div#reg-container a:visited {font-weight: bold; color: #002878; text-decoration: none;}
  33.  div#campaign a:visited {font-weight: bold; color: #002878; text-decoration: none;}
  34.  div#reg-container a:hover {font-weight: bold; color: #002878; text-decoration: underline;}
  35.  div#campaign a:hover {font-weight: bold; color: #002878; text-decoration: underline;}
  36.  div#reg-container a:active {font-weight: bold; color: #002878; text-decoration: none;}
  37.  div#campaign a:active {font-weight: bold; color: #002878; text-decoration: none;}
  38.  
  39. div#campaign {
  40.                 border-bottom: 1px solid #ccc;
  41. }
  42.  
  43. div.frontpage div#reg-container h3, div.frontpage div#contents h3, div.frontpage div#exclusives h3 {
  44.         font-family: georgia, times new roman, times, serif;
  45.         font-size: 1.25em;
  46.         font-weight: bold;
  47.         color: #333;
  48.         border-top: 1px solid #ccc;
  49.         padding: .5em 0;
  50. line-height: 1.3em;    
  51. }
  52. div.frontpage div#reg-container h3 a, div.frontpage div#contents h3 a {color: #333; text-decoration: none;}
  53. div.frontpage div#reg-container h3 a:hover, div.frontpage div#contents h3 a:hover {text-decoration: underline;}
  54.  
  55.  
  56. div.frontpage ul#emory-info {
  57.         margin-top: .5em;
  58. }
  59.  
  60.  
  61. div#reg-container ul#credits li {
  62.         padding-bottom: 0;
  63. }
  64.  
  65. div#reg-container li.title {
  66.         font-size: 1em;
  67.         font-weight: bold;
  68.         padding-top: .5em;
  69. }
  70.  
  71. /* */
  72.  
  73. div.frontpage div#story {
  74.         width: 340px;
  75.         float: left;
  76.         margin: 30px 0 0 0;
  77.         padding: 0 14px;
  78.         border-left: 1px solid #ccc;
  79.         border-right: 1px solid #ccc;
  80. }
  81.  
  82. div.frontpage div#story p, div.frontpage div#splash p, div.acrossitem p {
  83.         font-family: georgia, times new roman, times, serif;
  84.         font-size: 1.3em;
  85.         line-height: 1.4em;
  86.         padding: 0;
  87.         margin: 7px 0;
  88.         color: #333;
  89. }
  90.  
  91. div.acrossitem p {
  92.         line-height: normal;
  93.         margin: 3px 0;
  94. }
  95.  
  96. div.acrossitem p a:link {text-decoration: none; color: #333; font-weight: normal;}
  97. div.acrossitem p a:visited {text-decoration: none; color: #333; font-weight: normal;}
  98. div.acrossitem p a:hover {text-decoration: underline; color: #333; font-weight: normal;}
  99. div.acrossitem p a:active {text-decoration: none; color: #333; font-weight: normal;}
  100.  
  101. div.acrossitem {background-color: #f8f2e6;}
  102.  
  103. div.frontpage div#story h1, div.frontpage div#splash h1 {
  104.         margin: .25em 0 .25em 0;
  105. }
  106.  
  107. div.frontpage div#story h2 {
  108.         font-weight: bold;
  109.         font-size: 1.7em;
  110.         margin: 0 0 .25em 0;
  111.         color: black;
  112. }
  113.  
  114. div.frontpage div#story a:link, div.frontpage div#splash a:link {text-decoration: none; color: #333; font-weight: bold;}
  115. div.frontpage div#story a:visited, div.frontpage div#splash a:visited {text-decoration: none; color: #333; font-weight: bold;}
  116. div.frontpage div#story a:hover, div.frontpage div#splash a:hover {text-decoration: underline; color: #333; font-weight: bold;}
  117. div.frontpage div#story a:active, div.frontpage div#splash a:active {text-decoration: none; color: #333; font-weight: bold;}
  118.  
  119. div.frontpage div#story ul li, div.frontpage div#splash ul li {padding: .25em 0;}
  120.  
  121. p.quote {
  122.         font-family: georgia, times new roman, times, serif;
  123.         font-size: 1.4em;
  124.         line-height: 1.4em;
  125.         padding-bottom: 7px;
  126. }
  127.  
  128. p.quoteattrib {
  129.         font-family: verdana, arial, helvetica, geneva, sans-serif;
  130.         line-height: 1.3em;
  131.         font-size: 1em;
  132.         color: #444;
  133. }
  134.  
  135. div.frontpage div#contents {
  136.         border: none;
  137.         width: 182px;
  138.         background-color: #fff;
  139.         padding: 0;
  140.         margin-left: 14px;
  141. display: inline;
  142. }
  143.  
  144. /* GA STYLES FOR LIST - NOT IN USE
  145. div.frontpage div#contents li {
  146.         font-weight: normal;
  147.         font-size: 1em;
  148.         line-height: 1.5em;
  149.         padding-bottom: 12px;
  150.         color: #444;
  151.  }
  152.  
  153.  div.frontpage div#contents li a:link {font-family: georgia, times new roman, times, serif; font-weight: normal; font-size: 1.5em; color: #000; text-decoration: none;}
  154.  div.frontpage div#contents li a:visited {font-family: georgia, times new roman, times, serif; font-weight: normal; font-size: 1.5em; color: #000; text-decoration: none;}
  155.  div.frontpage div#contents li a:hover {font-family: georgia, times new roman, times, serif; font-weight: normal; font-size: 1.5em; color: #000; text-decoration: underline;}
  156.  div.frontpage div#contents li a:active {font-family: georgia, times new roman, times, serif; font-weight: normal; font-size: 1.5em; color: #000; text-decoration: none;}
  157.  */
  158.  
  159. div.frontpage img {
  160.         margin-bottom: 10px;
  161.         margin-top: 3px;
  162. }
  163.  
  164. img.imghed {
  165.         margin-bottom: 14px;
  166. }

Raw Paste

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