stylesheet.css (1099B)
1 #stack { 2 display: -moz-stack; 3 padding: 0; 4 margin: 0; 5 } 6 7 #page { 8 position: absolute; 9 top: 0; 10 bottom: 0; 11 left: 0; 12 right: 0; 13 } 14 15 #seats { 16 position: fixed; 17 bottom: 0; 18 left: 0; 19 width: 100%; 20 } 21 22 #empty { 23 position: absolute; 24 bottom: 0; 25 left: 0; 26 right: 248px; 27 height: 41px; 28 background: url("chrome://mft3k/skin/images/empty.png") right bottom repeat-x; 29 } 30 31 #occupied { 32 position: absolute; 33 bottom: 0; 34 right: 0; 35 width: 248px; 36 height: 90px; 37 background: url("chrome://mft3k/skin/images/occupied.png"); 38 } 39 40 /* speech bubbles for extra fun */ 41 #speechbubble { 42 position: absolute ; 43 bottom: 90px ; 44 right: 50px ; 45 width: 100px ; 46 background-color: white ; 47 border: 2px solid black ; 48 -moz-border-radius: 7px ; 49 padding: 2px ; 50 font-size: x-small ; 51 overflow: hidden ; 52 vertical-align: middle ; 53 text-align: center ; 54 } 55 56 #speechbubblefin { 57 position: absolute ; 58 bottom: 78px ; 59 right: -40px ; 60 width: 10px ; 61 height: 10px ; 62 background-color: white ; 63 border: 2px solid black ; 64 border-top: 2px solid white ; 65 -moz-border-radius-bottomleft: 10px ; 66 }