From 7a751f57821b4530d76d59fadd1cd5bc8cb0578f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mattias=20Andr=C3=A9e?= Date: Thu, 25 Oct 2012 04:39:06 +0200 Subject: [PATCH] forgot to stage screen.css --- screen.css | 100 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 100 insertions(+) create mode 100644 screen.css diff --git a/screen.css b/screen.css new file mode 100644 index 00000000..e72eebbe --- /dev/null +++ b/screen.css @@ -0,0 +1,100 @@ +body { + margin : 0 0 0 0; + color : rgb(0, 0, 0); + background-color : rgb(249, 246, 240); + font-family : 'Open Sans', sans-serif; + font-size : 12pt; +} + +div.header { + background-color : rgb(200, 221, 242); + color : rgb(0, 0, 0); + border-left : 0; + border-right : 0; + border-top : 0; + border-bottom : 1px solid rgb(0, 0, 0); + width : 100%;y +} + +table.header { + background-color : rgb(200, 221, 242); + color : rgb(0, 0, 0); + border : 0; + width : 100%; + height : 100%; +} + +.main { + width : 100%; + border : 0; +} + +#left { + width : 500px; +} + +#right { + width : 100%; +} + +.title { + padding : 4px 20px 8px 10px; + font-size : 26pt; + text-decoration : none; +} + + +@font-face { + font-family : 'Open Sans'; + src : url('./fonts/opensans-regular-webfont.eot'); + src : url('./fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'), + url('./fonts/opensans-regular-webfont.woff') format('woff'), + url('./fonts/opensans-regular-webfont.ttf') format('truetype'), + url('./fonts/opensans-regular-webfont.svg#OpenSansRegular') format('svg'); + font-weight : normal; + font-style : normal; +} + +@font-face { + font-family : 'Open Sans'; + src : url('./fonts/opensans-italic-webfont.eot'); + src : url('./fonts/opensans-italic-webfont.eot?#iefix') format('embedded-opentype'), + url('./fonts/opensans-italic-webfont.woff') format('woff'), + url('./fonts/opensans-italic-webfont.ttf') format('truetype'), + url('./fonts/opensans-italic-webfont.svg#OpenSansItalic') format('svg'); + font-weight : normal; + font-style : italic; +} + +@font-face { + font-family : 'Open Sans'; + src : url('./fonts/opensans-bold-webfont.eot'); + src : url('./fonts/opensans-bold-webfont.eot?#iefix') format('embedded-opentype'), + url('./fonts/opensans-bold-webfont.woff') format('woff'), + url('./fonts/opensans-bold-webfont.ttf') format('truetype'), + url('./fonts/opensans-bold-webfont.svg#OpenSansBold') format('svg'); + font-weight : bold; + font-style : normal; +} + +@font-face { + font-family : 'Open Sans'; + src : url('./fonts/opensans-bolditalic-webfont.eot'); + src : url('./fonts/opensans-bolditalic-webfont.eot?#iefix') format('embedded-opentype'), + url('./fonts/opensans-bolditalic-webfont.woff') format('woff'), + url('./fonts/opensans-bolditalic-webfont.ttf') format('truetype'), + url('./fonts/opensans-bolditalic-webfont.svg#OpenSansBoldItalic') format('svg'); + font-weight : bold; + font-style : italic; +} + +@font-face { + font-family : 'Open Sans'; + src : url('./fonts/opensans-extrabold-webfont.eot'); + src : url('./fonts/opensans-extrabold-webfont.eot?#iefix') format('embedded-opentype'), + url('./fonts/opensans-extrabold-webfont.woff') format('woff'), + url('./fonts/opensans-extrabold-webfont.ttf') format('truetype'), + url('./fonts/opensans-extrabold-webfont.svg#OpenSansExtrabold') format('svg'); + font-weight : 800; + font-style : normal; +}