/* CSS Document */ @site-bg-color-default:#fff; @font-face { font-family: 'lobster'; src: url('fonts/lobster_1.4-webfont.eot'); src: url('fonts/lobster_1.4-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/lobster_1.4-webfont.woff') format('woff'), url('fonts/lobster_1.4-webfont.ttf') format('truetype'); font-weight: normal; font-style: normal; } @font-face { font-family: 'officina'; src: url('fonts/officina_sans_book-webfont.eot'); src: url('fonts/officina_sans_book-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/officina_sans_book-webfont.woff') format('woff'), url('fonts/officina_sans_book-webfont.ttf') format('truetype'); font-weight: normal; font-style: normal; } @font-face { font-family: 'officina'; src: url('fonts/officina_sans_book_italic-webfont.eot'); src: url('fonts/officina_sans_book_italic-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/officina_sans_book_italic-webfont.woff') format('woff'), url('fonts/officina_sans_book_italic-webfont.ttf') format('truetype'); font-weight: normal; font-style: italic; } @font-face { font-family: 'kingthings2'; src: url('fonts/kingthings2-webfont.eot'); src: url('fonts/kingthings2-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/kingthings2-webfont.woff') format('woff'), url('fonts/kingthings2-webfont.ttf') format('truetype'); font-weight: normal; font-style: normal; } @font-face { font-family: 'prophecy'; src: url('fonts/prophecy-webfont.eot'); src: url('fonts/prophecy-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/prophecy-webfont.woff') format('woff'), url('fonts/prophecy-webfont.ttf') format('truetype'); font-weight: normal; font-style: normal; } @font-face { font-family: 'typeface six'; src: url('fonts/TypefaceSixOT.eot'); src: url('fonts/TypefaceSixOT.ttf') format('truetype'), url('fonts/TypefaceSixOT.otf') format('opentype'), url('fonts/TypefaceSixOT.eot?#iefix') format('embedded-opentype'), url('fonts/TypefaceSixOT.woff') format('woff'); font-weight: normal; font-style: normal; } @font-face { font-family: 'theserif plain'; src: url('fonts/theserif-plain.otf') format('opentype'); font-weight: normal; font-style: normal; } @font-mainmenu: 'typeface six', Verdana, Geneva, sans-serif; @font-typeface: 'typeface six', Verdana, Geneva, sans-serif; //@font-default: Tahoma, Verdana, Geneva, sans-serif; // Tahoma was 'officina' @font-officina: 'officina', Verdana, Geneva, sans-serif; @font-default: 'theserif plain', Courier, monospace; @font-prophecy: 'prophecy', Verdana, Geneva, sans-serif; @default-text-color:#403d3a; @default-header-color:#000; @text-color-green:#96b05d; @text-color-blue:#488AED; @text-color-turqoise:#07bbbd; @default-link-color:#488AED; @text-color-disabled:#c2c2c2; @text-color-sidebar:#646464; @menu-default-color:#403d3a; @submenu-default-color:#ffffff; @border-color-grey:#c8c8c8; @form-field-border:#cdcdcd; @form-field-hover-bg:#ececec; .font-typewriter{ font-family:@font-default; font-size:inherit; } .font-prophecy{ font-family:@font-default; font-size:inherit; } .font-default, .font-officina{ font-family:@font-default; font-size:inherit; } /** * Default styling options voor gebruik in alle stylesheet bestanden */ .inline-block{ display:inline-block; zoom:1; *display:inline; word-spacing:normal; letter-spacing:normal; } .shadow-block-light{ -webkit-box-shadow: 0px 0px 5px 1px #cdcdcd; box-shadow: 0px 0px 5px 1px #cdcdcd; } .reset-list{ // om een ul te "resetten"/strippen van standaard opmaak list-style:none; padding:0px; margin:0px; li{ list-style:none; padding:0px; margin:0px; } }