| 12345678910111213141516171819 |
- .scroll,scroll{position:relative;display:block;width:100%;height:100%;}
- section.copyright{margin-top:128px;z-index:1000;background:#000;text-align:center;font-size:24px;}
- section.copyright img{max-height:128px;}
- .onleft{float:left;}
- .onright{float:right;}
- .indented{width:auto;padding:10px 10px 0;}
- .indented ul{height:inherit;}
- .rounded ul{-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;-webkit-background-clip:padding-box;-moz-background-clip:padding;background-clip:padding-box;}
- .rounded li:first-child{-webkit-border-radius:4px 4px 0px 0px;-moz-border-radius:4px 4px 0px 0px;border-radius:4px 4px 0px 0px;-webkit-background-clip:padding-box;-moz-background-clip:padding;background-clip:padding-box;}
- .rounded li:last-child{-webkit-border-radius:0px 0px 4px 4px;-moz-border-radius:0px 0px 4px 4px;border-radius:0px 0px 4px 4px;-webkit-background-clip:padding-box;-moz-background-clip:padding;background-clip:padding-box;}
- .margin-top-4{margin-top:4px;}
- .hidden{display:none;}
- .semi-opacity{opacity:0.5;}
- .size32{font-size:32px;height:32px;width:32px;line-height:32px;}
- .mini{font-size:20px !important;height:16px !important;width:16px !important;line-height:16px !important;}
- .framed{border:2px solid #fff;}
- .round{-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;-webkit-background-clip:padding-box;-moz-background-clip:padding;background-clip:padding-box;}
- .bubble{padding:2px 4px 3px;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;-webkit-background-clip:padding-box;-moz-background-clip:padding;background-clip:padding-box;font-size:0.8em;font-weight:bold;line-height:1.0em;}
- .scroll{overflow:scroll;-webkit-overflow-scrolling:touch;}
|