git add stuff

This commit is contained in:
Alan
2026-02-14 19:50:25 +03:00
parent 5c3329238b
commit 3942076805
1130 changed files with 120023 additions and 6 deletions

View File

@@ -0,0 +1,34 @@
.jsmbutton {
font-family: Arial, Helvetica, sans-serif;
font-size: 10pt;
font-weight: bold;
text-align: center;
color: #445566;
height: 34px;
line-height: 34px;
cursor: pointer;
}
.jsmbutton .left {
background: url('../img/jsmbutton/bg.png') no-repeat;
height: 34px;
text-indent: 4px;
}
.jsmbutton .right {
background: url('../img/jsmbutton/rbg.png') no-repeat;
width: 4px;
height: 34px;
}
.jsmbutton .left2 {
background: url('../img/jsmbutton/bg_active.png') no-repeat;
height: 34px;
text-indent: 4px;
}
.jsmbutton .right2 {
background: url('../img/jsmbutton/rbg_active.png') no-repeat;
width: 4px;
height: 34px;
}

View File

@@ -0,0 +1,50 @@
* {
margin: 0px;
padding: 0px;
}
body {
margin: 0px;
padding: 0px;
font-family: arial, helvetica, serif;
font-size: 10pt;
color: #445566;
background-color: #f6f9fb;
overflow: hidden;
}
input {
font-family: Arial, Helvetica, sans-serif;
font-size: 10pt;
border: 1px solid #7fa0bc;
padding: 2px;
color: #445566;
}
select {
font-family: Arial, Helvetica, sans-serif;
font-size: 10pt;
border: 1px solid #7fa0bc;
padding: 1px;
color: #445566;
}
table td {
font-family: Arial, Helvetica, sans-serif;
font-size: 10pt;
}
.button_mouseover {
cursor: pointer;
border: 2px solid #bccad6;
}
.button_mouseout {
cursor: pointer;
border: 2px solid #f6f9fb;
}
#main {
overflow: auto;
padding: 10px;
}