| | @@ -7,23 +7,10 @@ |
| 7 | 7 | -moz-text-size-adjust: none; |
| 8 | 8 | -webkit-text-size-adjust: none; |
| 9 | 9 | -mx-text-size-adjust: none; |
| 10 | 10 | } |
| 11 | 11 | |
| 12 | | -/* The project logo in the upper left-hand corner of each page */ |
| 13 | | -div.logo { |
| 14 | | - display: table-row; |
| 15 | | - text-align: center; |
| 16 | | - /* vertical-align: bottom;*/ |
| 17 | | - font-size: 2em; |
| 18 | | - font-weight: bold; |
| 19 | | - background-color: #707070; |
| 20 | | - color: #ffffff; |
| 21 | | - min-width: 200px; |
| 22 | | - white-space: nowrap; |
| 23 | | -} |
| 24 | | - |
| 25 | 12 | /* The page title centered at the top of each page */ |
| 26 | 13 | div.title { |
| 27 | 14 | display: table-cell; |
| 28 | 15 | font-size: 1.5em; |
| 29 | 16 | font-weight: bold; |
| | @@ -38,13 +25,11 @@ |
| 38 | 25 | div.status { |
| 39 | 26 | display: table-cell; |
| 40 | 27 | text-align: right; |
| 41 | 28 | vertical-align: bottom; |
| 42 | 29 | color: #404040; |
| 43 | | - font-size: 0.8em; |
| 44 | 30 | font-weight: bold; |
| 45 | | - min-width: 200px; |
| 46 | 31 | white-space: nowrap; |
| 47 | 32 | } |
| 48 | 33 | |
| 49 | 34 | /* The header across the top of the page */ |
| 50 | 35 | div.header { |
| | @@ -60,28 +45,48 @@ |
| 60 | 45 | font-weight: bold; |
| 61 | 46 | text-align: center; |
| 62 | 47 | letter-spacing: 1px; |
| 63 | 48 | background-color: #404040; |
| 64 | 49 | color: white; |
| 50 | + z-index: 21; /* just above hbdrop */ |
| 51 | +} |
| 52 | +.hbdrop { |
| 53 | + background-color: white; |
| 54 | + border: 1px solid black; |
| 55 | + border-radius: 0.5em; |
| 56 | + display: none; |
| 57 | + width: 95%; |
| 58 | + position: absolute; |
| 59 | + z-index: 20; /* just below mainmenu, but above timeline bubbles */ |
| 65 | 60 | } |
| 61 | +div.hbdrop a { color: #604000; } |
| 62 | +div.hbdrop a:link { color: #604000;} |
| 63 | +div.hbdrop a:visited { color: #600000; } |
| 64 | + |
| 66 | 65 | |
| 67 | 66 | /* The submenu bar that *sometimes* appears below the main menu */ |
| 68 | 67 | div.submenu, div.sectionmenu { |
| 69 | 68 | padding: 3px 10px 3px 0px; |
| 70 | 69 | font-size: 0.9em; |
| 71 | 70 | text-align: center; |
| 72 | 71 | background-color: #606060; |
| 73 | 72 | color: white; |
| 74 | 73 | } |
| 75 | | -div.mainmenu a, div.mainmenu a:visited, div.submenu a, div.submenu a:visited, |
| 76 | | -div.sectionmenu>a.button:link, div.sectionmenu>a.button:visited, |
| 74 | +div.mainmenu a, |
| 75 | +div.mainmenu a:visited, |
| 76 | +div.submenu a, |
| 77 | +div.submenu a:visited, |
| 78 | +div.sectionmenu>a.button:link, |
| 79 | +div.sectionmenu>a.button:visited, |
| 77 | 80 | div.submenu label { |
| 78 | 81 | padding: 3px 10px 3px 10px; |
| 79 | 82 | color: white; |
| 80 | 83 | text-decoration: none; |
| 81 | 84 | } |
| 82 | | -div.mainmenu a:hover, div.submenu a:hover, div.sectionmenu>a.button:hover, |
| 85 | +div.mainmenu a:hover, |
| 86 | +div.submenu a:hover, |
| 87 | +div.sectionmenu>a.button:hover, |
| 83 | 88 | div.submenu label:hover { |
| 84 | 89 | color: #404040; |
| 85 | 90 | background-color: white; |
| 86 | 91 | } |
| 87 | 92 | |
| 88 | 93 | |