source: branches/web-klask/css/bluesky_large.css @ 40

Last change on this file since 40 was 40, checked in by g7moreau, 16 years ago
  • Add web-klask project from Kevin Reverchon
File size: 462 bytes
Line 
1/*
2** BLUE:SKY - lage css stylesheet
3** This CSS file enlarges the text sizes
4**
5** March 6, 2006 - (version 1.0)
6**
7** this is a part of the open source layout by
8** Jonas John (www.jonasjohn.de) ~ made for oswd.org !
9*/
10
11/* import orginal css stylesheet */
12@import url(bluesky.css);
13
14/* then modify it: */
15
16body {
17        font-size: 120%;
18}
19 
20#header a:link, #header a:visited {
21        letter-spacing: -0.08em;
22}
23
24#footer {
25        font-size: 0.7em;
26}
Note: See TracBrowser for help on using the repository browser.