refactor
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
/* Главный css */
|
||||
|
||||
html, body {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
@@ -10,7 +12,7 @@ html, body {
|
||||
|
||||
.m0c1 {
|
||||
display: block;
|
||||
margin-top: 0px;
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
.m0c2 {
|
||||
@@ -25,20 +27,15 @@ html, body {
|
||||
FONT-FAMILY: Verdana, Arial, Helvetica, Tahoma, sans-serif;
|
||||
}
|
||||
|
||||
.prmimgyn {
|
||||
|
||||
}
|
||||
|
||||
.prmimgyn:hover {
|
||||
filter: alpha(opacity=50);
|
||||
opacity: 0.5;
|
||||
-moz-opacity: 0.5;
|
||||
-khtml-opacity: 0.5;
|
||||
opacity: 0.5;
|
||||
}
|
||||
|
||||
.h4 {
|
||||
COLOR: #8f0000;
|
||||
FONT-FAMILY: Arial;
|
||||
FONT-FAMILY: Arial, sans-serif;
|
||||
FONT-SIZE: 11pt;
|
||||
FONT-WEIGHT: bold;
|
||||
MARGIN-BOTTOM: 5px;
|
||||
@@ -46,7 +43,7 @@ html, body {
|
||||
|
||||
H3 {
|
||||
COLOR: #8f0000;
|
||||
FONT-FAMILY: Arial;
|
||||
FONT-FAMILY: Arial, sans-serif;
|
||||
FONT-SIZE: 12pt;
|
||||
FONT-WEIGHT: bold;
|
||||
TEXT-ALIGN: center
|
||||
@@ -54,7 +51,7 @@ H3 {
|
||||
|
||||
H4 {
|
||||
COLOR: #8f0000;
|
||||
FONT-FAMILY: Arial;
|
||||
FONT-FAMILY: Arial, sans-serif;
|
||||
FONT-SIZE: 11pt;
|
||||
FONT-WEIGHT: bold;
|
||||
MARGIN-BOTTOM: 5px;
|
||||
@@ -62,11 +59,11 @@ H4 {
|
||||
|
||||
H5 {
|
||||
COLOR: #4f0000;
|
||||
FONT-FAMILY: Arial;
|
||||
FONT-FAMILY: Arial, sans-serif;
|
||||
FONT-SIZE: 11pt;
|
||||
FONT-WEIGHT: bold;
|
||||
MARGIN-BOTTOM: 0px;
|
||||
MARGIN-TOP: 0px;
|
||||
MARGIN-BOTTOM: 0;
|
||||
MARGIN-TOP: 0;
|
||||
}
|
||||
|
||||
a, a:visited {
|
||||
@@ -84,7 +81,7 @@ a:hover {
|
||||
}
|
||||
|
||||
.date {
|
||||
font-family: Courier;
|
||||
font-family: Courier, monospace;
|
||||
font-size: 8pt;
|
||||
text-decoration: none;
|
||||
font-weight: normal;
|
||||
@@ -92,7 +89,7 @@ a:hover {
|
||||
}
|
||||
|
||||
.date2 {
|
||||
font-family: Courier;
|
||||
font-family: Courier, monospace;
|
||||
font-size: 8pt;
|
||||
text-decoration: none;
|
||||
font-weight: normal;
|
||||
@@ -101,7 +98,7 @@ a:hover {
|
||||
}
|
||||
|
||||
.sysdate {
|
||||
font-family: Courier;
|
||||
font-family: Courier, monospace;
|
||||
font-size: 8pt;
|
||||
text-decoration: none;
|
||||
font-weight: normal;
|
||||
@@ -127,7 +124,7 @@ a:hover {
|
||||
|
||||
select, textarea, input {
|
||||
border: solid 1pt #B0B0B0;
|
||||
font-family: MS Sans Serif;
|
||||
font-family: MS Sans Serif, sans-serif;
|
||||
font-size: 10px;
|
||||
color: #191970;
|
||||
MARGIN-BOTTOM: 2px;
|
||||
@@ -135,7 +132,7 @@ select, textarea, input {
|
||||
}
|
||||
|
||||
.ahint {
|
||||
font-family: MS Sans Serif;
|
||||
font-family: MS Sans Serif, sans-serif;
|
||||
font-size: 8px;
|
||||
text-decoration: none;
|
||||
color: #000080;
|
||||
@@ -144,23 +141,21 @@ select, textarea, input {
|
||||
|
||||
#hint2 {
|
||||
position: absolute;
|
||||
width: 140;
|
||||
width: 140px;
|
||||
background-color: #FFF6DD;
|
||||
layer-background-color: #FFF6DD;
|
||||
visibility: hidden
|
||||
}
|
||||
|
||||
#hint3 {
|
||||
position: absolute;
|
||||
width: 240;
|
||||
width: 240px;
|
||||
background-color: #FFF6DD;
|
||||
layer-background-color: #FFF6DD;
|
||||
visibility: hidden
|
||||
}
|
||||
|
||||
#hint4 {
|
||||
position: absolute;
|
||||
width: 240;
|
||||
width: 240px;
|
||||
visibility: hidden
|
||||
}
|
||||
|
||||
@@ -170,17 +165,16 @@ select, textarea, input {
|
||||
padding: 4px 8px;
|
||||
border: 1px solid rgba(255, 255, 255, 0.25);
|
||||
background-color: #cfcfcf;
|
||||
border-radius: 3px;
|
||||
-webkit-border-radius: 3px;
|
||||
-moz-border-radius: 3px;
|
||||
box-shadow: 0 0 3px #000000;
|
||||
border-radius: 3px;
|
||||
-webkit-box-shadow: 0 0 3px #000000;
|
||||
-moz-box-shadow: 0 0 3px #000000;
|
||||
|
||||
box-shadow: 0 0 3px #000000;
|
||||
}
|
||||
|
||||
.foryou1 .date {
|
||||
font-family: Courier;
|
||||
font-family: Courier, monospace;
|
||||
font-size: 8pt;
|
||||
text-decoration: none;
|
||||
font-weight: normal;
|
||||
@@ -189,7 +183,7 @@ select, textarea, input {
|
||||
}
|
||||
|
||||
.foryou2 .date {
|
||||
font-family: Courier;
|
||||
font-family: Courier, monospace;
|
||||
font-size: 8pt;
|
||||
text-decoration: none;
|
||||
font-weight: normal;
|
||||
@@ -259,8 +253,6 @@ img, table {
|
||||
|
||||
*[onselectstart="return false"] {
|
||||
-moz-user-select: none;
|
||||
-o-user-select: none;
|
||||
-khtml-user-select: none;
|
||||
-webkit-user-select: none;
|
||||
-ms-user-select: none;
|
||||
user-select: none;
|
||||
@@ -270,7 +262,7 @@ img, table {
|
||||
overflow: auto;
|
||||
white-space: nowrap;
|
||||
height: 100%;
|
||||
padding: 5px 0px 0px 0px;
|
||||
padding: 5px 0 0 0;
|
||||
}
|
||||
|
||||
#chat_list {
|
||||
@@ -295,17 +287,15 @@ img, table {
|
||||
height: 235px;
|
||||
border: 2px solid #000;
|
||||
filter: alpha(opacity=57);
|
||||
opacity: 0.57;
|
||||
-moz-opacity: 0.57;
|
||||
-khtml-opacity: 0.57;
|
||||
opacity: 0.57;
|
||||
background-color: #dedede;
|
||||
}
|
||||
|
||||
#ttSmiles:hover {
|
||||
filter: alpha(opacity=90);
|
||||
opacity: 0.90;
|
||||
-moz-opacity: 0.90;
|
||||
-khtml-opacity: 0.90;
|
||||
opacity: 0.90;
|
||||
}
|
||||
|
||||
#smilesDiv {
|
||||
@@ -321,7 +311,6 @@ img, table {
|
||||
}
|
||||
|
||||
#reline1 {
|
||||
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
height: 2px;
|
||||
@@ -330,7 +319,6 @@ img, table {
|
||||
cursor: n-resize;
|
||||
top: 60%;
|
||||
z-index: 1001;
|
||||
|
||||
}
|
||||
|
||||
#reline1:hover {
|
||||
@@ -348,10 +336,6 @@ img, table {
|
||||
width: 100%;
|
||||
height: 1px;
|
||||
background-color: #758999;
|
||||
/*
|
||||
background-color:#CCCCCC;
|
||||
border-bottom:1px solid #797779;
|
||||
*/
|
||||
border-top: 1px solid #aaaaaa;
|
||||
border-bottom: 1px solid #010101;
|
||||
cursor: default;
|
||||
@@ -386,8 +370,8 @@ img, table {
|
||||
height: 100%;
|
||||
display: none;
|
||||
cursor: default;
|
||||
top: 0px;
|
||||
left: 0px;
|
||||
top: 0;
|
||||
left: 0;
|
||||
}
|
||||
|
||||
#wupbox {
|
||||
@@ -397,8 +381,8 @@ img, table {
|
||||
height: 100%;
|
||||
display: none;
|
||||
cursor: default;
|
||||
top: 0px;
|
||||
left: 0px;
|
||||
top: 0;
|
||||
left: 0;
|
||||
}
|
||||
|
||||
#chconfig {
|
||||
@@ -418,13 +402,6 @@ img, table {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.eLine {
|
||||
background-image: url(../expicLine.gif);
|
||||
background-repeat: repeat-x;
|
||||
height: 7px;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
#counters {
|
||||
position: absolute;
|
||||
bottom: 52px;
|
||||
@@ -432,9 +409,8 @@ img, table {
|
||||
width: 88px;
|
||||
height: 31px;
|
||||
filter: alpha(opacity=35);
|
||||
opacity: 0.35;
|
||||
-moz-opacity: 0.35;
|
||||
-khtml-opacity: 0.35;
|
||||
opacity: 0.35;
|
||||
z-index: 1006;
|
||||
}
|
||||
|
||||
@@ -443,11 +419,9 @@ img, table {
|
||||
}
|
||||
|
||||
#counters:hover {
|
||||
filter: Glow(strength=2, color=#DDDDDD);
|
||||
filter: alpha(opacity=100);
|
||||
opacity: 1.0;
|
||||
-moz-opacity: 1.0;
|
||||
-khtml-opacity: 1.0;
|
||||
-moz-opacity: 1;
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
.cp {
|
||||
@@ -466,7 +440,6 @@ img, table {
|
||||
display: block;
|
||||
}
|
||||
|
||||
|
||||
/* часы */
|
||||
#tdDate {
|
||||
text-align: center;
|
||||
@@ -501,7 +474,7 @@ img, table {
|
||||
|
||||
/* ссылки чата */
|
||||
.URL-a:hover {
|
||||
text-decoration: underline
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
|
||||
@@ -531,169 +504,155 @@ a.menutop:hover {
|
||||
.chatBtn1_1 {
|
||||
width: 30px;
|
||||
height: 30px;
|
||||
background: url('//img.new-combats.tech/i/buttons/chatBtn1.gif') 0px 0px repeat-x;
|
||||
background: url('//img.new-combats.tech/i/buttons/chatBtn1.gif') 0 0 repeat-x;
|
||||
}
|
||||
|
||||
.chatBtn1_2 {
|
||||
width: 30px;
|
||||
height: 30px;
|
||||
background: url('//img.new-combats.tech/i/buttons/chatBtn1.gif') 0px -30px repeat-x;
|
||||
background: url('//img.new-combats.tech/i/buttons/chatBtn1.gif') 0 -30px repeat-x;
|
||||
}
|
||||
|
||||
.chatBtn18_1 {
|
||||
width: 30px;
|
||||
height: 30px;
|
||||
background: url('//img.new-combats.tech/i/buttons/chatBtn18.gif') 0px 0px repeat-x;
|
||||
background: url('//img.new-combats.tech/i/buttons/chatBtn18.gif') 0 0 repeat-x;
|
||||
}
|
||||
|
||||
.chatBtn18_2 {
|
||||
width: 30px;
|
||||
height: 30px;
|
||||
background: url('//img.new-combats.tech/i/buttons/chatBtn18.gif') 0px -30px repeat-x;
|
||||
background: url('//img.new-combats.tech/i/buttons/chatBtn18.gif') 0 -30px repeat-x;
|
||||
}
|
||||
|
||||
.chatBtn2_1 {
|
||||
width: 30px;
|
||||
height: 30px;
|
||||
background: url('//img.new-combats.tech/i/buttons/chatBtn2.gif') 0px 0px repeat-x;
|
||||
background: url('//img.new-combats.tech/i/buttons/chatBtn2.gif') 0 0 repeat-x;
|
||||
}
|
||||
|
||||
.chatBtn2_2 {
|
||||
width: 30px;
|
||||
height: 30px;
|
||||
background: url('//img.new-combats.tech/i/buttons/chatBtn2.gif') 0px -30px repeat-x;
|
||||
background: url('//img.new-combats.tech/i/buttons/chatBtn2.gif') 0 -30px repeat-x;
|
||||
}
|
||||
|
||||
.chatBtn4_1 {
|
||||
width: 30px;
|
||||
height: 30px;
|
||||
background: url('//img.new-combats.tech/i/buttons/chatBtn4.gif') 0px 0px repeat-x;
|
||||
background: url('//img.new-combats.tech/i/buttons/chatBtn4.gif') 0 0 repeat-x;
|
||||
}
|
||||
|
||||
.chatBtn4_2 {
|
||||
width: 30px;
|
||||
height: 30px;
|
||||
background: url('//img.new-combats.tech/i/buttons/chatBtn4.gif') 0px -30px repeat-x;
|
||||
background: url('//img.new-combats.tech/i/buttons/chatBtn4.gif') 0 -30px repeat-x;
|
||||
}
|
||||
|
||||
.chatBtn5_1 {
|
||||
width: 30px;
|
||||
height: 30px;
|
||||
background: url('//img.new-combats.tech/i/buttons/chatBtn5.gif') 0px 0px repeat-x;
|
||||
background: url('//img.new-combats.tech/i/buttons/chatBtn5.gif') 0 0 repeat-x;
|
||||
}
|
||||
|
||||
.chatBtn5_2 {
|
||||
width: 30px;
|
||||
height: 30px;
|
||||
background: url('//img.new-combats.tech/i/buttons/chatBtn5.gif') 0px -30px repeat-x;
|
||||
background: url('//img.new-combats.tech/i/buttons/chatBtn5.gif') 0 -30px repeat-x;
|
||||
}
|
||||
|
||||
.chatBtn5_3 {
|
||||
width: 30px;
|
||||
height: 30px;
|
||||
background: url('//img.new-combats.tech/i/buttons/chatBtn5.gif') 0px -59px repeat-x;
|
||||
background: url('//img.new-combats.tech/i/buttons/chatBtn5.gif') 0 -59px repeat-x;
|
||||
}
|
||||
|
||||
.chatBtn6_1 {
|
||||
width: 30px;
|
||||
height: 30px;
|
||||
background: url('//img.new-combats.tech/i/buttons/chatBtn6.gif') 0px 0px repeat-x;
|
||||
background: url('//img.new-combats.tech/i/buttons/chatBtn6.gif') 0 0 repeat-x;
|
||||
}
|
||||
|
||||
.chatBtn6_2 {
|
||||
width: 30px;
|
||||
height: 30px;
|
||||
background: url('//img.new-combats.tech/i/buttons/chatBtn6.gif') 0px -30px repeat-x;
|
||||
background: url('//img.new-combats.tech/i/buttons/chatBtn6.gif') 0 -30px repeat-x;
|
||||
}
|
||||
|
||||
.chatBtn7_1 {
|
||||
width: 30px;
|
||||
height: 30px;
|
||||
background: url('//img.new-combats.tech/i/buttons/chatBtn7.gif') 0px 0px repeat-x;
|
||||
background: url('//img.new-combats.tech/i/buttons/chatBtn7.gif') 0 0 repeat-x;
|
||||
}
|
||||
|
||||
.chatBtn7_2 {
|
||||
width: 30px;
|
||||
height: 30px;
|
||||
background: url('//img.new-combats.tech/i/buttons/chatBtn7.gif') 0px -30px repeat-x;
|
||||
background: url('//img.new-combats.tech/i/buttons/chatBtn7.gif') 0 -30px repeat-x;
|
||||
}
|
||||
|
||||
.chatBtn7_3 {
|
||||
width: 30px;
|
||||
height: 30px;
|
||||
background: url('//img.new-combats.tech/i/buttons/chatBtn7.gif') 0px -60px repeat-x;
|
||||
background: url('//img.new-combats.tech/i/buttons/chatBtn7.gif') 0 -60px repeat-x;
|
||||
}
|
||||
|
||||
.chatBtn8_1 {
|
||||
width: 30px;
|
||||
height: 30px;
|
||||
background: url('//img.new-combats.tech/i/buttons/chatBtn8.gif') 0px 0px repeat-x;
|
||||
background: url('//img.new-combats.tech/i/buttons/chatBtn8.gif') 0 0 repeat-x;
|
||||
}
|
||||
|
||||
.chatBtn8_2 {
|
||||
width: 30px;
|
||||
height: 30px;
|
||||
background: url('//img.new-combats.tech/i/buttons/chatBtn8.gif') 0px -30px repeat-x;
|
||||
background: url('//img.new-combats.tech/i/buttons/chatBtn8.gif') 0 -30px repeat-x;
|
||||
}
|
||||
|
||||
.chatBtn21_1 {
|
||||
width: 30px;
|
||||
height: 30px;
|
||||
background: url('//img.new-combats.tech/i/buttons/chatBtn21.gif') 0px 0px repeat-x;
|
||||
background: url('//img.new-combats.tech/i/buttons/chatBtn21.gif') 0 0 repeat-x;
|
||||
}
|
||||
|
||||
.chatBtn21_2 {
|
||||
width: 30px;
|
||||
height: 30px;
|
||||
background: url('//img.new-combats.tech/i/buttons/chatBtn21.gif') 0px -30px repeat-x;
|
||||
background: url('//img.new-combats.tech/i/buttons/chatBtn21.gif') 0 -30px repeat-x;
|
||||
}
|
||||
|
||||
|
||||
.topusermenu {
|
||||
font-family: Verdana, Helvetica, Arial, Tahoma, sans-serif;
|
||||
z-index: 1000;
|
||||
position: absolute;
|
||||
background-color: #d2d0d0;
|
||||
font-size: 13px;
|
||||
border-top-width: 1px;
|
||||
border-right-width: 1px;
|
||||
border-bottom-width: 1px;
|
||||
border-left-width: 1px;
|
||||
border-top-style: solid;
|
||||
border-right-style: solid;
|
||||
border-bottom-style: solid;
|
||||
border-left-style: solid;
|
||||
border-top-color: #929090;
|
||||
border: 1px solid #929090;
|
||||
border-right-color: #626060;
|
||||
border-bottom-color: #626060;
|
||||
border-left-color: #929090;
|
||||
}
|
||||
|
||||
.inviseMen1 {
|
||||
filter: alpha(opacity=90);
|
||||
-moz-opacity: 0.90;
|
||||
-khtml-opacity: 0.90;
|
||||
opacity: 0.90;
|
||||
}
|
||||
|
||||
.inviseMen2 {
|
||||
filter: alpha(opacity=60);
|
||||
-moz-opacity: 0.60;
|
||||
-khtml-opacity: 0.60;
|
||||
opacity: 0.60;
|
||||
}
|
||||
|
||||
.inviseMen3 {
|
||||
filter: alpha(opacity=30);
|
||||
-moz-opacity: 0.30;
|
||||
-khtml-opacity: 0.30;
|
||||
opacity: 0.30;
|
||||
}
|
||||
|
||||
.inviseMen4 {
|
||||
filter: alpha(opacity=10);
|
||||
-moz-opacity: 0.10;
|
||||
-khtml-opacity: 0.10;
|
||||
opacity: 0.10;
|
||||
}
|
||||
|
||||
@@ -740,7 +699,7 @@ a.menutop:hover {
|
||||
}
|
||||
|
||||
.check_gloff {
|
||||
margin-left: 0px;
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
.check_glon {
|
||||
@@ -748,7 +707,7 @@ a.menutop:hover {
|
||||
}
|
||||
|
||||
.radio_gloff {
|
||||
margin-left: 0px;
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
.radio_glon {
|
||||
Reference in New Issue
Block a user