/* sgx2.css - Surfergirl stylesheet X2 */ body { color: black; background-color: #9cc; font-family: Verdana, Helvetica, sans-serif; } #container { width: 90%; margin: 10px auto; } #header { height: 102px; padding: 0; } #header img { float: left; border: 0; } #header h1 {margin-left: 1em;} #footer { clear: both; /* padding: .5em 1%; */ } #header,#footer { background-color: gray; margin: 0; border: 2px solid black; } #left { float: left; } #right { float: right; } #left,#right { width: 20%; margin: 10px 0; background-color: white; border: 2px solid black; padding: .5em 1%; } #left p,#right p { margin-bottom: 0; /* padding: 0; */ } #center { margin: 10px 24%; background-color: white; border: 2px solid black; padding: .5em 1%; } #ascii-art,#picture { margin: 0 auto; border: 5px solid gray; } #ascii-art { color: lime; background-color: black; font-size: 10px; width: 40em; } #description { text-align: justify; } #sitenav { padding: 0 1px 1px; margin: 4px 0 0 0; font: bold 12px Verdana, sans-serif; } #sitenav li { list-style: none; margin: 0; /* border-top: 1px solid gray; */ display: inline; } #sitenav li a { padding: 0.25em 0.5em 0.25em 0.75em; /* border-left: 1px solid black; border-left: 1em solid #AAB; */ background: gray; text-decoration: none; } #sitenav li a:link { color: white; } #sitenav li a:visited { color: white; } #sitenav li a:hover { /* border-color: #FE3; color: #FFF; background: #332; */ color: blue; text-decoration: underline; } #player-list,#thing-list,#exit-list { margin: 0; padding-left: 16px; } #player-list li,#thing-list li,#exit-list li { list-style: none; margin: 0; text-indent: -16px; font-weight: bold; } #player-list a,#thing-list a,#exit-list a { text-decoration: none; } #player-list a:link,#thing-list a:link,#exit-list a:link {color: black;} #player-list a:visited,#thing-list a:visited,#exit-list a:visited { color: black; text-decoration: none; } #player-list a:hover,#thing-list a:hover,#exit-list a:hover { color: blue; text-decoration: underline; } #player-list img,#thing-list img,#exit-list img { vertical-align: middle; border: 0; }