| Revision 336,
3.3 KB
checked in by jdalbey, 7 years ago
(diff) |
|
added favicon and moved css to external style sheet
|
| Line | |
|---|
| 1 | @font-face { |
|---|
| 2 | font-family: Scoreboard; |
|---|
| 3 | src: url('../js/scoreboard.ttf'); |
|---|
| 4 | } |
|---|
| 5 | /* Set the size of the div element that contains the map */ |
|---|
| 6 | #mapdiv { |
|---|
| 7 | height: 100%; |
|---|
| 8 | width: 100%; |
|---|
| 9 | } |
|---|
| 10 | /* Makes the page fill the window. */ |
|---|
| 11 | html, body { |
|---|
| 12 | height: 100%; |
|---|
| 13 | margin: 0; |
|---|
| 14 | padding: 0; |
|---|
| 15 | } |
|---|
| 16 | /* A line of the CMS message display */ |
|---|
| 17 | .cms_sign { |
|---|
| 18 | height: 37px; |
|---|
| 19 | width: 272px; |
|---|
| 20 | resize: none; |
|---|
| 21 | font-family: Scoreboard; |
|---|
| 22 | font-size: xx-large; |
|---|
| 23 | background-color: #2F4F4F; |
|---|
| 24 | color: yellow; |
|---|
| 25 | } |
|---|
| 26 | /* Field for entering CMS Message line */ |
|---|
| 27 | .cms-input { |
|---|
| 28 | border: thin solid #333; |
|---|
| 29 | padding: 2px; |
|---|
| 30 | font-family: "Lucida Console", Monaco, monospace; |
|---|
| 31 | font-size: medium; |
|---|
| 32 | width: 163px; |
|---|
| 33 | } |
|---|
| 34 | /* Field for entering HAR Message line */ |
|---|
| 35 | .har-input { |
|---|
| 36 | border: thin solid #333; |
|---|
| 37 | padding: 2px; |
|---|
| 38 | font-size: medium; |
|---|
| 39 | } |
|---|
| 40 | #search-input { |
|---|
| 41 | background-color: #17263c; /* #CD853F; /*#E6E6FA; /* lavender */ |
|---|
| 42 | color: #E6E6FA; /* #FFEFD5; */ |
|---|
| 43 | font-family: Roboto; |
|---|
| 44 | font-size: 18px; |
|---|
| 45 | font-weight: 400; |
|---|
| 46 | margin-left: 12px; |
|---|
| 47 | padding: 0 11px 0 13px; |
|---|
| 48 | text-overflow: ellipsis; |
|---|
| 49 | border-color: #746855; /* #4d90fe; */ |
|---|
| 50 | width: 400px; |
|---|
| 51 | } |
|---|
| 52 | #search-input:focus { |
|---|
| 53 | border-color: #E6E6FA; |
|---|
| 54 | } |
|---|
| 55 | #ctrButton { |
|---|
| 56 | cursor: pointer; |
|---|
| 57 | background-color: #fff; |
|---|
| 58 | margin-right: 7px; |
|---|
| 59 | border: thick solid white; |
|---|
| 60 | } |
|---|
| 61 | #cms-info-label { |
|---|
| 62 | height: 20px; |
|---|
| 63 | width: 590px; |
|---|
| 64 | overflow: hidden; |
|---|
| 65 | background-color: #A8C5FF; /*#ECECFB; */ |
|---|
| 66 | border: thin solid #BDBDBD; |
|---|
| 67 | padding: 5px; |
|---|
| 68 | } |
|---|
| 69 | #cms-message-display { |
|---|
| 70 | height: 390px; |
|---|
| 71 | width: 300px; |
|---|
| 72 | overflow: hidden; |
|---|
| 73 | float: left; |
|---|
| 74 | } |
|---|
| 75 | #har-msgdisplay1 { |
|---|
| 76 | background-color: darkgray; |
|---|
| 77 | } |
|---|
| 78 | #message-input { |
|---|
| 79 | height: 122px; |
|---|
| 80 | width: 170px; |
|---|
| 81 | background-color: #729FFF; |
|---|
| 82 | float: left; |
|---|
| 83 | } |
|---|
| 84 | /* CMS Dialog button panel */ |
|---|
| 85 | #buttonPanel { |
|---|
| 86 | height: 122px; |
|---|
| 87 | width: 125px; |
|---|
| 88 | background-color: #729FFF; |
|---|
| 89 | float: left; |
|---|
| 90 | padding: 20px; |
|---|
| 91 | } |
|---|
| 92 | .wrapper { |
|---|
| 93 | position: relative;\ |
|---|
| 94 | } |
|---|
| 95 | /* CMS Edit Message Dialog */ |
|---|
| 96 | .dialog { |
|---|
| 97 | position: absolute; |
|---|
| 98 | top: 10%; |
|---|
| 99 | left: 25%; |
|---|
| 100 | background-color: #729FFF; /* #ECECFB; */ |
|---|
| 101 | margin: auto; |
|---|
| 102 | padding: 20px; |
|---|
| 103 | border: 1px solid #888; |
|---|
| 104 | width: 680px; |
|---|
| 105 | height: 390px; |
|---|
| 106 | display: none; |
|---|
| 107 | } |
|---|
| 108 | .unstyled-button { |
|---|
| 109 | border: 0 none; |
|---|
| 110 | padding: 0; |
|---|
| 111 | background: none; |
|---|
| 112 | cursor: pointer; |
|---|
| 113 | } |
|---|
| 114 | /* The Close Button in the CMS Dialog */ |
|---|
| 115 | .close { |
|---|
| 116 | color: #2E2E2E; |
|---|
| 117 | float: right; |
|---|
| 118 | font-size: 30px; |
|---|
| 119 | font-weight: bold; |
|---|
| 120 | } |
|---|
| 121 | .close:hover, |
|---|
| 122 | .close:focus { |
|---|
| 123 | color: black; |
|---|
| 124 | text-decoration: none; |
|---|
| 125 | cursor: pointer; |
|---|
| 126 | } |
|---|
| 127 | |
|---|
Note: See
TracBrowser
for help on using the repository browser.