-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
13 lines (13 loc) · 1018 Bytes
/
style.css
File metadata and controls
13 lines (13 loc) · 1018 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
body { font-family:Arial, Helvetica, sans-serif; font-size: 11px; max-width: 100%; margin: 0 auto; min-width: 100%; height: 100%; background-color: #AAAAAA;}
#title {width: 100%; height: 60px; text-align: center;}
#pael { width: 200px; height: auto; float: left;}
#life {width: 700px; height: 100%; margin: 0 auto; border: solid 1px #FFFFFF; padding: 5px; background-color: #FFFFFF;}
#board { float: left; width: 500px; height: 500px; padding: 0; margin: 0; }
#board ul{ list-style: none; list-style-image: none; margin: 0; padding: 0; }
#board li{ list-style: none; padding: 1px; border: solid 1px #999999; width: 21px; height: 21px; float: left;}
.cell{ cursor: pointer; }
.dead{ background-color: #555555 !important;}
.live{ background-color: #FFFFFF !important; }
.button{ width: 190px; float: left; margin: 5px; font-size: 20px;}
label { width: 100px; height: 20px; padding: 5px; float: left; font-size: 20px; }
span { width: 80px; height: 20px; padding: 5px; float: left; font-size: 20px; text-align: right;}