egroupware_official/phpgwapi/templates/jerryr/css/jerryr.css

461 lines
6.5 KiB
CSS
Raw Normal View History

2004-01-31 17:01:39 +01:00
/*
font styling
allowed attributes: font-family,font-size,color,font-weight
*/
2004-01-31 17:01:39 +01:00
body,td
2004-01-31 17:01:39 +01:00
{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
2004-01-31 17:01:39 +01:00
}
select,input,button
2004-01-31 17:01:39 +01:00
{
color: #006699;
font-family: Arial, Helvetica, sans-serif;
font-size:110%;
2004-01-31 17:01:39 +01:00
}
select
2004-01-31 17:01:39 +01:00
{
font-size:100%;
2004-01-31 17:01:39 +01:00
}
a:link,a:visited
2004-01-31 17:01:39 +01:00
{
cursor:pointer;
2006-12-08 06:36:29 +01:00
color: #727f8a;
text-decoration: none;
2004-01-31 17:01:39 +01:00
}
a:hover,a:active
2004-01-31 17:01:39 +01:00
{
cursor:pointer;
2006-12-08 06:36:29 +01:00
color: #9a3028;
text-decoration: underline;
2004-01-31 17:01:39 +01:00
}
.divLoginboxHeader,.divSideboxHeader,a.appTitles,.appTitles,a.textSidebox,.textSidebox,#fmStatusBar
2004-01-31 17:01:39 +01:00
{
font-size:90%;
2004-01-31 17:01:39 +01:00
}
.textSideboxStar
2004-01-31 17:01:39 +01:00
{
font-size:90%;
background-color: #a7c4db;
2006-12-08 06:36:29 +01:00
border-right: 1px solid #9f9f9f;
2004-01-31 17:01:39 +01:00
}
.prefSection
2004-01-31 17:01:39 +01:00
{
font-weight:bold;
font-size:145%;
line-height:40px;
2004-01-31 17:01:39 +01:00
}
#divAppboxHeader
2004-01-31 17:01:39 +01:00
{
line-height:20px;
font-size:12px;
font-weight:bold;
color:#ffffff;
2004-01-31 17:01:39 +01:00
}
#divGenTime,#divPoweredBy
2004-01-31 17:01:39 +01:00
{
font-size: 80%;
color: #ff0000;
2004-01-31 17:01:39 +01:00
}
#divPoweredBy
2004-01-31 17:01:39 +01:00
{
color: #000000;
2004-01-31 17:01:39 +01:00
}
/*
other styling
*/
2004-01-31 17:01:39 +01:00
body
2004-01-31 17:01:39 +01:00
{
/*background-image:url(../images/body-background.png);*/
background-color:#9f9f9f;
padding:9px;
margin:9px;
2004-01-31 17:01:39 +01:00
}
form
2004-01-31 17:01:39 +01:00
{
margin:0px;
padding:0px;
2004-01-31 17:01:39 +01:00
}
img
2004-01-31 17:01:39 +01:00
{
border:0;
2004-01-31 17:01:39 +01:00
}
input,button,select
2004-01-31 17:01:39 +01:00
{
border: solid 1px #bbbbbb;
color: black;
2004-01-31 17:01:39 +01:00
}
input[type=submit],input[type=button],input[type=reset],button,.egwbutton
2004-01-31 17:01:39 +01:00
{
/* color:white;*/
background-color:#c5c5c5;
border: outset 1px #dcdad5;
/*background-color:#b9d5e3;*/
background-color:#f6efe0;
/*border: outset 1px #b9d5e3;*/
border: solid 1px #e2d4b2;
margin: 1px;
padding: 1px;
cursor: pointer;
/*color: #004e7d;*/
color: #17202b;
/* cursor: hand; */
2004-01-31 17:01:39 +01:00
}
input[type=submit]:hover,input[type=button]:hover,input[type=reset]:hover,button:hover,.egwbutton:hover
2004-01-31 17:01:39 +01:00
{
background-color:#88b4e1;
border: outset 1px #b9d5e3;
color: #006699;
color: #ffffff;
2004-01-31 17:01:39 +01:00
}
input[type=submit]:active,input[type=button]:active,input[type=reset]:active,button:active,.egwbutton:active
2004-01-31 17:01:39 +01:00
{
border: inset 1px #bbbbbb;
2004-01-31 17:01:39 +01:00
}
input.egwbutton
2004-01-31 17:01:39 +01:00
{
background-color:#c5c5c5;
border: outset 1px #dcdad5;
background-color:#b9d5e3;
border: outset 1px #b9d5e3;
margin: 1px;
padding: 1px;
cursor: pointer;
color: #004e7d;
/* cursor: hand; */
2004-01-31 17:01:39 +01:00
}
input.egwbutton:hover
2004-01-31 17:01:39 +01:00
{
background-color:#94bfd4;
border: outset 1px #b9d5e3;
color: #006699;
color: #004e7d;
2004-01-31 17:01:39 +01:00
}
input.egwbutton:active
2004-01-31 17:01:39 +01:00
{
border: inset 1px #bbbbbb;
2004-01-31 17:01:39 +01:00
}
input[type=image]
2004-01-31 17:01:39 +01:00
{
cursor: pointer;
/* cursor: hand; */
border: 0;
2004-01-31 17:01:39 +01:00
}
.divLoginbox,.divSidebox
2004-01-31 17:01:39 +01:00
{
position:relative;
width: 370px;
2006-12-08 06:36:29 +01:00
border: #9f9f9f 1px solid;
2004-01-31 17:01:39 +01:00
}
.divSidebox
2004-01-31 17:01:39 +01:00
{
2006-12-08 06:36:29 +01:00
width: 188px;
2004-01-31 17:01:39 +01:00
}
.divSideboxHeader,.divLoginboxHeader
2004-01-31 17:01:39 +01:00
{
text-align:center;
2006-12-08 06:36:29 +01:00
background-image:url(../images/menuTitle.png);
color:#17202b;
height: 18px;
font-weight:bold;
font-size:12px;
2004-01-31 17:01:39 +01:00
}
a.divSideboxEntry, .divSideboxEntry
2004-01-31 17:01:39 +01:00
{
text-align:left;
height:18px;
background-color:#fbf8f1;
2006-12-08 06:36:29 +01:00
border-top: 1px solid #9f9f9f;
2004-01-31 17:01:39 +01:00
}
a.appTitles,.appTitles
2004-01-31 17:01:39 +01:00
{
height:25px;
/*padding-top:2px;*/
/*padding-bottom:2px;*/
2004-01-31 17:01:39 +01:00
}
a.textSidebox
2004-01-31 17:01:39 +01:00
{
border-top: 0;
2004-01-31 17:01:39 +01:00
}
.textSidebox
2004-01-31 17:01:39 +01:00
{
height:18px;
padding-left: 2px;
/*padding-top:2px;*/
/*padding-bottom:2px;*/
2006-12-08 06:36:29 +01:00
border-top: solid #9f9f9f 1px;
}
.textSideboxHover
{
/*background-image: url(../images/appTitleBar.png);*/
background-color: #ede6d8;
background-repeat: repeat-x;
border-top: 1px solid #9f9f9f;
padding-left: 2px;
font-size: 10px;
}
.textSideboxHover:first-letter {
text-transform:uppercase;
}
.textSideboxSpacer
{
height:18px;
padding-left: 0px;
/*padding-top:2px;*/
/*padding-bottom:2px;*/
border-top: solid #9f9f9f 1px;
2004-01-31 17:01:39 +01:00
}
2006-12-08 06:36:29 +01:00
/*
** make the sidebox entries consistently start with a capital letter
*/
.textSidebox:first-letter {
text-transform:uppercase;
2004-01-31 17:01:39 +01:00
}
.sideboxSpace
2004-01-31 17:01:39 +01:00
{
height:9px;
2004-01-31 17:01:39 +01:00
}
.greyLine
2004-01-31 17:01:39 +01:00
{
margin:1px;
border-top:solid 1px #7e7e7e;
height:1px;
2004-01-31 17:01:39 +01:00
}
#extraIcons
2004-01-31 17:01:39 +01:00
{
background-color:#eeeeee;
border:solid 1px #7e7e7e;
2004-01-31 17:01:39 +01:00
}
.extraIconsRow
2004-01-31 17:01:39 +01:00
{
border:solid 1px #dddddd;
padding:2px;
2004-01-31 17:01:39 +01:00
}
body {
padding: 0px;
2004-03-07 23:50:38 +01:00
}
#divMain
2004-02-08 11:51:15 +01:00
{
background-image:url(../images/divmain-background.jpg);
background-repeat:no-repeat;
background-color:white;
padding:9px;
border:solid 1px #17202b;
2004-03-11 09:11:07 +01:00
}
#divLogo
2004-03-07 23:50:38 +01:00
{
position:absolute;
2006-12-08 06:36:29 +01:00
left:19px;
top:21px;
z-index:51;
2004-03-07 23:50:38 +01:00
}
#divUpperTabs
2004-03-07 23:50:38 +01:00
{
text-align:right;
height: 15px;
margin-right: 10px;
2004-03-07 23:50:38 +01:00
}
#divUpperTabs ul
2004-03-07 23:50:38 +01:00
{
display:inline;
margin:0;
padding:10px 10px 0 1px;
list-style:none;
2004-03-07 23:50:38 +01:00
}
#divUpperTabs li
2004-03-07 23:50:38 +01:00
{
float:right;
margin:0 5px 0 0;;
padding:0 5px 0 5px;
border:solid 1px #9c9c9c;
border-bottom: 0px;
2004-03-07 23:50:38 +01:00
}
#divAppIconBar
2004-03-07 23:50:38 +01:00
{
/*background-color:#fbf8f1;*/
2006-12-09 09:24:05 +01:00
/*border-left: 1px solid #9f9f9f;*/
/*border-right: 1px solid #9f9f9f;*/
/*background-image: url(../images/iconBarBack.png);*/
background-repeat: repeat-x;
height: 57px;
padding:0px;
2004-03-07 23:50:38 +01:00
}
2006-12-08 06:36:29 +01:00
.iconBack
{
background-image: url(../images/iconBackBlue.png);
border-right: 1px solid #9f9f9f;
border-left: 1px solid #cfcfcf;
border-bottom: 1px solid #9f9f9f;
border-top: 1px solid #9f9f9f;
}
.iconBackHover
{
background-image: url(../images/iconBackYellow.png);
border-right: 1px solid #9f9f9f;
border-left: 1px solid #cfcfcf;
border-bottom: 1px solid #9f9f9f;
border-top: 1px solid #9f9f9f;
}
#divAppTextBar
2004-03-07 23:50:38 +01:00
{
/*background-color:white;*/
2004-03-07 23:50:38 +01:00
}
#divStatusBar
2004-03-07 23:50:38 +01:00
{
/*background-color:#bdbdbd;*/
position: relative;
top:0px
left:0px;
height:23px;
2006-12-08 06:36:29 +01:00
vertical-align:bottom;
border: 0px solid black;
/*padding-left:186px;*/
padding-top:10px;
/*margin-top: 18px;*/
2004-03-11 09:11:07 +01:00
}
#tdSidebox
2004-03-11 09:11:07 +01:00
{
width:170px;
/*background-color:white;*/
overflow:visible;
2004-03-11 09:11:07 +01:00
}
#tdAppbox
2004-03-11 09:11:07 +01:00
{
/*background-color:white;*/
padding-left:5px;
width: 100%;
2004-03-07 23:50:38 +01:00
}
#divAppboxHeader
2004-03-07 23:50:38 +01:00
{
2006-12-08 06:36:29 +01:00
background-image:url(../images/appTitleBar.png);
height:18px;
color: black;
text-align:center;
2004-03-11 09:11:07 +01:00
padding-bottom:0px;
2006-12-08 06:36:29 +01:00
border:solid 1px #17202b;
2004-03-11 09:11:07 +01:00
}
#divAppbox
2004-03-11 09:11:07 +01:00
{
background-color:#fbf8f1;
padding:5px;
border-bottom:solid 1px #17202b;
border-left:solid 1px #17202b;
border-right:solid 1px #17202b;
2004-03-07 23:50:38 +01:00
}
2004-03-11 09:11:07 +01:00
2004-03-07 23:50:38 +01:00
/*
this must move to the filemanager app
*/
2004-03-07 23:50:38 +01:00
#fmStatusBar
2004-03-07 23:50:38 +01:00
{
margin-left:4px;
margin-bottom:3px;
2004-03-07 23:50:38 +01:00
}
.fmButton
2004-03-07 23:50:38 +01:00
{
background-repeat: no-repeat;
background-image:url(../images/buttonbackground.png);
width:28px;
2004-03-07 23:50:38 +01:00
height:28px;
}
#fmLocation
2004-03-07 23:50:38 +01:00
{
position:relative;
margin-bottom:3px;
height:27px;
2004-03-07 23:50:38 +01:00
}
#fmMenu
2004-03-07 23:50:38 +01:00
{
position:relative;
2004-03-07 23:50:38 +01:00
}
#fmFileWindow
2004-03-07 23:50:38 +01:00
{
background-color:#ffffff;
margin-left:4px;
padding:5px;
position:relative;
border-right: #cccccc 1px solid;
border-top: #9c9c9c 2px solid;
border-left: #9c9c9c 2px solid;
border-bottom: #cccccc 1px solid
2004-03-07 23:50:38 +01:00
}
#admin_info
2004-03-07 23:50:38 +01:00
{
position:relative;
text-align:right;
2004-03-07 23:50:38 +01:00
}
#divGenTime,#divPoweredBy
2004-02-08 11:51:15 +01:00
{
bottom:4px;
2004-02-08 11:51:15 +01:00
text-align:center;
width:99%;
2004-02-08 11:51:15 +01:00
}