initial commit
@@ -0,0 +1 @@
|
||||
html { width:100%; height:100%; padding:0; margin:0;}body { width:100%; height:100%; padding:0; margin:0; overflow:hidden; /*background-image: url('../i/buttons/chat_bg.gif');*/}select,textarea,input { border: solid 1pt #B0B0B0; font-family: MS Sans Serif; font-size: 8px; color: #191970; MARGIN-BOTTOM: 2px; MARGIN-TOP: 1px;}img{ border:0px;}.text_msg { border: 1px solid #CCCCCC; font-size: 11px; color: #000000; font-family: Verdana, Arial, Helvetica, Tahoma, sans-serif;}.chatBtn1_1 { width:30px; height:30px; background: url('../i/buttons/chatBtn1.gif') 0px 0px repeat-x;; cursor:pointer;}.chatBtn1_2 { width:30px; height:30px; background: url('../i/buttons/chatBtn1.gif') 0px -30px repeat-x;; cursor:pointer;}.chatBtn2_1 { width:30px; height:30px; background: url('../i/buttons/chatBtn2.gif') 0px 0px repeat-x;; cursor:pointer;}.chatBtn2_2 { width:30px; height:30px; background: url('../i/buttons/chatBtn2.gif') 0px -30px repeat-x;; cursor:pointer;}.chatBtn4_1 { width:30px; height:30px; background: url('../i/buttons/chatBtn4.gif') 0px 0px repeat-x;; cursor:pointer;}.chatBtn4_2 { width:30px; height:30px; background: url('../i/buttons/chatBtn4.gif') 0px -30px repeat-x;; cursor:pointer;}.chatBtn5_1 { width:30px; height:30px; background: url('../i/buttons/chatBtn5.gif') 0px 0px repeat-x;; cursor:pointer;}.chatBtn5_2 { width:30px; height:30px; background: url('../i/buttons/chatBtn5.gif') 0px -30px repeat-x;; cursor:pointer;}.chatBtn5_3 { width:30px; height:30px; background: url('../i/buttons/chatBtn5.gif') 0px -59px repeat-x;; cursor:pointer;}.chatBtn6_1 { width:30px; height:30px; background: url('../i/buttons/chatBtn6.gif') 0px 0px repeat-x;; cursor:pointer;}.chatBtn6_2 { width:30px; height:30px; background: url('../i/buttons/chatBtn6.gif') 0px -30px repeat-x;; cursor:pointer;}.chatBtn7_1 { width:30px; height:30px; background: url('../i/buttons/chatBtn7.gif') 0px 0px repeat-x;; cursor:pointer;}.chatBtn7_2 { width:30px; height:30px; background: url('../i/buttons/chatBtn7.gif') 0px -30px repeat-x;; cursor:pointer;}.chatBtn7_3 { width:30px; height:30px; background: url('../i/buttons/chatBtn7.gif') 0px -60px repeat-x;; cursor:pointer;}
|
||||
@@ -0,0 +1,207 @@
|
||||
body {
|
||||
|
||||
margin: 0px;
|
||||
|
||||
height: 100%;
|
||||
|
||||
width: 100%;
|
||||
|
||||
background-color: #dedede;
|
||||
|
||||
font-size:10px;
|
||||
|
||||
color: #000000;
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
.main_text {
|
||||
|
||||
font-weight: bold;
|
||||
|
||||
font-size: 10px;
|
||||
|
||||
text-decoration: none;
|
||||
|
||||
color:#f0f0f0;
|
||||
|
||||
cursor:hand;
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
.menutop, a.menutop:visited, a.menutop:active {
|
||||
|
||||
font-weight: bold;
|
||||
|
||||
font-size: 10px;
|
||||
|
||||
text-decoration: none;
|
||||
|
||||
color: #3B3936;
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
a.menutop:hover {
|
||||
|
||||
color: #76726b;
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
.name {
|
||||
|
||||
font-weight: bold;
|
||||
|
||||
font-size: 12px;
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
.parametr_title {
|
||||
|
||||
font-weight: bold;
|
||||
|
||||
font-size: 11px;
|
||||
|
||||
color: #777773;
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
.prname {
|
||||
|
||||
padding-left: 4px;
|
||||
|
||||
font-size: 11px;
|
||||
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
.prvalue {
|
||||
|
||||
font-size: 11px;
|
||||
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
.btn {
|
||||
|
||||
border: 1px double #9a9996;
|
||||
|
||||
background-image: url(i/move/beg_butt.gif);
|
||||
|
||||
font-size: 7.5pt;
|
||||
|
||||
color: #dfdfdf;
|
||||
|
||||
background-color:#504F4C;
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
.mainmenu {
|
||||
|
||||
color: #23292C;
|
||||
|
||||
border-top-width: 1px;
|
||||
|
||||
border-right-width: 1px;
|
||||
|
||||
border-bottom-width: 1px;
|
||||
|
||||
border-left-width: 1px;
|
||||
|
||||
border-top-style: solid;
|
||||
|
||||
border-right-style: none;
|
||||
|
||||
border-bottom-style: solid;
|
||||
|
||||
border-left-style: solid;
|
||||
|
||||
border-top-color: #969697;
|
||||
|
||||
border-right-color: #969697;
|
||||
|
||||
border-bottom-color: #000000;
|
||||
|
||||
border-left-color: #969697;
|
||||
|
||||
background-color: #BABABB;
|
||||
|
||||
cursor:hand;
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
.maptext {
|
||||
|
||||
font-weight: bold;
|
||||
|
||||
font-size: 12px;
|
||||
|
||||
color: #000000;
|
||||
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
|
||||
}
|
||||
|
||||
.posit {
|
||||
|
||||
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: #FFFFFF;
|
||||
|
||||
border-right-color: #666666;
|
||||
|
||||
border-bottom-color: #666666;
|
||||
|
||||
border-left-color: #FFFFFF;
|
||||
|
||||
padding: 2px;
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
td {
|
||||
|
||||
font-size: 10pt;
|
||||
|
||||
font-family: Verdana, Arial, Helvetica, Tahoma, sans-serif;
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -0,0 +1,57 @@
|
||||
DIV.Dungeon{
|
||||
width: 372px;
|
||||
height: 260px;
|
||||
padding: 10px;
|
||||
position: relative;
|
||||
overflow: hidden;
|
||||
background: black;
|
||||
}
|
||||
.Dungeon BUTTON {
|
||||
border: 0px solid;
|
||||
background: transparent;
|
||||
padding: 0px;
|
||||
margin: 0px;
|
||||
position: absolute;
|
||||
filter: Alpha(opacity=100),Chroma( Color=#c1cacf );
|
||||
}
|
||||
|
||||
.Dungeon DIV {
|
||||
width: 352px;
|
||||
height: 240px;
|
||||
overflow: hidden;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
DIV.Life{position:absolute;background:#008000;height:2px;}
|
||||
DIV.Life2{position:absolute;background:#00FF00;height:2px;}
|
||||
.Dungeon .Floor0{ background: url( ../i/sprites/cs/bg0.gif ) black }
|
||||
.Dungeon .Floor1{ background: url( ../i/sprites/cs/bg1.gif ) black }
|
||||
|
||||
.Dungeon .LeftSide4_1 { background: url( ../i/sprites/cs/Left/4_1.gif ) no-repeat; }
|
||||
.Dungeon .RightSide4_1 { background: url( ../i/sprites/cs/Right/4_1.gif ) no-repeat; }
|
||||
.Dungeon .LeftSide4_0 { background: url( ../i/sprites/cs/Left/4_0.gif ) no-repeat; }
|
||||
.Dungeon .RightSide4_0 { background: url( ../i/sprites/cs/Right/4_0.gif ) no-repeat; }
|
||||
.Dungeon .LeftFront3_2 { background: url( ../i/sprites/cs/Left/Front/4_2.gif ) no-repeat; }
|
||||
.Dungeon .RightFront3_2 { background: url( ../i/sprites/cs/Right/Front/4_2.gif ) no-repeat; }
|
||||
.Dungeon .LeftFront3_1 { background: url( ../i/sprites/cs/Left/Front/4_1.gif ) no-repeat; }
|
||||
.Dungeon .RightFront3_1 { background: url( ../i/sprites/cs/Right/Front/4_1.gif ) no-repeat; }
|
||||
.Dungeon .LeftFront3_0 { background: url( ../i/sprites/cs/Left/Front/4_0.gif ) no-repeat; }
|
||||
.Dungeon .LeftSide3_1 { background: url( ../i/sprites/cs/Left/3_1.gif ) no-repeat; }
|
||||
.Dungeon .RightSide3_1 { background: url( ../i/sprites/cs/Right/3_1.gif ) no-repeat; }
|
||||
.Dungeon .LeftSide3_0 { background: url( ../i/sprites/cs/Left/3_0.gif ) no-repeat; }
|
||||
.Dungeon .RightSide3_0 { background: url( ../i/sprites/cs/Right/3_0.gif ) no-repeat; }
|
||||
.Dungeon .LeftFront2_1 { background: url( ../i/sprites/cs/Left/Front/3_1.gif ) no-repeat; }
|
||||
.Dungeon .RightFront2_1 { background: url( ../i/sprites/cs/Right/Front/3_1.gif ) no-repeat; }
|
||||
.Dungeon .LeftFront2_0 { background: url( ../i/sprites/cs/Left/Front/3_0.gif ) no-repeat; }
|
||||
.Dungeon .LeftSide2_0 { background: url( ../i/sprites/cs/Left/2_0.gif ) no-repeat; }
|
||||
.Dungeon .RightSide2_0 { background: url( ../i/sprites/cs/Right/2_0.gif ) no-repeat; }
|
||||
.Dungeon .LeftFront1_1 { background: url( ../i/sprites/cs/Left/Front/2_1.gif ) no-repeat; }
|
||||
.Dungeon .RightFront1_1 { background: url( ../i/sprites/cs/Right/Front/2_1.gif ) no-repeat; }
|
||||
.Dungeon .LeftFront1_0 { background: url( ../i/sprites/cs/Left/Front/2_0.gif ) no-repeat; }
|
||||
.Dungeon .LeftSide1_0 { background: url( ../i/sprites/cs/Left/1_0.gif ) no-repeat; }
|
||||
.Dungeon .RightSide1_0 { background: url( ../i/sprites/cs/Right/1_0.gif ) no-repeat; }
|
||||
.Dungeon .LeftFront0_1 { background: url( ../i/sprites/cs/Left/Front/1_1.gif ) no-repeat; }
|
||||
.Dungeon .RightFront0_1 { background: url( ../i/sprites/cs/Right/Front/1_1.gif ) no-repeat; }
|
||||
.Dungeon .LeftFront0_0 { background: url( ../i/sprites/cs/Left/Front/1_0.gif ) no-repeat; }
|
||||
.Dungeon .LeftSide0_0 { background: url( ../i/sprites/cs/Left/0_0.gif ) no-repeat; }
|
||||
.Dungeon .RightSide0_0 { background: url( ../i/sprites/cs/Right/0_0.gif ) no-repeat; }
|
||||
@@ -0,0 +1,57 @@
|
||||
DIV.Dungeon{
|
||||
width: 372px;
|
||||
height: 260px;
|
||||
padding: 10px;
|
||||
position: relative;
|
||||
overflow: hidden;
|
||||
background: black;
|
||||
}
|
||||
.Dungeon BUTTON {
|
||||
border: 0px solid;
|
||||
background: transparent;
|
||||
padding: 0px;
|
||||
margin: 0px;
|
||||
position: absolute;
|
||||
filter: Alpha(opacity=100),Chroma( Color=#c1cacf );
|
||||
}
|
||||
|
||||
.Dungeon DIV {
|
||||
width: 352px;
|
||||
height: 240px;
|
||||
overflow: hidden;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
DIV.Life{position:absolute;background:#008000;height:2px;}
|
||||
DIV.Life2{position:absolute;background:#00FF00;height:2px;}
|
||||
.Dungeon .Floor0{ background: url( ../i/sprites/noob/bg0.gif ) black }
|
||||
.Dungeon .Floor1{ background: url( ../i/sprites/noob/bg1.gif ) black }
|
||||
|
||||
.Dungeon .LeftSide4_1 { background: url( ../i/sprites/noob/Left/4_1.gif ) no-repeat; }
|
||||
.Dungeon .RightSide4_1 { background: url( ../i/sprites/noob/Right/4_1.gif ) no-repeat; }
|
||||
.Dungeon .LeftSide4_0 { background: url( ../i/sprites/noob/Left/4_0.gif ) no-repeat; }
|
||||
.Dungeon .RightSide4_0 { background: url( ../i/sprites/noob/Right/4_0.gif ) no-repeat; }
|
||||
.Dungeon .LeftFront3_2 { background: url( ../i/sprites/noob/Left/Front/4_2.gif ) no-repeat; }
|
||||
.Dungeon .RightFront3_2 { background: url( ../i/sprites/noob/Right/Front/4_2.gif ) no-repeat; }
|
||||
.Dungeon .LeftFront3_1 { background: url( ../i/sprites/noob/Left/Front/4_1.gif ) no-repeat; }
|
||||
.Dungeon .RightFront3_1 { background: url( ../i/sprites/noob/Right/Front/4_1.gif ) no-repeat; }
|
||||
.Dungeon .LeftFront3_0 { background: url( ../i/sprites/noob/Left/Front/4_0.gif ) no-repeat; }
|
||||
.Dungeon .LeftSide3_1 { background: url( ../i/sprites/noob/Left/3_1.gif ) no-repeat; }
|
||||
.Dungeon .RightSide3_1 { background: url( ../i/sprites/noob/Right/3_1.gif ) no-repeat; }
|
||||
.Dungeon .LeftSide3_0 { background: url( ../i/sprites/noob/Left/3_0.gif ) no-repeat; }
|
||||
.Dungeon .RightSide3_0 { background: url( ../i/sprites/noob/Right/3_0.gif ) no-repeat; }
|
||||
.Dungeon .LeftFront2_1 { background: url( ../i/sprites/noob/Left/Front/3_1.gif ) no-repeat; }
|
||||
.Dungeon .RightFront2_1 { background: url( ../i/sprites/noob/Right/Front/3_1.gif ) no-repeat; }
|
||||
.Dungeon .LeftFront2_0 { background: url( ../i/sprites/noob/Left/Front/3_0.gif ) no-repeat; }
|
||||
.Dungeon .LeftSide2_0 { background: url( ../i/sprites/noob/Left/2_0.gif ) no-repeat; }
|
||||
.Dungeon .RightSide2_0 { background: url( ../i/sprites/noob/Right/2_0.gif ) no-repeat; }
|
||||
.Dungeon .LeftFront1_1 { background: url( ../i/sprites/noob/Left/Front/2_1.gif ) no-repeat; }
|
||||
.Dungeon .RightFront1_1 { background: url( ../i/sprites/noob/Right/Front/2_1.gif ) no-repeat; }
|
||||
.Dungeon .LeftFront1_0 { background: url( ../i/sprites/noob/Left/Front/2_0.gif ) no-repeat; }
|
||||
.Dungeon .LeftSide1_0 { background: url( ../i/sprites/noob/Left/1_0.gif ) no-repeat; }
|
||||
.Dungeon .RightSide1_0 { background: url( ../i/sprites/noob/Right/1_0.gif ) no-repeat; }
|
||||
.Dungeon .LeftFront0_1 { background: url( ../i/sprites/noob/Left/Front/1_1.gif ) no-repeat; }
|
||||
.Dungeon .RightFront0_1 { background: url( ../i/sprites/noob/Right/Front/1_1.gif ) no-repeat; }
|
||||
.Dungeon .LeftFront0_0 { background: url( ../i/sprites/noob/Left/Front/1_0.gif ) no-repeat; }
|
||||
.Dungeon .LeftSide0_0 { background: url( ../i/sprites/noob/Left/0_0.gif ) no-repeat; }
|
||||
.Dungeon .RightSide0_0 { background: url( ../i/sprites/noob/Right/0_0.gif ) no-repeat; }
|
||||
@@ -0,0 +1,62 @@
|
||||
DIV.Dungeon{
|
||||
width: 372px;
|
||||
height: 260px;
|
||||
padding: 10px;
|
||||
position: relative;
|
||||
overflow: hidden;
|
||||
background: black;
|
||||
}
|
||||
.Dungeon BUTTON {
|
||||
border: 0px solid;
|
||||
background: transparent;
|
||||
padding: 0px;
|
||||
margin: 0px;
|
||||
position: absolute;
|
||||
filter: Alpha(opacity=100),Chroma( Color=#c1cacf );
|
||||
}
|
||||
|
||||
.Dungeon DIV {
|
||||
width: 352px;
|
||||
height: 240px;
|
||||
overflow: hidden;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.Dungeon IMG {
|
||||
width: 352px;
|
||||
height: 240px;
|
||||
position: relative;
|
||||
}
|
||||
DIV.Life{position:absolute;background:#008000;height:2px;}
|
||||
DIV.Life2{position:absolute;background:#00FF00;height:2px;}
|
||||
.Dungeon .Floor0{ background: url( http://img.combats.ru/i/sprites/gy0/bg0.gif ) black }
|
||||
.Dungeon .Floor1{ background: url( http://img.combats.ru/i/sprites/gy0/bg1.gif ) black }
|
||||
|
||||
.Dungeon .LeftSide4_1 { background: url( http://img.combats.ru/i/sprites/gy0/Left/4_1.gif ) }
|
||||
.Dungeon .RightSide4_1 { background: url( http://img.combats.ru/i/sprites/gy0/Right/4_1.gif ) }
|
||||
.Dungeon .LeftSide4_0 { background: url( http://img.combats.ru/i/sprites/gy0/Left/4_0.gif ) }
|
||||
.Dungeon .RightSide4_0 { background: url( http://img.combats.ru/i/sprites/gy0/Right/4_0.gif ) }
|
||||
.Dungeon .LeftFront3_2 { background: url( http://img.combats.ru/i/sprites/gy0/Left/Front/4_2.gif ) }
|
||||
.Dungeon .RightFront3_2 { background: url( http://img.combats.ru/i/sprites/gy0/Right/Front/4_2.gif ) }
|
||||
.Dungeon .LeftFront3_1 { background: url( http://img.combats.ru/i/sprites/gy0/Left/Front/4_1.gif ) }
|
||||
.Dungeon .RightFront3_1 { background: url( http://img.combats.ru/i/sprites/gy0/Right/Front/4_1.gif ) }
|
||||
.Dungeon .LeftFront3_0 { background: url( http://img.combats.ru/i/sprites/gy0/Left/Front/4_0.gif ) }
|
||||
.Dungeon .LeftSide3_1 { background: url( http://img.combats.ru/i/sprites/gy0/Left/3_1.gif ) }
|
||||
.Dungeon .RightSide3_1 { background: url( http://img.combats.ru/i/sprites/gy0/Right/3_1.gif ) }
|
||||
.Dungeon .LeftSide3_0 { background: url( http://img.combats.ru/i/sprites/gy0/Left/3_0.gif ) }
|
||||
.Dungeon .RightSide3_0 { background: url( http://img.combats.ru/i/sprites/gy0/Right/3_0.gif ) }
|
||||
.Dungeon .LeftFront2_1 { background: url( http://img.combats.ru/i/sprites/gy0/Left/Front/3_1.gif ) }
|
||||
.Dungeon .RightFront2_1 { background: url( http://img.combats.ru/i/sprites/gy0/Right/Front/3_1.gif ) }
|
||||
.Dungeon .LeftFront2_0 { background: url( http://img.combats.ru/i/sprites/gy0/Left/Front/3_0.gif ) }
|
||||
.Dungeon .LeftSide2_0 { background: url( http://img.combats.ru/i/sprites/gy0/Left/2_0.gif ) }
|
||||
.Dungeon .RightSide2_0 { background: url( http://img.combats.ru/i/sprites/gy0/Right/2_0.gif ) }
|
||||
.Dungeon .LeftFront1_1 { background: url( http://img.combats.ru/i/sprites/gy0/Left/Front/2_1.gif ) }
|
||||
.Dungeon .RightFront1_1 { background: url( http://img.combats.ru/i/sprites/gy0/Right/Front/2_1.gif ) }
|
||||
.Dungeon .LeftFront1_0 { background: url( http://img.combats.ru/i/sprites/gy0/Left/Front/2_0.gif ) }
|
||||
.Dungeon .LeftSide1_0 { background: url( http://img.combats.ru/i/sprites/gy0/Left/1_0.gif ) }
|
||||
.Dungeon .RightSide1_0 { background: url( http://img.combats.ru/i/sprites/gy0/Right/1_0.gif ) }
|
||||
.Dungeon .LeftFront0_1 { background: url( http://img.combats.ru/i/sprites/gy0/Left/Front/1_1.gif ) }
|
||||
.Dungeon .RightFront0_1 { background: url( http://img.combats.ru/i/sprites/gy0/Right/Front/1_1.gif ) }
|
||||
.Dungeon .LeftFront0_0 { background: url( http://img.combats.ru/i/sprites/gy0/Left/Front/1_0.gif ) }
|
||||
.Dungeon .LeftSide0_0 { background: url( http://img.combats.ru/i/sprites/gy0/Left/0_0.gif ) }
|
||||
.Dungeon .RightSide0_0 { background: url( http://img.combats.ru/i/sprites/gy0/Right/0_0.gif ) }
|
||||
@@ -0,0 +1,57 @@
|
||||
DIV.Dungeon{
|
||||
width: 372px;
|
||||
height: 260px;
|
||||
padding: 10px;
|
||||
position: relative;
|
||||
overflow: hidden;
|
||||
background: black;
|
||||
}
|
||||
.Dungeon BUTTON {
|
||||
border: 0px solid;
|
||||
background: transparent;
|
||||
padding: 0px;
|
||||
margin: 0px;
|
||||
position: absolute;
|
||||
filter: Alpha(opacity=100),Chroma( Color=#c1cacf );
|
||||
}
|
||||
|
||||
.Dungeon DIV {
|
||||
width: 352px;
|
||||
height: 240px;
|
||||
overflow: hidden;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
DIV.Life{position:absolute;background:#008000;height:2px;}
|
||||
DIV.Life2{position:absolute;background:#00FF00;height:2px;}
|
||||
.Dungeon .Floor0{ background: url( http://img.combats.ru/i/sprites/kn4/bg0.gif ) black }
|
||||
.Dungeon .Floor1{ background: url( http://img.combats.ru/i/sprites/kn4/bg1.gif ) black }
|
||||
|
||||
.Dungeon .LeftSide4_1 { background: url( http://img.combats.ru/i/sprites/kn4/Left/4_1.gif ) }
|
||||
.Dungeon .RightSide4_1 { background: url( http://img.combats.ru/i/sprites/kn4/Right/4_1.gif ) }
|
||||
.Dungeon .LeftSide4_0 { background: url( http://img.combats.ru/i/sprites/kn4/Left/4_0.gif ) }
|
||||
.Dungeon .RightSide4_0 { background: url( http://img.combats.ru/i/sprites/kn4/Right/4_0.gif ) }
|
||||
.Dungeon .LeftFront3_2 { background: url( http://img.combats.ru/i/sprites/kn4/Left/Front/4_2.gif ) }
|
||||
.Dungeon .RightFront3_2 { background: url( http://img.combats.ru/i/sprites/kn4/Right/Front/4_2.gif ) }
|
||||
.Dungeon .LeftFront3_1 { background: url( http://img.combats.ru/i/sprites/kn4/Left/Front/4_1.gif ) }
|
||||
.Dungeon .RightFront3_1 { background: url( http://img.combats.ru/i/sprites/kn4/Right/Front/4_1.gif ) }
|
||||
.Dungeon .LeftFront3_0 { background: url( http://img.combats.ru/i/sprites/kn4/Left/Front/4_0.gif ) }
|
||||
.Dungeon .LeftSide3_1 { background: url( http://img.combats.ru/i/sprites/kn4/Left/3_1.gif ) }
|
||||
.Dungeon .RightSide3_1 { background: url( http://img.combats.ru/i/sprites/kn4/Right/3_1.gif ) }
|
||||
.Dungeon .LeftSide3_0 { background: url( http://img.combats.ru/i/sprites/kn4/Left/3_0.gif ) }
|
||||
.Dungeon .RightSide3_0 { background: url( http://img.combats.ru/i/sprites/kn4/Right/3_0.gif ) }
|
||||
.Dungeon .LeftFront2_1 { background: url( http://img.combats.ru/i/sprites/kn4/Left/Front/3_1.gif ) }
|
||||
.Dungeon .RightFront2_1 { background: url( http://img.combats.ru/i/sprites/kn4/Right/Front/3_1.gif ) }
|
||||
.Dungeon .LeftFront2_0 { background: url( http://img.combats.ru/i/sprites/kn4/Left/Front/3_0.gif ) }
|
||||
.Dungeon .LeftSide2_0 { background: url( http://img.combats.ru/i/sprites/kn4/Left/2_0.gif ) }
|
||||
.Dungeon .RightSide2_0 { background: url( http://img.combats.ru/i/sprites/kn4/Right/2_0.gif ) }
|
||||
.Dungeon .LeftFront1_1 { background: url( http://img.combats.ru/i/sprites/kn4/Left/Front/2_1.gif ) }
|
||||
.Dungeon .RightFront1_1 { background: url( http://img.combats.ru/i/sprites/kn4/Right/Front/2_1.gif ) }
|
||||
.Dungeon .LeftFront1_0 { background: url( http://img.combats.ru/i/sprites/kn4/Left/Front/2_0.gif ) }
|
||||
.Dungeon .LeftSide1_0 { background: url( http://img.combats.ru/i/sprites/kn4/Left/1_0.gif ) }
|
||||
.Dungeon .RightSide1_0 { background: url( http://img.combats.ru/i/sprites/kn4/Right/1_0.gif ) }
|
||||
.Dungeon .LeftFront0_1 { background: url( http://img.combats.ru/i/sprites/kn4/Left/Front/1_1.gif ) }
|
||||
.Dungeon .RightFront0_1 { background: url( http://img.combats.ru/i/sprites/kn4/Right/Front/1_1.gif ) }
|
||||
.Dungeon .LeftFront0_0 { background: url( http://img.combats.ru/i/sprites/kn4/Left/Front/1_0.gif ) }
|
||||
.Dungeon .LeftSide0_0 { background: url( http://img.combats.ru/i/sprites/kn4/Left/0_0.gif ) }
|
||||
.Dungeon .RightSide0_0 { background: url( http://img.combats.ru/i/sprites/kn4/Right/0_0.gif ) }
|
||||
@@ -0,0 +1,62 @@
|
||||
DIV.Dungeon{
|
||||
width: 372px;
|
||||
height: 260px;
|
||||
padding: 10px;
|
||||
position: relative;
|
||||
overflow: hidden;
|
||||
background: black;
|
||||
}
|
||||
.Dungeon BUTTON {
|
||||
border: 0px solid;
|
||||
background: transparent;
|
||||
padding: 0px;
|
||||
margin: 0px;
|
||||
position: absolute;
|
||||
filter: Chroma( Color=#c1cacf );
|
||||
}
|
||||
|
||||
.Dungeon DIV {
|
||||
width: 352px;
|
||||
height: 240px;
|
||||
overflow: hidden;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.Dungeon IMG {
|
||||
width: 352px;
|
||||
height: 240px;
|
||||
position: relative;
|
||||
}
|
||||
DIV.Life{position:absolute;background:#008000;height:2px;}
|
||||
DIV.Life2{position:absolute;background:#00FF00;height:2px;}
|
||||
.Dungeon .Floor0{ background: url( http://img.combats.ru/i/sprites/sn/bg0.gif ) black }
|
||||
.Dungeon .Floor1{ background: url( http://img.combats.ru/i/sprites/sn/bg1.gif ) black }
|
||||
|
||||
.Dungeon .LeftSide4_1 { background: url( http://img.combats.ru/i/sprites/sn/Left/4_1.gif ) }
|
||||
.Dungeon .RightSide4_1 { background: url( http://img.combats.ru/i/sprites/sn/Right/4_1.gif ) }
|
||||
.Dungeon .LeftSide4_0 { background: url( http://img.combats.ru/i/sprites/sn/Left/4_0.gif ) }
|
||||
.Dungeon .RightSide4_0 { background: url( http://img.combats.ru/i/sprites/sn/Right/4_0.gif ) }
|
||||
.Dungeon .LeftFront3_2 { background: url( http://img.combats.ru/i/sprites/sn/Left/Front/4_2.gif ) }
|
||||
.Dungeon .RightFront3_2 { background: url( http://img.combats.ru/i/sprites/sn/Right/Front/4_2.gif ) }
|
||||
.Dungeon .LeftFront3_1 { background: url( http://img.combats.ru/i/sprites/sn/Left/Front/4_1.gif ) }
|
||||
.Dungeon .RightFront3_1 { background: url( http://img.combats.ru/i/sprites/sn/Right/Front/4_1.gif ) }
|
||||
.Dungeon .LeftFront3_0 { background: url( http://img.combats.ru/i/sprites/sn/Left/Front/4_0.gif ) }
|
||||
.Dungeon .LeftSide3_1 { background: url( http://img.combats.ru/i/sprites/sn/Left/3_1.gif ) }
|
||||
.Dungeon .RightSide3_1 { background: url( http://img.combats.ru/i/sprites/sn/Right/3_1.gif ) }
|
||||
.Dungeon .LeftSide3_0 { background: url( http://img.combats.ru/i/sprites/sn/Left/3_0.gif ) }
|
||||
.Dungeon .RightSide3_0 { background: url( http://img.combats.ru/i/sprites/sn/Right/3_0.gif ) }
|
||||
.Dungeon .LeftFront2_1 { background: url( http://img.combats.ru/i/sprites/sn/Left/Front/3_1.gif ) }
|
||||
.Dungeon .RightFront2_1 { background: url( http://img.combats.ru/i/sprites/sn/Right/Front/3_1.gif ) }
|
||||
.Dungeon .LeftFront2_0 { background: url( http://img.combats.ru/i/sprites/sn/Left/Front/3_0.gif ) }
|
||||
.Dungeon .LeftSide2_0 { background: url( http://img.combats.ru/i/sprites/sn/Left/2_0.gif ) }
|
||||
.Dungeon .RightSide2_0 { background: url( http://img.combats.ru/i/sprites/sn/Right/2_0.gif ) }
|
||||
.Dungeon .LeftFront1_1 { background: url( http://img.combats.ru/i/sprites/sn/Left/Front/2_1.gif ) }
|
||||
.Dungeon .RightFront1_1 { background: url( http://img.combats.ru/i/sprites/sn/Right/Front/2_1.gif ) }
|
||||
.Dungeon .LeftFront1_0 { background: url( http://img.combats.ru/i/sprites/sn/Left/Front/2_0.gif ) }
|
||||
.Dungeon .LeftSide1_0 { background: url( http://img.combats.ru/i/sprites/sn/Left/1_0.gif ) }
|
||||
.Dungeon .RightSide1_0 { background: url( http://img.combats.ru/i/sprites/sn/Right/1_0.gif ) }
|
||||
.Dungeon .LeftFront0_1 { background: url( http://img.combats.ru/i/sprites/sn/Left/Front/1_1.gif ) }
|
||||
.Dungeon .RightFront0_1 { background: url( http://img.combats.ru/i/sprites/sn/Right/Front/1_1.gif ) }
|
||||
.Dungeon .LeftFront0_0 { background: url( http://img.combats.ru/i/sprites/sn/Left/Front/1_0.gif ) }
|
||||
.Dungeon .LeftSide0_0 { background: url( http://img.combats.ru/i/sprites/sn/Left/0_0.gif ) }
|
||||
.Dungeon .RightSide0_0 { background: url( http://img.combats.ru/i/sprites/sn/Right/0_0.gif ) }
|
||||
@@ -0,0 +1,62 @@
|
||||
DIV.Dungeon{
|
||||
width: 372px;
|
||||
height: 260px;
|
||||
padding: 10px;
|
||||
position: relative;
|
||||
overflow: hidden;
|
||||
background: black;
|
||||
}
|
||||
.Dungeon BUTTON {
|
||||
border: 0px solid;
|
||||
background: transparent;
|
||||
padding: 0px;
|
||||
margin: 0px;
|
||||
position: absolute;
|
||||
filter: Chroma( Color=#c1cacf );
|
||||
}
|
||||
|
||||
.Dungeon DIV {
|
||||
width: 352px;
|
||||
height: 240px;
|
||||
overflow: hidden;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.Dungeon IMG {
|
||||
width: 352px;
|
||||
height: 240px;
|
||||
position: relative;
|
||||
}
|
||||
DIV.Life{position:absolute;background:#008000;height:2px;}
|
||||
DIV.Life2{position:absolute;background:#00FF00;height:2px;}
|
||||
.Dungeon .Floor0{ background: url( http://img.combats.ru/i/sprites/sun/bg0.gif ) black }
|
||||
.Dungeon .Floor1{ background: url( http://img.combats.ru/i/sprites/sun/bg1.gif ) black }
|
||||
|
||||
.Dungeon .LeftSide4_1 { background: url( http://img.combats.ru/i/sprites/sun/Left/4_1.gif ) }
|
||||
.Dungeon .RightSide4_1 { background: url( http://img.combats.ru/i/sprites/sun/Right/4_1.gif ) }
|
||||
.Dungeon .LeftSide4_0 { background: url( http://img.combats.ru/i/sprites/sun/Left/4_0.gif ) }
|
||||
.Dungeon .RightSide4_0 { background: url( http://img.combats.ru/i/sprites/sun/Right/4_0.gif ) }
|
||||
.Dungeon .LeftFront3_2 { background: url( http://img.combats.ru/i/sprites/sun/Left/Front/4_2.gif ) }
|
||||
.Dungeon .RightFront3_2 { background: url( http://img.combats.ru/i/sprites/sun/Right/Front/4_2.gif ) }
|
||||
.Dungeon .LeftFront3_1 { background: url( http://img.combats.ru/i/sprites/sun/Left/Front/4_1.gif ) }
|
||||
.Dungeon .RightFront3_1 { background: url( http://img.combats.ru/i/sprites/sun/Right/Front/4_1.gif ) }
|
||||
.Dungeon .LeftFront3_0 { background: url( http://img.combats.ru/i/sprites/sun/Left/Front/4_0.gif ) }
|
||||
.Dungeon .LeftSide3_1 { background: url( http://img.combats.ru/i/sprites/sun/Left/3_1.gif ) }
|
||||
.Dungeon .RightSide3_1 { background: url( http://img.combats.ru/i/sprites/sun/Right/3_1.gif ) }
|
||||
.Dungeon .LeftSide3_0 { background: url( http://img.combats.ru/i/sprites/sun/Left/3_0.gif ) }
|
||||
.Dungeon .RightSide3_0 { background: url( http://img.combats.ru/i/sprites/sun/Right/3_0.gif ) }
|
||||
.Dungeon .LeftFront2_1 { background: url( http://img.combats.ru/i/sprites/sun/Left/Front/3_1.gif ) }
|
||||
.Dungeon .RightFront2_1 { background: url( http://img.combats.ru/i/sprites/sun/Right/Front/3_1.gif ) }
|
||||
.Dungeon .LeftFront2_0 { background: url( http://img.combats.ru/i/sprites/sun/Left/Front/3_0.gif ) }
|
||||
.Dungeon .LeftSide2_0 { background: url( http://img.combats.ru/i/sprites/sun/Left/2_0.gif ) }
|
||||
.Dungeon .RightSide2_0 { background: url( http://img.combats.ru/i/sprites/sun/Right/2_0.gif ) }
|
||||
.Dungeon .LeftFront1_1 { background: url( http://img.combats.ru/i/sprites/sun/Left/Front/2_1.gif ) }
|
||||
.Dungeon .RightFront1_1 { background: url( http://img.combats.ru/i/sprites/sun/Right/Front/2_1.gif ) }
|
||||
.Dungeon .LeftFront1_0 { background: url( http://img.combats.ru/i/sprites/sun/Left/Front/2_0.gif ) }
|
||||
.Dungeon .LeftSide1_0 { background: url( http://img.combats.ru/i/sprites/sun/Left/1_0.gif ) }
|
||||
.Dungeon .RightSide1_0 { background: url( http://img.combats.ru/i/sprites/sun/Right/1_0.gif ) }
|
||||
.Dungeon .LeftFront0_1 { background: url( http://img.combats.ru/i/sprites/sun/Left/Front/1_1.gif ) }
|
||||
.Dungeon .RightFront0_1 { background: url( http://img.combats.ru/i/sprites/sun/Right/Front/1_1.gif ) }
|
||||
.Dungeon .LeftFront0_0 { background: url( http://img.combats.ru/i/sprites/sun/Left/Front/1_0.gif ) }
|
||||
.Dungeon .LeftSide0_0 { background: url( http://img.combats.ru/i/sprites/sun/Left/0_0.gif ) }
|
||||
.Dungeon .RightSide0_0 { background: url( http://img.combats.ru/i/sprites/sun/Right/0_0.gif ) }
|
||||
@@ -0,0 +1,57 @@
|
||||
DIV.Dungeon{
|
||||
width: 372px;
|
||||
height: 260px;
|
||||
padding: 10px;
|
||||
position: relative;
|
||||
overflow: hidden;
|
||||
background: black;
|
||||
}
|
||||
.Dungeon BUTTON {
|
||||
border: 0px solid;
|
||||
background: transparent;
|
||||
padding: 0px;
|
||||
margin: 0px;
|
||||
position: absolute;
|
||||
filter: Alpha(opacity=100),Chroma( Color=#c1cacf );
|
||||
}
|
||||
|
||||
.Dungeon DIV {
|
||||
width: 352px;
|
||||
height: 240px;
|
||||
overflow: hidden;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
DIV.Life{position:absolute;background:#008000;height:2px;}
|
||||
DIV.Life2{position:absolute;background:#00FF00;height:2px;}
|
||||
.Dungeon .Floor0{ background: url( http://img.combats.ru/i/sprites/ug/bg0.gif ) black }
|
||||
.Dungeon .Floor1{ background: url( http://img.combats.ru/i/sprites/ug/bg1.gif ) black }
|
||||
|
||||
.Dungeon .LeftSide4_1 { background: url( http://img.combats.ru/i/sprites/ug/Left/4_1.gif ) }
|
||||
.Dungeon .RightSide4_1 { background: url( http://img.combats.ru/i/sprites/ug/Right/4_1.gif ) }
|
||||
.Dungeon .LeftSide4_0 { background: url( http://img.combats.ru/i/sprites/ug/Left/4_0.gif ) }
|
||||
.Dungeon .RightSide4_0 { background: url( http://img.combats.ru/i/sprites/ug/Right/4_0.gif ) }
|
||||
.Dungeon .LeftFront3_2 { background: url( http://img.combats.ru/i/sprites/ug/Left/Front/4_2.gif ) }
|
||||
.Dungeon .RightFront3_2 { background: url( http://img.combats.ru/i/sprites/ug/Right/Front/4_2.gif ) }
|
||||
.Dungeon .LeftFront3_1 { background: url( http://img.combats.ru/i/sprites/ug/Left/Front/4_1.gif ) }
|
||||
.Dungeon .RightFront3_1 { background: url( http://img.combats.ru/i/sprites/ug/Right/Front/4_1.gif ) }
|
||||
.Dungeon .LeftFront3_0 { background: url( http://img.combats.ru/i/sprites/ug/Left/Front/4_0.gif ) }
|
||||
.Dungeon .LeftSide3_1 { background: url( http://img.combats.ru/i/sprites/ug/Left/3_1.gif ) }
|
||||
.Dungeon .RightSide3_1 { background: url( http://img.combats.ru/i/sprites/ug/Right/3_1.gif ) }
|
||||
.Dungeon .LeftSide3_0 { background: url( http://img.combats.ru/i/sprites/ug/Left/3_0.gif ) }
|
||||
.Dungeon .RightSide3_0 { background: url( http://img.combats.ru/i/sprites/ug/Right/3_0.gif ) }
|
||||
.Dungeon .LeftFront2_1 { background: url( http://img.combats.ru/i/sprites/ug/Left/Front/3_1.gif ) }
|
||||
.Dungeon .RightFront2_1 { background: url( http://img.combats.ru/i/sprites/ug/Right/Front/3_1.gif ) }
|
||||
.Dungeon .LeftFront2_0 { background: url( http://img.combats.ru/i/sprites/ug/Left/Front/3_0.gif ) }
|
||||
.Dungeon .LeftSide2_0 { background: url( http://img.combats.ru/i/sprites/ug/Left/2_0.gif ) }
|
||||
.Dungeon .RightSide2_0 { background: url( http://img.combats.ru/i/sprites/ug/Right/2_0.gif ) }
|
||||
.Dungeon .LeftFront1_1 { background: url( http://img.combats.ru/i/sprites/ug/Left/Front/2_1.gif ) }
|
||||
.Dungeon .RightFront1_1 { background: url( http://img.combats.ru/i/sprites/ug/Right/Front/2_1.gif ) }
|
||||
.Dungeon .LeftFront1_0 { background: url( http://img.combats.ru/i/sprites/ug/Left/Front/2_0.gif ) }
|
||||
.Dungeon .LeftSide1_0 { background: url( http://img.combats.ru/i/sprites/ug/Left/1_0.gif ) }
|
||||
.Dungeon .RightSide1_0 { background: url( http://img.combats.ru/i/sprites/ug/Right/1_0.gif ) }
|
||||
.Dungeon .LeftFront0_1 { background: url( http://img.combats.ru/i/sprites/ug/Left/Front/1_1.gif ) }
|
||||
.Dungeon .RightFront0_1 { background: url( http://img.combats.ru/i/sprites/ug/Right/Front/1_1.gif ) }
|
||||
.Dungeon .LeftFront0_0 { background: url( http://img.combats.ru/i/sprites/ug/Left/Front/1_0.gif ) }
|
||||
.Dungeon .LeftSide0_0 { background: url( http://img.combats.ru/i/sprites/ug/Left/0_0.gif ) }
|
||||
.Dungeon .RightSide0_0 { background: url( http://img.combats.ru/i/sprites/ug/Right/0_0.gif ) }
|
||||
@@ -0,0 +1 @@
|
||||
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}.inup { BORDER-RIGHT: #302F2A 1px double; BORDER-TOP: #302F2A 1px double; FONT-SIZE: 8pt; BORDER-LEFT: #302F2A 1px double; COLOR: #000000; BORDER-BOTTOM: #302F2A 1px double; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; BACKGROUND-COLOR: #DED7BD}.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}A:link { FONT-WEIGHT: normal; COLOR: #524936; TEXT-DECORATION: none}A:visited { FONT-WEIGHT: normal; COLOR: #633525; TEXT-DECORATION: none}A:active { FONT-WEIGHT: normal; COLOR: #77684d; TEXT-DECORATION: none}A:hover { COLOR: #68727B; TEXT-DECORATION: underline}.date { FONT-WEIGHT: normal; FONT-SIZE: 8pt; COLOR: #007000; FONT-FAMILY: Courier; TEXT-DECORATION: none}.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}.pagetknum { PADDING-RIGHT: 3px; PADDING-LEFT: 3px; FONT-WEIGHT: bold; PADDING-BOTTOM: 0px; MARGIN: 0px; WIDTH: 1em; COLOR: #6f0000; PADDING-TOP: 0px; TEXT-DECORATION: underline}.pagenum A:link { PADDING-RIGHT: 3px; PADDING-LEFT: 3px; PADDING-BOTTOM: 0px; MARGIN: 0px; WIDTH: 1em; PADDING-TOP: 0px}.pagenum A:visited { PADDING-RIGHT: 3px; PADDING-LEFT: 3px; PADDING-BOTTOM: 0px; MARGIN: 0px; WIDTH: 1em; PADDING-TOP: 0px}.pagenum A:active { PADDING-RIGHT: 3px; PADDING-LEFT: 3px; PADDING-BOTTOM: 0px; MARGIN: 0px; WIDTH: 1em; PADDING-TOP: 0px}.pagenum A:hover { PADDING-RIGHT: 3px; PADDING-LEFT: 3px; PADDING-BOTTOM: 0px; MARGIN: 0px; WIDTH: 1em; PADDING-TOP: 0px; BACKGROUND-COLOR: white}.phpeft { PADDING-RIGHT: 0px; PADDING-LEFT: 20px; PADDING-BOTTOM: 7px; MARGIN: 0px; PADDING-TOP: 3px}.pages { BACKGROUND-COLOR: #ffefbf}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}.btn { BORDER-RIGHT: #817a63 1px double; BORDER-TOP: #817a63 1px double; FONT-SIZE: 7.5pt; BORDER-LEFT: #817a63 1px double; COLOR: #dfddd3; BORDER-BOTTOM: #817a63 1px double; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; BACKGROUND-COLOR: #2b2b18}
|
||||
@@ -0,0 +1,520 @@
|
||||
/*! jQuery UI - v1.9.0 - 2012-10-10
|
||||
* http://jqueryui.com
|
||||
* Includes: jquery.ui.core.css, jquery.ui.resizable.css, jquery.ui.selectable.css, jquery.ui.accordion.css, jquery.ui.autocomplete.css, jquery.ui.button.css, jquery.ui.datepicker.css, jquery.ui.dialog.css, jquery.ui.menu.css, jquery.ui.progressbar.css, jquery.ui.slider.css, jquery.ui.spinner.css, jquery.ui.tabs.css, jquery.ui.tooltip.css
|
||||
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=10pt&cornerRadius=0px&bgColorHeader=c7c7c7&bgTextureHeader=01_flat.png&bgImgOpacityHeader=100&borderColorHeader=a5a5a5&fcHeader=bf0000&iconColorHeader=000000&bgColorContent=e2e0e0&bgTextureContent=01_flat.png&bgImgOpacityContent=100&borderColorContent=a5a5a5&fcContent=222222&iconColorContent=000000&bgColorDefault=e0dfe3&bgTextureDefault=01_flat.png&bgImgOpacityDefault=100&borderColorDefault=b0b0b0&fcDefault=003388&iconColorDefault=000000&bgColorHover=e0dfe3&bgTextureHover=01_flat.png&bgImgOpacityHover=100&borderColorHover=b0b0b0&fcHover=003388&iconColorHover=000000&bgColorActive=e0dfe3&bgTextureActive=01_flat.png&bgImgOpacityActive=100&borderColorActive=b0b0b0&fcActive=003388&iconColorActive=000000&bgColorHighlight=fff6dd&bgTextureHighlight=01_flat.png&bgImgOpacityHighlight=100&borderColorHighlight=b0b0b0&fcHighlight=000000&iconColorHighlight=000000&bgColorError=e2e0e0&bgTextureError=01_flat.png&bgImgOpacityError=100&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=01_flat.png&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=01_flat.png&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=0px
|
||||
* Copyright (c) 2012 jQuery Foundation and other contributors Licensed MIT */
|
||||
|
||||
/* Layout helpers
|
||||
----------------------------------*/
|
||||
.ui-helper-hidden { display: none; }
|
||||
.ui-helper-hidden-accessible { position: absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px,1px,1px,1px); }
|
||||
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
|
||||
.ui-helper-clearfix:before, .ui-helper-clearfix:after { content: ""; display: table; }
|
||||
.ui-helper-clearfix:after { clear: both; }
|
||||
.ui-helper-clearfix { zoom: 1; }
|
||||
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }
|
||||
|
||||
|
||||
/* states and images */
|
||||
.ui-icon { width: 16px; height: 14px; background-image: url(/i/jquery-ui/ui-icons_000000_256x240.png); }
|
||||
.ui-widget-content .ui-icon {background-image: url(/i/jquery-ui/ui-icons_000000_256x240.png); }
|
||||
.ui-widget-header .ui-icon {background-image: url(/i/jquery-ui/ui-icons_000000_256x240.png); }
|
||||
.ui-state-default .ui-icon { background-image: url(/i/jquery-ui/ui-icons_000000_256x240.png); }
|
||||
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(/i/jquery-ui/ui-icons_000000_256x240.png); }
|
||||
.ui-state-active .ui-icon {background-image: url(/i/jquery-ui/ui-icons_000000_256x240.png); }
|
||||
.ui-state-highlight .ui-icon {background-image: url(/i/jquery-ui/ui-icons_000000_256x240.png); }
|
||||
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(/i/jquery-ui/ui-icons_cd0a0a_256x240.png); }
|
||||
|
||||
/* Component containers
|
||||
----------------------------------*/
|
||||
.ui-widget {
|
||||
font-family: Verdana,Arial,sans-serif; font-size: 10pt;
|
||||
}
|
||||
.ui-widget .ui-widget {
|
||||
font-size: 1em;
|
||||
}
|
||||
.ui-widget input,
|
||||
.ui-widget select,
|
||||
.ui-widget textarea,
|
||||
.ui-widget button {
|
||||
border: solid 1px #b0b0b0;
|
||||
margin-top: 1px;
|
||||
margin-bottom: 2px;
|
||||
font-size: 11px;
|
||||
color: #191970;
|
||||
|
||||
}
|
||||
.ui-widget-content { border: 1px solid #a5a5a5; background: #e2e0e0 url(/i/jquery-ui/ui-bg_flat_100_e2e0e0_40x100.png) 50% 50% repeat-x; color: #222222; }
|
||||
.ui-widget-content a { color: #003388; }
|
||||
.ui-widget-header { border: 1px solid #a5a5a5; background: #c7c7c7 url(/i/jquery-ui/ui-bg_flat_100_c7c7c7_40x100.png) 50% 50% repeat-x; color: #bf0000; font-weight: bold; }
|
||||
.ui-widget-header a { color: #bf0000; }
|
||||
|
||||
|
||||
/* Interaction states
|
||||
----------------------------------*/
|
||||
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #b0b0b0; background: #e0dfe3 url(/i/jquery-ui/ui-bg_flat_100_e0dfe3_40x100.png) 50% 50% repeat-x; font-weight: normal; color: #003388; }
|
||||
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #003388; text-decoration: none; }
|
||||
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid #b0b0b0; background: none; font-weight: normal; color: #003388; }
|
||||
.ui-state-hover a, .ui-state-hover a:hover { color: #0066FF; text-decoration: none; }
|
||||
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #b0b0b0; background: #e0dfe3 url(/i/jquery-ui/ui-bg_flat_100_e0dfe3_40x100.png) 50% 50% repeat-x; font-weight: normal; color: #003388; }
|
||||
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #003388; text-decoration: none; }
|
||||
|
||||
/* Interaction Cues
|
||||
----------------------------------*/
|
||||
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {border: 1px solid #b0b0b0; background: #fff6dd url(/i/jquery-ui/ui-bg_flat_100_fff6dd_40x100.png) 50% 50% repeat-x; color: #000000; }
|
||||
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #000000; }
|
||||
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {border: 1px solid #cd0a0a; background: #e2e0e0 url(/i/jquery-ui/ui-bg_flat_100_e2e0e0_40x100.png) 50% 50% repeat-x; color: #cd0a0a; }
|
||||
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #cd0a0a; }
|
||||
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #cd0a0a; }
|
||||
.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { font-weight: bold; }
|
||||
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }
|
||||
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }
|
||||
|
||||
|
||||
/* Interaction Cues
|
||||
----------------------------------*/
|
||||
.ui-state-disabled { cursor: default !important; }
|
||||
|
||||
|
||||
/* Icons
|
||||
----------------------------------*/
|
||||
|
||||
/* states and images */
|
||||
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }
|
||||
|
||||
|
||||
/* Misc visuals
|
||||
----------------------------------*/
|
||||
|
||||
/* Overlays */
|
||||
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
|
||||
.ui-resizable { position: relative;}
|
||||
.ui-resizable-handle { position: absolute;font-size: 0.1px; display: block; }
|
||||
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; }
|
||||
.ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0; }
|
||||
.ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0; }
|
||||
.ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0; height: 100%; }
|
||||
.ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0; height: 100%; }
|
||||
.ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; }
|
||||
.ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; }
|
||||
.ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; }
|
||||
.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;}.ui-selectable-helper { position: absolute; z-index: 100; border:1px dotted black; }
|
||||
.ui-accordion .ui-accordion-header { display: block; cursor: pointer; position: relative; margin-top: 2px; padding: .5em .5em .5em .7em; zoom: 1; }
|
||||
.ui-accordion .ui-accordion-icons { padding-left: 2.2em; }
|
||||
.ui-accordion .ui-accordion-noicons { padding-left: .7em; }
|
||||
.ui-accordion .ui-accordion-icons .ui-accordion-icons { padding-left: 2.2em; }
|
||||
.ui-accordion .ui-accordion-header .ui-accordion-header-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; }
|
||||
.ui-accordion .ui-accordion-content { padding: 1em 2.2em; border-top: 0; overflow: auto; zoom: 1; }
|
||||
.ui-autocomplete { position: absolute; cursor: default; }
|
||||
|
||||
/* workarounds */
|
||||
* html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */
|
||||
.ui-button { display: inline-block; position: relative; padding: 0; margin-right: .1em; cursor: pointer; text-align: center; zoom: 1; overflow: visible; } /* the overflow property removes extra width in IE */
|
||||
.ui-button, .ui-button:link, .ui-button:visited, .ui-button:hover, .ui-button:active { text-decoration: none; }
|
||||
.ui-button-icon-only { width: 2.2em; } /* to make room for the icon, a width needs to be set here */
|
||||
button.ui-button-icon-only { width: 2.4em; } /* button elements seem to need a little more width */
|
||||
.ui-button-icons-only { width: 3.4em; }
|
||||
button.ui-button-icons-only { width: 3.7em; }
|
||||
|
||||
/*button text element */
|
||||
.ui-button .ui-button-text { display: block; line-height: 1.4; }
|
||||
.ui-button-text-only .ui-button-text { padding: 0 1em; }
|
||||
.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text { padding: .4em; text-indent: -9999999px; }
|
||||
.ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 1em .4em 2.1em; }
|
||||
.ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 2.1em .4em 1em; }
|
||||
.ui-button-text-icons .ui-button-text { padding-left: 2.1em; padding-right: 2.1em; }
|
||||
/* no icon support for input elements, provide padding by default */
|
||||
input.ui-button { padding: .4em 1em; }
|
||||
|
||||
/*button icon element(s) */
|
||||
.ui-button-icon-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon { position: absolute; top: 50%; margin-top: -8px; }
|
||||
.ui-button-icon-only .ui-icon { left: 50%; margin-left: -8px; }
|
||||
.ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary { left: .5em; }
|
||||
.ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }
|
||||
.ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }
|
||||
|
||||
/*button sets*/
|
||||
.ui-buttonset { margin-right: 7px; }
|
||||
.ui-buttonset .ui-button { margin-left: 0; margin-right: -.3em; }
|
||||
|
||||
/* workarounds */
|
||||
button.ui-button::-moz-focus-inner { border: 0; padding: 0; } /* reset extra padding in Firefox */
|
||||
.ui-datepicker { width: 17em; padding: .2em .2em 0; display: none; }
|
||||
.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; }
|
||||
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }
|
||||
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; }
|
||||
.ui-datepicker .ui-datepicker-prev { left:2px; }
|
||||
.ui-datepicker .ui-datepicker-next { right:2px; }
|
||||
.ui-datepicker .ui-datepicker-prev-hover { left:1px; }
|
||||
.ui-datepicker .ui-datepicker-next-hover { right:1px; }
|
||||
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px; }
|
||||
.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
|
||||
.ui-datepicker .ui-datepicker-title select { font-size:1em; margin:1px 0; }
|
||||
.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
|
||||
.ui-datepicker select.ui-datepicker-month,
|
||||
.ui-datepicker select.ui-datepicker-year { width: 49%;}
|
||||
.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
|
||||
.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0; }
|
||||
.ui-datepicker td { border: 0; padding: 1px; }
|
||||
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
|
||||
.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
|
||||
.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
|
||||
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }
|
||||
|
||||
/* with multiple calendars */
|
||||
.ui-datepicker.ui-datepicker-multi { width:auto; }
|
||||
.ui-datepicker-multi .ui-datepicker-group { float:left; }
|
||||
.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
|
||||
.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
|
||||
.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
|
||||
.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
|
||||
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
|
||||
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
|
||||
.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
|
||||
.ui-datepicker-row-break { clear:both; width:100%; font-size:0em; }
|
||||
|
||||
/* RTL support */
|
||||
.ui-datepicker-rtl { direction: rtl; }
|
||||
.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
|
||||
.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
|
||||
.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
|
||||
.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
|
||||
.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
|
||||
.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
|
||||
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
|
||||
.ui-datepicker-rtl .ui-datepicker-group { float:right; }
|
||||
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
|
||||
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
|
||||
|
||||
/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
|
||||
.ui-datepicker-cover {
|
||||
position: absolute; /*must have*/
|
||||
z-index: -1; /*must have*/
|
||||
filter: mask(); /*must have*/
|
||||
top: -4px; /*must have*/
|
||||
left: -4px; /*must have*/
|
||||
width: 200px; /*must have*/
|
||||
height: 200px; /*must have*/
|
||||
}.ui-dialog { position: absolute; padding: 0; width: 300px; overflow: hidden; }
|
||||
.ui-dialog .ui-dialog-titlebar { padding: 0; position: relative; }
|
||||
.ui-dialog .ui-dialog-title { float: left; margin: .1em 16px .1em 0; }
|
||||
.ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; }
|
||||
.ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; }
|
||||
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 1px; }
|
||||
.ui-dialog .ui-dialog-content { position: relative; border: 0; padding: 0; background: none; overflow: auto; zoom: 1; }
|
||||
.ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background: inherit; margin: .5em 0 0 0; padding: .3em 1em .5em .4em; }
|
||||
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { float: right; }
|
||||
.ui-dialog .ui-dialog-buttonpane button { margin: .5em .4em .5em 0; cursor: pointer; }
|
||||
.ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
|
||||
|
||||
/* убираем рамку с иконок */
|
||||
.ui-widget-header .ui-state-hover, .ui-widget-header .ui-state-focus { border: 0}
|
||||
|
||||
/* песочный Диалог */
|
||||
.ui-dialog.sand-style .ui-widget-content{
|
||||
background: #fff6dd url(/i/jquery-ui/ui-bg_flat_100_fff6dd_40x100.png) 50% 50% repeat-x;
|
||||
color: #000000;
|
||||
}
|
||||
|
||||
|
||||
.ui-dialog.sand-style .ui-state-highlight,
|
||||
.ui-dialog.sand-style .ui-widget-content .ui-state-highlight,
|
||||
.ui-dialog.sand-style .ui-widget-header .ui-state-highlight{
|
||||
border: 1px solid #b0b0b0;
|
||||
background: #fff6dd url(/i/jquery-ui/ui-bg_flat_100_fff6dd_40x100.png) 50% 50% repeat-x; color: #000000;
|
||||
}
|
||||
.ui-dialog.sand-style .ui-state-error,
|
||||
.ui-widget-content .ui-state-error,
|
||||
.ui-widget-header .ui-state-error {
|
||||
border: 1px solid #cd0a0a;
|
||||
background: #fff6dd url(/i/jquery-ui/ui-bg_flat_100_fff6dd_40x100.png) 50% 50% repeat-x;
|
||||
color: #cd0a0a;
|
||||
}
|
||||
.ui-dialog.sand-style .ui-widget-header {
|
||||
background: #ccc3aa url(/i/jquery-ui/ui-bg_flat_100_ccc3aa_40x100.png) 50% 50% repeat-x;
|
||||
color: #000000;
|
||||
font-weight: bold;
|
||||
text-align: center;
|
||||
font-size: 12px;
|
||||
padding: 2px;
|
||||
border: none;
|
||||
}
|
||||
.ui-dialog.sand-style .ui-dialog-title {
|
||||
margin: 0px;
|
||||
}
|
||||
|
||||
|
||||
.ui-draggable .ui-dialog-titlebar { cursor: move; }
|
||||
.ui-menu { list-style:none; padding: 2px; margin: 0; display:block; outline: none; }
|
||||
.ui-menu .ui-menu { margin-top: -3px; position: absolute; }
|
||||
.ui-menu .ui-menu-item { margin: 0; padding: 0; zoom: 1; width: 100%; }
|
||||
.ui-menu .ui-menu-divider { margin: 5px -2px 5px -2px; height: 0; font-size: 0; line-height: 0; border-width: 1px 0 0 0; }
|
||||
.ui-menu .ui-menu-item a { text-decoration: none; display: block; padding: 2px .4em; line-height: 1.5; zoom: 1; font-weight: normal; }
|
||||
.ui-menu .ui-menu-item a.ui-state-focus,
|
||||
.ui-menu .ui-menu-item a.ui-state-active { font-weight: normal; margin: -1px; }
|
||||
|
||||
.ui-menu .ui-state-disabled { font-weight: normal; margin: .4em 0 .2em; line-height: 1.5; }
|
||||
.ui-menu .ui-state-disabled a { cursor: default; }
|
||||
|
||||
/* icon support */
|
||||
.ui-menu-icons { position: relative; }
|
||||
.ui-menu-icons .ui-menu-item a { position: relative; padding-left: 2em; }
|
||||
|
||||
/* left-aligned */
|
||||
.ui-menu .ui-icon { position: absolute; top: .2em; left: .2em; }
|
||||
|
||||
/* right-aligned */
|
||||
.ui-menu .ui-menu-icon { position: static; float: right; }
|
||||
.ui-progressbar { height:2em; text-align: left; overflow: hidden; }
|
||||
.ui-progressbar .ui-progressbar-value {margin: -1px; height:100%; }.ui-slider { position: relative; text-align: left; }
|
||||
.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; }
|
||||
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; background-position: 0 0; }
|
||||
|
||||
.ui-slider-horizontal { height: .8em; }
|
||||
.ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; }
|
||||
.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
|
||||
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
|
||||
.ui-slider-horizontal .ui-slider-range-max { right: 0; }
|
||||
|
||||
.ui-slider-vertical { width: .8em; height: 100px; }
|
||||
.ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }
|
||||
.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
|
||||
.ui-slider-vertical .ui-slider-range-min { bottom: 0; }
|
||||
.ui-slider-vertical .ui-slider-range-max { top: 0; }.ui-spinner { position:relative; display: inline-block; overflow: hidden; padding: 0; vertical-align: middle; }
|
||||
.ui-spinner-input { border: none; background: none; padding: 0; margin: .2em 0; vertical-align: middle; margin-left: .4em; margin-right: 22px; }
|
||||
.ui-spinner-button { width: 16px; height: 50%; font-size: .5em; padding: 0; margin: 0; z-index: 100; text-align: center; position: absolute; cursor: default; display: block; overflow: hidden; right: 0; }
|
||||
.ui-spinner a.ui-spinner-button { border-top: none; border-bottom: none; border-right: none; } /* more specificity required here to overide default borders */
|
||||
.ui-spinner .ui-icon { position: absolute; margin-top: -8px; top: 50%; left: 0; } /* vertical centre icon */
|
||||
.ui-spinner-up { top: 0; }
|
||||
.ui-spinner-down { bottom: 0; }
|
||||
|
||||
/* TR overrides */
|
||||
span.ui-spinner { background: none; }
|
||||
.ui-spinner .ui-icon-triangle-1-s {
|
||||
/* need to fix icons sprite */
|
||||
background-position:-65px -16px;
|
||||
}
|
||||
.ui-tabs { position: relative; padding: 0; zoom: 1; } /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
|
||||
.ui-tabs .ui-tabs-nav { margin: 0; padding: 0; }
|
||||
.ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; top: 0; margin: 0px .2em 0 0; border-bottom: 0; padding: 0; white-space: nowrap; }
|
||||
.ui-tabs .ui-tabs-nav li a { float: left; padding: .2em 1em; text-decoration: none; }
|
||||
.ui-tabs .ui-tabs-nav li.ui-tabs-active { margin-bottom: -1px; padding-bottom: 1px;}
|
||||
.ui-tabs .ui-tabs-nav li.ui-tabs-active a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-tabs-loading a { cursor: text; }
|
||||
.ui-tabs .ui-tabs-nav li a, .ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
|
||||
.ui-tabs .ui-tabs-panel { display: block; border-width: 0; padding: 1em 1.4em; background: none; }
|
||||
.ui-tabs .ui-tabs-hide { display: none !important; }
|
||||
|
||||
/* Табы в стиле БК */
|
||||
.ui-tabs.ui-widget-header, .ui-tabs .ui-widget-header{ border: 0px solid #C0C0C0; background: #c7c7c7 url(i/images/ui-bg_flat_100_c7c7c7_40x100.png) 50% 50% repeat-x; color: #000000; font-weight: bold; }
|
||||
.ui-tabs.ui-state-default, .ui-tabs .ui-state-default { border: 0; background: #c7c7c7; color: #003388; }
|
||||
.ui-tabs.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #b0b0b0; background: #a5a5a5 url(i/images/ui-bg_flat_100_a5a5a5_40x100.png) 50% 50% repeat-x; font-weight: bold; color: #191970; }
|
||||
|
||||
|
||||
.ui-tooltip {
|
||||
padding:8px;
|
||||
position:absolute;
|
||||
z-index:9999;
|
||||
-o-box-shadow: 0 0 5px #aaa;
|
||||
-moz-box-shadow: 0 0 5px #aaa;
|
||||
-webkit-box-shadow: 0 0 5px #aaa;
|
||||
box-shadow: 0 0 5px #aaa;
|
||||
}
|
||||
/* Fades and background-images don't work well together in IE6, drop the image */
|
||||
* html .ui-tooltip {
|
||||
background-image: none;
|
||||
}
|
||||
body .ui-tooltip { border-width:2px; }
|
||||
|
||||
/* Icons
|
||||
----------------------------------*/
|
||||
|
||||
/* positioning */
|
||||
.ui-icon-carat-1-n { background-position: 0 0; }
|
||||
.ui-icon-carat-1-ne { background-position: -16px 0; }
|
||||
.ui-icon-carat-1-e { background-position: -32px 0; }
|
||||
.ui-icon-carat-1-se { background-position: -48px 0; }
|
||||
.ui-icon-carat-1-s { background-position: -64px 0; }
|
||||
.ui-icon-carat-1-sw { background-position: -80px 0; }
|
||||
.ui-icon-carat-1-w { background-position: -96px 0; }
|
||||
.ui-icon-carat-1-nw { background-position: -112px 0; }
|
||||
.ui-icon-carat-2-n-s { background-position: -128px 0; }
|
||||
.ui-icon-carat-2-e-w { background-position: -144px 0; }
|
||||
.ui-icon-triangle-1-n { background-position: 0 -16px; }
|
||||
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
|
||||
.ui-icon-triangle-1-e { background-position: -32px -16px; }
|
||||
.ui-icon-triangle-1-se { background-position: -48px -16px; }
|
||||
.ui-icon-triangle-1-s { background-position: -64px -16px; }
|
||||
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
|
||||
.ui-icon-triangle-1-w { background-position: -96px -16px; }
|
||||
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
|
||||
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
|
||||
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
|
||||
.ui-icon-arrow-1-n { background-position: 0 -32px; }
|
||||
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
|
||||
.ui-icon-arrow-1-e { background-position: -32px -32px; }
|
||||
.ui-icon-arrow-1-se { background-position: -48px -32px; }
|
||||
.ui-icon-arrow-1-s { background-position: -64px -32px; }
|
||||
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
|
||||
.ui-icon-arrow-1-w { background-position: -96px -32px; }
|
||||
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
|
||||
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
|
||||
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
|
||||
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
|
||||
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
|
||||
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
|
||||
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
|
||||
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
|
||||
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
|
||||
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
|
||||
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
|
||||
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
|
||||
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
|
||||
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
|
||||
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
|
||||
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
|
||||
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
|
||||
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
|
||||
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
|
||||
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
|
||||
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
|
||||
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
|
||||
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
|
||||
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
|
||||
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
|
||||
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
|
||||
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
|
||||
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
|
||||
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
|
||||
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
|
||||
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
|
||||
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
|
||||
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
|
||||
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
|
||||
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
|
||||
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
|
||||
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
|
||||
.ui-icon-arrow-4 { background-position: 0 -80px; }
|
||||
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
|
||||
.ui-icon-extlink { background-position: -32px -80px; }
|
||||
.ui-icon-newwin { background-position: -48px -80px; }
|
||||
.ui-icon-refresh { background-position: -64px -80px; }
|
||||
.ui-icon-shuffle { background-position: -80px -80px; }
|
||||
.ui-icon-transfer-e-w { background-position: -96px -80px; }
|
||||
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
|
||||
.ui-icon-folder-collapsed { background-position: 0 -96px; }
|
||||
.ui-icon-folder-open { background-position: -16px -96px; }
|
||||
.ui-icon-document { background-position: -32px -96px; }
|
||||
.ui-icon-document-b { background-position: -48px -96px; }
|
||||
.ui-icon-note { background-position: -64px -96px; }
|
||||
.ui-icon-mail-closed { background-position: -80px -96px; }
|
||||
.ui-icon-mail-open { background-position: -96px -96px; }
|
||||
.ui-icon-suitcase { background-position: -112px -96px; }
|
||||
.ui-icon-comment { background-position: -128px -96px; }
|
||||
.ui-icon-person { background-position: -144px -96px; }
|
||||
.ui-icon-print { background-position: -160px -96px; }
|
||||
.ui-icon-trash { background-position: -176px -96px; }
|
||||
.ui-icon-locked { background-position: -192px -96px; }
|
||||
.ui-icon-unlocked { background-position: -208px -96px; }
|
||||
.ui-icon-bookmark { background-position: -224px -96px; }
|
||||
.ui-icon-tag { background-position: -240px -96px; }
|
||||
.ui-icon-home { background-position: 0 -112px; }
|
||||
.ui-icon-flag { background-position: -16px -112px; }
|
||||
.ui-icon-calendar { background-position: -32px -112px; }
|
||||
.ui-icon-cart { background-position: -48px -112px; }
|
||||
.ui-icon-pencil { background-position: -64px -112px; }
|
||||
.ui-icon-clock { background-position: -80px -112px; }
|
||||
.ui-icon-disk { background-position: -96px -112px; }
|
||||
.ui-icon-calculator { background-position: -112px -112px; }
|
||||
.ui-icon-zoomin { background-position: -128px -112px; }
|
||||
.ui-icon-zoomout { background-position: -144px -112px; }
|
||||
.ui-icon-search { background-position: -160px -112px; }
|
||||
.ui-icon-wrench { background-position: -176px -112px; }
|
||||
.ui-icon-gear { background-position: -192px -112px; }
|
||||
.ui-icon-heart { background-position: -208px -112px; }
|
||||
.ui-icon-star { background-position: -224px -112px; }
|
||||
.ui-icon-link { background-position: -240px -112px; }
|
||||
.ui-icon-cancel { background-position: 0 -128px; }
|
||||
.ui-icon-plus { background-position: -16px -128px; }
|
||||
.ui-icon-plusthick { background-position: -32px -128px; }
|
||||
.ui-icon-minus { background-position: -48px -128px; }
|
||||
.ui-icon-minusthick { background-position: -64px -128px; }
|
||||
.ui-icon-close { background-position: -80px -128px; }
|
||||
.ui-icon-closethick { background-position: -96px -128px; }
|
||||
.ui-icon-key { background-position: -112px -128px; }
|
||||
.ui-icon-lightbulb { background-position: -128px -128px; }
|
||||
.ui-icon-scissors { background-position: -144px -128px; }
|
||||
.ui-icon-clipboard { background-position: -160px -128px; }
|
||||
.ui-icon-copy { background-position: -176px -128px; }
|
||||
.ui-icon-contact { background-position: -192px -128px; }
|
||||
.ui-icon-image { background-position: -208px -128px; }
|
||||
.ui-icon-video { background-position: -224px -128px; }
|
||||
.ui-icon-script { background-position: -240px -128px; }
|
||||
.ui-icon-alert { background-position: 0 -144px; }
|
||||
.ui-icon-info { background-position: -16px -144px; }
|
||||
.ui-icon-notice { background-position: -32px -144px; }
|
||||
.ui-icon-help { background-position: -48px -144px; }
|
||||
.ui-icon-check { background-position: -64px -144px; }
|
||||
.ui-icon-bullet { background-position: -80px -144px; }
|
||||
.ui-icon-radio-on { background-position: -96px -144px; }
|
||||
.ui-icon-radio-off { background-position: -112px -144px; }
|
||||
.ui-icon-pin-w { background-position: -128px -144px; }
|
||||
.ui-icon-pin-s { background-position: -144px -144px; }
|
||||
.ui-icon-play { background-position: 0 -160px; }
|
||||
.ui-icon-pause { background-position: -16px -160px; }
|
||||
.ui-icon-seek-next { background-position: -32px -160px; }
|
||||
.ui-icon-seek-prev { background-position: -48px -160px; }
|
||||
.ui-icon-seek-end { background-position: -64px -160px; }
|
||||
.ui-icon-seek-start { background-position: -80px -160px; }
|
||||
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
|
||||
.ui-icon-seek-first { background-position: -80px -160px; }
|
||||
.ui-icon-stop { background-position: -96px -160px; }
|
||||
.ui-icon-eject { background-position: -112px -160px; }
|
||||
.ui-icon-volume-off { background-position: -128px -160px; }
|
||||
.ui-icon-volume-on { background-position: -144px -160px; }
|
||||
.ui-icon-power { background-position: 0 -176px; }
|
||||
.ui-icon-signal-diag { background-position: -16px -176px; }
|
||||
.ui-icon-signal { background-position: -32px -176px; }
|
||||
.ui-icon-battery-0 { background-position: -48px -176px; }
|
||||
.ui-icon-battery-1 { background-position: -64px -176px; }
|
||||
.ui-icon-battery-2 { background-position: -80px -176px; }
|
||||
.ui-icon-battery-3 { background-position: -96px -176px; }
|
||||
.ui-icon-circle-plus { background-position: 0 -192px; }
|
||||
.ui-icon-circle-minus { background-position: -16px -192px; }
|
||||
.ui-icon-circle-close { background-position: -32px -192px; }
|
||||
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
|
||||
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
|
||||
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
|
||||
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
|
||||
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
|
||||
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
|
||||
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
|
||||
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
|
||||
.ui-icon-circle-zoomin { background-position: -176px -192px; }
|
||||
.ui-icon-circle-zoomout { background-position: -192px -192px; }
|
||||
.ui-icon-circle-check { background-position: -208px -192px; }
|
||||
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
|
||||
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
|
||||
.ui-icon-circlesmall-close { background-position: -32px -208px; }
|
||||
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
|
||||
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
|
||||
.ui-icon-squaresmall-close { background-position: -80px -208px; }
|
||||
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
|
||||
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
|
||||
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
|
||||
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
|
||||
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
|
||||
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }
|
||||
|
||||
|
||||
/* Misc visuals
|
||||
----------------------------------*/
|
||||
|
||||
/* Corner radius */
|
||||
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl { -moz-border-radius-topleft: 0px; -webkit-border-top-left-radius: 0px; -khtml-border-top-left-radius: 0px; border-top-left-radius: 0px; }
|
||||
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr { -moz-border-radius-topright: 0px; -webkit-border-top-right-radius: 0px; -khtml-border-top-right-radius: 0px; border-top-right-radius: 0px; }
|
||||
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl { -moz-border-radius-bottomleft: 0px; -webkit-border-bottom-left-radius: 0px; -khtml-border-bottom-left-radius: 0px; border-bottom-left-radius: 0px; }
|
||||
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br { -moz-border-radius-bottomright: 0px; -webkit-border-bottom-right-radius: 0px; -khtml-border-bottom-right-radius: 0px; border-bottom-right-radius: 0px; }
|
||||
|
||||
/* Overlays */
|
||||
.ui-widget-overlay { background: #aaaaaa url(/i/jquery-ui/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .3;filter:Alpha(Opacity=30); }
|
||||
.ui-widget-shadow { margin: -8px 0 0 -8px; padding: 8px; background: #aaaaaa url(/i/jquery-ui/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .3;filter:Alpha(Opacity=30); -moz-border-radius: 0px; -khtml-border-radius: 0px; -webkit-border-radius: 0px; border-radius: 0px; }
|
||||
@@ -0,0 +1,21 @@
|
||||
#contact-overlay { background-color: #000; }
|
||||
#contact-container { font: 16px/22px 'Trebuchet MS', Verdana, Arial; text-align: left; width: 950px; }
|
||||
#contact-container .contact-content { background-color: #333; color: #ddd; height: 40px; }
|
||||
#contact-container h1 {color:#d76300; font-size:20px; line-height:20px; margin:0; padding:0 0 6px 12px; text-align:left;}
|
||||
#contact-container .contact-loading {background:url(../i/loading.gif) no-repeat; height:55px; margin:-14px 0 0 190px; padding:0; position:absolute; width:54px; z-index:8000;}
|
||||
#contact-container .contact-message {text-align:center;}
|
||||
#contact-container .contact-error {background:#000; border:2px solid #ccc; font-size:14px; font-weight:bold; line-height:18px; margin:0 auto; padding:2px; width:92%;}
|
||||
#contact-container br {clear:both;}
|
||||
#contact-container form { margin:0; padding:0; }
|
||||
#contact-container label { clear:left; display:block; float:left; font-weight:bold; padding-right:4px; text-align:right; width:100px;}
|
||||
#contact-container .contact-input { background:#eee; border:1px solid #fff; font-family:'Trebuchet MS', Verdana, Arial; float:left; padding:2px; margin:2px; width:300px;}
|
||||
#contact-container textarea {height:114px;}
|
||||
#contact-container .contact-cc {cursor:default; font-size:14px; vertical-align:top;}
|
||||
#contact-container .contact-top {background-color:#333; height:13px; margin:0; padding:0; -webkit-border-top-left-radius:8px; -webkit-border-top-right-radius:8px; -moz-border-radius-topleft:8px; -moz-border-radius-topright:8px; border-radius:8px 8px 0 0;}
|
||||
#contact-container .contact-bottom {background-color:#333; font-size:12px; height:13px; line-height:12px; text-align:center; -webkit-border-bottom-right-radius:8px; -webkit-border-bottom-left-radius:8px; -moz-border-radius-bottomright:8px; -moz-border-radius-bottomleft:8px; border-radius:0 0 8px 8px;}
|
||||
#contact-container .contact-bottom a, #contact-container .contact-bottom a:link, #contact-container .contact-bottom a:active, #contact-container .contact-bottom a:visited { color: #666; position: relative; top: -4px; text-decoration: none; }
|
||||
#contact-container .contact-bottom a:hover { color: #888; }
|
||||
#contact-container .contact-button {background:#d76300; border:0; color:#fff; cursor:pointer; font-size:13px; font-weight:bold; height:21px; margin:2px 0 0 4px; text-align:center; vertical-align:middle; -webkit-border-radius:8px; -moz-border-radius:8px; border-radius:8px;}
|
||||
#contact-container .contact-button:hover { background: #f49000; }
|
||||
#contact-container a.modal-close, #contact-container a.modal-close:link, #contact-container a.modal-close:active, #contact-container a.modal-close:visited { color: #999; font-size: 18px; font-weight: bold; position: absolute; text-decoration: none; right: 8px; top: 0px; }
|
||||
#contact-container a.modal-close:hover { color: #ccc; }
|
||||
@@ -0,0 +1,99 @@
|
||||
body {
|
||||
margin: 0px 1px 0px 1px;
|
||||
padding: 0px 1px 0px 1px;
|
||||
background-color: #DFDFD8;
|
||||
color: #000000;
|
||||
}
|
||||
|
||||
.main_text {
|
||||
font-weight: bold;
|
||||
font-size: 10px;
|
||||
text-decoration: none;
|
||||
color:#f0f0f0;
|
||||
cursor:hand;
|
||||
}
|
||||
|
||||
.menutop, a.menutop:visited, a.menutop:active {
|
||||
font-weight: bold;
|
||||
font-size: 10px;
|
||||
text-decoration: none;
|
||||
color: #3B3936;
|
||||
}
|
||||
|
||||
a.menutop:hover {
|
||||
color: #76726b;
|
||||
}
|
||||
|
||||
.name {
|
||||
font-weight: bold;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
.parametr_title {
|
||||
font-weight: bold;
|
||||
font-size: 11px;
|
||||
color: #777773;
|
||||
}
|
||||
|
||||
.prname {
|
||||
padding-left: 4px;
|
||||
font-size: 11px;
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
}
|
||||
|
||||
.prvalue {
|
||||
font-size: 11px;
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
}
|
||||
|
||||
.btn {
|
||||
border: 1px double #9a9996;
|
||||
font-size: 12px;
|
||||
color: #dfdfdf;
|
||||
background-color:#504F4C;
|
||||
}
|
||||
|
||||
.mainmenu {
|
||||
color: #23292C;
|
||||
border-top-width: 1px;
|
||||
border-right-width: 1px;
|
||||
border-bottom-width: 1px;
|
||||
border-left-width: 1px;
|
||||
border-top-style: solid;
|
||||
border-right-style: none;
|
||||
border-bottom-style: solid;
|
||||
border-left-style: solid;
|
||||
border-top-color: #969697;
|
||||
border-right-color: #969697;
|
||||
border-bottom-color: #000000;
|
||||
border-left-color: #969697;
|
||||
background-color: #BABABB;
|
||||
cursor:hand;
|
||||
}
|
||||
|
||||
.maptext {
|
||||
font-weight: bold;
|
||||
font-size: 12px;
|
||||
color: #000000;
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
}
|
||||
.posit {
|
||||
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: #FFFFFF;
|
||||
border-right-color: #666666;
|
||||
border-bottom-color: #666666;
|
||||
border-left-color: #FFFFFF;
|
||||
padding: 2px;
|
||||
}
|
||||
|
||||
td {
|
||||
font-size: 9pt;
|
||||
font-family: Verdana, Arial, Helvetica, Tahoma, sans-serif;
|
||||
}
|
||||
@@ -0,0 +1,121 @@
|
||||
body {
|
||||
background-color: #CCCCCC;
|
||||
margin-left: 0px;
|
||||
margin-top: 0px;
|
||||
margin-right: 0px;
|
||||
margin-bottom: 0px;
|
||||
}
|
||||
|
||||
.normaltextm { font-family: Verdana, Arial, Helvetica, sans-serif, Tahoma; font-size: 10pt; color: #003C70;}
|
||||
.smalltextm {
|
||||
font-family: Verdana, Arial, Helvetica, sans-serif, Tahoma;
|
||||
font-size: 8pt;
|
||||
color: #800000;
|
||||
margin: 3px;
|
||||
}
|
||||
.headerm { font-family: Verdana, Arial, Helvetica, sans-serif, Tahoma; font-size: 12pt; color: #31659C; margin-left: 7px ; margin-right: 7px}
|
||||
|
||||
TABLE, TR, TD { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; color: #000000; }
|
||||
|
||||
.normaltext { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: #000000;}
|
||||
.smalltext { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; color: #000000; }
|
||||
.header { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12pt; color: #31659C;}
|
||||
|
||||
.button{font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; background-color : #DDDDDD; border : 1px solid #DDDDDD; border-bottom : 2px solid #333333; border-right : 2px solid #333333; color : Black; }
|
||||
.check{font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; color: #000000;}
|
||||
.input{font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; color: Black; border: 1px solid #000000; background-color: White; }
|
||||
.inup{font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; color: #CCCCCC; border: 1px solid #AA0000; background-color: #550000; }
|
||||
|
||||
|
||||
BODY{
|
||||
SCROLLBAR-FACE-COLOR: #CCCCCC;
|
||||
SCROLLBAR-HIGHLIGHT-COLOR: #222222;
|
||||
SCROLLBAR-SHADOW-COLOR: #222222;
|
||||
SCROLLBAR-ARROW-COLOR: Black;
|
||||
scrollbar-3dlight-color : #CCCCCC;
|
||||
scrollbar-base-color : White;
|
||||
scrollbar-darkshadow-color : #CCCCCC;
|
||||
scrollbar-track-color : #999999;
|
||||
background-image: url(/i/bagr.gif);
|
||||
}
|
||||
|
||||
|
||||
.menu:link, .menu:visited, .menu:active { text-decoration:underline; color:#AA0000;}
|
||||
.menu:hover { text-decoration:underline;color:#AA0000;}
|
||||
|
||||
a:link, a:visited, a:active { text-decoration:none; color:#800000;}
|
||||
a:hover { text-decoration:underline;color:#580000;}
|
||||
|
||||
.NEWS { border: 1px dotted #DDDDDD;}
|
||||
|
||||
.button_enter {
|
||||
font-family: Arial;
|
||||
font-size: 12px;
|
||||
font-weight: bold;
|
||||
color: #E9EBE2;
|
||||
background-color: #960000;
|
||||
border: none;
|
||||
height: 21px;
|
||||
width: 75px;
|
||||
}
|
||||
|
||||
.page_title {
|
||||
text-align: right; font-weight:bold; margin-right:12px; font-size:12px;
|
||||
}
|
||||
|
||||
#menu{
|
||||
list-style:none;
|
||||
padding:0;
|
||||
margin:0;
|
||||
}
|
||||
#menu li{
|
||||
float:left;
|
||||
height:20px;
|
||||
padding:0;
|
||||
margin:0;
|
||||
width:150px;
|
||||
text-align:center;
|
||||
background:#0CF;
|
||||
position:relative;
|
||||
}
|
||||
#menu li ul{
|
||||
list-style:none;
|
||||
padding:0;
|
||||
margin:0;
|
||||
width:150px;
|
||||
position:absolute;
|
||||
left:0;
|
||||
top:20px;
|
||||
display:none;
|
||||
}
|
||||
#menu li ul li{
|
||||
float:none;
|
||||
height:20px;
|
||||
margin:0;
|
||||
width:150px;
|
||||
text-align:center;
|
||||
background:#0CF;
|
||||
}
|
||||
#menu li a{
|
||||
display:block;
|
||||
width:150px;
|
||||
height:20px;
|
||||
}
|
||||
#menu li:hover ul{
|
||||
display:block;
|
||||
}
|
||||
#menu li:hover{
|
||||
background:#F00;
|
||||
}
|
||||
|
||||
alt2{ margin: 0px; padding: 6px; border: 1px inset;}
|
||||
smallfont{margin-bottom:2px;}
|
||||
spoil{margin:10px; margin-top:5px;}
|
||||
|
||||
.b1 {
|
||||
background: navy;
|
||||
color: white;
|
||||
font-size: 9pt;
|
||||
}
|
||||
|
||||
.img
|
||||
@@ -0,0 +1,250 @@
|
||||
#ione{
|
||||
position:relative;
|
||||
cursor:pointer;
|
||||
height:240px;
|
||||
width:500px;
|
||||
}
|
||||
.navig{
|
||||
background:url('http://img.new.capitalcity.old-dark.ru/i/images/300x225/club/navig.jpg') no-repeat left top;
|
||||
}
|
||||
.navig1{
|
||||
background:url('http://img.new.capitalcity.old-dark.ru/i/images/300x225/club/navig1.jpg') no-repeat left top;
|
||||
}
|
||||
.navig2{
|
||||
background:url('http://img.new.capitalcity.old-dark.ru/i/images/300x225/club/navig.jpg') no-repeat left top;
|
||||
}
|
||||
.navig3{
|
||||
background:url('http://img.new.capitalcity.old-dark.ru/i/images/300x225/club/navig3.jpg') no-repeat left top;
|
||||
}
|
||||
.fl1{
|
||||
background:url('http://img.new.capitalcity.old-dark.ru/i/images/300x225/fl1.gif') no-repeat center;
|
||||
position:absolute;
|
||||
width:16px;
|
||||
height:16px;
|
||||
z-index:90;
|
||||
}
|
||||
.map_bk{
|
||||
background:url('http://img.new.capitalcity.old-dark.ru/i/images/300x225/map_bk.gif') no-repeat center;
|
||||
position:absolute;
|
||||
width:120px;
|
||||
height:35px;
|
||||
z-index:90;
|
||||
left:184px;
|
||||
top:94px;
|
||||
}
|
||||
.map_halls{
|
||||
background:url('http://img.new.capitalcity.old-dark.ru/i/images/300x225/map_halls.gif') no-repeat center;
|
||||
position:absolute;
|
||||
width:120px;
|
||||
height:35px;
|
||||
z-index:90;
|
||||
left:354px;
|
||||
top:115px;
|
||||
}
|
||||
.map_demon2{
|
||||
background:url('http://img.new.capitalcity.old-dark.ru/i/images/300x225/map_demon2.gif') no-repeat center;
|
||||
position:absolute;
|
||||
width:107px;
|
||||
height:15px;
|
||||
z-index:90;
|
||||
left:329px;
|
||||
top:111px;
|
||||
}
|
||||
.map_2stair{
|
||||
background:url('http://img.new.capitalcity.old-dark.ru/i/images/300x225/map_2stair.gif') no-repeat center;
|
||||
position:absolute;
|
||||
width:120px;
|
||||
height:35px;
|
||||
z-index:90;
|
||||
left:23px;
|
||||
top:116px;
|
||||
}
|
||||
.map_klub1{
|
||||
background:url('http://img.new.capitalcity.old-dark.ru/i/images/300x225/map_klub1.gif') no-repeat center;
|
||||
position:absolute;
|
||||
width:56px;
|
||||
height:13px;
|
||||
z-index:90;
|
||||
left:66px;
|
||||
top:114px;
|
||||
}
|
||||
.map_klub2{
|
||||
background:url('http://img.new.capitalcity.old-dark.ru/i/images/300x225/map_klub2.gif') no-repeat center;
|
||||
position:absolute;
|
||||
width:58px;
|
||||
height:49px;
|
||||
z-index:90;
|
||||
left:216px;
|
||||
top:41px;
|
||||
}
|
||||
.map_klub3{
|
||||
background:url('http://img.new.capitalcity.old-dark.ru/i/images/300x225/map_klub3.gif') no-repeat center;
|
||||
position:absolute;
|
||||
width:123px;
|
||||
height:31px;
|
||||
z-index:90;
|
||||
left:312px;
|
||||
top:168px;
|
||||
}
|
||||
.map_klub4{
|
||||
background:url('http://img.new.capitalcity.old-dark.ru/i/images/300x225/map_klub4.gif') no-repeat center;
|
||||
position:absolute;
|
||||
width:123px;
|
||||
height:31px;
|
||||
z-index:90;
|
||||
left:59px;
|
||||
top:169px;
|
||||
}
|
||||
.map_klub5{
|
||||
background:url('http://img.new.capitalcity.old-dark.ru/i/images/300x225/map_klub5.gif') no-repeat center;
|
||||
position:absolute;
|
||||
width:123px;
|
||||
height:30px;
|
||||
z-index:90;
|
||||
left:312px;
|
||||
top:48px;
|
||||
}
|
||||
.map_klub6{
|
||||
background:url('http://img.new.capitalcity.old-dark.ru/i/images/300x225/map_klub6.gif') no-repeat center;
|
||||
position:absolute;
|
||||
width:123px;
|
||||
height:30px;
|
||||
z-index:90;
|
||||
left:52px;
|
||||
top:47px;
|
||||
}
|
||||
.map_klub7{
|
||||
background:url('http://img.new.capitalcity.old-dark.ru/i/images/300x225/map_klub7.gif') no-repeat center;
|
||||
position:absolute;
|
||||
width:103px;
|
||||
height:47px;
|
||||
z-index:90;
|
||||
left:196px;
|
||||
top:148px;
|
||||
}
|
||||
.map_zal2{
|
||||
background:url('http://img.new.capitalcity.old-dark.ru/i/images/300x225/map_zal2.gif') no-repeat center;
|
||||
position:absolute;
|
||||
width:175px;
|
||||
height:37px;
|
||||
z-index:90;
|
||||
left:264px;
|
||||
top:106px;
|
||||
}
|
||||
.map_zal3{
|
||||
background:url('http://img.new.capitalcity.old-dark.ru/i/images/300x225/map_zal3.gif') no-repeat center;
|
||||
position:absolute;
|
||||
width:135px;
|
||||
height:29px;
|
||||
z-index:90;
|
||||
left:47px;
|
||||
top:120px;
|
||||
}
|
||||
.map_zal3{
|
||||
background:url('http://img.new.capitalcity.old-dark.ru/i/images/300x225/map_zal3.gif') no-repeat center;
|
||||
position:absolute;
|
||||
width:135px;
|
||||
height:29px;
|
||||
z-index:90;
|
||||
left:47px;
|
||||
top:120px;
|
||||
}
|
||||
.map_zalu3{
|
||||
background:url('http://img.new.capitalcity.old-dark.ru/i/images/300x225/map_zalu3.gif') no-repeat center;
|
||||
position:absolute;
|
||||
width:79px;
|
||||
height:32px;
|
||||
z-index:90;
|
||||
left:17px;
|
||||
top:122px;
|
||||
}
|
||||
.map_zalu4{
|
||||
background:url('http://img.new.capitalcity.old-dark.ru/i/images/300x225/map_zalu4.gif') no-repeat center;
|
||||
position:absolute;
|
||||
width:122px;
|
||||
height:31px;
|
||||
z-index:90;
|
||||
left:52px;
|
||||
top:47px;
|
||||
}
|
||||
.map_zalu6{
|
||||
background:url('http://img.new.capitalcity.old-dark.ru/i/images/300x225/map_zalu6.gif') no-repeat center;
|
||||
position:absolute;
|
||||
width:76px;
|
||||
height:18px;
|
||||
z-index:90;
|
||||
left:78px;
|
||||
top:24px;
|
||||
}
|
||||
.map_zalu7{
|
||||
background:url('http://img.new.capitalcity.old-dark.ru/i/images/300x225/map_zalu7.gif') no-repeat center;
|
||||
position:absolute;
|
||||
width:100px;
|
||||
height:35px;
|
||||
z-index:90;
|
||||
left:393px;
|
||||
top:170px;
|
||||
}
|
||||
.map_sec1{
|
||||
background:url('http://img.new.capitalcity.old-dark.ru/i/images/300x225/map_sec1.gif') no-repeat center;
|
||||
position:absolute;
|
||||
width:91px;
|
||||
height:43px;
|
||||
z-index:90;
|
||||
left:24px;
|
||||
top:180px;
|
||||
}
|
||||
.map_sec2{
|
||||
background:url('http://img.new.capitalcity.old-dark.ru/i/images/300x225/map_sec2.gif') no-repeat center;
|
||||
position:absolute;
|
||||
width:63px;
|
||||
height:40px;
|
||||
z-index:90;
|
||||
left:36px;
|
||||
top:41px;
|
||||
}
|
||||
.map_sec3{
|
||||
background:url('http://img.new.capitalcity.old-dark.ru/i/images/300x225/map_sec3.gif') no-repeat center;
|
||||
position:absolute;
|
||||
width:101px;
|
||||
height:37px;
|
||||
z-index:90;
|
||||
left:119px;
|
||||
top:175px;
|
||||
}
|
||||
.map_sec4{
|
||||
background:url('http://img.new.capitalcity.old-dark.ru/i/images/300x225/map_sec4.gif') no-repeat center;
|
||||
position:absolute;
|
||||
width:89px;
|
||||
height:32px;
|
||||
z-index:90;
|
||||
left:391px;
|
||||
top:120px;
|
||||
}
|
||||
.map_sec5{
|
||||
background:url('http://img.new.capitalcity.old-dark.ru/i/images/300x225/map_sec5.gif') no-repeat center;
|
||||
position:absolute;
|
||||
width:122px;
|
||||
height:31px;
|
||||
z-index:90;
|
||||
left:281px;
|
||||
top:173px;
|
||||
}
|
||||
.map_sec6{
|
||||
background:url('http://img.new.capitalcity.old-dark.ru/i/images/300x225/map_sec6.gif') no-repeat center;
|
||||
position:absolute;
|
||||
width:123px;
|
||||
height:30px;
|
||||
z-index:90;
|
||||
left:305px;
|
||||
top:51px;
|
||||
}
|
||||
.map_sec7{
|
||||
background:url('http://img.new.capitalcity.old-dark.ru/i/images/300x225/map_sec7.gif') no-repeat center;
|
||||
position:absolute;
|
||||
width:123px;
|
||||
height:39px;
|
||||
z-index:90;
|
||||
left:122px;
|
||||
top:52px;
|
||||
}
|
||||
@@ -0,0 +1,164 @@
|
||||
body {
|
||||
font-family: Verdana, Helvetica, Arial, Tahoma, sans-serif;
|
||||
font-size: 10pt;
|
||||
background: #000000;
|
||||
margin: 5px;
|
||||
color: #000000;
|
||||
}
|
||||
|
||||
.inup {
|
||||
background-color: #ded7bd;
|
||||
font-size: 8pt;
|
||||
border: 1px double #302f2a;
|
||||
}
|
||||
|
||||
.text {
|
||||
font-weight: normal
|
||||
}
|
||||
|
||||
h3 {
|
||||
text-align: center;
|
||||
color: #8f0000;
|
||||
font-size: 12pt;
|
||||
font-weight: bold
|
||||
}
|
||||
|
||||
h4 {
|
||||
margin-bottom: 5px;
|
||||
color: #8f0000;
|
||||
font-size: 11pt;
|
||||
font-weight: bold
|
||||
}
|
||||
|
||||
a:link, a:visited, a:active {
|
||||
color: #524936;
|
||||
font-weight: normal;
|
||||
text-decoration: none
|
||||
}
|
||||
|
||||
a:hover {
|
||||
color: #68727b;
|
||||
text-decoration: underline
|
||||
}
|
||||
|
||||
.dsc {
|
||||
color: #606060;
|
||||
font-weight: normal
|
||||
}
|
||||
|
||||
select, textarea, input {
|
||||
margin-top: 1px;
|
||||
margin-bottom: 2px;
|
||||
color: #191970;
|
||||
font-size: 10px;
|
||||
border: 1pt solid #b0b0b0;
|
||||
}
|
||||
|
||||
.pagenum a:link, .pagenum a:visited, .pagenum a:active, .pagenum a:hover {
|
||||
margin: 0;
|
||||
width: 1em;
|
||||
padding: 0 3px 0;
|
||||
}
|
||||
|
||||
.pagenum a:hover {
|
||||
background-color: white;
|
||||
}
|
||||
|
||||
.pleft {
|
||||
margin: 0;
|
||||
padding: 3px 0 7px 20px;
|
||||
}
|
||||
|
||||
.pages {
|
||||
background-color: #ffefbf
|
||||
}
|
||||
|
||||
img {
|
||||
border-width: 0;
|
||||
}
|
||||
|
||||
table {
|
||||
border-width: 0;
|
||||
}
|
||||
|
||||
.btn {
|
||||
background-color: #2b2b18;
|
||||
color: #dfddd3;
|
||||
font-size: 7.5pt;
|
||||
border: 1px double #817a63;
|
||||
}
|
||||
|
||||
.style6 {
|
||||
color: #dfd3a3;
|
||||
font-size: 9px
|
||||
}
|
||||
|
||||
|
||||
a:visited {
|
||||
color: #633525;
|
||||
font-weight: bold;
|
||||
text-decoration: none
|
||||
}
|
||||
|
||||
a:active {
|
||||
color: #77684d;
|
||||
font-weight: bold;
|
||||
text-decoration: none
|
||||
}
|
||||
|
||||
a:hover {
|
||||
color: #000000;
|
||||
text-decoration: underline
|
||||
}
|
||||
|
||||
div.left {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
div.right {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
div.center {
|
||||
text-align: center;
|
||||
}
|
||||
.style6 {
|
||||
color: #DFD3A3;
|
||||
font-size: 9px;
|
||||
}
|
||||
|
||||
a:link {
|
||||
font-weight: bold;
|
||||
color: #5b3e33;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
color: #000000;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
a.cite {
|
||||
display: none
|
||||
}
|
||||
|
||||
.date {
|
||||
float: right;
|
||||
color: #007000;
|
||||
font-size: 8pt;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
font-weight: normal;
|
||||
text-shadow: #b0b0b0 1px 1px 1px;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
blockquote, .mBodyBlock .quote {
|
||||
margin: 5px;
|
||||
padding: 5px;
|
||||
font-size: 12px;
|
||||
font-style: italic;
|
||||
color: #777;
|
||||
border: 1px dashed #ccc;
|
||||
background-color: #F2F0D6;
|
||||
}
|
||||
@@ -0,0 +1,99 @@
|
||||
body {
|
||||
margin: 0px 1px 0px 1px;
|
||||
padding: 0px 1px 0px 1px;
|
||||
background-color: #dedede;
|
||||
color: #000000;
|
||||
}
|
||||
|
||||
.main_text {
|
||||
font-weight: bold;
|
||||
font-size: 10px;
|
||||
text-decoration: none;
|
||||
color:#f0f0f0;
|
||||
cursor:hand;
|
||||
}
|
||||
|
||||
.menutop, a.menutop:visited, a.menutop:active {
|
||||
font-weight: bold;
|
||||
font-size: 10px;
|
||||
text-decoration: none;
|
||||
color: #3B3936;
|
||||
}
|
||||
|
||||
a.menutop:hover {
|
||||
color: #76726b;
|
||||
}
|
||||
|
||||
.name {
|
||||
font-weight: bold;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
.parametr_title {
|
||||
font-weight: bold;
|
||||
font-size: 11px;
|
||||
color: #777773;
|
||||
}
|
||||
|
||||
.prname {
|
||||
padding-left: 4px;
|
||||
font-size: 11px;
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
}
|
||||
|
||||
.prvalue {
|
||||
font-size: 11px;
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
}
|
||||
|
||||
.btn {
|
||||
border: 1px double #9a9996;
|
||||
font-size: 12px;
|
||||
color: #dfdfdf;
|
||||
background-color:#504F4C;
|
||||
}
|
||||
|
||||
.mainmenu {
|
||||
color: #23292C;
|
||||
border-top-width: 1px;
|
||||
border-right-width: 1px;
|
||||
border-bottom-width: 1px;
|
||||
border-left-width: 1px;
|
||||
border-top-style: solid;
|
||||
border-right-style: none;
|
||||
border-bottom-style: solid;
|
||||
border-left-style: solid;
|
||||
border-top-color: #969697;
|
||||
border-right-color: #969697;
|
||||
border-bottom-color: #000000;
|
||||
border-left-color: #969697;
|
||||
background-color: #BABABB;
|
||||
cursor:hand;
|
||||
}
|
||||
|
||||
.maptext {
|
||||
font-weight: bold;
|
||||
font-size: 12px;
|
||||
color: #000000;
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
}
|
||||
.posit {
|
||||
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: #FFFFFF;
|
||||
border-right-color: #666666;
|
||||
border-bottom-color: #666666;
|
||||
border-left-color: #FFFFFF;
|
||||
padding: 2px;
|
||||
}
|
||||
|
||||
td {
|
||||
font-size: 10pt;
|
||||
font-family: Verdana, Arial, Helvetica, Tahoma, sans-serif;
|
||||
}
|
||||
@@ -0,0 +1,40 @@
|
||||
body, td, ol, ul, li , p {
|
||||
FONT-SIZE: 10pt;
|
||||
FONT-FAMILY: Verdana, Arial, Helvetica, Tahoma, sans-serif;
|
||||
}
|
||||
.text {
|
||||
FONT-SIZE: 10pt; COLOR: #000000; FONT-WEIGHT: normal;
|
||||
FONT-FAMILY: Verdana, Arial, Helvetica, Tahoma, sans-serif;
|
||||
}
|
||||
H3 { COLOR: #8f0000; FONT-FAMILY: Arial; FONT-SIZE: 12pt; FONT-WEIGHT: bold; TEXT-ALIGN: center }
|
||||
H4 { COLOR: #8f0000; FONT-FAMILY: Arial; FONT-SIZE: 11pt; FONT-WEIGHT: bold; MARGIN-BOTTOM: 5px;}
|
||||
H5 { COLOR: #4f0000; FONT-FAMILY: Arial; FONT-SIZE: 11pt; FONT-WEIGHT: bold; MARGIN-BOTTOM: 0px; MARGIN-TOP: 0px;}
|
||||
a,a:visited { text-decoration: none; FONT-WEIGHT: bold; color: #003388; }
|
||||
a:active { color: #6F0000}
|
||||
a:hover { color: #0066FF}
|
||||
.date { font-family: Courier; font-size: 8pt; text-decoration:none; font-weight:normal; color: #007000}
|
||||
.date2 { font-family: Courier; font-size: 8pt; text-decoration:none; font-weight:normal; color: #007000; background-color: #00FFAA}
|
||||
.sysdate { font-family: Courier; font-size: 8pt; text-decoration:none; font-weight:normal; color: #B00000}
|
||||
.private { font-weight:bold; color: red; background-color: #FAE0E0}
|
||||
.number { font-size: 11pt; font-weight: bold; color: #6F0000}
|
||||
.dsc { color: #606060; font-weight:normal; }
|
||||
select,textarea,input { border: solid 1pt #B0B0B0; font-family: MS Sans Serif; font-size: 10px; color: #191970; MARGIN-BOTTOM: 2px; MARGIN-TOP: 1px;}
|
||||
|
||||
.ahint {font-family: MS Sans Serif; font-size:8px; text-decoration:none; color:#000080;z-index: 99;}
|
||||
#hint2 {position:absolute; width:140; background-color:#FFF6DD; layer-background-color:#FFF6DD; visibility:hidden}
|
||||
#hint3 {position:absolute; width:240; background-color:#FFF6DD; layer-background-color:#FFF6DD; visibility:hidden}
|
||||
#hint4 {position:absolute; width:240; visibility:hidden}
|
||||
|
||||
.B1 { font-weight: bold; color: #6666CC}
|
||||
.B2 { font-weight: bold; color: #B06A00}
|
||||
.B3 { font-weight: bold; color: #269088}
|
||||
.B4 { font-weight: bold; color: #A0AF20}
|
||||
.B5 { font-weight: bold; color: #0F79D3}
|
||||
.B6 { font-weight: bold; color: #D85E23}
|
||||
.B7 { font-weight: bold; color: #5C832F}
|
||||
.B8 { font-weight: bold; color: #842B61}
|
||||
.B9 { font-weight: bold; color: navy}
|
||||
.Bs1 { font-size: 8pt; font-weight:bold; color: #6666CC}
|
||||
.Bs2 { font-weight:bold; color: #B06A00}
|
||||
img,table {border:0}
|
||||
|
||||
@@ -0,0 +1,243 @@
|
||||
body {
|
||||
margin: 0px;
|
||||
padding: 0px;
|
||||
background-color: #dedede;
|
||||
font-family: Verdana, Arial, Helvetica, Tahoma, sans-serif;
|
||||
font-size: 13px;
|
||||
color: black;
|
||||
}
|
||||
|
||||
* html div.contentContainer {
|
||||
left: 50%;
|
||||
margin-left: -400px;
|
||||
}
|
||||
|
||||
h2 {
|
||||
font-size: 13px;
|
||||
margin-bottom: 0px;
|
||||
color: #8f0000;
|
||||
font-family: verdana;
|
||||
text-align: center;
|
||||
padding: 0px;
|
||||
margin: 0px;
|
||||
}
|
||||
|
||||
caption, tbody, tfoot, thead, tr, th, td{
|
||||
border: inherit;
|
||||
}
|
||||
|
||||
table {
|
||||
border-collapse: collapse;
|
||||
border-spacing: 0;
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-weight: bold;
|
||||
font-size: 19px;
|
||||
color: #8f0000;
|
||||
font-family: arial;
|
||||
text-align: center;
|
||||
padding: 0px;
|
||||
margin: 0px;
|
||||
}
|
||||
|
||||
.hs {
|
||||
font-weight: bold;
|
||||
font-size: 19px;
|
||||
color: #8f0000;
|
||||
font-family: arial;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
div.contentContainer {
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
width: 800px;
|
||||
height: auto;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
div.buttonContainer {
|
||||
position: relative;
|
||||
right: 0px;
|
||||
top: 1px;
|
||||
text-align: center;
|
||||
overflow: hidden;
|
||||
padding: 2px;
|
||||
zoom: 1;
|
||||
}
|
||||
|
||||
div.buttonContainer input.btns {
|
||||
float: right;
|
||||
margin-right: 15px;
|
||||
}
|
||||
|
||||
.progressBar {
|
||||
margin-bottom: 3px;
|
||||
}
|
||||
|
||||
tt {
|
||||
font-family: monospace;
|
||||
}
|
||||
|
||||
table#hstInventory td.even {
|
||||
background-color: #d5d5d5;
|
||||
}
|
||||
|
||||
img {
|
||||
border: none;
|
||||
line-height: 1px;
|
||||
vertical-align: bottom;
|
||||
}
|
||||
|
||||
.btns {
|
||||
border: solid 1px #b0b0b0;
|
||||
margin-top: 1px;
|
||||
margin-bottom: 2px;
|
||||
font-size: 11px;
|
||||
color: #191970;
|
||||
}
|
||||
|
||||
legend {
|
||||
font-weight: bold;
|
||||
color: #8F0000;
|
||||
}
|
||||
|
||||
div.buttonContainer input.button-route-notArrived {
|
||||
color: gray;
|
||||
}
|
||||
|
||||
fieldset {
|
||||
border: 2px groove threedface;
|
||||
display:block;
|
||||
margin-left:2px;
|
||||
margin-right:2px;
|
||||
padding: 4px 4px;
|
||||
}
|
||||
|
||||
div#hostelLeft, div#hostelRight {
|
||||
margin:0;
|
||||
float:left;
|
||||
overflow:hidden;
|
||||
}
|
||||
|
||||
div#hostelLeft {
|
||||
width: 520px;
|
||||
}
|
||||
|
||||
div#hostelRight {
|
||||
width: 280px;
|
||||
}
|
||||
|
||||
fieldset.hostelClientState {
|
||||
height: 150px;
|
||||
}
|
||||
|
||||
fieldset.hostelRules {
|
||||
h-eight: 176px;
|
||||
}
|
||||
|
||||
div.autoScrolling {
|
||||
height: 100%;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
select {
|
||||
width: 200px;
|
||||
}
|
||||
|
||||
.tarifsList, .periods {
|
||||
border-collapse: collapse;
|
||||
border: 1px solid #666;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.periods {
|
||||
width: 90%;
|
||||
}
|
||||
|
||||
.tarifsList caption {
|
||||
font-weight: bold;
|
||||
font-size: 12px;
|
||||
font-family: verdana,arial,tahoma;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.tarifsList td, .periods th, .periods td {
|
||||
border: 1px solid #666;
|
||||
padding: 3px;
|
||||
font-family: verdana,arial,tahoma;
|
||||
}
|
||||
|
||||
.tarifsList tr:hover, .periods tr.value td:hover {
|
||||
background-color: #eee;
|
||||
}
|
||||
|
||||
.tarifListLabel {
|
||||
text-align: left;
|
||||
font-size: 11px;
|
||||
}
|
||||
|
||||
.tarifListValue, .periods tr.value td {
|
||||
text-align: right;
|
||||
width: 70px;
|
||||
font-weight:500 ;
|
||||
}
|
||||
|
||||
.periods tr.value td {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.periods tr.caption td {
|
||||
text-align: center;
|
||||
font-size: 11px;
|
||||
}
|
||||
|
||||
.periods th {
|
||||
font-size: 11px;
|
||||
}
|
||||
|
||||
.progressBar {
|
||||
margin-bottom: 3px;
|
||||
}
|
||||
a {
|
||||
text-decoration: none;
|
||||
font-weight: bold;
|
||||
color: #003388;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
table#hstInventory td.item {
|
||||
width: 300px;
|
||||
}
|
||||
|
||||
table#hstInventory td.links {
|
||||
text-align:center;
|
||||
vertical-align:middle;
|
||||
width:90px;
|
||||
}
|
||||
|
||||
table#hstInventory td.links span {
|
||||
display: block;
|
||||
}
|
||||
|
||||
table#hstInventory td.original span.pk-current {
|
||||
display:none;
|
||||
}
|
||||
|
||||
table#hstInventory td.moved {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
table#hstInventory td.odd {
|
||||
background-color: #c7c7c7;
|
||||
}
|
||||
|
||||
table#hstInventory td.even {
|
||||
background-color: #d5d5d5;
|
||||
}
|
||||
|
||||
label {
|
||||
font-weight: bold;
|
||||
margin-right:15px;
|
||||
}
|
||||
@@ -0,0 +1,47 @@
|
||||
div.ui-dialog.mi-container .ui-dialog-content .oneinput > input {
|
||||
float: right;
|
||||
width: 33px;
|
||||
border-left: none;
|
||||
}
|
||||
|
||||
div.ui-dialog.mi-container .ui-dialog-content .oneinput div {
|
||||
padding-right: 35px;
|
||||
}
|
||||
|
||||
div.ui-dialog.mi-container .ui-dialog-title {
|
||||
float: none;
|
||||
}
|
||||
|
||||
div.ui-dialog.mi-container .ui-dialog-content, div.sd-container form.sd-form {
|
||||
padding: 2px 4px;
|
||||
}
|
||||
|
||||
div.ui-dialog.mi-container .ui-dialog-content .oneinput div input {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
input, select, textarea, button {
|
||||
border: solid 1px #b0b0b0;
|
||||
margin-top: 1px;
|
||||
margin-bottom: 2px;
|
||||
font-size: 11px;
|
||||
color: #191970;
|
||||
}
|
||||
|
||||
input.text {
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
.ui-dialog-content {
|
||||
overflow: visible !important;
|
||||
}
|
||||
|
||||
.ui-dialog {
|
||||
overflow: visible !important;
|
||||
}
|
||||
|
||||
a, a:visited {
|
||||
font-weight: bold;
|
||||
color: #003388;
|
||||
text-decoration: none;
|
||||
}
|
||||
@@ -0,0 +1,87 @@
|
||||
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
|
||||
}.inup {
|
||||
|
||||
BORDER-RIGHT: #302F2A 1px double; BORDER-TOP: #302F2A 1px double; FONT-SIZE: 8pt; BORDER-LEFT: #302F2A 1px double; COLOR: #000000; BORDER-BOTTOM: #302F2A 1px double; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; BACKGROUND-COLOR: #DED7BD
|
||||
}
|
||||
.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
|
||||
}
|
||||
A:link {
|
||||
FONT-WEIGHT: normal; COLOR: #524936; TEXT-DECORATION: none
|
||||
}
|
||||
A:visited {
|
||||
FONT-WEIGHT: normal; COLOR: #633525; TEXT-DECORATION: none
|
||||
}
|
||||
A:active {
|
||||
FONT-WEIGHT: normal; COLOR: #77684d; TEXT-DECORATION: none
|
||||
}
|
||||
A:hover {
|
||||
COLOR: #68727B; TEXT-DECORATION: underline
|
||||
}
|
||||
.date {
|
||||
FONT-WEIGHT: normal; FONT-SIZE: 8pt; COLOR: #007000; FONT-FAMILY: Courier; TEXT-DECORATION: none
|
||||
}
|
||||
.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
|
||||
}
|
||||
.pagetknum {
|
||||
PADDING-RIGHT: 3px; PADDING-LEFT: 3px; FONT-WEIGHT: bold; PADDING-BOTTOM: 0px; MARGIN: 0px; WIDTH: 1em; COLOR: #6f0000; PADDING-TOP: 0px; TEXT-DECORATION: underline
|
||||
}
|
||||
.pagenum A:link {
|
||||
PADDING-RIGHT: 3px; PADDING-LEFT: 3px; PADDING-BOTTOM: 0px; MARGIN: 0px; WIDTH: 1em; PADDING-TOP: 0px
|
||||
}
|
||||
.pagenum A:visited {
|
||||
PADDING-RIGHT: 3px; PADDING-LEFT: 3px; PADDING-BOTTOM: 0px; MARGIN: 0px; WIDTH: 1em; PADDING-TOP: 0px
|
||||
}
|
||||
.pagenum A:active {
|
||||
PADDING-RIGHT: 3px; PADDING-LEFT: 3px; PADDING-BOTTOM: 0px; MARGIN: 0px; WIDTH: 1em; PADDING-TOP: 0px
|
||||
}
|
||||
.pagenum A:hover {
|
||||
PADDING-RIGHT: 3px; PADDING-LEFT: 3px; PADDING-BOTTOM: 0px; MARGIN: 0px; WIDTH: 1em; PADDING-TOP: 0px; BACKGROUND-COLOR: white
|
||||
}
|
||||
.pleft {
|
||||
PADDING-RIGHT: 0px; PADDING-LEFT: 20px; PADDING-BOTTOM: 7px; MARGIN: 0px; PADDING-TOP: 3px
|
||||
}
|
||||
.pages {
|
||||
BACKGROUND-COLOR: #ffefbf
|
||||
}
|
||||
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
|
||||
}
|
||||
.btn {
|
||||
BORDER-RIGHT: #817a63 1px double; BORDER-TOP: #817a63 1px double; FONT-SIZE: 7.5pt; BORDER-LEFT: #817a63 1px double; COLOR: #dfddd3; BORDER-BOTTOM: #817a63 1px double; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; BACKGROUND-COLOR: #2b2b18
|
||||
}
|
||||
@@ -0,0 +1,54 @@
|
||||
body {
|
||||
margin: 0px;
|
||||
padding: 0px;
|
||||
width:100%;
|
||||
|
||||
font-family: Arial;
|
||||
font-size: 9px;
|
||||
}
|
||||
|
||||
table {
|
||||
border-collapse: collapse;
|
||||
}
|
||||
|
||||
td {
|
||||
margin: 0em;
|
||||
padding: 0em;
|
||||
}
|
||||
|
||||
img {
|
||||
border:0px;
|
||||
}
|
||||
|
||||
#corners {
|
||||
background: url(images/4.jpg) center top no-repeat;
|
||||
}
|
||||
|
||||
A:link { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #fddd00; text-decoration:none;}
|
||||
A:visited { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #fddd00; text-decoration:none;}
|
||||
A:hover { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #fddd00; text-decoration:none;}
|
||||
|
||||
.form {
|
||||
background-color: #5B0200;
|
||||
color: #000000;
|
||||
border: 1px solid #6F4B3F;
|
||||
font-family: Verdana, Arial, Helvetica, sans-serif;
|
||||
color: #DAA43A;
|
||||
font-size: 11px;
|
||||
width: 89px;
|
||||
height: 18px;
|
||||
text-align: left;
|
||||
position: inherit;
|
||||
padding-bottom: 0px;
|
||||
}
|
||||
|
||||
hr {
|
||||
background : #fddd00;
|
||||
border-top : 1px solid #fddd00;
|
||||
color : #fddd00;
|
||||
height : 2px
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -0,0 +1,15 @@
|
||||
#tiptip_holder { display: none; position: absolute; top: 0; left: 0; z-index: 99999; }
|
||||
#tiptip_holder.tip_top { padding-bottom: 5px; }
|
||||
#tiptip_holder.tip_bottom { padding-top: 5px; }
|
||||
#tiptip_holder.tip_left { padding-right: 5px;}
|
||||
#tiptip_content { font-size: 11px; color: #000; text-shadow: 0 0 2px #fff; padding: 4px 8px; border: 1px solid rgba(255,255,255,0.25); background: #fff; border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; box-shadow: 0 0 3px #555; -webkit-box-shadow: 0 0 3px #555; -moz-box-shadow: 0 0 3px #555; }
|
||||
#tiptip_arrow, #tiptip_arrow_inner { position: absolute; border-color: transparent; border-style: solid; border-width: 6px; height: 0; width: 0; }
|
||||
#tiptip_holder.tip_top #tiptip_arrow { border-top-color: #fff; border-top-color: rgba(255,255,255,0.35); }
|
||||
#tiptip_holder.tip_bottom #tiptip_arrow { border-bottom-color: #fff; border-bottom-color: rgba(255,255,255,0.35); }
|
||||
#tiptip_holder.tip_right #tiptip_arrow { border-right-color: #fff; border-right-color: rgba(255,255,255,0.35); }
|
||||
#tiptip_holder.tip_left #tiptip_arrow { border-left-color: #fff; border-left-color: rgba(255,255,255,0.35); }
|
||||
#tiptip_holder.tip_top #tiptip_arrow_inner { margin-top: -7px; margin-left: -6px; border-top-color: rgb(25,25,25); border-top-color: rgba(25,25,25,0.92); }
|
||||
#tiptip_holder.tip_bottom #tiptip_arrow_inner { margin-top: -5px; margin-left: -6px; border-bottom-color: rgb(25,25,25); border-bottom-color: rgba(25,25,25,0.92); }
|
||||
#tiptip_holder.tip_right #tiptip_arrow_inner { margin-top: -6px; margin-left: -5px; border-right-color: rgb(25,25,25); border-right-color: rgba(25,25,25,0.92); }
|
||||
#tiptip_holder.tip_left #tiptip_arrow_inner { margin-top: -6px; margin-left: -7px; border-left-color: rgb(25,25,25); border-left-color: rgba(25,25,25,0.92); }
|
||||
.txt { font-style: italic; }
|
||||
|
After Width: | Height: | Size: 5.0 KiB |
|
After Width: | Height: | Size: 1.6 KiB |
|
After Width: | Height: | Size: 7.7 KiB |
|
After Width: | Height: | Size: 1.4 KiB |
|
After Width: | Height: | Size: 1.4 KiB |
|
After Width: | Height: | Size: 1.4 KiB |
|
After Width: | Height: | Size: 1.3 KiB |
|
After Width: | Height: | Size: 1.3 KiB |
|
After Width: | Height: | Size: 1.4 KiB |
|
After Width: | Height: | Size: 1.4 KiB |
|
After Width: | Height: | Size: 1.4 KiB |
|
After Width: | Height: | Size: 1.3 KiB |
|
After Width: | Height: | Size: 956 B |
|
After Width: | Height: | Size: 1.2 KiB |
@@ -0,0 +1,913 @@
|
||||
/* wysibb */
|
||||
@font-face {
|
||||
font-family: 'WysiBBiconFont';
|
||||
src: url('../fonts/WysiBBiconFontAH.eot');
|
||||
src: url('../fonts/WysiBBiconFontAH.eot?#iefix') format('embedded-opentype'), url('../fonts/WysiBBiconFontAH.ttf') format('truetype');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
html {
|
||||
height: 100% !important;
|
||||
}
|
||||
|
||||
.wysibb-body {
|
||||
overflow-x: hidden
|
||||
}
|
||||
|
||||
.wysibb-body ul, ol {
|
||||
padding: 0 0 0 30px
|
||||
}
|
||||
|
||||
.wysibb {
|
||||
margin: 0 0 15px 0 !important;
|
||||
border: 1px solid #ddd;
|
||||
position: relative;
|
||||
background: #fff;
|
||||
font-family: Arial, Verdana, Tahoma;
|
||||
font-size: 12px;
|
||||
width: 600px;
|
||||
}
|
||||
|
||||
.wysibb-texarea {
|
||||
border: none !important;
|
||||
margin: 0 !important;
|
||||
outline: none !important;
|
||||
padding: 0 !important;
|
||||
width: 100% !important;
|
||||
}
|
||||
|
||||
/* TOOLBAR */
|
||||
.wysibb .wysibb-toolbar {
|
||||
background: #f4f4f4;
|
||||
|
||||
background-image: linear-gradient(bottom, #eee 50%, #fafafa 100%);
|
||||
background-image: -o-linear-gradient(bottom, #eee 50%, #fafafa 100%);
|
||||
background-image: -moz-linear-gradient(bottom, #eee 50%, #fafafa 100%);
|
||||
background-image: -webkit-linear-gradient(bottom, #eee 50%, #fafafa 100%);
|
||||
background-image: -ms-linear-gradient(bottom, #eee 50%, #fafafa 100%);
|
||||
|
||||
}
|
||||
|
||||
.wysibb .wysibb-toolbar {
|
||||
border-bottom: 1px solid #ddd;
|
||||
position: relative;
|
||||
padding: 0 60px 0 4px;
|
||||
}
|
||||
|
||||
.wysibb .wysibb-toolbar .wysibb-toolbar-container {
|
||||
margin: 4px 4px 4px 0;
|
||||
border-right: 1px solid #ddd;
|
||||
padding: 0 8px 0 4px;
|
||||
display: inline-block;
|
||||
*display: inline;
|
||||
zoom: 1;
|
||||
}
|
||||
|
||||
.wysibb .wysibb-toolbar .wysibb-toolbar-container .wysibb-toolbar-btn {
|
||||
display: inline-block;
|
||||
*display: inline;
|
||||
zoom: 1;
|
||||
height: 24px;
|
||||
min-width: 24px;
|
||||
position: relative;
|
||||
vertical-align: middle;
|
||||
padding: 0px 1px;
|
||||
cursor: pointer;
|
||||
margin: 0 0 0 1px;
|
||||
font-size: 12px;
|
||||
border: 1px solid transparent;
|
||||
}
|
||||
|
||||
.wysibb .wysibb-toolbar .wysibb-toolbar-container .dis, .wysibb .wysibb-toolbar .wysibb-toolbar-container .wysibb-toolbar-btn.dis:hover {
|
||||
opacity: 0.3;
|
||||
cursor: default;
|
||||
overflow: hidden;
|
||||
border: 0;
|
||||
padding: 1px 2px;
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
.wysibb .wysibb-toolbar .wysibb-toolbar-container .wysibb-toolbar-btn.on, .wysibb .wysibb-toolbar .wysibb-toolbar-container .wysibb-toolbar-btn.on:hover {
|
||||
background: #ccc;
|
||||
padding: 0px 1px;
|
||||
box-shadow: inset 0px 0px 3px #aaa;
|
||||
border: 1px solid #999;
|
||||
border-radius: 3px;
|
||||
}
|
||||
|
||||
.wysibb .wysibb-toolbar .wysibb-toolbar-container .wysibb-toolbar-btn span.btn-inner {
|
||||
display: block;
|
||||
height: 20px;
|
||||
min-width: 20px;
|
||||
margin: 2px;
|
||||
}
|
||||
|
||||
.wysibb .wysibb-toolbar .wysibb-toolbar-container .wysibb-toolbar-btn span.btn-tooltip {
|
||||
display: none;
|
||||
background: #333;
|
||||
border: 1px solid #fff;
|
||||
position: absolute;
|
||||
line-height: 20px;
|
||||
font-size: 11px;
|
||||
padding: 3px 10px;
|
||||
bottom: 30px;
|
||||
left: 0;
|
||||
color: #fff;
|
||||
border-radius: 3px;
|
||||
white-space: nowrap;
|
||||
z-index: 10000;
|
||||
}
|
||||
|
||||
.wysibb .wysibb-toolbar .wysibb-toolbar-container .wysibb-toolbar-btn span.btn-tooltip ins {
|
||||
width: 0;
|
||||
height: 0;
|
||||
border-left: 10px solid transparent;
|
||||
border-right: 10px solid transparent;
|
||||
border-top: 10px solid #333;
|
||||
position: absolute;
|
||||
bottom: -5px;
|
||||
left: 3px;
|
||||
}
|
||||
|
||||
.wysibb .wysibb-toolbar .wysibb-toolbar-container .wysibb-toolbar-btn span.btn-text {
|
||||
text-transform: uppercase;
|
||||
font-family: sans-serif, Verdana, Tahoma;
|
||||
font-weight: bold;
|
||||
line-height: 20px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.wysibb .wysibb-toolbar .wysibb-toolbar-container .wysibb-toolbar-btn:hover {
|
||||
padding: 0px 1px;
|
||||
border: 1px solid #bbb;
|
||||
/* box-shadow:-1px 1px 1px #aaa; */
|
||||
border-radius: 3px;
|
||||
background: #fff;
|
||||
}
|
||||
|
||||
.wysibb .wysibb-toolbar .wysibb-toolbar-container .wysibb-toolbar-btn:hover span.btn-tooltip {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.wysibb .wysibb-toolbar .wysibb-toolbar-container .wysibb-toolbar-btn .fonticon {
|
||||
color: #333;
|
||||
font-family: 'WysiBBiconFont';
|
||||
font-size: 18px;
|
||||
line-height: 20px;
|
||||
text-shadow: 0px 1px 0px #fff;
|
||||
text-align: center;
|
||||
/* -webkit-font-smoothing: antialiased; */
|
||||
speak: none;
|
||||
}
|
||||
|
||||
.wysibb .wysibb-toolbar .wysibb-toolbar-container .wysibb-toolbar-btn:hover .fonticon {
|
||||
color: #000;
|
||||
}
|
||||
|
||||
.wysibb .wysibb-toolbar .wysibb-toolbar-container .wysibb-toolbar-btn.on .fonticon {
|
||||
text-shadow: none;
|
||||
color: #000;
|
||||
}
|
||||
|
||||
.wysibb .wysibb-toolbar .modeSwitch {
|
||||
text-align: center;
|
||||
position: absolute;
|
||||
right: 0;
|
||||
top: 0px;
|
||||
border: 0;
|
||||
}
|
||||
|
||||
.wysibb .wysibb-toolbar .modeSwitch .wysibb-toolbar-btn {
|
||||
/* width:46px; */
|
||||
}
|
||||
|
||||
.modesw {
|
||||
font-weight: bold;
|
||||
font-size: 0.9em;
|
||||
line-height: 20px;
|
||||
text-align: center;
|
||||
display: block;
|
||||
}
|
||||
|
||||
.ve-tlb-bold {
|
||||
background: url(./img/icons.png) 0 0 no-repeat;
|
||||
width: 20px;
|
||||
}
|
||||
|
||||
.ve-tlb-italic {
|
||||
background: url(./img/icons.png) 0 -40px no-repeat;
|
||||
width: 20px;
|
||||
}
|
||||
|
||||
.ve-tlb-underline {
|
||||
background: url(./img/icons.png) 0 -20px no-repeat;
|
||||
width: 20px;
|
||||
}
|
||||
|
||||
.ve-tlb-strike {
|
||||
background: url(./img/icons.png) 0 -120px no-repeat;
|
||||
width: 20px;
|
||||
}
|
||||
|
||||
.ve-tlb-link {
|
||||
background: url(./img/icons.png) 0 -80px no-repeat;
|
||||
width: 20px;
|
||||
}
|
||||
|
||||
.ve-tlb-unlink {
|
||||
background: url(./img/icons.png) 0 -100px no-repeat;
|
||||
width: 20px;
|
||||
}
|
||||
|
||||
.ve-tlb-img {
|
||||
background: url(./img/icons.png) 0 -60px no-repeat;
|
||||
width: 20px;
|
||||
}
|
||||
|
||||
.ve-tlb-quote {
|
||||
background: url(./img/icons.png) 0 -140px no-repeat;
|
||||
width: 20px;
|
||||
}
|
||||
|
||||
.ve-tlb-spoiler {
|
||||
background: url(./img/icons.png) 0 -160px no-repeat;
|
||||
width: 20px;
|
||||
}
|
||||
|
||||
.ve-tlb-list {
|
||||
background: url(./img/icons.png) 0 -180px no-repeat;
|
||||
width: 20px;
|
||||
}
|
||||
|
||||
.ve-tlb-bbcode {
|
||||
background: url(./img/icons.png) 0 -200px no-repeat;
|
||||
width: 40px !important;
|
||||
margin: 1px auto !important;
|
||||
height: 20px;
|
||||
}
|
||||
|
||||
.ve-tlb-numlist {
|
||||
background: url(./img/icons.png) 0 -220px no-repeat;
|
||||
width: 20px;
|
||||
}
|
||||
|
||||
.ve-tlb-textleft {
|
||||
background: url(./img/icons.png) 0 -240px no-repeat;
|
||||
width: 20px;
|
||||
}
|
||||
|
||||
.ve-tlb-textcenter {
|
||||
background: url(./img/icons.png) 0 -260px no-repeat;
|
||||
width: 20px;
|
||||
}
|
||||
|
||||
.ve-tlb-textright {
|
||||
background: url(./img/icons.png) 0 -280px no-repeat;
|
||||
width: 20px;
|
||||
}
|
||||
|
||||
.ve-tlb-offtopic {
|
||||
background: url(./img/icons.png) 0 -300px no-repeat;
|
||||
width: 20px;
|
||||
}
|
||||
|
||||
.ve-tlb-code {
|
||||
background: url(./img/icons.png) 0 -320px no-repeat;
|
||||
width: 20px;
|
||||
}
|
||||
|
||||
.ve-tlb-spoiler {
|
||||
background: url(./img/icons.png) 0 -340px no-repeat;
|
||||
width: 20px;
|
||||
}
|
||||
|
||||
.ve-tlb-sub {
|
||||
background: url(./img/icons.png) 0 -360px no-repeat;
|
||||
width: 20px;
|
||||
}
|
||||
|
||||
.ve-tlb-sup {
|
||||
background: url(./img/icons.png) 0 -380px no-repeat;
|
||||
width: 20px;
|
||||
}
|
||||
|
||||
.ve-tlb-colorpick {
|
||||
/* background: url(./img/icons.png) 5px -436px; */
|
||||
width: 24px;
|
||||
height: 24px;
|
||||
line-height: 24px;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.ve-tlb-table {
|
||||
background: url(./img/icons.png) 0 -460px;
|
||||
width: 20px;
|
||||
}
|
||||
|
||||
.ve-tlb-smilebox {
|
||||
background: url(./img/icons.png) 0 -480px;
|
||||
width: 20px;
|
||||
}
|
||||
|
||||
.ve-tlb-video {
|
||||
background: url(./img/icons.png) 0 -500px;
|
||||
width: 20px;
|
||||
}
|
||||
|
||||
.ve-tlb-removeformat {
|
||||
background: url(./img/icons.png) 0 -540px;
|
||||
width: 20px;
|
||||
}
|
||||
|
||||
.tthotkey {
|
||||
color: #ddd;
|
||||
font-size: 9px;
|
||||
}
|
||||
|
||||
/* END TOOLBAR */
|
||||
|
||||
/* CONTENT */
|
||||
.wysibb-text {
|
||||
margin: 5px;
|
||||
}
|
||||
|
||||
.wysibb-text .wysibb-text-iframe {
|
||||
max-width: 100%;
|
||||
width: 100%;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.wysibb-body {
|
||||
text-align: left;
|
||||
min-width: 0 !important;
|
||||
overflow: auto !important;
|
||||
margin: 0 !important;
|
||||
padding: 0 !important;
|
||||
}
|
||||
|
||||
.wysibb-text-editor {
|
||||
outline: none
|
||||
}
|
||||
|
||||
.bottom-resize-line {
|
||||
height: 5px;
|
||||
cursor: ns-resize;
|
||||
}
|
||||
|
||||
.bottom-resize-line:hover, .bottom-resize-line.drag {
|
||||
background: #eee
|
||||
}
|
||||
|
||||
/* END CONTENT */
|
||||
|
||||
/* DEFAULT STYLES */
|
||||
.codetop {
|
||||
background: #eee;
|
||||
border-left: 1px dashed #78c5ed;
|
||||
border-right: 1px dashed #78c5ed;
|
||||
border-top: 1px dashed #78c5ed;
|
||||
border-bottom: 1px solid #ccc;
|
||||
padding: 2px 5px;
|
||||
}
|
||||
|
||||
.codemain {
|
||||
padding: 10px;
|
||||
background: #f4fbff;
|
||||
border-left: 1px dashed #78c5ed;
|
||||
border-right: 1px dashed #78c5ed;
|
||||
border-bottom: 1px dashed #78c5ed;
|
||||
}
|
||||
|
||||
.quote {
|
||||
border: 1px solid #0004e4;
|
||||
border-left: 3px solid #0004e4;
|
||||
padding: 15px;
|
||||
margin-left: 30px;
|
||||
}
|
||||
|
||||
.quote blockquote {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.quote-by {
|
||||
margin-left: 30px;
|
||||
}
|
||||
|
||||
.wbbtab {
|
||||
margin-left: 30px;
|
||||
}
|
||||
|
||||
/* END DEFAULT STYLES */
|
||||
|
||||
/* DROPDOWN */
|
||||
.wysibb .wysibb-toolbar .wysibb-toolbar-container .wysibb-toolbar-btn.wbb-dropdown {
|
||||
padding-right: 10px;
|
||||
|
||||
}
|
||||
|
||||
.wysibb .wysibb-toolbar .wysibb-toolbar-container .wysibb-toolbar-btn.wbb-dropdown ins.ar {
|
||||
display: block;
|
||||
position: absolute;
|
||||
right: 3px;
|
||||
top: 0px;
|
||||
width: 9px;
|
||||
height: 24px;
|
||||
/* background: url(./img/icons.png) -8px -400px; */
|
||||
cursor: default;
|
||||
text-decoration: none;
|
||||
font-size: 14px;
|
||||
padding: 0 2px;
|
||||
line-height: 24px;
|
||||
}
|
||||
|
||||
.wysibb .wysibb-toolbar .wysibb-toolbar-container .wysibb-toolbar-btn.wbb-dropdown:hover, .wysibb .wysibb-toolbar .wysibb-toolbar-container .wysibb-toolbar-btn.wbb-dropdown.on {
|
||||
padding-right: 10px;
|
||||
/* background-position: 14px -399px; */
|
||||
}
|
||||
|
||||
.wysibb .wysibb-toolbar .wysibb-toolbar-container .wysibb-toolbar-btn.wbb-dropdown.dis, .wysibb .wysibb-toolbar .wysibb-toolbar-container .wysibb-toolbar-btn.wbb-dropdown.dis:hover {
|
||||
/* padding-right:9px; */
|
||||
}
|
||||
|
||||
.wbb-list {
|
||||
display: none;
|
||||
position: absolute;
|
||||
top: 24px;
|
||||
left: -217px;
|
||||
border: 1px solid #bbb;
|
||||
box-shadow: 0px 0px 3px #aaa;
|
||||
width: 190px;
|
||||
padding: 5px;
|
||||
background: #fff;
|
||||
max-height: 220px;
|
||||
overflow: auto;
|
||||
z-index: 1000;
|
||||
}
|
||||
|
||||
/* END DROPDOWN */
|
||||
|
||||
/* COLORPICKER */
|
||||
.ve-tlb-colorpick .cp-line {
|
||||
display: block;
|
||||
position: absolute;
|
||||
width: 20px;
|
||||
height: 3px;
|
||||
background: black;
|
||||
bottom: 3px;
|
||||
left: 7px;
|
||||
}
|
||||
|
||||
.wbb-list .sc {
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
margin: 0 0 1px 1px;
|
||||
display: inline-block;
|
||||
*display: inline;
|
||||
zoom: 1;
|
||||
cursor: pointer;
|
||||
border: 1px solid #fff;
|
||||
}
|
||||
|
||||
.wbb-list .sc:hover {
|
||||
border: 1px solid #333;
|
||||
}
|
||||
|
||||
.wbb-list .nc {
|
||||
height: 24px;
|
||||
line-height: 24px;
|
||||
text-align: center;
|
||||
color: #666;
|
||||
margin: 0 1px 5px 1px;
|
||||
}
|
||||
|
||||
.wbb-list .nc:hover {
|
||||
background: #eee;
|
||||
}
|
||||
|
||||
.wbb-list .pl {
|
||||
display: block;
|
||||
height: 5px;
|
||||
}
|
||||
|
||||
/* END COLORPICKER */
|
||||
|
||||
/* TABLE PICKER */
|
||||
.tbl-sel {
|
||||
border: 1px solid #ddd;
|
||||
position: absolute;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.tbl-sel:hover {
|
||||
background: #eee;
|
||||
}
|
||||
|
||||
.wbb-table td {
|
||||
border: 1px dashed #DDD;
|
||||
padding: 3px;
|
||||
margin: 5px;
|
||||
min-width: 5px;
|
||||
min-height: 15px;
|
||||
}
|
||||
|
||||
/* TABLE PICKER */
|
||||
|
||||
/* SELECT */
|
||||
.wysibb .wysibb-toolbar .wysibb-toolbar-container .wysibb-toolbar-btn.wbb-select, .wysibb .wysibb-toolbar .wysibb-toolbar-container .wysibb-toolbar-btn.wbb-select.dis:hover {
|
||||
width: 100px;
|
||||
padding: 1px 1px 1px 5px;
|
||||
border: 1px solid transparent;
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
.wysibb .wysibb-toolbar .wysibb-toolbar-container .wysibb-toolbar-btn.wbb-select:hover {
|
||||
border: 1px solid #bbb;
|
||||
background: #fff;
|
||||
}
|
||||
|
||||
.wysibb .wysibb-toolbar .wysibb-toolbar-container .wysibb-toolbar-btn.wbb-select.on {
|
||||
padding: 1px 1px 1px 5px;
|
||||
border: 1px solid #999;
|
||||
background: #ccc;
|
||||
}
|
||||
|
||||
.wysibb .wysibb-toolbar .wysibb-toolbar-container .wysibb-toolbar-btn.wbb-select .wbb-list {
|
||||
width: 280px;
|
||||
padding: 0;
|
||||
max-height: 250px;
|
||||
}
|
||||
|
||||
.wysibb .wysibb-toolbar .wysibb-toolbar-container .wysibb-toolbar-btn.wbb-select .sar {
|
||||
display: block;
|
||||
position: absolute;
|
||||
right: 3px;
|
||||
top: 3px;
|
||||
width: 10px;
|
||||
height: 22px;
|
||||
cursor: default;
|
||||
font-size: 14px;
|
||||
text-decoration: none;
|
||||
padding: 0 3px;
|
||||
}
|
||||
|
||||
.wbb-select .val {
|
||||
height: 24px;
|
||||
line-height: 24px;
|
||||
font-weight: bold;
|
||||
font-size: 11px;
|
||||
display: block;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
||||
.wbb-select .option {
|
||||
display: block;
|
||||
padding: 3px 10px;
|
||||
white-space: nowrap;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.wbb-select .option:hover {
|
||||
background: #dff0ff;
|
||||
}
|
||||
|
||||
.wbb-select .option.selected {
|
||||
background: #cce7fe;
|
||||
border-top: 1px solid #96cdfe;
|
||||
border-bottom: 1px solid #96cdfe;
|
||||
}
|
||||
|
||||
/* END SELECT */
|
||||
|
||||
/* SMILEBOX TOOLBAR */
|
||||
.wysibb .wysibb-toolbar .wysibb-toolbar-container .wysibb-toolbar-btn.wbb-smilebox .wbb-list {
|
||||
width: 500px;
|
||||
}
|
||||
|
||||
.smile {
|
||||
/*width: 16px;*/
|
||||
/*height: 16px;*/
|
||||
line-height: 20px;
|
||||
padding: 5px;
|
||||
display: inline-block;
|
||||
*display: inline;
|
||||
zoom: 1;
|
||||
cursor: pointer;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.smile img {
|
||||
/*max-width: 16px;*/
|
||||
/*max-height: 16px;*/
|
||||
border: #e0e0e0 1px solid;
|
||||
}
|
||||
|
||||
/* END SMILEBOX TOOLBAR */
|
||||
|
||||
/* MODAL WINDOW */
|
||||
/* thx http://habrahabr.ru/post/148515/ */
|
||||
#wbbmodal {
|
||||
font: 12px/1.2 Arial, Verdana;
|
||||
position: fixed;
|
||||
text-align: center;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
top: 0;
|
||||
right: 0;
|
||||
overflow: auto;
|
||||
-webkit-overflow-scrolling: touch;
|
||||
background: rgba(255, 255, 255, 0.7);
|
||||
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = #7Fffffff, endColorstr = #7Fffffff);
|
||||
zoom: 1;
|
||||
z-index: 1000;
|
||||
}
|
||||
|
||||
#wbbmodal .wbbm {
|
||||
background: #fff;
|
||||
text-align: left;
|
||||
min-width: 400px;
|
||||
max-width: 800px;
|
||||
min-height: 200px;
|
||||
max-height: 800px;
|
||||
margin: 50px auto;
|
||||
border: 1px solid #bbb;
|
||||
box-shadow: 0px 0px 10px #999;
|
||||
}
|
||||
|
||||
#wbbmodal .wbbm-title {
|
||||
color: #333;
|
||||
position: relative;
|
||||
padding: 5px 10px;
|
||||
border-bottom: 1px solid #ccc;
|
||||
}
|
||||
|
||||
#wbbmodal .wbbm-title .wbbm-title-text {
|
||||
font-size: 1.6em;
|
||||
line-height: 2em;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
#wbbmodal .wbbm-title .wbbclose {
|
||||
display: block;
|
||||
text-transform: uppercase;
|
||||
position: absolute;
|
||||
right: 15px;
|
||||
top: 15px;
|
||||
font-size: 21px;
|
||||
font-weight: bold;
|
||||
cursor: pointer;
|
||||
color: #888;
|
||||
}
|
||||
|
||||
#wbbmodal .wbbm-title .wbbclose:hover {
|
||||
color: red;
|
||||
}
|
||||
|
||||
#wbbmodal .wbbm-content {
|
||||
/*height:100%*/
|
||||
}
|
||||
|
||||
#wbbmodal .wbbm .wbbm-tablist {
|
||||
width: 160px;
|
||||
float: left;
|
||||
padding: 20px 5px;
|
||||
}
|
||||
|
||||
#wbbmodal .wbbm .wbbm-tablist ul {
|
||||
list-style-type: none;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
#wbbmodal .wbbm .wbbm-tablist ul li {
|
||||
height: 14px;
|
||||
padding: 10px 10px 10px 20px;
|
||||
cursor: pointer;
|
||||
margin: 5px 0;
|
||||
position: relative;
|
||||
border-radius: 3px;
|
||||
}
|
||||
|
||||
#wbbmodal .wbbm .wbbm-tablist ul li.on, #wbbmodal .wbbm .wbbm-tablist ul li.on:hover {
|
||||
background: #666;
|
||||
color: #fff;
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
#wbbmodal .wbbm .wbbm-tablist ul li:hover {
|
||||
background: #eee;
|
||||
}
|
||||
|
||||
#wbbmodal .wbbm-cont {
|
||||
padding: 20px;
|
||||
min-height: 100px;
|
||||
}
|
||||
|
||||
#wbbmodal .wbbm-content {
|
||||
min-height: 100px;
|
||||
}
|
||||
|
||||
#wbbmodal .hastabs .wbbm-bottom, #wbbmodal .hastabs .wbbm-cont {
|
||||
margin-left: 170px;
|
||||
border-left: 1px solid #ccc;
|
||||
}
|
||||
|
||||
#wbbmodal .div-modal-text {
|
||||
min-height: 18px;
|
||||
border: 1px solid #aaa;
|
||||
padding: 3px;
|
||||
line-height: 18px;
|
||||
max-height: 100px;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
#wbbmodal .wbbm-bottom {
|
||||
|
||||
border-top: 1px solid #ccc;
|
||||
|
||||
padding: 10px;
|
||||
background: #f1f1f1;
|
||||
}
|
||||
|
||||
#wbbmodal button {
|
||||
display: inline-block;
|
||||
*display: inline;
|
||||
zoom: 1;
|
||||
font-size: 0.9em;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
#wbbmodal .wbb-button {
|
||||
background: #0055e4;
|
||||
background-image: linear-gradient(bottom, #0054e4 50%, #005fff 67%);
|
||||
background-image: -o-linear-gradient(bottom, #0054e4 50%, #005fff 67%);
|
||||
background-image: -moz-linear-gradient(bottom, #0054e4 50%, #005fff 67%);
|
||||
background-image: -webkit-linear-gradient(bottom, #0054e4 50%, #005fff 67%);
|
||||
background-image: -ms-linear-gradient(bottom, #0054e4 50%, #005fff 67%);
|
||||
color: #fff;
|
||||
line-height: 26px;
|
||||
border: 1px solid #0055e4;
|
||||
border-radius: 3px;
|
||||
padding: 2px 10px;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
#wbbmodal .wbb-button:hover {
|
||||
background: #005fff;
|
||||
border: 1px solid #0049C4;
|
||||
}
|
||||
|
||||
#wbbmodal .wbb-cancel-button {
|
||||
background: #f5f5f5;
|
||||
color: #333;
|
||||
line-height: 26px;
|
||||
border: 1px solid #ddd;
|
||||
border-radius: 3px;
|
||||
padding: 2px 10px;
|
||||
cursor: pointer;
|
||||
margin-left: 15px;
|
||||
}
|
||||
|
||||
#wbbmodal .wbb-cancel-button:hover {
|
||||
background: #fff;
|
||||
border: 1px solid #ccc;
|
||||
}
|
||||
|
||||
#wbbmodal .wbb-remove-button {
|
||||
background: #db0000;
|
||||
color: #fff;
|
||||
line-height: 26px;
|
||||
border: 1px solid #ca0000;
|
||||
border-radius: 3px;
|
||||
padding: 2px 10px;
|
||||
cursor: pointer;
|
||||
float: right;
|
||||
}
|
||||
|
||||
#wbbmodal .wbb-remove-button:hover {
|
||||
background: #f80000;
|
||||
border: 1px solid #be0000;
|
||||
}
|
||||
|
||||
#wbbmodal .wbbm-inp-row {
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
|
||||
#wbbmodal .wbbm-inp-row label {
|
||||
display: block;
|
||||
font-weight: bold;
|
||||
margin-bottom: 3px;
|
||||
}
|
||||
|
||||
#wbbmodal .wbbm-inp-row input {
|
||||
height: 26px;
|
||||
padding: 0px 3px;
|
||||
line-height: 24px;
|
||||
font-size: 12px;
|
||||
width: 100%;
|
||||
border: 1px solid #aaa;
|
||||
outline: none;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
#wbbmodal .wbbm-inperr {
|
||||
color: red;
|
||||
font-size: 10px;
|
||||
display: block;
|
||||
}
|
||||
|
||||
#wbbmodal .wbbm-brdred {
|
||||
border-color: red !important;
|
||||
}
|
||||
|
||||
/* IMAGE UPLOAD */
|
||||
#wbbmodal #imguploader {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
#wbbmodal #imguploader.drag {
|
||||
border: 3px dashed #ccc;
|
||||
}
|
||||
|
||||
#wbbmodal #imguploader.drag.dragover {
|
||||
background: #feffe4;
|
||||
}
|
||||
|
||||
#wbbmodal #imguploader.drag.wbb-loading {
|
||||
padding: 40px 0;
|
||||
}
|
||||
|
||||
#wbbmodal #imguploader.drag .p {
|
||||
font-size: 2em;
|
||||
color: #aaa;
|
||||
margin-top: 15px;
|
||||
}
|
||||
|
||||
#wbbmodal #imguploader.drag .p2 {
|
||||
color: #AAA;
|
||||
}
|
||||
|
||||
#wbbmodal #imguploader.drag .fileupload {
|
||||
margin: 15px 0;
|
||||
}
|
||||
|
||||
#wbbmodal .fileupload {
|
||||
margin: 40px 0;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
#wbbmodal .dragupload {
|
||||
margin: 10px 0 15px 0;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
#wbbmodal .fileupload input.file {
|
||||
opacity: 0;
|
||||
filter: alpha(opacity = 0);
|
||||
width: 230px;
|
||||
height: 32px !important;
|
||||
position: absolute;
|
||||
top: 2px;
|
||||
left: 50%;
|
||||
margin-left: -115px;
|
||||
display: block;
|
||||
}
|
||||
|
||||
.loader {
|
||||
margin: 30px 0;
|
||||
}
|
||||
|
||||
.upl-error {
|
||||
color: red;
|
||||
display: block;
|
||||
}
|
||||
|
||||
.powered {
|
||||
display: block;
|
||||
position: absolute;
|
||||
bottom: -18px;
|
||||
right: 5px;
|
||||
font-size: 10px;
|
||||
}
|
||||
|
||||
/* END IMAGE UPLOAD */
|
||||
/* MODAL WINDOW */
|
||||
|
||||
/* PHPBB3 */
|
||||
.content-phpbb3 {
|
||||
font-size: 13px;
|
||||
line-height: normal !important;
|
||||
}
|
||||
|
||||
.content-phpbb3 .codebox dt {
|
||||
float: none;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.content-phpbb3 .codebox dd {
|
||||
margin: 0 !important;
|
||||
}
|
||||
@@ -0,0 +1,112 @@
|
||||
<?xml version="1.0" standalone="no"?>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
|
||||
<svg>
|
||||
<metadata>
|
||||
Created by FontForge 20090914 at Wed Nov 21 09:26:06 2012
|
||||
By www-data
|
||||
</metadata>
|
||||
<defs>
|
||||
<font id="WysiBBiconFont" horiz-adv-x="415" >
|
||||
<font-face
|
||||
font-family="WysiBBiconFont"
|
||||
font-weight="400"
|
||||
font-stretch="normal"
|
||||
units-per-em="415"
|
||||
panose-1="2 0 5 3 0 0 0 0 0 0"
|
||||
ascent="353"
|
||||
descent="-62"
|
||||
bbox="0 -62 415 353"
|
||||
underline-thickness="0"
|
||||
underline-position="0"
|
||||
unicode-range="U+E000-U+F000"
|
||||
/>
|
||||
<missing-glyph
|
||||
/>
|
||||
<glyph glyph-name=".notdef"
|
||||
/>
|
||||
<glyph glyph-name=".notdef"
|
||||
/>
|
||||
<glyph glyph-name="uniE000" unicode=""
|
||||
d="M103 15c-2.66699 0 -3.99902 1.66699 -3.99902 5v8c0 2 1.33301 3 4 3h13c5.33301 0 8.83301 1 10.5 3s3.16699 5.66699 4.5 11c0.666992 9.33301 1 37 1 83v41c0 30 -0.333008 50.333 -1 61c0 9.33301 -1.5 15.166 -4.5 17.499s-7.83301 3.5 -14.5 3.5h-12
|
||||
c-2 0 -3 1 -3 3v8c0 2.66699 1 3.66699 3 3l59 1h60c30.667 0 52 -3.33301 64 -10c19.333 -10 29 -25.667 29 -47c0 -27.333 -18.333 -46.666 -55 -57.999v-1c47.333 -11.333 71 -34.333 71 -69c0 -10 -2.83301 -20.333 -8.5 -31s-12.5 -18 -20.5 -22
|
||||
c-18.667 -8.66699 -48.334 -13 -89.001 -13h-107zM187.001 165c24 -2.66699 40.667 -0.000976562 50 7.99902c12 10 18 21 18 33c0 6.66699 -0.666992 11.334 -2 14.001s-4.66602 6 -9.99902 10c-7.33301 6 -20 9 -38 9c-10.667 0 -16.334 -3 -17.001 -9
|
||||
c-0.666992 -6.66699 -1 -23 -1 -49v-26v10zM187.001 76.999c0 -16 2.16797 -26.5 6.50098 -31.5s11.5 -7.5 21.5 -7.5c8 0 14.667 0.5 20 1.5s10.666 3 15.999 6s9.33301 7.83301 12 14.5s4 15 4 25c0 12.667 -2.5 21.667 -7.5 27s-13.833 10 -26.5 14
|
||||
c-10.667 4 -26 6 -46 6v-58v3z" />
|
||||
<glyph glyph-name="uniE001" unicode=""
|
||||
d="M217 58c-6 -16 -0.333984 -24.001 16.999 -24.001h17c2.66699 0 3.66699 -1 3 -3l-1 -8c-0.666992 -2 -2.66699 -3 -6 -3h-78h-68c-1.33301 0 -2.33301 0.333008 -3 1s-0.666992 1.66699 0 3l2 8c0.666992 1.33301 2 2 4 2h15c12 0 20 1.66699 24 5s7.66699 10.333 11 21
|
||||
l58 163c2 8.66699 2 14.834 0 18.501s-5.33301 5.5 -10 5.5h-21c-3.33301 0 -4.66602 0.666992 -3.99902 2l2 9c0.666992 1.33301 2.66699 2 6 2h71h66c2.66699 0 4.33398 -0.333008 5.00098 -1s0.666992 -1.66699 0 -3l-2 -7c-0.666992 -1.33301 -2.33398 -2 -5.00098 -2
|
||||
h-14c-15.333 0 -26 -8.33301 -32 -25z" />
|
||||
<glyph glyph-name="uniE002" unicode=""
|
||||
d="M268 232c-1.33301 10 -5.99805 15.001 -13.998 15.001h-9c-2 0 -3 1 -3 3v8c0 1.33301 1 2 3 2h65h36c2.66699 0 4 -0.666992 4 -2v-8c0 -2 -0.666992 -3 -2 -3h-12c-9.33301 0 -15 -4.33301 -17 -13v-54c0 -36 -0.666992 -61.333 -2 -76
|
||||
c-2.66699 -30 -12.334 -51.333 -29.001 -64c-16.667 -13.333 -40.334 -20 -71.001 -20c-24 0 -43.333 3 -58 9c-20.667 7.33301 -35.667 21.666 -45 42.999c-5.33301 12 -8 38.667 -8 80v78c0 11.333 -3.33301 17 -10 17h-18c-2 0 -3 1 -3 3v8c0 1.33301 1 2 3 2h63h56
|
||||
c2 0 3 -0.666992 3 -2v-9c0 -1.33301 -1 -2 -3 -2h-13c-12 0 -18.667 -4.33301 -20 -13c-0.666992 -4.66699 -1 -19 -1 -43v-22c0 -11.333 0.666992 -34.666 2 -69.999c0.666992 -12 5 -22.333 13 -31c2 -2.66699 4.5 -4.66699 7.5 -6s6.66699 -2.33301 11 -3
|
||||
s7.83301 -1 10.5 -1h11.5h10.5c6 0 13 3.33301 21 10c12.667 11.333 19 25.666 19 42.999zM75.002 -5.99902h275v-45h-275v45z" />
|
||||
<glyph glyph-name="uniE003" unicode=""
|
||||
d="M185 142h-63.999v-40h64v-43c0 -4 -1.16699 -7.16699 -3.5 -9.5s-5.5 -3.5 -9.5 -3.5h-13c-1.33301 0 -2 -5.33301 -2 -16v-6c0 -2.66699 1 -4 3 -4h54h50c2.66699 0 4 1 4 3v7c0 10.667 -0.666992 16 -2 16h-14c-8 0 -12 4.33301 -12 13v7.5v14.5v21h64v40h-64v74h10
|
||||
c26 0 43 -2 51 -6c5.33301 -2 10.5 -5.66699 15.5 -11s8.5 -9.66602 10.5 -12.999c0.666992 -2 1.66699 -2.66699 3 -2l5 1c2 0 2.66699 1 2 3c-0.666992 5.33301 -2.5 17.833 -5.5 37.5l-4.5 29.5c-0.666992 3.33301 -1.66699 5 -3 5h-216c-2 0 -3 -1.66699 -3 -5
|
||||
c-5.33301 -23.333 -11 -45.333 -17 -66c-0.666992 -1.33301 -0.333984 -2.33301 0.999023 -3l7 -1c1.33301 -0.666992 2.33301 -0.333984 3 0.999023c6.66699 13.333 17.334 22 32.001 26c9.33301 2.66699 25.666 4 48.999 4h5v-74z" />
|
||||
<glyph glyph-name="uniE004" unicode=""
|
||||
d="M413 101v-20v-34v-25h-19h-32v-21h51v-15v-16h-83v55v8.5v10.5h51v25h-51v15v7.5v9.5h83zM332 221l-41 40l-79 -79l-80 79l-40 -40l80 -81l-79 -79l39 -40l80 80l79 -80l41 41l-80 79z" />
|
||||
<glyph glyph-name="uniE005" unicode=""
|
||||
d="M413 324v-20v-34v-25h-19h-32v-21h51v-15v-16h-83v55v8.5v10.5h51v25h-51v3.5v6v5.5v7.5v9.5h83zM332 221l-41 40l-79 -79l-80 79l-40 -40l80 -81l-79 -79l39 -40l80 80l79 -80l41 41l-80 79z" />
|
||||
<glyph glyph-name="uniE006" unicode=""
|
||||
d="M64 47l78 162l69 -99l50 46l88 -109h-285zM271 193c0 11.333 3.83301 20.833 11.5 28.5s17 11.5 28 11.5s20.333 -3.83301 28 -11.5s11.5 -17.167 11.5 -28.5s-3.83301 -20.833 -11.5 -28.5s-17 -11.5 -28 -11.5s-20.333 3.83301 -28 11.5s-11.5 17.167 -11.5 28.5z
|
||||
M22 279v-277h381v277h-381zM371 36h-317l-1 211h318v-211z" />
|
||||
<glyph glyph-name="uniE007" unicode=""
|
||||
d="M351 240c14 0 26.167 -9.66602 36.5 -28.999s15.5 -42.833 15.5 -70.5s-5.16699 -51.334 -15.5 -71.001s-22.5 -29.5 -36.5 -29.5h-68c-10 0 -19.167 5.16699 -27.5 15.5s-14.833 23.833 -19.5 40.5h106c4.66699 0 8.83398 1.83301 12.501 5.5s5.5 8.16699 5.5 13.5v51
|
||||
c0 5.33301 -1.83301 9.83301 -5.5 13.5s-7.83398 5.5 -12.501 5.5h-106c4.66699 16.667 11.167 30 19.5 40s17.5 15 27.5 15h68zM83 96.001c-4.66699 0 -8.83398 1.83398 -12.501 5.50098s-5.5 8.16699 -5.5 13.5v51c0 5.33301 1.83301 9.83301 5.5 13.5
|
||||
s7.83398 5.5 12.501 5.5h106c-4.66699 16.667 -11.167 30 -19.5 40s-17.5 15 -27.5 15h-68c-14 0 -26 -9.66699 -36 -29s-15 -42.833 -15 -70.5s5 -51.334 15 -71.001s22 -29.5 36 -29.5h68c10 0 19.167 5.16699 27.5 15.5s14.833 23.833 19.5 40.5h-106zM109 163.002h207
|
||||
v-45h-207v45z" />
|
||||
<glyph glyph-name="uniE008" unicode=""
|
||||
d="M241 1h-162.002c-13.333 0 -23.333 2.83301 -30 8.5s-12 15.834 -16 30.501c-10 38 -12.667 86 -8 144c1.33301 22 4.66602 42 9.99902 60c3.33301 13.333 8.33301 22.666 15 27.999s16.334 8 29.001 8c102.667 0.666992 190.334 0.666992 263.001 0
|
||||
c15.333 0 26.833 -3.16699 34.5 -9.5s13.167 -17.5 16.5 -33.5c12.667 -64.667 12.667 -129 0 -193c-3.33301 -16 -8.66602 -27.167 -15.999 -33.5s-19 -9.5 -35 -9.5h-101zM173.998 64l110 77l-61 42.5l-49 34.5v-154z" />
|
||||
<glyph glyph-name="uniE009" unicode=""
|
||||
d="M123 278h280v-65h-280v65zM123 163h280v-65h-280v65zM123 48h280v-65h-280v65zM9 278h65v-65h-65v65zM9 163h65v-65h-65v65zM9 48h65v-65h-65v65z" />
|
||||
<glyph glyph-name="uniE00A" unicode=""
|
||||
d="M35 101l40 0.000976562c3.33301 0 5 -3.33301 5 -10s-1.66699 -10 -5 -10h-60v41c0 12 4.33301 18 13 18h32v21h-40c-3.33301 0 -5 3.33301 -5 10s1.66699 10 5 10h43c5.33301 0 9.33301 -1.33301 12 -4c3.33301 -2.66699 5 -6.33398 5 -11.001v-27
|
||||
c0 -6 -1.66699 -10.667 -5 -14s-7.33301 -5 -12 -5h-28v-19zM20 28.001c-3.33301 0 -5 3.33301 -5 10s1.66699 10 5 10h47c3.33301 0 6.33301 -1.16699 9 -3.5s4 -5.5 4 -9.5v-25c0 -4.66699 -1.66699 -8.66699 -5 -12c3.33301 -3.33301 5 -7.33301 5 -12v-25
|
||||
c0 -4 -1.33301 -7.16699 -4 -9.5s-5.66699 -3.5 -9 -3.5h-47c-3.33301 0 -5 3.33301 -5 10s1.66699 10 5 10h40v12c0 6.66699 -1.66699 10 -5 10h-21c-3.33301 0 -5 3.33301 -5 10s1.66699 10 5 10h21c3.33301 0 5 3.33301 5 10v8h-40zM123 278.001h280v-65h-280v65z
|
||||
M123 163.001h280v-65h-280v65zM123 48.001h280v-65h-280v65zM65 233.001v82h-45c-3.33301 0 -5 -3.33301 -5 -10s1.66699 -10 5 -10h20v-62h-20c-3.33301 0 -5 -3.33301 -5 -10s1.66699 -10 5 -10h55c3.33301 0 5 1.66699 5 5v15h-15z" />
|
||||
<glyph glyph-name="uniE00B" unicode=""
|
||||
d="M212.5 316c-48.333 0 -89.5 -17.167 -123.5 -51.5s-51 -75.666 -51 -123.999s17 -89.666 51 -123.999s75.167 -51.5 123.5 -51.5s89.666 17.167 123.999 51.5s51.5 75.666 51.5 123.999s-17.167 89.666 -51.5 123.999s-75.666 51.5 -123.999 51.5zM212.5 -10
|
||||
c-41.667 0 -77 14.667 -106 44s-43.5 64.833 -43.5 106.5s14.5 77 43.5 106s64.333 43.5 106 43.5s77.167 -14.5 106.5 -43.5s44 -64.333 44 -106s-14.667 -77.167 -44 -106.5s-64.833 -44 -106.5 -44zM120 192.5c0 8.33301 3 15.333 9 21s13.167 8.5 21.5 8.5
|
||||
s15.5 -2.83301 21.5 -8.5s9 -12.667 9 -21s-3 -15.5 -9 -21.5s-13.167 -9 -21.5 -9s-15.5 3 -21.5 9s-9 13.167 -9 21.5zM241 192.5c0 8.33301 2.83301 15.333 8.5 21s12.667 8.5 21 8.5s15.5 -2.83301 21.5 -8.5s9 -12.667 9 -21s-3 -15.5 -9 -21.5s-13.167 -9 -21.5 -9
|
||||
s-15.333 3 -21 9s-8.5 13.167 -8.5 21.5zM115 101h195v-1c0 -19.333 -9.5 -35.833 -28.5 -49.5s-42 -20.5 -69 -20.5s-50 6.83301 -69 20.5s-28.5 30.167 -28.5 49.5v1z" />
|
||||
<glyph glyph-name="uniE00C" unicode=""
|
||||
d="M198 132l-0.000976562 87.001c0 2.66699 -1.16699 5.33398 -3.5 8.00098s-5.16602 4 -8.49902 4h-88c-3.33301 0 -6.16602 -1.33301 -8.49902 -4s-3.5 -5.33398 -3.5 -8.00098v-87c0 -2.66699 1.16699 -5.33398 3.5 -8.00098s5.16602 -4 8.49902 -4h39l-54 -93h55l60 102
|
||||
v3zM331.999 132.001l-0.000976562 87.001c0 2.66699 -1.16699 5.33398 -3.5 8.00098s-5.16602 4 -8.49902 4h-88c-3.33301 0 -6.16602 -1.33301 -8.49902 -4s-3.5 -5.33398 -3.5 -8.00098v-87c0 -2.66699 1.16699 -5.33398 3.5 -8.00098s5.16602 -4 8.49902 -4h39l-54 -93
|
||||
h55l60 102v3z" />
|
||||
<glyph glyph-name="uniE00D" unicode=""
|
||||
d="M160 270c2 0 3 -0.333008 3 -1v-22c0 -1.33301 -1.66699 -2 -5 -2h-58c-3.33301 0 -5 -1 -5 -3v-203c0 -2 1.33301 -3 4 -3h65c3.33301 0 5 -1 5 -3v-20c0 -2 -1.66699 -3 -5 -3h-129c-4 0 -6 1.33301 -6 4v254c0 1.33301 2 2 6 2h125zM261 10c-3.33301 0 -5 1 -5 3v20
|
||||
c0 2 1.66699 3 5 3h66c2 0 3 1 3 3v203c0 2 -1.66699 3 -5 3h-58c-3.33301 0 -5 0.666992 -5 2v22c0 0.666992 1 1 3 1h125c4 0 6 -0.666992 6 -2v-254c0 -2.66699 -2 -4 -6 -4h-129zM194 180v-79h74v-38h-74h-36v38v79v38h110v-38h-74z" />
|
||||
<glyph glyph-name="uniE00E" unicode=""
|
||||
d="M73 260v-47v-2v-51v-40v-60v-40h36h85h37h85h37v40v60v40v51v2v47h-280zM105 211h94v-65h-94v65zM105 51v69h94v-69h-94zM320 51h-94v69h94v-69zM320 147h-94v64h94v-64z" />
|
||||
<glyph glyph-name="uniE00F" unicode=""
|
||||
d="M153 291h120v-110h-120v110zM93 165h240v-50h-240v50zM123 101h180v-90h-180v90z" />
|
||||
<glyph glyph-name="uniE010" unicode=""
|
||||
d="M253 60h-84l-11 -40h-76l90 240h81l90 -240h-78zM238 112l-26 86l-27 -86h53z" />
|
||||
<glyph glyph-name="uniE011" unicode=""
|
||||
d="M313 220l-100 -160l-100 160h200z" />
|
||||
<glyph glyph-name="uniE012" unicode=""
|
||||
d="M313 116l-100 -160l-100 160h200zM113 176l100 160l100 -160h-200z" />
|
||||
<glyph glyph-name="uniE013" unicode=""
|
||||
d="M73 253h280v-40h-280v40zM73 183h280v-40h-280v40zM73 113h280v-40h-280v40zM73 43h280v-40h-280v40z" />
|
||||
<glyph glyph-name="uniE014" unicode=""
|
||||
d="M73 253h280v-40h-280v40zM108 183h210v-40h-210v40zM113 113h200v-40h-200v40zM73 43h280v-40h-280v40z" />
|
||||
<glyph glyph-name="uniE015" unicode=""
|
||||
d="M73 253h280v-40h-280v40zM73 183h210v-40h-210v40zM73 113h200v-40h-200v40zM73 43h280v-40h-280v40z" />
|
||||
<glyph glyph-name="uniE016" unicode=""
|
||||
d="M73 253h280v-40h-280v40zM143 183h210v-40h-210v40zM153 113h200v-40h-200v40zM73 43h280v-40h-280v40z" />
|
||||
<glyph glyph-name="uniE017" unicode=""
|
||||
d="M143 235c0 19.333 3.83203 36.5 11.499 51.5s17.667 26.333 30 34s26 13.334 41 17.001s29.833 3.66699 44.5 0s28.167 -9.33398 40.5 -17.001s22.5 -19 30.5 -34s12 -32.167 12 -51.5v-154c0 -25.333 -5.16699 -48.166 -15.5 -68.499s-23.833 -35.666 -40.5 -45.999
|
||||
s-34.834 -17.833 -54.501 -22.5s-39.5 -4.66699 -59.5 0s-38.333 12.167 -55 22.5s-30 25.666 -40 45.999s-15 43.166 -15 68.499h30c0 -20 4 -38 12 -54s18.5 -28 31.5 -36s27.333 -13.833 43 -17.5s31.167 -3.66699 46.5 0s29.5 9.5 42.5 17.5s23.667 20 32 36
|
||||
s12.5 34 12.5 54v154c0 18.667 -5.16699 34.5 -15.5 47.5s-22.833 21 -37.5 24s-29.5 3 -44.5 0s-27.5 -11 -37.5 -24s-15 -28.833 -15 -47.5v-150c0 -16.667 6.66699 -28.5 20 -35.5s26.666 -7 39.999 0s20 18.833 20 35.5v119h30v-119
|
||||
c0 -11.333 -2.16699 -21.5 -6.5 -30.5s-9.66602 -16.333 -15.999 -22s-13.666 -10 -21.999 -13s-17 -4.5 -26 -4.5s-17.667 1.5 -26 4.5s-15.666 7.33301 -21.999 13s-11.5 13 -15.5 22s-6 19.167 -6 30.5v150z" />
|
||||
<glyph glyph-name="uniF000" unicode="" horiz-adv-x="0"
|
||||
d="M0 353l415 -415h-415v415z" />
|
||||
<glyph glyph-name=".null" horiz-adv-x="0"
|
||||
/>
|
||||
<glyph glyph-name="nonmarkingreturn" horiz-adv-x="138"
|
||||
/>
|
||||
</font>
|
||||
</defs></svg>
|
||||
|
After Width: | Height: | Size: 12 KiB |