battles/css/main.css

301 lines
5.0 KiB
CSS
Raw Normal View History

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;
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;
}
table.zebra tr {
background-color: #C7C7C7;
}
2018-06-24 15:38:19 +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-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 {
width: 48px;
height: 48px;
border-radius: 5px;
border: 1px solid rgba(0, 0, 0, 0.25);
padding: 7px;
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;
}
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;
2018-12-27 20:57:04 +00:00
}