setting.css 531 B

12345678910111213141516171819202122232425262728293031323334353637
  1. #leftmenuinner{
  2. top:0;
  3. }
  4. .setting_item {
  5. font-size:120%;
  6. margin:0.3em;
  7. }
  8. .setting_item li{
  9. font-size:120%;
  10. margin:0.3em;
  11. }
  12. .setting_item .act{
  13. background-color:white;
  14. }
  15. .setting_item li ul{
  16. }
  17. .setting_item li ul li{
  18. font-size:50%;
  19. padding-left:1em;
  20. }
  21. .toc {
  22. color: #444444;
  23. margin: 0;
  24. padding: 0 10px;
  25. overflow-y: scroll;
  26. overflow-x: hidden;
  27. height: calc(100% - 14px);
  28. height: -moz-calc(100% - 14px);
  29. height: -webkit-calc(100% - 14px);
  30. width: 18em;
  31. background-color: #f5f5f5;
  32. }