egroupware_official/setup/templates/default/css/idots.css

277 lines
3.8 KiB
CSS
Raw Normal View History

/*
StyleSheet coding standards:
1. use lowercase if possible
2. format styles like this:
body
{
font-size: 12px;
font-family: Verdana, Arial, Helvetica, sans-serif
}
3. existing html elements on top of the document, then all self defined .classes and at last all self defined #id's.
4. close every property with ; also the last one.
*/
body
2003-10-10 01:03:40 +02:00
{
background-image:url(../images/body-background.png);
font-size: 11px;
font-family: Verdana, Arial, Helvetica, sans-serif;
padding:14px;
2003-10-10 01:03:40 +02:00
}
a:link
2003-10-10 01:03:40 +02:00
{
color: #006699;
text-decoration: none;
2003-10-10 01:03:40 +02:00
}
a:visited
2003-10-10 01:03:40 +02:00
{
color: #006699;
text-decoration: none;
2003-10-10 01:03:40 +02:00
}
a:hover
2003-10-10 01:03:40 +02:00
{
color: #ff9933;
text-decoration: underline;
2003-10-10 01:03:40 +02:00
}
a:active
2003-10-10 01:03:40 +02:00
{
color: #006699;
text-decoration: underline;
2003-10-10 01:03:40 +02:00
}
input,button
2003-10-10 01:03:40 +02:00
{
font-size: 11px;
color: #006699;
font-family: Arial, Helvetica, sans-serif;
border: 1px #bbbbbb solid;
2003-10-10 01:03:40 +02:00
}
input[type=submit],input[type=button],button
2003-10-10 01:03:40 +02:00
{
cursor: pointer;
cursor: hand;
2003-10-10 01:03:40 +02:00
}
select
2003-10-10 01:03:40 +02:00
{
font-size: 11px;
color: #006699;
font-family: Arial, Helvetica, sans-serif;
border: 1px #bbbbbb solid;
2003-10-10 01:03:40 +02:00
}
td
2003-10-10 01:03:40 +02:00
{
font-size: 11px;
/* padding-top:1px;
padding-bottom:1px;*/
2003-10-10 01:03:40 +02:00
}
.divSidebox
2003-10-10 01:03:40 +02:00
{
position:relative;
width: 160px;
border-right: #9c9c9c 1px solid;
border-top: #9c9c9c 1px solid;
border-left: #9c9c9c 1px solid;
border-bottom: #9c9c9c 1px solid
2003-10-10 01:03:40 +02:00
}
.divSideboxHeader
2003-10-10 01:03:40 +02:00
{
text-align:center;
background-color:#dddddd;
height:12px;
padding-top:2px;
font-size:10px;
color:#666666;
2003-10-10 01:03:40 +02:00
}
a.divSideboxEntry, .divSideboxEntry
2003-10-10 01:03:40 +02:00
{
text-align:left;
height:16px;
background-color:#eeeeee;
2003-10-10 01:03:40 +02:00
}
a.appTitles,.appTitles
2003-10-10 01:03:40 +02:00
{
font-size: 10px;
height:18px;
padding-top:2px;
padding-bottom:2px;
2003-10-10 01:03:40 +02:00
}
a.textSidebox
2003-10-10 01:03:40 +02:00
{
font-size: 10px;
border-top: #aaaaaa 0px none;
2003-10-10 01:03:40 +02:00
}
.textSidebox
2003-10-10 01:03:40 +02:00
{
font-size: 10px;
height:18px;
padding-top:2px;
padding-bottom:2px;
border-top: #aaaaaa 1px solid;
2003-10-10 01:03:40 +02:00
}
.sideboxSpace
2003-10-10 01:03:40 +02:00
{
height:9px;
2003-10-10 01:03:40 +02:00
}
.greyLine
2003-10-10 01:03:40 +02:00
{
margin:1px;
border-top-color:#7e7e7e;
border-top-width:1px;
border-top-style:solid;
height:1px;
2003-10-10 01:03:40 +02:00
}
#divMain
2003-10-10 01:03:40 +02:00
{
background-color:white;
margin-top: 5px;
padding:9px;
border-color:#7e7e7e;
border-width:1px;
border-style:solid;
2003-10-10 01:03:40 +02:00
}
#divLogo
2003-10-10 01:03:40 +02:00
{
position:absolute;
left:20px;
top:14px;
z-index:51;
2003-10-10 01:03:40 +02:00
}
#divAppIconBar
2003-10-10 01:03:40 +02:00
{
background-color:white;
border-top-color:#9c9c9c;
border-top-width:1px;
border-top-style:solid;
background-image: url(../images/background-icon-bar.png);
background-repeat: repeat-x
2003-10-10 01:03:40 +02:00
}
#divAppTextBar
{
background-color:white;
}
#divStatusBar
{
background-color:white;
height:15px;
padding-left:170px;
margin-top: 13px;
/* margin-bottom: 2px;*/
}
#divSubContainer
{
}
#tdSidebox
{
width:170px;
background-color:white;
}
#tdAppbox
{
background-color:white;
padding-left:9px;
width: 100%;
}
#divSideboxContainer
2003-10-10 01:03:40 +02:00
{
position:relative;
width:150px;
top:0px;
left:0px;
background-color:white;
border-color:red;
border-width:1px;
border-style:solid;
z-index:40;
2003-10-10 01:03:40 +02:00
}
#divAppboxHeader
{
width:100%;
background-image:url(../images/appbox-header-background.png);
background-repeat: repeat-x;
height:36px;
line-height:28px;
text-align:center;
/* padding-top:7px;*/
padding-bottom:0px;
font-size:14px;
font-weight:bold;
color:#666666;
border-top-color:#9c9c9c;
border-top-width:1px;
border-top-style:solid;
border-left-color:#9c9c9c;
border-left-width:1px;
border-left-style:solid;
border-right-color:#9c9c9c;
border-right-width:1px;
border-right-style:solid;
}
#divAppbox
{
width:100%;
background-color:#f7f7f7;
padding:5px;
border-bottom-color:#9c9c9c;
border-bottom-width:1px;
border-bottom-style:solid;
border-left-color:#9c9c9c;
border-left-width:1px;
border-left-style:solid;
border-right-color:#9c9c9c;
border-right-width:1px;
border-right-style:solid;
}
#user_info
{
}
#admin_info
{
position:relative;
text-align:right;
}
#divPoweredBy
{
bottom:14px;
font-size: 9px;
color: #000000;
text-align:center;
width:99%;
}