/********************************* * STYLESHEET CAVESDEFRANCE.BE * * * * (c) 2008 Bart Van Lijsebetten * * Interpres bvba. * *********************************/ /************ * ALGEMEEN * ************/ * { font-family: Verdana, Arial, Sans-serif; } body { scrollbar-face-color: #FFFFFF; /* Kleur schuifbalk */ scrollbar-shadow-color: #FFFFFF; /* Schaduw schuifbalk */ scrollbar-3dlight-color: #EFEAB2; /* Randen blokjes */ scrollbar-track-color: #FFFFFF; /* Achtergrondkleur schuifbalk */ scrollbar-arrow-color: #8C6C00; /* Pijltjes */ font-family: Verdana, Arial, Sans-serif; } body.tekst { margin-top: 0px; } /************ * HEADINGS * ************/ h1 { font-size: 14pt; color: #8C6C00; font-weight: normal; margin: 0px 0px -12px 0px; } h2 { font-size: 11pt; color: #EFEAB2; } hr { color: #CBB900; height: 1px; } /************** * PARAGRAFEN * **************/ p { color: #4D465B; font-size: 8pt; text-align: justify; line-height: 160% } ul,ol,blockquote,li { color: #4D465B; font-size: 8pt; text-align: justify; line-height: 160%; } li.domein { text-align: left; } /************** * HYPERLINKS * **************/ a { text-decoration: underline; color: #8C6C00; font-weight: normal; } a:hover { color: #8C6C00; text-decoration: none; } a.footer { text-decoration: none; color: white; } a.footer:hover { text-decoration: underline; color: white; } a.sublink { text-decoration: none; font-weight: normal; color: white; } a.sublinkcurrent { text-decoration: underline; font-weight: normal; color: white; } a.sublinkcurrent:hover { text-decoration: none; font-weight: normal; color: white; } a.sublink:hover { color: white; text-decoration: underline; } a.hoofdlink { text-decoration: none; font-weight: margin; color: white; text-align: left; } a.hoofdlinkcurrent, a.hoofdlinkcurrent:hover { text-decoration: none; font-weight: normal; color: #EFEAB2; text-align: left; } a.hoofdlink:hover { color: #EFEAB2; } a.header { text-decoration: none; font-weight: normal; color: #353842; } a.header:hover { text-decoration: underline; color: #353842; } a.language { text-decoration: none; } a.language:hover { text-decoration: underline; } /************ * TABELLEN * ************/ td { font-size: 8pt; color: #777777; } td.tekstinhoud { } td.data { font-size: 8pt; border: 1px solid #CCCCCC; } td.footer { font-size: 8pt; color: white; font-weight: normal; text-align: center; } td.sublink { color: white; font-size: 8pt; } td.hoofdlink { color: white; font-weight: normal; text-align: left; } td.spacer { color: white; } th { background-color: #EFEFEF; color: #8C6C00; border: 1px solid #EFEFEF; font-weight: bold; font-family: Verdana; font-size: 8pt; text-align: left; } td.header { background-color: #EFEAB2; } td.balkvacature { background-color: #EFEAB2; border: 1px solid black; color: #777777; font-size: 8pt; font-family: Verdana; text-align: center; height: 20; font-weight: bold; } td.vacnaam { font-size: 8pt; font-family: Verdana; text-align: right; } td.vacboodschap { font-size: 8pt; font-family: Verdana; text-align: center; } td.vacboodschaplinks { font-size: 8pt; font-family: Verdana; text-align: left; } /*************** * FORMULIEREN * ***************/ input,select,textarea { border: 1px solid; border-color: #EFEAB2; color: #777777; font-size: 8pt; } input.bold { font-weight: bold; } input.italic { font-style: italic; } input.underline { text-decoration: underline; } input.color { color: red; } /**************** * AFBEELDINGEN * ****************/ img { border: 0px; } /********* * POPUP * *********/ #fade { display: none; background: #555; position: fixed; left: 0; top: 0; width: 100%; height: 100%; opacity: .90; z-index: 9999; } .popup_block { display: none; background: #fff; padding: 20px; border: 5px solid #8C6C00; float: left; font-size: 1.2em; position: fixed; top: 50%; left: 50%; z-index: 99999; -webkit-box-shadow: 0px 0px 20px #000; -moz-box-shadow: 0px 0px 20px #000; box-shadow: 0px 0px 20px #000; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; } a.close { font-size: 8pt; float: right; margin: -10 0 0 0; text-decoration: none; } *html #fade { position: absolute; } *html .popup_block { position: absolute; }