# # # add_file "viewmtn.css" # content [2bcdf9c1bcf24cf7f527ce3d7b4435650af0cd16] # ============================================================ --- viewmtn.css 2bcdf9c1bcf24cf7f527ce3d7b4435650af0cd16 +++ viewmtn.css 2bcdf9c1bcf24cf7f527ce3d7b4435650af0cd16 @@ -0,0 +1,57 @@ + +BODY { + background-color: white; + font-family: "Trebuchet MS", Verdana, Sans-Serif; + font-size : 100%; +} + +DIV#menuBar { + font-family: "Trebuchet MS", Verdana, Sans-Serif; + font-size: 80%; + padding-top: 1em; + text-align: center; +} + +DIV#menuBar A { + padding-left: 1em; + padding-right: 1em; +} + + +A { + text-decoration: none; + background-color: transparent; +} + +A:hover { + background-color: #DDF; + text-decoration: none; +} + +TABLE { + position: relative; + border-width: 1px; + border-style: solid; + border-color: black; + font-size: 80%; +} + +TH { + background-color: black; + color: white; +} + +H1#pageTitle { + font-size: 120%; + font-family: sans-serif; + text-align: center; + border-bottom-style: dotted; + border-bottom-width: 2px; + border-bottom-color: black; + margin-bottom: 1em; +} + +H2 { + font-size: 120%; + font-family: sans-serif; +}