egroupware_official/phpgwapi/templates/idots/css/idots.css
2008-11-17 20:28:09 +00:00

134 lines
1.9 KiB
CSS

@import url("traditional.css");
/**
* Stylite theme changes
*/
#divAppIconBar {
padding-top: 5px;
border: none;
background-position: 0px 30px;
background-color: white;
background-image: url(../images/gradient22.png);
}
#divStatusBar {
height: 22px;
}
#divAppboxHeader {
background-image: url(../images/gradient22.png);
border: none;
height: 18px;
line-height: 18px;
}
.divSidebox,.textSidebox {
border: none;
}
.textSidebox {
border-top: 1px solid lightgray;
}
.divSidebox table {
border: 1px solid lightgray;
border-top: none;
}
.divSideboxHeader {
background-image: url(../images/gradient22.png);
border: none;
height: 18px;
line-height: 18px;
padding-top: 0;
}
#divAppbox {
padding-left: 15px;
padding-right: 10px;
border: 1px solid lightgray;
}
#divMain {
padding: 0px;
border: none;
}
#divLogo {
left: 18px;
top: 1px;
}
#divUpperTabs {
position: absolute;
top: 69px;
right: 6px;
}
#divUpperTabs li
{
border: 1px solid lightgray;
border-top: none;
}
#topmenu {
background-image: url(../images/gradient22.png);
border: none;
x-background-color: #e0e0e0;
x-background-image: none;
x-border-bottom: 1px solid silver;
line-height: 12px;
padding-top: 2px;
height: auto;
color: black;
}
#topmenu a {
color: black;
}
#sideresize {
background-image:url(../images/resize-transparent.png);
}
.th {
background-color: #e0e0e0;
}
a:link, a:visited, select, input, textarea {
color: #004090;
color: #4a6184;
color: #336699;
color: #003075;
}
.lettersearch_active,.lettersearch:hover {
background-color: #d0d0d0 !important;
}
.lettersearch {
background-color: #e0e0e0 !important;
}
.nextmatch_header table {
border: none !important;
}
/* login page */
#loginMainDiv {
padding: 0px;
background-position: center 64px;
height: 720px;
}
.divLoginbox {
border: 1px solid lightgray;
border-top: none;
}
.divLoginbox td {
padding-left: 8px;
}
.divLoginboxHeader {
background-image: url(../images/gradient22.png);
}