Lungo.widgets.css 1.7 KB

12345678910111213141516171819
  1. .scroll,scroll{position:relative;display:block;width:100%;height:100%;}
  2. section.copyright{margin-top:128px;z-index:1000;background:#000;text-align:center;font-size:24px;}
  3. section.copyright img{max-height:128px;}
  4. .onleft{float:left;}
  5. .onright{float:right;}
  6. .indented{width:auto;padding:10px 10px 0;}
  7. .indented ul{height:inherit;}
  8. .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;}
  9. .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;}
  10. .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;}
  11. .margin-top-4{margin-top:4px;}
  12. .hidden{display:none;}
  13. .semi-opacity{opacity:0.5;}
  14. .size32{font-size:32px;height:32px;width:32px;line-height:32px;}
  15. .mini{font-size:20px !important;height:16px !important;width:16px !important;line-height:16px !important;}
  16. .framed{border:2px solid #fff;}
  17. .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;}
  18. .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;}
  19. .scroll{overflow:scroll;-webkit-overflow-scrolling:touch;}