LotGDocker/lotgd-web/lotgd/templates/cupertino.css

213 lines
4.7 KiB
CSS
Raw Normal View History

2020-08-17 19:16:42 -04:00
/* CSS Document */
caption {
white-space: nowrap;
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-size: 11px;
}
td {
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-size: 11px;
}
a{
color: #3366CC;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
a.nav {
color: #3366CC;
text-decoration: none;
}
.navhead {
text-decoration: none;
font-weight: bold;
color: #FFFFFF;
cursor: default;
display: table;
background-color: #989DA5;
background-image: url(cupertino/navheadtop.gif);
width: 135px;
background-repeat: no-repeat;
text-align: center;
margin-top: 5px;
padding-top: 5px;
}
.navhelp {
color: #3366CC;
text-decoration: none;
cursor: default;
display: table;
}
a.motd {
text-decoration: none;
color:#000000;
}
a:hover.motd {
color: #FF0000;
}
a.hotmotd {
text-decoration: none;
color:#FF0000;
}
td.charinfo {
border-top-width: 1px;
border-top-style: solid;
border-top-color: #999999;
border-right-style: none;
border-bottom-style: none;
border-left-style: none;
cursor: default;
}
td.charhead {
text-decoration: none;
font-weight: bold;
color: #FFFFFF;
cursor: default;
display: table;
background-color: #989DA5;
background-image: url(cupertino/navheadtop.gif);
background-repeat: no-repeat;
text-align: center;
margin-top: 5px;
padding-top: 5px;
}
table.charinfo { border: none; }
td.pageheader { background-color: #000066; }
td.noborder { border: none; }
table.noborder { border: none; }
input {
background-color: #FFFFFF;
border: 1px solid #999999;
color: #000000;
}
.input {
background-color: #FFFFFF;
border: 1px solid #999999;
color: #000000;
}
select {
background-color: #FFFFFF;
border: 1px solid #999999;
color: #000000;
}
.navhi { color: #000000; }
.colDkBlue { color: #000033; }
.colDkGreen { color: #003300; }
.colDkCyan { color: #003333; }
.colDkRed { color: #330000; }
.colDkMagenta { color: #330033; }
.colDkYellow { color: #333300; }
.colDkWhite { color: #666666; }
.colLtBlue { color: #000099; }
.colLtGreen { color: #009900; }
.colLtCyan { color: #009999; }
.colLtRed { color: #990000; }
.colLtMagenta { color: #990099; }
.colLtYellow { color: #999900; }
.colLtWhite { color: #333333; }
.colLtBlack { color: #999999; }
.colDkOrange { color: #994400; }
.colLtOrange { color: #FF9900; }
.colBlue { color: #0070FF; }
.colLime { color: #DDFFBB; }
.colBlack { color: #000000; }
.colRose { color: #EEBBEE; }
.colblueviolet { color: #9A5BEE; }
.coliceviolet { color: #AABBEE; }
.colLtBrown { color: #F8DB83; }
.colDkBrown { color: #6b563f; }
.colXLtGreen { color: #aaff99; }
.colAttention { background-color: #00FF00; color: #FF0000; }
.colWhiteBlack { background-color: #FFFFFF; color: #000000; }
.colbeige { color: #F5F5DC; }
.colkhaki { color: #F0E68C; }
.coldarkkhaki { color: #BDB76B; }
.colaquamarine { color: #7FFFD4; }
.coldarkseagreen { color: #8FBC8F; }
.collightsalmon { color: #FFA07A; }
.colsalmon { color: #FA8072; }
.colwheat { color: #F5DEB3; }
.coltan { color: #D2B48C; }.colBack { background-color: #00FFFF; color: #000000; }
.colLtLinkBlue { color: #0099FF; }
.colDkLinkBlue { color: #006BB3; }
.colDkRust { color: #8D6060; }
.colLtRust { color: #B07878; }
.colMdBlue { color: #0000F0; }
.colMdGrey { color: #DDDDDD; }
.colburlywood { color: #DEB887; }
.trhead { background-color:#006699; color:#FFFFFF; }
.trlight { background-color:#FFFFFF; }
.trdark { background-color:#F0F0F0; }
.trhilight { background-color: #999999; }
.headrow {
background-image: url(cupertino/pinstripe.GIF);
}
.tab {
background-image: url(cupertino/tab.GIF);
}
.bartop {
background-image: url(cupertino/bartop.gif);
background-repeat: repeat-x;
}
.barbottom {
background-image: url(cupertino/barbottom.gif);
background-repeat: repeat-x;
}
.boxtop {
background-image: url(cupertino/boxupper.gif);
background-repeat: repeat-x;
}
.boxright {
background-image: url(cupertino/boxright.gif);
background-repeat: repeat-y;
background-position: right;
}
.boxleft {
background-image: url(cupertino/boxleft.gif);
background-repeat: repeat-y;
background-position: left;
}
.boxlower {
background-image: url(cupertino/boxlower.gif);
background-repeat: repeat-x;
background-position: bottom;
}
a.t {
width: 7px;
height: 7px;
border: 1px dotted #0000FF;
background-color: #9999FF;
color: #FFFFFF;
font-size: 7px;
text-decoration: none;
padding-left: 1px;
padding-right: 1px;
}
a.thot {
width: 7px;
height: 7px;
border: 1px dotted #FF0000;
background-color: #FF9999;
color: #FFFFFF;
font-size: 7px;
text-decoration: none;
padding-left: 1px;
padding-right: 1px;
}
div.debug {
background-color: #FF0000;
color: #ffffff;
border: 1px dotted #000000;
width: auto;
height: auto;
font-size: 10px;
}