52 lines
947 B
CSS
52 lines
947 B
CSS
/*
|
|
* $Revision$
|
|
* $Id$
|
|
* basiskleur: #0A037B (logoblauw)
|
|
* #CFEBFC (logolichtblauw)
|
|
*/
|
|
#headerblok
|
|
{
|
|
background: url(fac_head_atch.gif) no-repeat;
|
|
background-color: #FFFFFF;
|
|
background-position: 0px 0px;
|
|
color: #0A037B;
|
|
}
|
|
#headerprefix
|
|
{
|
|
color: #0A037B;
|
|
}
|
|
#mywelcome , #mymessages, #myactions{
|
|
background-image: none;
|
|
color: #CFEBFC;
|
|
padding-bottom: 2px;
|
|
height: 70%;
|
|
}
|
|
|
|
div.fcltframeheader {
|
|
background-color: #CFEBFC;
|
|
background-image: none;
|
|
color: #0A037B;
|
|
}
|
|
#iframerextratitle{
|
|
color: #0A037B;
|
|
}
|
|
|
|
#buttons ul li {
|
|
color :#0A037B;
|
|
}
|
|
|
|
* html .required, .required, .required:focus, input.required
|
|
{
|
|
background-color:#CFEBFC;
|
|
}
|
|
input[type=text].required,
|
|
input[type=password].required,
|
|
select.required, option.required,
|
|
textarea.required
|
|
{
|
|
background-color:#CFEBFC;
|
|
}
|
|
|
|
a:visited img, a img{
|
|
border:none;
|
|
} |