Files
Facilitor/CUST/ATCH/cust.css
Ruud Lipper d38a8f4bc9 FSN#32156 2015.1 styling
svn path=/Website/trunk/; revision=25054
2015-04-30 12:28:46 +00:00

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;
}