Changeset 244 for binary-improvements/webserver/css
- Timestamp:
- Jul 21, 2015, 9:51:32 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
binary-improvements/webserver/css/style.css
r179 r244 1 html, body { 2 height: 100%; 3 margin: 0px; 4 padding: 0px;5 background-color: #230000;1 /* Generic page layout */ 2 3 body { 4 margin: 0; 5 padding: 0; 6 6 } 7 #map { 8 height: 100%; 9 margin: 0px;10 padding: 0px;11 background-color: # 230000;7 8 .adminwrapper { 9 width: 100%; 10 height: 100vh; 11 background-color: #ccc; 12 12 } 13 14 .adminmenu, 15 .admincontent { 16 position: absolute; 17 top: 0; 18 bottom: 0; 19 } 20 21 .adminmenu { 22 width: 200px; 23 left: 0; 24 background-color: purple; 25 } 26 27 .adminmenu .current_tab { 28 font-weight: bold; 29 text-transform: uppercase; 30 } 31 32 .adminmenu .menu_button a { 33 color: #000; 34 } 35 36 .adminmenu #userstate { 37 position: absolute; 38 bottom: 5px; 39 left: 5px; 40 right: 5px; 41 background-color: green; 42 } 43 44 .adminmenu #userstate #username { 45 padding-left: 10px; 46 } 47 48 .adminmenu #userstate > div { 49 display: none; 50 } 51 52 .admincontent { 53 position: absolute; 54 right: 0; 55 left: 200px; 56 background-color: #fff; 57 } 58 59 .admincontent .contenttab { 60 position: absolute; 61 top: 0; 62 right: 0; 63 left: 0px; 64 display: none; 65 } 66 67 .admincontent .current_tab { 68 display: block; 69 } 70 71 /* Individual tabs */ 72 73 .adminmap { 74 background-color: #260040; 75 bottom: 0; 76 } 77 78 79 80 /* Inventory dialog overlay */ 81 13 82 #info { 14 83 background-color: #aaaaaa; … … 25 94 } 26 95 .invField { 27 width: 60px;28 height: 4 2px;96 width: 58px; 97 height: 40px; 29 98 padding: 1px 4px; 30 99 margin: 0px; … … 58 127 } 59 128 60 .control-reloadtiles a, 61 .control-reloadtiles a:hover { 62 padding: 1px 5px 1px 5px; 63 width: auto; 129 130 /* Map controls */ 131 132 133 .webmap-control a, 134 .webmap-control a:hover { 135 text-decoration: none; 64 136 } 65 137 66 . control-coordinates{138 .webmap-control { 67 139 box-shadow: 0 1px 5px rgba(0,0,0,0.4); 68 140 background: #fff; … … 70 142 padding: 6px 10px 6px 6px; 71 143 color: #333; 144 white-space: nowrap; 72 145 } 73 146
Note:
See TracChangeset
for help on using the changeset viewer.