This commit is contained in:
Rinjae
2025-09-05 17:16:26 +09:00
commit c54ef1903f
4947 changed files with 817291 additions and 0 deletions
+59
View File
@@ -0,0 +1,59 @@
<style>
BODY { margin:0; background-color:#FFFFFF; }
body
{
scrollbar-face-color: #F5F5F5; scrollbar-shadow-color: #CCCCCC;
scrollbar-highlight-color: #FFFFFF; scrollbar-3dlight-color: #FFFFFF;
scrollbar-darkshadow-color: #F5F5F5; scrollbar-track-color: #EFEFEF;
scrollbar-arrow-color: #7E7E7E;
}
img { border:none; }
a:link { font-family : "µ¸¿ò", "µ¸¿òü", "Verdana", "Helvetica";font-size: 12px; text-decoration: none; color:"#816441"}
a:visited { font-family : "µ¸¿ò", "µ¸¿òü", "Verdana", "Helvetica";font-size: 12px; text-decoration: none; color:"#816441"}
a:hover { font-family : "µ¸¿ò", "µ¸¿òü", "Verdana", "Helvetica";font-size: 12px; text-decoration: none; color:"#816441"}
a.location:link { font-family: "µ¸¿ò", "µ¸¿òü", "Verdana", "Helvetica"; font-size: 11px; color: #039489; text-decoration: none; }
a.location:visited { font-family: "µ¸¿ò", "µ¸¿òü", "Verdana", "Helvetica"; font-size: 11px; color: #039489; text-decoration: none; }
a.location:hover { font-family: "µ¸¿ò", "µ¸¿òü", "Verdana", "Helvetica"; font-size: 11px; color: #039489; text-decoration: none; }
a.location:active { font-family: "µ¸¿ò", "µ¸¿òü", "Verdana", "Helvetica"; font-size: 11px; color: #039489; text-decoration: none; }
td { color:#7F7F7F; font-size:12px; line-height:19px; font-family:µ¸¿ò, arial; }
.edit
{
BACKGROUND-COLOR: #ffffff;
BORDER-BOTTOM: #CCCCCC 1px solid;
BORDER-LEFT: #CCCCCC 1px solid;
BORDER-RIGHT: #CCCCCC 1px solid;
BORDER-TOP: #CCCCCC 1px solid;
COLOR: #5B5B5B;
FONT-FAMILY: µ¸¿ò;
FONT-SIZE: 12px
}
.back {
background-attachment: scroll;
background-image: url(../images/sub_back.gif);
background-repeat: repeat-y;
background-position: right left;
}
.style1 {
color: #0099CC;
font-weight: bold;
}
.tt {color: #2276A6}
.style2 {
color: #1D6A98;
font-weight: bold;
}
</style>