Lungo.layout.list.css 1.3 KB

1234567891011121314151617
  1. .list{width:inherit;font-size:1.2em;line-height:1.05em;font-weight:bold;}
  2. .list li:not(.toolbar){padding:8px 6px 8px 8px;list-style-type:none;}
  3. .list a{display:block;}
  4. .list li:not(.toolbar) img,.list li:not(.toolbar) .icon{float:left;width:32px;height:32px;margin-right:6px;font-size:36px;font-weight:normal;}
  5. .list small{display:block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-size:0.85em;font-weight:normal;}
  6. .list .icon{display:inline-block;}
  7. .list .tip{font-size:0.85em;font-weight:bold;}
  8. .list .light{font-size:0.9em;font-weight:normal;}
  9. .list li.anchor{font-size:0.75em;padding:3px 6px !important;}
  10. .list .anchor .icon{width:14px !important;height:14px !important;margin-right:4px !important;font-size:1.3em !important;line-height:16px !important;}
  11. .list .anchor .bubble{display:none;}
  12. .list .search input{width:88%;}
  13. .list .search a{float:right;height:30px;margin:0px;padding:0px;}
  14. .list .search a .icon{height:12px;width:30px;margin:0px;font-size:1.2em;font-weight:normal;}
  15. .list a.arrow:before{float:right;content:">";position:relative;top:6px;font-size:16px;font-family:"Courier New",Courier,mono;font-weight:bold;}
  16. .list .onright{font-size:0.85em;}
  17. .list .onright .icon{font-size:1.2em !important;height:12px !important;width:12px !important;margin:0px;}