/[web]/www/trunk/g/style/screen.css
ViewVC logotype

Contents of /www/trunk/g/style/screen.css

Parent Directory Parent Directory | Revision Log Revision Log


Revision 173 - (show annotations) (download) (as text)
Thu Feb 10 11:45:58 2011 UTC (13 years, 2 months ago) by rda
File MIME type: text/css
File size: 2875 byte(s)
try more elaborate default fonts
1 html, body { margin: 0; padding: 0; background: #ddd;
2 font-family: Andale, "Trebuchet MS", "Lucida Grande", "Lucida Sans", Sans, Verdana, Tahoma, Arial, sans-serif;
3 }
4 h1 { padding: 0.5em 0.7em; margin: 0 auto; text-align: left; font-size: 300%; background: #aaa; color: #000; }
5 h1 span { font-weight: normal; font-size: 90%; }
6 .para { background: #fff; padding: 1em 2em; }
7
8 h2, h3 { font-family: Georgia, "Times New Romain"; font-weight: normal; margin: 0 0 0.4em 0; }
9 h2 { font-size: 200%; }
10 h3 { font-size: 180%; }
11 .date { color: #444; font-style: italic; font-size: 1em; }
12 #doc { margin: 1em auto 2em auto; background: #fff;
13 -webkit-box-shadow: 0 0 10px #444; -moz-box-shadow: 0 0 10px #444; box-shadow: 0 0 10px #444; }
14
15 ul#people {
16 height: 300px;
17 overflow: auto;
18 background: rgb(255, 250, 240);
19 margin: 0 0 1em 0;
20 padding: 1em 1em 1em 2em;
21 }
22 ul#people li { list-style: disc; margin-bottom: 0.2em; }
23 #reg { text-align: center; font-size: 1.4em; margin: 1em;}
24 .faq p { margin-bottom: 2.5em; }
25 .nav { background: #fff; padding: 0.3em; border-bottom: 1px solid #aaa; }
26 .nav2 { width: 695px; margin: 0 auto; position: relative; }
27 p.loc { font-size: 0.9em; padding: 0.5em 0; color: #ccc; width: 695px; margin: 0 auto; text-align: left; }
28 p.loc a { color: #88a; text-decoration: none; }
29 p.loc a.sel { font-weight: bold; color: #000; }
30 p.loc a [accesskey]:after {content:' [' attr(accesskey) ']'}
31
32 .values ul { margin-bottom: 2em; }
33 .values ul li { margin-bottom: 0.4em; }
34 .codeofconduct h2.be { margin-top: 1em; }
35 #preamble { font-size: 90%; padding: 1em 1em 0 1em; border: 1px solid #ccc; background: #eee; color: #555;}
36 #overview {}
37 p.license { font-size: 85%; font-style: italic; }
38 .license, .license a { color: #555; }
39
40 ul.todo {}
41 ul.todo li.active { font-weight: bold; }
42 ul.todo li.done { text-decoration: line-through; }
43 ul.news { padding: 0; margin: 0; }
44 ul.news li { margin-bottom: 0.5em; list-style: none; }
45 ul.news li span.dt { font-weight: thin; font-size: 85%; color: #666;
46 font-family: courier new, fixed; margin: 0.3em 1em 0.3em 0em; float: left; }
47
48 .bb1 { border-bottom: 1px solid #aaa; }
49 .lb1 { border-left: 1px solid #aaa; }
50 .rb1 { border-right: 1px solid #aaa; }
51
52 #lang_form { position: absolute; top: 0; right: 0; }
53
54 .donate-coord {
55 background: #fea; background: #ddd;
56 color: #222;
57 padding: 0.8em 1em 2em 1em;
58 font-family: courier, monospace;
59 font-size: 95%;
60 }
61
62 #pp_form {
63 text-align: center;
64 padding-top: 2em;
65 padding-bottom: 1em;
66 }
67 #pp_form_btn {
68 text-align: center;
69 }
70
71 ul.ty-ppl-list {
72 list-style-type: none;
73 -moz-column-count: 3; -webkit-column-count: 3;
74 -moz-column-gap: 1em; -webkit-column-gap: 1em;
75 font-size: 90%;
76 margin: 1em 0 4em 1em;
77 padding: 0;
78 }
79 ul.ty-ppl-list li { list-style-type: none; }
80 ul.ty-ppl-list li:before {
81 content: "\00BB \0020";
82 }

  ViewVC Help
Powered by ViewVC 1.1.30