first commit

This commit is contained in:
2026-04-30 14:38:11 +02:00
commit e22bbde336
1994 changed files with 613950 additions and 0 deletions

58
css/admin_menu.css Normal file
View File

@@ -0,0 +1,58 @@
/* CSS Document */
#menu0{
width: 228px;
margin-right: 10px;
padding: 0;
font-size: 12px;
}
#menu0 a{
color: #000;
text-decoration: none;
}
#menu0 a:hover{
text-decoration: none;
}
#menu0 dt{
background: url("/images/admin/menu_header.png") no-repeat;
height: 34px;
line-height: 34px;
color: #444;
font-weight: bold;
text-align: center;
cursor: pointer;
margin: 10px 0 0 0;
padding-left: 25px;
text-align: left;
}
#menu0 dt a{
color: #fff;
}
#menu0 dd{
background-color: #fff;
color: #595959;
border-width: 0 1px 1px 1px;
border-style: solid;
border-color: #c5c7c9;
margin: 0;
text-align: left;
}
#menu0 dd a{
display: block;
padding: 5px 0;
padding-left: 35px;
background: url("/images/admin/menu_arrow.gif") no-repeat 25px #fff;
color: #595959;
}
#menu0 dd a:hover{
background: url("/images/admin/menu_arrow_hover.gif") no-repeat 25px #e8e8e8;
color: #e1319a;
}
#menu0 dd.active{
font-weight: bold;
}