annotate ui/i18n/pretty.css @ 0:fdc457266e2d default tip

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