Escaline

Sign in or create your account | Project List | Help

Escaline Git Source Tree

Root/escaline/medias/styles/common.css

Source at commit 91e61d2c691c03d4c8a387a5492df35452e3aacb created 7 months 28 days ago.
By Antoine Millet, -webkit-border-radius fixed (on webkit oeuf corse)
1/*
2 * Copyright 2008 Antoine Millet <antoine@inaps.org>
3 *
4 * This program is free software; you can redistribute it and/or modify
5 * it under the terms of the GNU General Public License as published by
6 * the Free Software Foundation; either version 2 of the License, or
7 * (at your option) any later version.
8 *
9 * This program is distributed in the hope that it will be useful,
10 * but WITHOUT ANY WARRANTY; without even the implied warranty of
11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 * GNU General Public License for more details.
13 *
14 * You should have received a copy of the GNU General Public License
15 * along with this program; if not, write to the Free Software
16 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
17 * MA 02110-1301, USA.
18 */
19
20body {
21    text-align: center;
22    margin: 0;
23    padding: 0;
24    border-top: .9em solid #71643C;
25    font-size: 0.85em;
26    font-family: Helvetica, sans-serif;
27}
28
29h2 {
30    font: 16px Helvetica, sans-serif;
31    padding: 0;
32    color: #71643c;
33    font-variant: small-caps;
34    margin-bottom: 0;
35}
36
37h3 {
38    font: 16px Helvetica, sans-serif;
39    padding: 0;
40    color: #71643c;
41    margin-bottom: 1em;
42    font-size: 1.1em;
43}
44
45img {
46    border: none;
47}
48
49a {
50    color: inherit;
51}
52/* Content */
53
54
55
56#lasts * {
57    padding: 0;
58    margin: 0;
59}
60
61#lasts {
62    position: relative;
63    list-style: none;
64    width: 60em;
65    padding: 0;
66    margin: 2em auto 3em auto;
67}#lasts div {
68    text-align: left;
69    padding: 1em;
70}#lasts div h2 {
71    text-align: center;
72    margin-bottom: 0.3em;
73}
74
75#news {
76    position: absolute;
77    width: 50%;
78    height: 100%;
79    right: 50%;
80    border-right: 1px solid #71643c;
81}
82
83#commands {
84    margin-left: 50%;
85}
86
87code {
88    font: 1.3em Courier, monospace;
89    display: block;
90    overflow: auto;
91    padding: 1em;
92    margin: 1em;
93    -moz-border-radius: 0.4em;
94    -webkit-border-radius: 0.4em;
95}
96
97samp {
98    font: 0.9em Courier, monospace;
99    padding: 0.1em 0.2em 0.1em 0.2em;
100    -moz-border-radius: 0.4em;
101    -webkit-border-radius: 0.4em;
102}
103
104
105.synopsis {
106    color: #70625f;
107    font-size: 0.9em;
108}
109
110.cmd {
111    background: #eee;
112    cursor: pointer;
113    background: #f5f5f5;
114    
115}.cmd:hover {
116        background: #ddd;
117}
118
119var {
120    color:#70625f;
121    font-style: normal;
122}
123
124a:link var, a:visited var {
125    color:#9b685c;
126    font-style: normal;
127}
128
129/* Footer */
130
131#footer {
132    width: 65em;
133    background: #91896f;
134    margin: 2em auto 0 auto;
135    color: white;
136    text-align: left;
137    padding: 1em;
138    -moz-border-radius-topleft: 0.4em;
139    -webkit-border-top-left-radius: 0.4em;
140    -moz-border-radius-topright: 0.4em;
141    -webkit-border-top-right-radius: 0.4em;
142    overflow: hidden;
143}
144
145#footer h2 {
146    width: 10em;
147    float: left;
148    font-size: 1em;
149    font-weight: bold;
150    color: white;
151    clear: left;
152    margin: 0;
153}
154
155#footer a {
156    color: white;
157}
158
159#footer ul {
160    margin: 0;
161    padding: 0;
162    float: left;
163}#footer ul li {
164    display: inline;
165}#footer ul li:after {
166    color: #70625f;
167    content: " |"
168}#footer ul li:last-child:after {
169    content: ""
170}
171
172#ohloh {
173    position: relative;
174    left: 60em;
175}
176

Archive Download this file