| 12345678910111213141516171819202122232425262728293031323334353637 |
- #leftmenuinner{
- top:0;
- }
- .setting_item {
- font-size:120%;
- margin:0.3em;
- }
- .setting_item li{
- font-size:120%;
- margin:0.3em;
- }
- .setting_item .act{
- background-color:white;
- }
- .setting_item li ul{
-
- }
- .setting_item li ul li{
- font-size:50%;
- padding-left:1em;
- }
- .toc {
- color: #444444;
- margin: 0;
- padding: 0 10px;
- overflow-y: scroll;
- overflow-x: hidden;
- height: calc(100% - 14px);
- height: -moz-calc(100% - 14px);
- height: -webkit-calc(100% - 14px);
- width: 18em;
- background-color: #f5f5f5;
- }
|