2018-01-28 16:40:49 +00:00
|
|
|
|
BODY {
|
|
|
|
|
FONT-SIZE: 10pt;
|
|
|
|
|
FONT-FAMILY: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
|
|
|
|
|
background: #D7D7D7;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.text {
|
|
|
|
|
FONT-WEIGHT: normal;
|
|
|
|
|
COLOR: #000000;
|
|
|
|
|
}
|
|
|
|
|
|
2018-06-24 15:38:19 +00:00
|
|
|
|
H1, H2, H3, H4, H5, H6 {
|
2018-01-28 16:40:49 +00:00
|
|
|
|
FONT-WEIGHT: bold;
|
|
|
|
|
COLOR: #8f0000;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
H3 {
|
2018-06-24 15:38:19 +00:00
|
|
|
|
TEXT-ALIGN: center
|
2018-01-28 16:40:49 +00:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
A, A:visited {
|
|
|
|
|
FONT-WEIGHT: bold;
|
|
|
|
|
COLOR: #003388;
|
|
|
|
|
TEXT-DECORATION: none
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
A:active {
|
|
|
|
|
COLOR: #6f0000
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
A:hover {
|
|
|
|
|
COLOR: #0066ff
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.date, .date2, .sysdate {
|
|
|
|
|
FONT-WEIGHT: normal;
|
|
|
|
|
FONT-SIZE: 8pt;
|
|
|
|
|
COLOR: #007000;
|
|
|
|
|
FONT-FAMILY: Consolas, Menlo, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New, monospace, serif;
|
|
|
|
|
TEXT-DECORATION: none
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.date2 {
|
|
|
|
|
BACKGROUND-COLOR: #00ffaa;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.sysdate {
|
|
|
|
|
COLOR: #b00000;
|
|
|
|
|
}
|
|
|
|
|
|
2018-06-24 15:38:19 +00:00
|
|
|
|
.private, A.private, A.private:hover, A.private:visited, A.private:active {
|
2018-01-28 16:40:49 +00:00
|
|
|
|
FONT-WEIGHT: bold;
|
|
|
|
|
COLOR: red;
|
|
|
|
|
BACKGROUND-COLOR: #fae0e0
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.number {
|
|
|
|
|
FONT-WEIGHT: bold;
|
|
|
|
|
FONT-SIZE: 11pt;
|
|
|
|
|
COLOR: #6f0000
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.dsc {
|
|
|
|
|
FONT-WEIGHT: normal;
|
|
|
|
|
COLOR: #606060
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
SELECT, TEXTAREA, INPUT {
|
|
|
|
|
MARGIN-TOP: 1px;
|
|
|
|
|
MARGIN-BOTTOM: 2px;
|
|
|
|
|
COLOR: #191970;
|
|
|
|
|
border: 1pt solid #b0b0b0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.ahint {
|
|
|
|
|
FONT-SIZE: 8px;
|
|
|
|
|
COLOR: #000080;
|
2018-12-14 12:20:49 +00:00
|
|
|
|
TEXT-DECORATION: none;
|
|
|
|
|
z-index: 50;
|
2018-01-28 16:40:49 +00:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#hint3 {
|
|
|
|
|
VISIBILITY: hidden;
|
|
|
|
|
WIDTH: 240px;
|
|
|
|
|
POSITION: absolute;
|
|
|
|
|
BACKGROUND: #fff6dd;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.B1 {
|
|
|
|
|
FONT-WEIGHT: bold;
|
|
|
|
|
COLOR: #6666cc
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.B2 {
|
|
|
|
|
FONT-WEIGHT: bold;
|
|
|
|
|
COLOR: #b06a00
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.B {
|
|
|
|
|
FONT-WEIGHT: bold;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
IMG {
|
|
|
|
|
border-width: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
TABLE {
|
|
|
|
|
border-width: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.thumbnail_my span { /*CSS for enlarged image*/
|
|
|
|
|
position: absolute;
|
|
|
|
|
background-color: #3d3d3d;
|
|
|
|
|
padding: 5px;
|
|
|
|
|
left: -1000px;
|
|
|
|
|
width: 300px;
|
|
|
|
|
border: 1px solid white;
|
|
|
|
|
visibility: hidden;
|
|
|
|
|
color: Yellow;
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
border-radius: 4px 4px 4px 4px;
|
|
|
|
|
-moz-border-radius: 4px 4px 4px 4px;
|
|
|
|
|
-webkit-border-radius: 4px 4px 4px 4px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.thumbnail_my span img { /*CSS for enlarged image*/
|
|
|
|
|
border-width: 0;
|
|
|
|
|
padding: 2px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.thumbnail_my:hover span { /*CSS for enlarged image on hover*/
|
|
|
|
|
visibility: visible;
|
|
|
|
|
top: 0;
|
|
|
|
|
left: 60px; /*position where enlarged image should offset horizontally */
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.thumbnail_my2 span { /*CSS for enlarged image*/
|
|
|
|
|
position: absolute;
|
|
|
|
|
background-color: #3d3d3d;
|
|
|
|
|
padding: 5px;
|
|
|
|
|
right: 0;
|
|
|
|
|
width: 150px;
|
|
|
|
|
border: 1px solid white;
|
|
|
|
|
visibility: hidden;
|
|
|
|
|
color: Yellow;
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
border-radius: 4px 4px 4px 4px;
|
|
|
|
|
-moz-border-radius: 4px 4px 4px 4px;
|
|
|
|
|
-webkit-border-radius: 4px 4px 4px 4px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.thumbnail_my2 span img { /*CSS for enlarged image*/
|
|
|
|
|
border-width: 0;
|
|
|
|
|
padding: 2px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.thumbnail_my2:hover span { /*CSS for enlarged image on hover*/
|
|
|
|
|
visibility: visible;
|
|
|
|
|
top: 60px;
|
|
|
|
|
right: 100px; /*position where enlarged image should offset horizontally */
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
div.effectList {
|
|
|
|
|
font-size: smaller;
|
|
|
|
|
text-align: left;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
div.effectList > div {
|
|
|
|
|
clear: both;
|
|
|
|
|
padding: 5px;
|
|
|
|
|
border-radius: 5px;
|
|
|
|
|
position: relative;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
div.effectList > div:hover {
|
|
|
|
|
background-color: #d2d2d2;
|
|
|
|
|
-webkit-box-shadow: 0 0 5px 0 #d2d2d2;
|
|
|
|
|
box-shadow: 0 0 5px 0 #d2d2d2;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
div.effectList > div > .cancel {
|
|
|
|
|
position: absolute;
|
|
|
|
|
right: 3px;
|
|
|
|
|
top: 3px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
div.effectList > div > .image {
|
|
|
|
|
float: left;
|
|
|
|
|
margin-right: 3px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
div.effectList > div > .title {
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
div.effectList > div > [action] {
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#mini_qsst {
|
|
|
|
|
z-index: 100;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.row {
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
table.adm {
|
2018-03-04 00:47:49 +00:00
|
|
|
|
font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
|
|
|
|
|
font-size: 12px;
|
|
|
|
|
background: #fff;
|
|
|
|
|
width: 480px;
|
|
|
|
|
border-collapse: collapse;
|
|
|
|
|
text-align: left;
|
2018-01-28 16:40:49 +00:00
|
|
|
|
}
|
2018-06-24 15:38:19 +00:00
|
|
|
|
|
2018-01-28 16:40:49 +00:00
|
|
|
|
table.adm th {
|
2018-03-04 00:47:49 +00:00
|
|
|
|
font-size: 14px;
|
|
|
|
|
font-weight: normal;
|
|
|
|
|
color: #039;
|
|
|
|
|
padding: 10px 8px;
|
|
|
|
|
border-bottom: 2px solid #6678b1;
|
2018-01-28 16:40:49 +00:00
|
|
|
|
}
|
2018-06-24 15:38:19 +00:00
|
|
|
|
|
2018-01-28 16:40:49 +00:00
|
|
|
|
table.adm td {
|
2018-03-04 00:47:49 +00:00
|
|
|
|
border-bottom: 1px solid #ccc;
|
|
|
|
|
color: #669;
|
|
|
|
|
padding: 6px 8px;
|
|
|
|
|
}
|
2018-06-24 15:38:19 +00:00
|
|
|
|
|
|
|
|
|
table.adm tbody tr:hover td {
|
2018-03-04 00:47:49 +00:00
|
|
|
|
color: #009;
|
2018-06-23 17:41:37 +00:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
table.zebra tr {
|
|
|
|
|
background-color: #C7C7C7;
|
|
|
|
|
}
|
2018-06-24 15:38:19 +00:00
|
|
|
|
|
2018-06-23 17:41:37 +00:00
|
|
|
|
table.zebra tr:nth-child(even) {
|
|
|
|
|
background-color: #D5D5D5;
|
2018-06-24 15:38:19 +00:00
|
|
|
|
}
|
|
|
|
|
|
2018-12-12 14:20:04 +00:00
|
|
|
|
legend {
|
2018-06-24 15:38:19 +00:00
|
|
|
|
color: dimgray;
|
|
|
|
|
font-family: consolas, sans-serif;
|
|
|
|
|
font-size: 18px;
|
|
|
|
|
margin-top: 10px;
|
2018-12-12 11:59:29 +00:00
|
|
|
|
}
|
2018-12-27 20:57:04 +00:00
|
|
|
|
|
|
|
|
|
img.item {
|
|
|
|
|
width: 64px;
|
|
|
|
|
height: 64px;
|
|
|
|
|
border: 1px solid silver;
|
|
|
|
|
border-radius: 5px;
|
|
|
|
|
margin-top: 1px;
|
2018-12-28 15:37:42 +00:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
hr {
|
2018-12-28 15:38:37 +00:00
|
|
|
|
color: silver;
|
2018-12-28 15:37:42 +00:00
|
|
|
|
border-style: solid;
|
2019-01-12 20:02:08 +00:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
img.item-wrap-normal {
|
2020-07-06 09:09:47 +00:00
|
|
|
|
width: 73px;
|
|
|
|
|
height: 73px;
|
2019-01-12 20:02:08 +00:00
|
|
|
|
border-radius: 5px;
|
|
|
|
|
border: 1px solid rgba(0, 0, 0, 0.25);
|
|
|
|
|
display: inline-block;
|
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
|
background-color: #AAA;
|
|
|
|
|
background-image: radial-gradient(circle, #EEE, #AAA);
|
2019-01-15 20:21:01 +00:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
div.topRoomButtons {
|
|
|
|
|
float: right;
|
2019-09-17 12:05:06 +00:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
table.allzeroes {
|
|
|
|
|
/* cellspacing = 0 */
|
|
|
|
|
border-collapse: collapse;
|
|
|
|
|
border-spacing: 0;
|
|
|
|
|
width: 100%;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
table.allzeroes th, td {
|
|
|
|
|
/* cellpadding = 0 */
|
|
|
|
|
padding: 0;
|
|
|
|
|
text-align: left;
|
|
|
|
|
vertical-align: top;
|
2020-06-23 09:13:55 +00:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
span.success {
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
color: #008F00;
|
|
|
|
|
}
|
2020-06-23 10:26:39 +00:00
|
|
|
|
|
2020-06-23 09:13:55 +00:00
|
|
|
|
span.error {
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
color: #8F0000;
|
2020-07-04 18:49:57 +00:00
|
|
|
|
}
|
|
|
|
|
|
2020-07-05 15:09:55 +00:00
|
|
|
|
img.tip + span.tiptext {
|
2020-07-04 18:49:57 +00:00
|
|
|
|
display: none
|
|
|
|
|
}
|
2020-07-05 15:09:55 +00:00
|
|
|
|
|
|
|
|
|
img.tip:hover + span.tiptext {
|
2020-07-04 18:49:57 +00:00
|
|
|
|
border: #c0c0c0 1px dotted;
|
|
|
|
|
padding: 5px 20px 5px 5px;
|
|
|
|
|
display: block;
|
|
|
|
|
z-index: 100;
|
|
|
|
|
background-color: #f0f0f0;
|
2020-09-17 23:06:32 +00:00
|
|
|
|
left: 0;
|
2020-07-04 18:49:57 +00:00
|
|
|
|
margin: 10px;
|
|
|
|
|
width: 250px;
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 10px;
|
|
|
|
|
text-decoration: none
|
2020-07-05 15:09:55 +00:00
|
|
|
|
}
|
|
|
|
|
/* Отображение информации о персонаже в inf.php (класс User.php) */
|
|
|
|
|
div.user-info-container {
|
|
|
|
|
display: grid;
|
2020-07-06 09:09:47 +00:00
|
|
|
|
grid-template-columns: repeat(4, 75px) auto 100px;
|
|
|
|
|
grid-template-rows: repeat(5, 75px) auto;
|
2020-07-05 15:09:55 +00:00
|
|
|
|
grid-gap: 10px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
div.user-info-container > div.slot-1,
|
|
|
|
|
div.user-info-container > div.slot-2,
|
|
|
|
|
div.user-info-container > div.slot-3,
|
|
|
|
|
div.user-info-container > div.slot-4 {
|
|
|
|
|
grid-column: 1;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
div.user-info-container > div.slot-5,
|
|
|
|
|
div.user-info-container > div.slot-6,
|
|
|
|
|
div.user-info-container > div.slot-7,
|
|
|
|
|
div.user-info-container > div.slot-8 {
|
2020-07-06 09:09:47 +00:00
|
|
|
|
grid-column: 4;
|
2020-07-05 15:09:55 +00:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
div.user-info-container > div.slot-1,
|
|
|
|
|
div.user-info-container > div.slot-5 {
|
|
|
|
|
grid-row: 1;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
div.user-info-container > div.slot-2,
|
|
|
|
|
div.user-info-container > div.slot-6 {
|
|
|
|
|
grid-row: 2;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
div.user-info-container > div.slot-3,
|
|
|
|
|
div.user-info-container > div.slot-7 {
|
|
|
|
|
grid-row: 3;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
div.user-info-container > div.slot-4,
|
|
|
|
|
div.user-info-container > div.slot-8 {
|
|
|
|
|
grid-row: 4;
|
|
|
|
|
}
|
|
|
|
|
|
2020-07-06 09:23:56 +00:00
|
|
|
|
div.user-info-container > div.slot-9,
|
|
|
|
|
div.user-info-container > div.slot-10,
|
|
|
|
|
div.user-info-container > div.slot-11,
|
|
|
|
|
div.user-info-container > div.slot-12 {
|
2020-07-06 09:09:47 +00:00
|
|
|
|
grid-row: 5;
|
|
|
|
|
}
|
|
|
|
|
|
2020-07-05 15:09:55 +00:00
|
|
|
|
div.user-info-container > div.slot-image {
|
2020-07-06 09:09:47 +00:00
|
|
|
|
grid-column: 2 / 4;
|
2020-07-05 15:09:55 +00:00
|
|
|
|
grid-row: 1 / 5;
|
|
|
|
|
}
|
|
|
|
|
|
2020-07-05 16:58:57 +00:00
|
|
|
|
div.user-info-container > div.slot-image > img {
|
2020-07-06 09:09:47 +00:00
|
|
|
|
width: 160px;
|
|
|
|
|
height: 330px;
|
2020-07-05 17:09:55 +00:00
|
|
|
|
border-radius: 5px;
|
2020-07-05 16:58:57 +00:00
|
|
|
|
}
|
|
|
|
|
|
2020-07-05 15:09:55 +00:00
|
|
|
|
div.user-info-container > div.slot-lower {
|
2020-07-06 09:09:47 +00:00
|
|
|
|
grid-column: 1 / 5;
|
|
|
|
|
grid-row: 6;
|
2020-07-05 15:09:55 +00:00
|
|
|
|
text-align: center;
|
|
|
|
|
}
|
|
|
|
|
|
2020-07-05 15:45:59 +00:00
|
|
|
|
div.user-info-container > div.slot-lower > img {
|
|
|
|
|
margin: 1px;
|
|
|
|
|
}
|
|
|
|
|
|
2020-07-05 15:09:55 +00:00
|
|
|
|
div.user-info-container > div.user-info {
|
2020-07-06 09:09:47 +00:00
|
|
|
|
grid-column: 5;
|
|
|
|
|
grid-row: 1 / 7;
|
2020-07-05 15:09:55 +00:00
|
|
|
|
}
|
|
|
|
|
|
2020-07-05 15:45:59 +00:00
|
|
|
|
div.user-info-container > div.user-info > div.stats-container {
|
|
|
|
|
display: flex;
|
|
|
|
|
width: 350px;
|
|
|
|
|
}
|
|
|
|
|
|
2020-07-06 12:26:50 +00:00
|
|
|
|
div.user-info-container > div.user-info > div.info {
|
|
|
|
|
width: 350px;
|
|
|
|
|
}
|
|
|
|
|
|
2020-07-05 15:45:59 +00:00
|
|
|
|
div.user-info-container > div.user-info > div.stats-container > div.column {
|
|
|
|
|
padding: 10px;
|
2020-07-05 16:12:53 +00:00
|
|
|
|
font-size: larger;
|
|
|
|
|
text-align: right;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
div.user-info-container > div.user-info > div.stats-container > div.column + div.column {
|
|
|
|
|
text-align: left;
|
2020-07-05 15:45:59 +00:00
|
|
|
|
}
|
|
|
|
|
|
2020-07-05 15:09:55 +00:00
|
|
|
|
div.user-info-container > div.user-signs {
|
2020-07-06 09:09:47 +00:00
|
|
|
|
grid-column: 6;
|
2020-07-05 15:09:55 +00:00
|
|
|
|
grid-row: 1 / 6;
|
2020-07-05 16:43:15 +00:00
|
|
|
|
}
|
|
|
|
|
/*-----------------------------*/
|
|
|
|
|
div.debug {
|
|
|
|
|
background:#fef;
|
|
|
|
|
border:1px dashed #faf;
|
|
|
|
|
border-radius:5px;
|
|
|
|
|
padding:5px;
|
2020-07-06 10:41:20 +00:00
|
|
|
|
margin: 3px;
|
2020-07-05 18:38:13 +00:00
|
|
|
|
}
|
2020-07-05 21:35:25 +00:00
|
|
|
|
div.secret-info {
|
2020-07-05 18:38:13 +00:00
|
|
|
|
background:#fee;
|
|
|
|
|
border:1px dashed #faa;
|
|
|
|
|
border-radius:5px;
|
|
|
|
|
padding:5px;
|
2020-07-06 10:41:20 +00:00
|
|
|
|
margin: 3px;
|
2020-07-05 18:38:13 +00:00
|
|
|
|
}
|
2020-07-05 21:35:25 +00:00
|
|
|
|
div.secret-info > span {
|
2020-07-05 21:16:22 +00:00
|
|
|
|
color: #966;
|
2018-12-27 20:57:04 +00:00
|
|
|
|
}
|