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,21 @@
.alert {
text-align: center;
font-size: 10pt;
font-weight: bold;
line-height:15pt;
margin-bottom: 6px;
}
.alert_ok {
background-color: #f8fafc;
padding: 10px;
border: 2px solid #B5D4FE;
color: #445566;
}
.alert_error {
background-color: #fff6bf;
padding: 10px;
border: 2px solid #ffd324;
color: #445566;
}

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,23 @@
.image_menu a {
width: 100%;
height: 22px;
display: block;
text-decoration: none;
color: #000000;
text-indent: 3px;
}
.image_menu a:hover {
color: #000000;
background: url("../img/image_menu_active_bg.gif") repeat-x;
text-decoration: none;
}
.image_menu ul {
display: inline;
}
.image_menu li {
list-style: none;
display: inline;
}

View File

@@ -0,0 +1,88 @@
* {
margin: 0px;
padding: 0px;
}
body {
margin: 0px;
padding: 0px;
font-family: arial, helvetica, serif;
font-size: 10pt;
color: #445566;
background-color: #ffffff;
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;
}
#main {
overflow: auto;
padding: 4px;
height: 1000px;
}
#upload {
padding: 5px;
margin: 4px;
background-color: #f6f9fb;
border: 1px solid #d2d6d9;
min-width: 700px;
}
.thumbnail {
display: none;
float: left;
margin-right: 6px;
margin-bottom: 6px;
text-align: center;
border: 1px solid #a8adb4;
background-color: #a8adb4;
font-size: 8pt;
color: #ffffff;
}
.folder {
float: left;
margin-right: 6px;
margin-bottom: 6px;
text-align: center;
border: 1px solid #ffcc66;
background-color: #ffcc66;
font-size: 8pt;
color: #ffffff;
}
.edit {
border-width: 0px;
background-color: transparent;
font-size: 10pt;
}
#wait {
display: none;
position: absolute;
top: 0px;
left: 0px;
background-color: #616a74;
filter: alpha(opacity=50);
-moz-opacity: 0.5;
opacity: 0.5;
}
#wait #wait_animation {
position: absolute;
}

View File

@@ -0,0 +1,12 @@
.smpreview {
display: none;
position: absolute;
}
.smpreview img {
padding: 3px;
border: 1px solid #7fa0bc;
background-color: #ffffff;
margin-bottom: 10px;
background: #ffffff;
}

View File

@@ -0,0 +1,7 @@
.statusbar {
clear: left;
background: #f7f7f7 url("../img/statusbar/bg.png") repeat-x;
height: 24px;
line-height: 24px;
border-top: 1px solid #9fa0a4;
}

View File

@@ -0,0 +1,33 @@
table {
font-family: arial, helvetica, serif;
font-size: 10pt;
color: #445566;
text-align: left;
}
table tr {
cursor: default;
}
table th {
background: #e5e7eb url("../img/table_th_bg.gif") repeat-x;
color: #445566;
line-height: 18pt;
height: 18pt;
border-bottom: 1px solid #d2d6d9;
border-right: 1px solid #d2d6d9;
padding-left: 2px;
padding-right: 2px;
font-family: arial, helvetica, serif;
font-size: 10pt;
}
table td {
color: #445566;
line-height: 18pt;
height: 18pt;
padding-left: 2px;
padding-right: 2px;
font-family: arial, helvetica, serif;
font-size: 10pt;
}

View File

@@ -0,0 +1,49 @@
.toolbar {
padding-left: 10px;
height: 33px;
background: #f7f7f7 url("../img/toolbar/bg.png") repeat-x;
}
.toolbar a {
display: block;
text-decoration: none;
height: 24px;
width: 24px;
padding: 3px;
border-color: transparent;
border-width: 1px;
border-style: solid;
_border-color:red; /*For IE6-*/
_filter:chroma(color=red); /*For IE6-*/
}
.toolbar a:hover {
text-decoration: none;
background-color: #90b9d2;
border: 1px solid #68a3c2;
}
.toolbar ul {
}
.toolbar li {
float: left;
display: inline;
}
.toolbar .separator {
margin-right: 3px;
margin-left: 3px;
margin-top: 5px;
width: 2px;
}
.toolbar .select {
margin-left: 5px;
margin-top: 5px;
width: 110px;
font-family: Arial, Helvetica, sans-serif;
font-size: 10pt;
border: 1px solid #7fa0bc;
color: #445566;
}

View File

@@ -0,0 +1,15 @@
#tooltip {
padding: 5px;
background: #1c3b51;
border: 1px solid #ffffff;
text-align: center;
font-family: arial, helvetica, serif;
font-size: 8pt;
color: #ffffff;
filter: alpha(opacity=80);
-moz-opacity: 0.8;
opacity: 0.8;
}
span.tip {
}

View File

@@ -0,0 +1,37 @@
.window {
display: none;
position: absolute;
left: 0px;
top: 0px;
width: 350px;
height: 285px;
background-color: #f4f4f4;
border: 1px solid #666666;
}
.window .top {
height: 24px;
line-height: 24px;
background: url("../img/window_top.gif") repeat-x;
text-align: center;
font-weight: bold;
color: #3d4242;
overflow: hidden;
white-space: nowrap;
}
.window .content {
padding: 10px;
overflow: hidden;
border: 1px solid #f8f8f8;
}
.window .button_mouseover {
cursor: pointer;
border: 2px solid #bccad6;
}
.window .button_mouseout {
cursor: pointer;
border: 2px solid #f4f4f4;
}