home *** CD-ROM | disk | FTP | other *** search
/ saml.gfps.k12.mt.us / saml.gfps.k12.mt.us.tar / saml.gfps.k12.mt.us / AASB / styles.css < prev   
Cascading Style Sheet File  |  2013-05-17  |  5KB  |  233 lines

  1. * {
  2.     margin:0;
  3.     padding:0;
  4. }
  5. body {
  6.     background-color: #003;
  7. }
  8. .ScoreBoardWhite {
  9.     font-family: Verdana, Arial, Helvetica, sans-serif;
  10.     font-size: small;
  11.     font-weight: bold;
  12.     color: #FFFFFF;
  13. }
  14. .BlueBodyText {
  15.     font-family: Verdana, Arial, Helvetica, sans-serif;
  16.     font-size: small;
  17.     font-weight: bold;
  18.     color: #000033;
  19. }
  20. .BodyText {
  21.     font-family: Verdana, Arial, Helvetica, sans-serif;
  22.     font-size: small;
  23.     color: #000033;
  24. }
  25. .TextGray {
  26.     font-family: Verdana, Arial, Helvetica, sans-serif;
  27.     font-size: small;
  28.     color: #FFF;
  29.     font-weight: bold;
  30. }
  31. .MainContent {
  32.     font-family: Verdana, Arial, Helvetica, sans-serif;
  33.     font-size: small;
  34.     color: #000033;
  35.     padding: 25px;
  36. }
  37. .SideContent {
  38.     font-family: Verdana, Arial, Helvetica, sans-serif;
  39.     font-size: small;
  40.     color: #000033;
  41.     padding: 25px;
  42. }
  43. .HeaderWhite{
  44.     font-family: Verdana, Arial, Helvetica, sans-serif;
  45.     font-size: medium;
  46.     font-weight: bold;
  47.     color: #FFF;
  48.     text-align: center;
  49. }
  50. .HeaderRed{
  51.     font-family: Verdana, Arial, Helvetica, sans-serif;
  52.     font-size: large;
  53.     font-weight: bold;
  54.     color: #CC0000;
  55. }
  56. .HeaderGold {
  57.     font-family: Verdana, Arial, Helvetica, sans-serif;
  58.     color: #907919;
  59.     font-size: small;
  60.     font-weight: bold;
  61. }
  62. .TableCell {
  63.     border-bottom-width: thin;
  64.     border-bottom-style: solid;
  65.     border-bottom-color: #999;
  66. }
  67. .TableCell2 {
  68.     border-bottom-width: thin;
  69.     border-bottom-style: dotted;
  70.     border-bottom-color: #999;
  71.     font-size: 14px;
  72. }
  73. .TableCellTeams {
  74.     border-bottom-width: thin;
  75.     border-bottom-style: solid;
  76.     border-bottom-color: #999;
  77.     font-family: Verdana, Arial, Helvetica, sans-serif;
  78.     font-size: medium;
  79.     font-weight: bold;
  80.     color: #CC0000;
  81. }
  82. .HeaderBlue {
  83.     font-family: Verdana, Arial, Helvetica, sans-serif;
  84.     color: #000033;
  85.     font-size: small;
  86.     font-weight: bold;
  87.     text-align: center;
  88. }
  89. .XLHeaderBlue{
  90.     font-family: Verdana, Arial, Helvetica, sans-serif;
  91.     font-size: x-large;
  92.     font-weight: bold;
  93.     color: #FFF;
  94. }
  95. .XLHeaderGold{
  96.     font-family: Verdana, Arial, Helvetica, sans-serif;
  97.     font-size: x-large;
  98.     font-weight: bold;
  99.     color: #FFFFFF;
  100. }
  101. a:link {
  102.     font-family: Verdana, Arial, Helvetica, sans-serif;
  103.     font-size: small;
  104.     color: #FFFFFF;
  105.     text-decoration: none;
  106. }
  107. a:visited {
  108.     font-family: Verdana, Arial, Helvetica, sans-serif;
  109.     font-size: small;
  110.     color: #FFFFFF;
  111.     text-decoration: none;
  112. }
  113. a:hover {
  114.     font-family: Verdana, Arial, Helvetica, sans-serif;
  115.     font-size: small;
  116.     color: #907919;
  117.     text-decoration: none;
  118.     font-weight: bold;
  119. }
  120. a.two:link {
  121.     font-family: Verdana, Arial, Helvetica, sans-serif;
  122.     font-size: small;
  123.     color: #C6B567;
  124.     text-decoration: none;
  125. }
  126. a.two:visited {
  127.     font-family: Verdana, Arial, Helvetica, sans-serif;
  128.     font-size: small;
  129.     color: #C6B567;
  130.     text-decoration: none;
  131. }
  132. a.two:hover {
  133.     font-family: Verdana, Arial, Helvetica, sans-serif;
  134.     font-size: small;
  135.     color: #FFF;
  136.     text-decoration: none;
  137. }
  138. a.three:link {
  139.     font-family: Verdana, Arial, Helvetica, sans-serif;
  140.     font-size: small;
  141.     color: #FFF;
  142.     text-decoration: none;
  143.     background-color: #999;
  144. }
  145. a.three:visited {
  146.     font-family: Verdana, Arial, Helvetica, sans-serif;
  147.     font-size: small;
  148.     color: #FFF;
  149.     text-decoration: none;
  150.     background-color: #999;
  151. }
  152. a.three:hover {
  153.     font-family: Verdana, Arial, Helvetica, sans-serif;
  154.     font-size: small;
  155.     color: #666;
  156.     color: #FFF;
  157.     text-decoration: none;
  158.     background-color: #CC0000;
  159. }
  160. a.four:link {
  161.     font-family: Verdana, Arial, Helvetica, sans-serif;
  162.     font-size: small;
  163.     color: #FFFFFF;
  164.     text-decoration: none;
  165. }
  166. a.four:visited {
  167.     font-family: Verdana, Arial, Helvetica, sans-serif;
  168.     font-size: small;
  169.     color: #FFFFFF;    
  170.     text-decoration: none;
  171. }
  172. a.four:hover {
  173.     font-family: Verdana, Arial, Helvetica, sans-serif;
  174.     font-size: small;
  175.     color: #666;
  176.     text-decoration: none;
  177. }
  178. .PopUpsHeader {
  179.     font-family: Verdana, Arial, Helvetica, sans-serif;
  180.     font-size: medium;
  181.     font-weight: bold;
  182.     color: #FFFFFF;
  183.     padding-left: 25px;
  184. }
  185. .PopUpsText {
  186.     font-family: Verdana, Arial, Helvetica, sans-serif;
  187.     font-size: small;
  188.     color: #FFFFFF;    
  189.     padding-left: 25px;
  190. }
  191. .InsideBkgnd {
  192.     background-image: url(images/Inside_Bkgnd.jpg);
  193.     background-repeat: repeat-x;
  194.     background-position: left top;
  195. }
  196. ul {
  197.     font-family: Verdana, Arial, Helvetica, sans-serif;
  198.     font-size: small;
  199.     color: #FFFFFF;
  200.     padding-left: 25px;
  201.     }
  202. li {
  203.     font-family: Verdana, Arial, Helvetica, sans-serif;
  204.     font-size: small;
  205.     color: #FFFFFF;
  206.     border-bottom-width: thin;
  207.     border-bottom-style: dotted;
  208.     border-bottom-color: #CCCCCC;
  209.     line-height: 30px;
  210.     }
  211. .RedText {
  212.     font-family: Verdana, Arial, Helvetica, sans-serif;
  213.     font-size: small;
  214.     font-weight: bold;
  215.     color: #CC0000;
  216. }
  217. .TextMonospaced {
  218.     font-family: monospace, Courier;
  219.     font-size: small;
  220.     color: #000033;
  221.     letter-spacing: 1px;
  222. }
  223. .BodyTextWhite {
  224.     color: #FFFFFF;
  225.     font-family: Arial, Helvetica, sans-serif;
  226.     font-size: 14px;
  227.     text-align: left;
  228.     padding: 2px;
  229. }
  230. .MainContent table tr th {
  231.     color: #FFFFFF;
  232. }
  233.