* { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; } a { color:#35A; } html, body { background-color:#EEE; height:100%; margin:0; overflow:hidden; padding:0; position:relative; font-family:arial; font-size:13px; } h3 { display:inline; font-family:arial; font-size:15px; font-weight:bold; margin:0; padding:0; } h3 a { color:#000; text-decoration:none; } #bottom_nav { font-size:16px; font-weight:bold; text-align:center; } #bottom_nav a { text-decoration:none; } #login { background-color: #FFC; border:1px solid #BBBBBB; border-radius: 10px 100px 10px 10px; box-shadow: 0 1px 2px rgba(0,0,0,0.5); font-family: arial; font-size: 13px; margin-bottom: 15px; min-width:800px; overflow:auto; padding:10px; width:100%; z-index: 3; -moz-border-radius: 10px 100px 10px 10px; -webkit-border-radius: 10px 100px 10px 10px; -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.5); -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.5); } #logout { text-align:right; } #options select { border:1px solid #999; font-family:arial; font-size:10px; margin-bottom:6px; } #options input { border:1px solid #999; font-family:arial; font-size:10px; } #searchbar { margin-bottom:15px; } #searchbar { margin:25px 0; } #searchbar input { border:1px solid #CCC; border-radius: 10px; color:#999; font-family:arial; font-size:13px; padding:2px 6px; width:100%; -moz-border-radius: 10px; -webkit-border-radius: 10px; } #sidebar { background-color:#F6F6F6; border-right:1px solid #CCC; height:100%; left:0; padding:10px; position:absolute; top:0; width:260px; } #stats { margin-top:25px; font-size:12px; line-height:24px; } #stats b { font-size:13px; } #window { background-color:#EEE; bottom:0; height:100%; left:260; overflow:auto; padding:15px; position:absolute; right:0; top:0; } .comments { float:right; width:35%; margin-right:10px; } .comments input { background-color:#EEE; border:1px solid #CCC; border-radius: 10px; float:right; margin-bottom:10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; } .comments textarea { background-color:#FFF; border:1px solid #CCC; border-radius: 10px; box-shadow: 0 1px 3px rgba(0,0,0,0.5); font-family:arial; font-size:13px; height:90px; margin-bottom:8px; padding:5px 8px; width:100%; -moz-border-radius: 10px; -webkit-border-radius: 10px; -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5); -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5); } .comment-box { background-clip:padding-box; background-color: #F6F6F6; background-image:url('rays.png'); background-position:top right; background-repeat:no-repeat; border-radius: 10px 100px 10px 10px; box-shadow: 0 1px 3px rgba(0,0,0,0.5); font-family:arial; font-size:13px; line-height:18px; margin-bottom:10px; min-height:140px; overflow:auto; padding:10px 20px 8px 10px; position:relative; z-index:5; -moz-border-radius: 10px 100px 10px 10px; -webkit-border-radius: 10px 100px 10px 10px; -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5); -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5); } .fakeA { color:#35A; cursor:pointer; } .post { background-color: rgba(100%,100%,100%,1); border:1px solid #BBBBBB; border-radius: 10px 100px 10px 10px; box-shadow: 0 1px 2px rgba(0,0,0,0.5); font-family: arial; font-size: 13px; margin-bottom: 15px; min-width:300px; overflow:auto; padding:10px; width:100%; z-index: 3; -moz-border-radius: 10px 100px 10px 10px; -webkit-border-radius: 10px 100px 10px 10px; -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.5); -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.5); } .post-text { //background-color: rgba(100%,100%,100%,0.9); background-clip:padding-box; //border-radius: 10px 100px 10px 10px; //box-shadow: 0 1px 3px rgba(0,0,0,0.5); font-family:arial; font-size:13px; line-height:18px; max-width:600px; min-width:140px; overflow:hidden; padding:10px 20px 8px 10px; position:relative; width:60%; z-index:5; //-moz-border-radius: 10px 100px 10px 10px; //-webkit-border-radius: 10px 100px 10px 10px; //-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5); //-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5); } .quote { color:#666; margin-bottom:-12px; padding:0 10% 0 10%; } .recent-comment, .recent-visitor { line-height:16px; padding-bottom:3px; border-bottom:1px solid #CCC; padding-top:3px; } .recent-comment a, .recent-visitor a { text-decoration:none; } .shadow { border:2px solid #68E; }