Add files via upload

This commit is contained in:
Yutaka Sawada
2023-03-20 14:05:02 +09:00
committed by GitHub
parent 722067c663
commit e477c531bb
25 changed files with 2545 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
* {
line-height:1.8;
text-underline-position:under;
}
body {
padding: 0px 0px 0px 160px ;
}
div#left_area {
position: fixed !important;
position: absolute;
padding: 0px 0px 0px 10px ;
top: 0;
left: 0;
width: 150px;
height: 100%;
background-color: #fffbf0 ;
overflow: auto;
}