Lungo.widgets.css 1.5 KB

12345678910111213141516
  1. .scrollable{position:absolute;display:block;}
  2. .scroll{overflow:scroll;-webkit-overflow-scrolling:touch;}
  3. .onleft{float:left;}
  4. .onright{float:right;}
  5. .indented >*{padding:10px;}
  6. .indented.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;}
  7. .indented.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;}
  8. .indented.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;}
  9. .margin-top-4{margin-top:4px;}
  10. .hidden{display:none;}
  11. .semi-opacity{opacity:0.5;}
  12. .size32{font-size:32px;height:32px;width:32px;line-height:32px;}
  13. .mini{font-size:20px !important;height:16px !important;width:16px !important;line-height:16px !important;}
  14. .framed{border:2px solid #fff;}
  15. .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;}
  16. .bubble{padding:2px 3px 1px;-webkit-border-radius:1px;-moz-border-radius:1px;border-radius:1px;-webkit-background-clip:padding-box;-moz-background-clip:padding;background-clip:padding-box;font-size:0.8em;font-weight:bold;line-height:1.0em;}