0
|
1 /*
|
|
2 Theme: i18n
|
|
3 Eric A. Meyer (http://meyerweb.com/)
|
|
4 Theme placed under CC by-sa 2.0 license
|
|
5 */
|
|
6
|
|
7 body {background: #95A7D4 url(bg-slide.jpg) 100% 100% no-repeat; color: #210; font: 28px Arial, sans-serif;}
|
|
8 a {text-decoration: none; color: #336; border-bottom: 1px dotted;}
|
|
9 h1, h2, h3, h4, h5, h6 {font-size: 1em; margin: 0;}
|
|
10 sup {font-size: 0.75em; font-weight: normal;
|
|
11 vertical-align: 0.5em; line-height: 1px;}
|
|
12 ul {margin-left: 1em; padding-left: 0;}
|
|
13 li {margin-bottom: 0.66em;}
|
|
14 li li {margin: 0.33em 0; font-size: smaller;}
|
|
15
|
|
16 #header {background: url(bg-shade.png); border-bottom: 1px solid #333;
|
|
17 padding-bottom: 2em;}
|
|
18 #footer {background: url(bg-shade.png); color: #BBB; border-top: 1px solid #333;}
|
|
19 #header, #footer {font-size: 0.5em;}
|
|
20 #footer h1, #footer h2 { padding: 0.5em 0.75em;
|
|
21 font-weight: normal; font-style: italic;}
|
|
22 #footer h1 {left: 0; font-size: 1em; letter-spacing: 1px;}
|
|
23 #footer h2 {position: absolute; bottom: 0; right: 0;}
|
|
24
|
|
25 #controls {font-size: 0.75em;}
|
|
26 #navList {margin-top: 3px;}
|
|
27 #navLinks a {margin: 0 0.33em; padding: 0 0.25em;
|
|
28 border: 1px solid; border-color: #CCD #556 #556 #CCD;
|
|
29 background-color: #8597C4;}
|
|
30
|
|
31 #currentSlide {font-size: 0.5em;}
|
|
32 #currentSlide span {font-size: 13px; color: rgb(49%,47%,66%);}
|
|
33 #currentSlide #csSep {display: none;}
|
|
34 #currentSlide #csHere {font-weight: bold;}
|
|
35 #currentSlide #csHere:before {content: "#"; font-weight: normal;}
|
|
36 #currentSlide #csTotal:before {content: " of ";}
|
|
37
|
|
38 .slide h1 {font-size: 1.66em; line-height: 1; letter-spacing: -1px;
|
|
39 margin: 0 -15% 1em 0; padding: 0.5em 15% 0.06125em 0; border-bottom: 0.06125em solid rgb(90,94,120);}
|
|
40 #slide0 h1 {border: none; font-size: 2.25em; letter-spacing: 0; margin: 3em 0 1.5em;}
|
|
41 #slide0 h3 {margin: 0.5em 0 0;}
|
|
42 #slide0 h4 {margin-top: 0; font-size: smaller;}
|
|
43
|
|
44 .slide .current {color: #003; text-shadow: 0 0 0.25em #9AABD7;}
|