mirror of
https://github.com/erkin/ponysay.git
synced 2024-11-23 04:47:59 +01:00
forgot to stage screen.css
This commit is contained in:
parent
b5610e4766
commit
7a751f5782
1 changed files with 100 additions and 0 deletions
100
screen.css
Normal file
100
screen.css
Normal file
|
@ -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;
|
||||
}
|
Loading…
Reference in a new issue