Ещё одна неиспользуемая папка.
This commit is contained in:
parent
82ecc37f5e
commit
bb4e4fe9f1
@ -1,268 +0,0 @@
|
||||
#keyboardInputMaster {
|
||||
position:absolute;
|
||||
font:normal 11px Arial,sans-serif;
|
||||
border-top:1px solid #eeeeee;
|
||||
border-right:1px solid #888888;
|
||||
border-bottom:1px solid #444444;
|
||||
border-left:1px solid #cccccc;
|
||||
-webkit-border-radius:0.6em;
|
||||
-moz-border-radius:0.6em;
|
||||
border-radius:0.6em;
|
||||
-webkit-box-shadow:0px 2px 10px #444444;
|
||||
-moz-box-shadow:0px 2px 10px #444444;
|
||||
box-shadow:0px 2px 10px #444444;
|
||||
opacity:0.95;
|
||||
filter:alpha(opacity=95);
|
||||
background-color:#dddddd;
|
||||
text-align:left;
|
||||
z-index:1000000;
|
||||
width:auto;
|
||||
height:auto;
|
||||
min-width:0;
|
||||
min-height:0;
|
||||
margin:0px;
|
||||
padding:0px;
|
||||
line-height:normal;
|
||||
-moz-user-select:none;
|
||||
cursor:default;
|
||||
}
|
||||
#keyboardInputMaster * {
|
||||
position:static;
|
||||
color:#000000;
|
||||
background:transparent;
|
||||
font:normal 11px Arial,sans-serif;
|
||||
width:auto;
|
||||
height:auto;
|
||||
min-width:0;
|
||||
min-height:0;
|
||||
margin:0px;
|
||||
padding:0px;
|
||||
border:0px none;
|
||||
outline:0px;
|
||||
vertical-align:baseline;
|
||||
line-height:1.3em;
|
||||
}
|
||||
#keyboardInputMaster.keyboardInputSize1,
|
||||
#keyboardInputMaster.keyboardInputSize1 * {
|
||||
font-size:9px;
|
||||
}
|
||||
#keyboardInputMaster.keyboardInputSize3,
|
||||
#keyboardInputMaster.keyboardInputSize3 * {
|
||||
font-size:13px;
|
||||
}
|
||||
#keyboardInputMaster.keyboardInputSize4,
|
||||
#keyboardInputMaster.keyboardInputSize4 * {
|
||||
font-size:16px;
|
||||
}
|
||||
#keyboardInputMaster.keyboardInputSize5,
|
||||
#keyboardInputMaster.keyboardInputSize5 * {
|
||||
font-size:20px;
|
||||
}
|
||||
|
||||
#keyboardInputMaster thead tr th {
|
||||
padding:0.3em 0.3em 0.1em 0.3em;
|
||||
background-color:#999999;
|
||||
white-space:nowrap;
|
||||
text-align:right;
|
||||
-webkit-border-radius:0.6em 0.6em 0px 0px;
|
||||
-moz-border-radius:0.6em 0.6em 0px 0px;
|
||||
border-radius:0.6em 0.6em 0px 0px;
|
||||
}
|
||||
#keyboardInputMaster thead tr th div {
|
||||
float:left;
|
||||
font-size:130% !important;
|
||||
height:1.3em;
|
||||
font-weight:bold;
|
||||
position:relative;
|
||||
z-index:1;
|
||||
margin-right:0.5em;
|
||||
cursor:pointer;
|
||||
background-color:transparent;
|
||||
}
|
||||
#keyboardInputMaster thead tr th div ol {
|
||||
position:absolute;
|
||||
left:0px;
|
||||
top:90%;
|
||||
list-style-type:none;
|
||||
height:9.4em;
|
||||
overflow-y:auto;
|
||||
overflow-x:hidden;
|
||||
background-color:#f6f6f6;
|
||||
border:1px solid #999999;
|
||||
display:none;
|
||||
text-align:left;
|
||||
width:12em;
|
||||
}
|
||||
#keyboardInputMaster thead tr th div ol li {
|
||||
padding:0.2em 0.4em;
|
||||
cursor:pointer;
|
||||
white-space:nowrap;
|
||||
width:12em;
|
||||
}
|
||||
#keyboardInputMaster thead tr th div ol li.selected {
|
||||
background-color:#ffffcc;
|
||||
}
|
||||
#keyboardInputMaster thead tr th div ol li:hover,
|
||||
#keyboardInputMaster thead tr th div ol li.hover {
|
||||
background-color:#dddddd;
|
||||
}
|
||||
#keyboardInputMaster thead tr th span,
|
||||
#keyboardInputMaster thead tr th strong,
|
||||
#keyboardInputMaster thead tr th small,
|
||||
#keyboardInputMaster thead tr th big {
|
||||
display:inline-block;
|
||||
padding:0px 0.4em;
|
||||
height:1.4em;
|
||||
line-height:1.4em;
|
||||
border-top:1px solid #e5e5e5;
|
||||
border-right:1px solid #5d5d5d;
|
||||
border-bottom:1px solid #5d5d5d;
|
||||
border-left:1px solid #e5e5e5;
|
||||
background-color:#cccccc;
|
||||
cursor:pointer;
|
||||
margin:0px 0px 0px 0.3em;
|
||||
-webkit-border-radius:0.3em;
|
||||
-moz-border-radius:0.3em;
|
||||
border-radius:0.3em;
|
||||
vertical-align:middle;
|
||||
-webkit-transition:background-color .15s ease-in-out;
|
||||
-o-transition:background-color .15s ease-in-out;
|
||||
transition:background-color .15s ease-in-out;
|
||||
}
|
||||
#keyboardInputMaster thead tr th strong {
|
||||
font-weight:bold;
|
||||
}
|
||||
#keyboardInputMaster thead tr th small {
|
||||
-webkit-border-radius:0.3em 0px 0px 0.3em;
|
||||
-moz-border-radius:0.3em 0px 0px 0.3em;
|
||||
border-radius:0.3em 0px 0px 0.3em;
|
||||
border-right:1px solid #aaaaaa;
|
||||
padding:0px 0.2em 0px 0.3em;
|
||||
}
|
||||
#keyboardInputMaster thead tr th big {
|
||||
-webkit-border-radius:0px 0.3em 0.3em 0px;
|
||||
-moz-border-radius:0px 0.3em 0.3em 0px;
|
||||
border-radius:0px 0.3em 0.3em 0px;
|
||||
border-left:0px none;
|
||||
margin:0px;
|
||||
padding:0px 0.3em 0px 0.2em;
|
||||
}
|
||||
#keyboardInputMaster thead tr th span:hover,
|
||||
#keyboardInputMaster thead tr th span.hover,
|
||||
#keyboardInputMaster thead tr th strong:hover,
|
||||
#keyboardInputMaster thead tr th strong.hover,
|
||||
#keyboardInputMaster thead tr th small:hover,
|
||||
#keyboardInputMaster thead tr th small.hover,
|
||||
#keyboardInputMaster thead tr th big:hover,
|
||||
#keyboardInputMaster thead tr th big.hover {
|
||||
background-color:#dddddd;
|
||||
}
|
||||
|
||||
#keyboardInputMaster tbody tr td {
|
||||
text-align:left;
|
||||
padding:0.2em 0.3em 0.3em 0.3em;
|
||||
vertical-align:top;
|
||||
}
|
||||
#keyboardInputMaster tbody tr td div {
|
||||
text-align:center;
|
||||
position:relative;
|
||||
zoom:1;
|
||||
}
|
||||
#keyboardInputMaster tbody tr td table {
|
||||
white-space:nowrap;
|
||||
width:100%;
|
||||
border-collapse:separate;
|
||||
border-spacing:0px;
|
||||
}
|
||||
#keyboardInputMaster tbody tr td#keyboardInputNumpad table {
|
||||
margin-left:0.2em;
|
||||
width:auto;
|
||||
}
|
||||
#keyboardInputMaster tbody tr td table.keyboardInputCenter {
|
||||
width:auto;
|
||||
margin:0px auto;
|
||||
}
|
||||
#keyboardInputMaster tbody tr td table tbody tr td {
|
||||
vertical-align:middle;
|
||||
padding:0px 0.45em;
|
||||
white-space:pre;
|
||||
height:1.8em;
|
||||
font-family:'Lucida Console','Arial Unicode MS',monospace;
|
||||
border-top:1px solid #e5e5e5;
|
||||
border-right:1px solid #5d5d5d;
|
||||
border-bottom:1px solid #5d5d5d;
|
||||
border-left:1px solid #e5e5e5;
|
||||
background-color:#eeeeee;
|
||||
cursor:default;
|
||||
min-width:0.75em;
|
||||
-webkit-border-radius:0.2em;
|
||||
-moz-border-radius:0.2em;
|
||||
border-radius:0.2em;
|
||||
-webkit-transition:background-color .15s ease-in-out;
|
||||
-o-transition:background-color .15s ease-in-out;
|
||||
transition:background-color .15s ease-in-out;
|
||||
}
|
||||
#keyboardInputMaster tbody tr td table tbody tr td.last {
|
||||
width:99%;
|
||||
}
|
||||
#keyboardInputMaster tbody tr td table tbody tr td.space {
|
||||
padding:0px 4em;
|
||||
}
|
||||
#keyboardInputMaster tbody tr td table tbody tr td.deadkey {
|
||||
background-color:#ccccdd;
|
||||
}
|
||||
#keyboardInputMaster tbody tr td table tbody tr td.target {
|
||||
background-color:#ddddcc;
|
||||
}
|
||||
#keyboardInputMaster tbody tr td table tbody tr td:hover,
|
||||
#keyboardInputMaster tbody tr td table tbody tr td.hover {
|
||||
border-top:1px solid #d5d5d5;
|
||||
border-right:1px solid #555555;
|
||||
border-bottom:1px solid #555555;
|
||||
border-left:1px solid #d5d5d5;
|
||||
background-color:#cccccc;
|
||||
}
|
||||
#keyboardInputMaster thead tr th span:active,
|
||||
#keyboardInputMaster thead tr th span.pressed,
|
||||
#keyboardInputMaster tbody tr td table tbody tr td:active,
|
||||
#keyboardInputMaster tbody tr td table tbody tr td.pressed {
|
||||
border-top:1px solid #555555 !important;
|
||||
border-right:1px solid #d5d5d5;
|
||||
border-bottom:1px solid #d5d5d5;
|
||||
border-left:1px solid #555555;
|
||||
background-color:#cccccc;
|
||||
}
|
||||
|
||||
#keyboardInputMaster tbody tr td table tbody tr td small {
|
||||
display:block;
|
||||
text-align:center;
|
||||
font-size:0.6em !important;
|
||||
line-height:1.1em;
|
||||
}
|
||||
|
||||
#keyboardInputMaster tbody tr td div label {
|
||||
position:absolute;
|
||||
bottom:0.2em;
|
||||
left:0.3em;
|
||||
}
|
||||
#keyboardInputMaster tbody tr td div label input {
|
||||
background-color:#f6f6f6;
|
||||
vertical-align:middle;
|
||||
font-size:inherit;
|
||||
width:1.1em;
|
||||
height:1.1em;
|
||||
}
|
||||
#keyboardInputMaster tbody tr td div var {
|
||||
position:absolute;
|
||||
bottom:0px;
|
||||
right:3px;
|
||||
font-weight:bold;
|
||||
font-style:italic;
|
||||
color:#444444;
|
||||
}
|
||||
|
||||
.keyboardInputInitiator {
|
||||
margin:0px 3px;
|
||||
vertical-align:middle;
|
||||
cursor:pointer;
|
||||
}
|
@ -1,172 +0,0 @@
|
||||
BODY {
|
||||
FONT-SIZE: 10pt; FONT-FAMILY: Verdana, Arial, Helvetica, Tahoma, sans-serif
|
||||
}
|
||||
TD {
|
||||
FONT-SIZE: 10pt; FONT-FAMILY: Verdana, Arial, Helvetica, Tahoma, sans-serif
|
||||
}
|
||||
OL {
|
||||
FONT-SIZE: 10pt; FONT-FAMILY: Verdana, Arial, Helvetica, Tahoma, sans-serif
|
||||
}
|
||||
UL {
|
||||
FONT-SIZE: 10pt; FONT-FAMILY: Verdana, Arial, Helvetica, Tahoma, sans-serif
|
||||
}
|
||||
LI {
|
||||
FONT-SIZE: 10pt; FONT-FAMILY: Verdana, Arial, Helvetica, Tahoma, sans-serif
|
||||
}
|
||||
P {
|
||||
FONT-SIZE: 10pt; FONT-FAMILY: Verdana, Arial, Helvetica, Tahoma, sans-serif
|
||||
}
|
||||
.text {
|
||||
FONT-WEIGHT: normal; FONT-SIZE: 10pt; COLOR: #000000; FONT-FAMILY: Verdana, Arial, Helvetica, Tahoma, sans-serif
|
||||
}
|
||||
H3 {
|
||||
FONT-WEIGHT: bold; FONT-SIZE: 12pt; COLOR: #8f0000; FONT-FAMILY: Arial; TEXT-ALIGN: center
|
||||
}
|
||||
H4 {
|
||||
FONT-WEIGHT: bold; FONT-SIZE: 11pt; MARGIN-BOTTOM: 5px; COLOR: #8f0000; FONT-FAMILY: Arial
|
||||
}
|
||||
H5 {
|
||||
MARGIN-TOP: 0px; FONT-WEIGHT: bold; FONT-SIZE: 11pt; MARGIN-BOTTOM: 0px; COLOR: #4f0000; FONT-FAMILY: Arial
|
||||
}
|
||||
H6 {
|
||||
FONT-WEIGHT: bold; FONT-SIZE: 10pt; MARGIN-BOTTOM: 0px; COLOR: black; FONT-FAMILY: Verdana
|
||||
}
|
||||
H2 {
|
||||
FONT-WEIGHT: bold; FONT-SIZE: 10pt; MARGIN-BOTTOM: 0px; COLOR: #8f0000; FONT-FAMILY: Verdana
|
||||
}
|
||||
A {
|
||||
FONT-WEIGHT: bold; COLOR: #003388; TEXT-DECORATION: none
|
||||
}
|
||||
A:visited {
|
||||
FONT-WEIGHT: bold; COLOR: #003388; TEXT-DECORATION: none
|
||||
}
|
||||
A:active {
|
||||
COLOR: #6f0000
|
||||
}
|
||||
A:hover {
|
||||
COLOR: #0066ff
|
||||
}
|
||||
.btn {
|
||||
border: 1px double #9a9996;
|
||||
font-size: 12px;
|
||||
color: #dfdfdf;
|
||||
background-color:#504F4C;
|
||||
}
|
||||
.date {
|
||||
FONT-WEIGHT: normal; FONT-SIZE: 8pt; COLOR: #007000; FONT-FAMILY: Courier; TEXT-DECORATION: none
|
||||
}
|
||||
.date2 {
|
||||
FONT-WEIGHT: normal; FONT-SIZE: 8pt; COLOR: #007000; FONT-FAMILY: Courier; BACKGROUND-COLOR: #00ffaa; TEXT-DECORATION: none
|
||||
}
|
||||
.sysdate {
|
||||
FONT-WEIGHT: normal; FONT-SIZE: 8pt; COLOR: #b00000; FONT-FAMILY: Courier; TEXT-DECORATION: none
|
||||
}
|
||||
.private {
|
||||
FONT-WEIGHT: bold; COLOR: red; BACKGROUND-COLOR: #fae0e0
|
||||
}
|
||||
A.private {
|
||||
FONT-WEIGHT: bold; COLOR: red; BACKGROUND-COLOR: #fae0e0
|
||||
}
|
||||
A.private:hover {
|
||||
FONT-WEIGHT: bold; COLOR: red; BACKGROUND-COLOR: #fae0e0
|
||||
}
|
||||
A.private:visited {
|
||||
FONT-WEIGHT: bold; COLOR: red; BACKGROUND-COLOR: #fae0e0
|
||||
}
|
||||
A.private:active {
|
||||
FONT-WEIGHT: bold; COLOR: red; BACKGROUND-COLOR: #fae0e0
|
||||
}
|
||||
.number {
|
||||
FONT-WEIGHT: bold; FONT-SIZE: 11pt; COLOR: #6f0000
|
||||
}
|
||||
.dsc {
|
||||
FONT-WEIGHT: normal; COLOR: #606060
|
||||
}
|
||||
SELECT {
|
||||
BORDER-RIGHT: #b0b0b0 1pt solid; BORDER-TOP: #b0b0b0 1pt solid; MARGIN-TOP: 1px; FONT-SIZE: 10px; MARGIN-BOTTOM: 2px; BORDER-LEFT: #b0b0b0 1pt solid; COLOR: #191970; BORDER-BOTTOM: #b0b0b0 1pt solid; FONT-FAMILY: MS Sans Serif
|
||||
}
|
||||
TEXTAREA {
|
||||
BORDER-RIGHT: #b0b0b0 1pt solid; BORDER-TOP: #b0b0b0 1pt solid; MARGIN-TOP: 1px; FONT-SIZE: 10px; MARGIN-BOTTOM: 2px; BORDER-LEFT: #b0b0b0 1pt solid; COLOR: #191970; BORDER-BOTTOM: #b0b0b0 1pt solid; FONT-FAMILY: MS Sans Serif
|
||||
}
|
||||
INPUT {
|
||||
BORDER-RIGHT: #b0b0b0 1pt solid; BORDER-TOP: #b0b0b0 1pt solid; MARGIN-TOP: 1px; FONT-SIZE: 10px; MARGIN-BOTTOM: 2px; BORDER-LEFT: #b0b0b0 1pt solid; COLOR: #191970; BORDER-BOTTOM: #b0b0b0 1pt solid; FONT-FAMILY: MS Sans Serif
|
||||
}
|
||||
.ahint {
|
||||
FONT-SIZE: 8px; COLOR: #000080; FONT-FAMILY: MS Sans Serif; TEXT-DECORATION: none
|
||||
}
|
||||
#hint2 {
|
||||
VISIBILITY: hidden; WIDTH: 140px; POSITION: absolute; BACKGROUND-COLOR: #fff6dd; layer-background-color: #FFF6DD
|
||||
}
|
||||
#hint3 {
|
||||
VISIBILITY: hidden; WIDTH: 240px; POSITION: absolute; BACKGROUND-COLOR: #fff6dd; layer-background-color: #FFF6DD
|
||||
}
|
||||
.B1 {
|
||||
FONT-WEIGHT: bold; COLOR: #6666cc
|
||||
}
|
||||
.B1U {
|
||||
FONT-WEIGHT: bold; COLOR: #6666cc;
|
||||
text-decoration: underline;
|
||||
}
|
||||
.B1UR {
|
||||
FONT-WEIGHT: bold; COLOR: RED;
|
||||
text-decoration: underline;
|
||||
}
|
||||
.B2 {
|
||||
FONT-WEIGHT: bold; COLOR: #b06a00
|
||||
}
|
||||
.B2U {
|
||||
FONT-WEIGHT: bold; COLOR: #b06a00;
|
||||
text-decoration: underline;
|
||||
}
|
||||
.B2R {
|
||||
FONT-WEIGHT: bold; COLOR: red;
|
||||
text-decoration: underline;
|
||||
}
|
||||
.RED {
|
||||
FONT-WEIGHT: bold; COLOR: red;
|
||||
text-decoration: underline;
|
||||
}
|
||||
.B {
|
||||
FONT-WEIGHT: bold;
|
||||
}
|
||||
IMG {
|
||||
BORDER-RIGHT: 0px; BORDER-TOP: 0px; BORDER-LEFT: 0px; BORDER-BOTTOM: 0px
|
||||
}
|
||||
TABLE {
|
||||
BORDER-RIGHT: 0px; BORDER-TOP: 0px; BORDER-LEFT: 0px; BORDER-BOTTOM: 0px
|
||||
}
|
||||
|
||||
/* new styles */
|
||||
div.error_msg {
|
||||
color: red;
|
||||
font-weight: bolder;
|
||||
}
|
||||
div#enter_links a {
|
||||
color: white;
|
||||
padding-left: 40px;
|
||||
}
|
||||
|
||||
div#enter_links a:hover {
|
||||
text-decoration: underline;
|
||||
color: #504F4C;
|
||||
}
|
||||
table#enter_table {
|
||||
border: 0px;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
table#enter_table td#enter_table_left {
|
||||
text-align: left;
|
||||
width: 40%;
|
||||
float: left;
|
||||
}
|
||||
table#enter_table td#enter_table_center {
|
||||
text-align: center;
|
||||
}
|
||||
table#enter_table td#enter_table_right {
|
||||
text-align: right;
|
||||
width: 40%;
|
||||
float: right;
|
||||
}
|
||||
|
||||
.wr_cursor_pointer { cursor: pointer; }
|
@ -1,46 +0,0 @@
|
||||
body {background-color: #000;}
|
||||
.page {width: 95%; margin: 0px auto; overflow: hidden; zoom: 1;}
|
||||
.rightcol { width: 20%; height: 100%; float: right}
|
||||
#forms {margin-top: 30px;}
|
||||
#forms input {
|
||||
margin-left: 10px;
|
||||
margin-bottom: 2px;
|
||||
margin-right: 0;
|
||||
margin-top: 2px;
|
||||
text-align: left;
|
||||
color: #bababa;
|
||||
border-width: thin;
|
||||
border-style: solid;
|
||||
border-color: #474747;
|
||||
background-color: black;
|
||||
font-size:14px;
|
||||
padding:4px 2px;
|
||||
width:144px;
|
||||
}
|
||||
#forms input.enter{
|
||||
background-color: #151616;
|
||||
border: 1px double #817A63;
|
||||
color: #DFDDD3;
|
||||
font-family: Verdana,Arial,Helvetica,sans-serif;
|
||||
font-size: 8pt;
|
||||
line-height: 6px;
|
||||
}
|
||||
.btn { FONT-SIZE: 7.5pt;
|
||||
COLOR: #bababa;
|
||||
FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
|
||||
BACKGROUND-COLOR: #282828;
|
||||
border: 1px double #474747;
|
||||
}
|
||||
.btkey {
|
||||
display: block;
|
||||
text-align: center;
|
||||
PADDING-RIGHT: 1px; PADDING-LEFT: 1px;
|
||||
FONT-SIZE: 7.5pt; FONT-FAMILY: verdana,sans-serif,arial;
|
||||
width: 20;
|
||||
CURSOR: hand;
|
||||
border: 1px solid #D6D3CE;
|
||||
COLOR: #DFDDD3; BACKGROUND-COLOR: #2B2B18;
|
||||
}
|
||||
#shapka {
|
||||
height:25%;
|
||||
}
|
Binary file not shown.
Before Width: | Height: | Size: 3.5 KiB |
Binary file not shown.
Before Width: | Height: | Size: 457 KiB |
Binary file not shown.
Before Width: | Height: | Size: 4.9 KiB |
Binary file not shown.
Before Width: | Height: | Size: 153 B |
Binary file not shown.
Before Width: | Height: | Size: 316 KiB |
Loading…
Reference in New Issue
Block a user