Changeset 163 for binary-improvements/webserver/css
- Timestamp:
- Sep 4, 2014, 5:45:22 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
binary-improvements/webserver/css/style.css
r153 r163 1 1 html, body { 2 3 4 5 2 height: 100%; 3 margin: 0px; 4 padding: 0px; 5 background-color: #230000; 6 6 } 7 7 #map { 8 9 10 11 8 height: 100%; 9 margin: 0px; 10 padding: 0px; 11 background-color: #230000; 12 12 } 13 13 #info { 14 15 16 17 14 background-color: #aaaaaa; 15 position: absolute; 16 bottom: 10px; 17 left: 10px; 18 18 } 19 .invTable { 20 table-layout: fixed; 21 padding: 0px; 22 margin: 0px; 23 border-collapse: collapse; 24 background-color: #303030; 25 } 26 .invField { 27 width: 60px; 28 height: 42px; 29 padding: 1px 4px; 30 margin: 0px; 31 border: 1px solid gray; 32 background-size: 58px; 33 background-repeat: no-repeat; 34 background-position: center; 35 vertical-align: bottom; 36 text-align: right; 37 font-size: 14pt; 38 color: #ffffff; 39 text-shadow: 40 -1px -1px 0 #000, 41 1px -1px 0 #000, 42 -1px 1px 0 #000, 43 1px 1px 0 #000; 44 } 45
Note:
See TracChangeset
for help on using the changeset viewer.