Current File : //opt/RZphp83/includes/docs/HTML_Template_Xipe/docs/style.css |
body, td, th
{
font-size:12px;
font-family : Arial;
}
BODY {
/*
scrollbar-face-color: #FFFFCE;
scrollbar-shadow-color: #FFFFCE;
scrollbar-arrow-color: #AFAF8E;
scrollbar-track-color: #FFFFCE;
scrollbar-darkshadow-color: black
*/
}
table
{
background-color: #F5F5F5;
margin: 0px 0px 0px 0px;
padding: 0px;
border:0px;
}
td
{
background-color: #e1e4eb;
padding: 7px;
}
a
{
color:#3B4FAE;
text-decoration:none;
}
a:hover
{
color:white;
background-color:#3B4FAE;
text-decoration:none;
}
/**
*
* HEADLINE
*
*/
a.headlineNaviLinks
{
color : black;
text-decoration : none;
background-color: none;
}
table.headlineBg
{
height:22px;
background-image:url({$page->getLayoutPath(true)}/images/headlineBg.gif);
}
td.headlineNaviItem, td.naviItem, td.naviItemSelected
{
font-size : 10px;
width:122px;
height:12px;
background-repeat:no-repeat;
background-image:url({$page->getLayoutPath(true)}/images/headlineNaviItemBg.gif)
}
/**
*
* NAVIGATION
*
*/
td.naviItem, td.naviItemSelected
{
width:82px;
color:white;
background-image:url({$page->getLayoutPath(true)}/images/naviItemBg.gif);
}
td.naviItemSelected
{
background-image:url({$page->getLayoutPath(true)}/images/naviCurrentItemBg.gif);
}
td.currentNaviItem
{
background-color: #98A0C5;
}
td.underNaviItems
{
background-color: #d0d0d0;
}
a.naviLinks
{
text-transform:capitalize;
color : white;
text-decoration : none;
background-color: none;
}
a.naviLinks:hover
{
color:#d0d0d0;
}
/**
*
* (BOOKMARK) LIST
*
*/
td.listTitle, td.listButton
{
text-transform:capitalize;
text-align:center;
background-color: #d6d6d6;
padding: 2px;
}
td.listButton
{
text-align:left; /* none would be better, then every button can be aligned as needed */
}
td.listContentLink
{
background-color: #98A0C5;
}
a.contentLink
{
color:white;
}
a.contentLink:hover
{
color:#3B4FAE;
}
/**
*
* FOLDER TREE
*
*/
a.treeViewParent
{
color:white;
}
a.treeView
{
color:#b5b5b5;
padding:1px;
}
a.currentTreeNode
{
color:white;
}
td.treeView
{
background-color: #494949;
color:#b5b5b5;
}
td.treeNode
{
background-color: #e1e1e1;
}
/*
a
{
color : black;
text-decoration : none;
}
*/
/**
*
* this class is used if a link decoration without anything is desired
* like for the images in the save dialog
*
*/
a.simple
{
text-decoration : none;
background-color : transparent;
}
a.simple:HOVER
{
text-decoration : none;
background-color : transparent;
}
.highlight{
color : Maroon;
font-style : inherit;
font-weight : bold;
}
th {
font-size : 14px;
font-weight : normal;
font-style : italic;
}
.curFolder
{
text-decoration : underline;
background-color : White;
color : Maroon;
font-weight : bold;
}
font
{
background-color: #e1e4eb;
color:#3b4fae;
font-size : 14px;
font-weight : bold;
}
.warning
{
background-color: yellow;
color:red;
font-size : 16px;
font-weight : bold;
}
.message
{
background-color: #e1e4eb;
color:#3b4fae;
font-size : 16px;
font-weight : bold;
padding:7px;
}
code, .code
{
font-style: Courier;
background-color: #EEEEFE;
color: #AC1D2E;
}