cyrilleinvalides/choupas/www/admin/libs/styles/underdog.css

200 lines
3.3 KiB
CSS
Executable File

BODY, FORM, TABLE {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #999999;
background-color: #343434;
}
INPUT,TEXTAREA, SELECT {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
background-color: #222222;
border-top: 1px solid #000000;
border-right: 1px solid #000000;
border-left: 1px solid #666666;
border-bottom: 1px solid #555555;
color: #999999;
padding: 2px;
}
option:active {
/*background:url('img/tr.gif') no-repeat 100% 50%;*/
}
option:hover {
/*background:url('img/tr.gif') no-repeat 100% 50%;*/
}
option[selected] {
/*background:url('img/tr.gif') no-repeat 100% 50%;*/
}
label, .sorter {
cursor: pointer;
}
label:hover, .sorter:hover {
color: white;
}
A:link, A:visited {
color: #999999;
text-decoration: none;
}
A:hover {
color: #008888;
background-color: #000000;
text-decoration: none;
}
.boxAround {
border-bottom:solid #555555 1px;
border-right:solid #555555 1px;
border-left:solid #555555 1px;
border-top:solid #555555 1px;
padding:5px
}
.searchButton
{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #999999;
background-color: #343434;
border-top-color: #555555;
border-right-color: #555555;
border-bottom-color: #000000;
border-left-color: #000000;
border-style: solid;
border-width: 1px;
}
.buttons {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #FFFFFF;
background-color: #343434;
border-top-color: #555555;
border-right-color: #555555;
border-bottom-color: #000000;
border-left-color: #000000;
border-style: solid;
border-width: 2px;
}
input[type="submit"]:hover {
background-color: #008888;
color: #000000;
}
.buttons:hover {
background-color: #008888;
color: #000000;
}
.alerts {
color: #CC0000;
}
.bold {
color: #555555;
}
.submenu {
display:none;
border-left:solid #555555 1px;
margin-left: 0px;
text-align:left;
line-height: 0;
border-bottom:solid #555555 1px;
border-right:solid #111111 1px;
}
.calLink a:link, .calLink a:visited{
padding: 1px;
height: 13px;
color:#666666;
text-decoration:none;
text-align:left;
}
.submenu a:link, .submenu a:visited{
padding: 1px;
color:#666666;
text-decoration:none;
text-align:left;
display: block;
}
.submenu a:hover{
color:#333333;
background-color:#555555;
}
.mhead {
background-color:#343434;
color: #555555;
text-decoration: none;
text-align:left;
border-top:solid #555555 1px;
border-right:solid #555555 1px;
border-left:solid #000000 1px;
border-bottom:solid #000000 1px;
padding: 1px;
display: block;
line-height:12px;
}
.mhover{
color: #FFFFFF;
text-decoration: none;
text-align:left;
border-top:solid #555555 1px;
border-right:solid #555555 1px;
border-left:solid #222222 1px;
border-bottom:solid #222222 1px;
padding: 1px;
display: block;
line-height:12px;
}
.mhover a:hover{
background-color:#555555;
color: #FFFFFF;
}
.panelBox{
line-height: normal;
padding-top:3px;
padding-left:3px;
padding-right:3px;
text-align:center;
align:center;
}
.hdivider{
margin-top: 10px;
margin-bottom: 6px;
padding: 0px;
width:161px;
border-top:solid #CCCCCC 1px;
}
#menuContainer{
width: 165px;
position:absolute;
left: 5px;
top: 30px;
}
.searchHighlight{
color: #008888;
}
.searchDimmer{
color: #555555;
}
tr.myDragClass td {
color: yellow;
background-color: black;
}