/[web]/planet/common/custom/style/default.css
ViewVC logotype

Contents of /planet/common/custom/style/default.css

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1619 - (show annotations) (download) (as text)
Mon Aug 13 10:45:23 2012 UTC (11 years, 8 months ago) by dams
File MIME type: text/css
File size: 2006 byte(s)
- Import moonmoon
- Create repo per langs

1 html{
2 font-family: "Lucida Grande", "Segoe UI", sans-serif;
3 color: #111;
4 background: #EEE;
5 font-size: 62.5%;
6 }
7
8 body{
9 margin: 0;
10 padding: 0;
11 font-size: 1.3em;
12 line-height: 1.5em;
13 }
14
15 a{
16 color: #669;
17 }
18
19 a:visited{
20 color: #444;
21 }
22
23 a:hover{
24 color: #000;
25 }
26
27 a img{
28 border: none;
29 }
30
31 pre, code{
32 max-height: 100%;
33 width: 100%;
34 font-size: 1.2em;
35 overflow: auto;
36 }
37
38 h1, h2{
39 font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
40 }
41
42 h2{
43 margin: 0;
44 }
45
46 #page {
47 width: 890px;
48 margin: 0 auto;
49 }
50
51 /* Header
52 *******************************************************************************/
53 #top {
54 color: #FFF;
55 padding: 10px 30px;
56 }
57 h1 a,
58 h1 a:visited {
59 color: #665;
60 text-decoration: none;
61 }
62 h1 a:hover {
63 color: #444;
64 }
65
66 /* Content
67 *******************************************************************************/
68 #content {
69 width: 590px;
70 float: left;
71 }
72
73 /* Sidebar
74 *******************************************************************************/
75 #sidebar {
76 width: 300px;
77 float: left;
78 }
79 #sidebar div {
80 padding: 1em 30px;
81 }
82 #sidebar h2 {
83 color: #665;
84 }
85 #sidebar ul {
86 list-style: none;
87 padding: 0;
88 margin: 1em 0;
89 }
90
91 /* Article
92 *******************************************************************************/
93 .article{
94 margin-bottom: 2em;
95 padding: 30px;
96 background: #FFF;
97 border: 1px solid #DDD;
98 }
99
100 .article-title,
101 .article-title a{
102 color: #111;
103 text-decoration: none;
104 }
105
106 .article-info{
107 margin: 0 0 1em 0;
108 color: #999;
109 }
110
111 .article-content {
112 font-family: Georgia, serif;
113 }
114
115 .article img{
116 max-width: 440px;
117 }
118
119 .article .collapsed{
120 display: none;
121 }
122
123 /* Footer
124 *******************************************************************************/
125 #footer {
126 clear: both;
127 padding: 0 30px;
128 }

  ViewVC Help
Powered by ViewVC 1.1.30