Forgot to use the border-radius mixin.
[philo.git] / static / css / screen.css
1 @import "http://fonts.googleapis.com/css?family=Expletus+Sans";
2 html, body, div, span, applet, object, iframe,
3 h1, h2, h3, h4, h5, h6, p, blockquote, pre,
4 a, abbr, acronym, address, big, cite, code,
5 del, dfn, em, img, ins, kbd, q, s, samp,
6 small, strike, strong, sub, sup, tt, var,
7 b, u, i, center,
8 dl, dt, dd, ol, ul, li,
9 fieldset, form, label, legend,
10 table, caption, tbody, tfoot, thead, tr, th, td,
11 article, aside, canvas, details, embed,
12 figure, figcaption, footer, header, hgroup,
13 menu, nav, output, ruby, section, summary,
14 time, mark, audio, video {
15   margin: 0;
16   padding: 0;
17   border: 0;
18   font-size: 100%;
19   font: inherit;
20   vertical-align: baseline; }
21
22 body {
23   line-height: 1; }
24
25 ol, ul {
26   list-style: none; }
27
28 table {
29   border-collapse: collapse;
30   border-spacing: 0; }
31
32 caption, th, td {
33   text-align: left;
34   font-weight: normal;
35   vertical-align: middle; }
36
37 q, blockquote {
38   quotes: none; }
39   q:before, q:after, blockquote:before, blockquote:after {
40     content: "";
41     content: none; }
42
43 a img {
44   border: none; }
45
46 article, aside, details, figcaption, figure,
47 footer, header, hgroup, menu, nav, section {
48   display: block; }
49
50 article, aside, details, figcaption, figure,
51 footer, header, hgroup, menu, nav, section {
52   display: block; }
53
54 blockquote, q {
55   quotes: none; }
56   blockquote:before, blockquote:after, q:before, q:after {
57     content: "";
58     content: none; }
59
60 /* Compass Vars */
61 /* Custom Vars */
62 /* custom mixins */
63 body {
64   font-size: 100%;
65   line-height: 1.563em; }
66
67 html > body {
68   font-size: 16px; }
69
70 body {
71   background: #e0e5ef;
72   color: #333333;
73   text-shadow: 0 1px 0 #FFF;
74   font-family: Helvetica, Arial, serif; }
75
76 a {
77   color: black;
78   text-decoration: none;
79   background: #aebbd5;
80   padding: 3px;
81   -moz-border-radius: 3px;
82   -webkit-border-radius: 3px;
83   -o-border-radius: 3px;
84   -ms-border-radius: 3px;
85   -khtml-border-radius: 3px;
86   border-radius: 3px; }
87   a:hover {
88     background: #95a1bb;
89     text-shadow: 0 1px 0 rgba(255, 255, 255, 0.65); }
90
91 #container {
92   width: 750px;
93   margin: 20px auto;
94   background: transparent;
95   color: #333333; }
96
97 #nameplate {
98   font-size: 3.75em;
99   line-height: 1.25em;
100   margin-bottom: 25px;
101   padding-bottom: 5px;
102   border-bottom: 5px solid #333333;
103   -moz-box-shadow: 0 1px 0 white;
104   -webkit-box-shadow: 0 1px 0 white;
105   -o-box-shadow: 0 1px 0 white;
106   box-shadow: 0 1px 0 white;
107   font-family: "Expletus Sans", Helvetica, Arial, serif; }
108
109 #content p, #content ul, #content ol, #content header {
110   margin-bottom: 1.563em; }
111 #content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
112   font-weight: bold;
113   margin-bottom: 0.781em; }
114 #content h2 {
115   font-size: 1.25em;
116   line-height: 1.25em; }
117 #content code {
118   background: #bec9de;
119   padding: 3px;
120   margin: -4px 0;
121   border: 1px solid #aebbd5;
122   -moz-border-radius: 3px;
123   -webkit-border-radius: 3px;
124   -o-border-radius: 3px;
125   -ms-border-radius: 3px;
126   -khtml-border-radius: 3px;
127   border-radius: 3px;
128   -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15) inset, 0 1px 0 0 white;
129   -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15) inset, 0 1px 0 0 white;
130   -o-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15) inset, 0 1px 0 0 white;
131   box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15) inset, 0 1px 0 0 white;
132   font-family: Menlo, monospace;
133   font-size: 0.813em;
134   line-height: 1.923em; }
135
136 .three-up {
137   background: #333333;
138   margin: 25px -10px;
139   padding: 10px;
140   -moz-border-radius: 5px;
141   -webkit-border-radius: 5px;
142   -o-border-radius: 5px;
143   -ms-border-radius: 5px;
144   -khtml-border-radius: 5px;
145   border-radius: 5px;
146   -moz-box-shadow: 0 1px 0 0 white, 0 2px 4px rgba(0, 0, 0, 0.35) inset;
147   -webkit-box-shadow: 0 1px 0 0 white, 0 2px 4px rgba(0, 0, 0, 0.35) inset;
148   -o-box-shadow: 0 1px 0 0 white, 0 2px 4px rgba(0, 0, 0, 0.35) inset;
149   box-shadow: 0 1px 0 0 white, 0 2px 4px rgba(0, 0, 0, 0.35) inset;
150   overflow: hidden;
151   *zoom: 1; }
152   .three-up figure {
153     border: 1px solid #1a1a1a;
154     float: left;
155     width: 241.333px;
156     margin-right: 10px;
157     overflow: hidden;
158     position: relative;
159     -moz-transition-property: width;
160     -webkit-transition-property: width;
161     -o-transition-property: width;
162     transition-property: width;
163     -moz-transition-duration: 0.25s;
164     -webkit-transition-duration: 0.25s;
165     -o-transition-duration: 0.25s;
166     transition-duration: 0.25s;
167     -moz-transition-timing-function: linear;
168     -webkit-transition-timing-function: linear;
169     -o-transition-timing-function: linear;
170     transition-timing-function: linear;
171     -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15) inset, 0 1px 0 0 rgba(255, 255, 255, 0.35);
172     -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15) inset, 0 1px 0 0 rgba(255, 255, 255, 0.35);
173     -o-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15) inset, 0 1px 0 0 rgba(255, 255, 255, 0.35);
174     box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15) inset, 0 1px 0 0 rgba(255, 255, 255, 0.35);
175     -moz-border-radius: 3px;
176     -webkit-border-radius: 3px;
177     -o-border-radius: 3px;
178     -ms-border-radius: 3px;
179     -khtml-border-radius: 3px;
180     border-radius: 3px; }
181     .three-up figure.shrunk {
182       width: 62px; }
183     .three-up figure.expanded {
184       width: 600px; }
185     .three-up figure:last-child {
186       margin-right: 0;
187       float: right;
188       /* keeps the right margin from wiggling */ }
189     .three-up figure img {
190       display: block; }
191   .three-up figcaption {
192     position: absolute;
193     bottom: 0;
194     left: 0;
195     right: 0;
196     background: rgba(0, 0, 0, 0.75);
197     text-shadow: 1px 1px 0 #000;
198     padding: 0 5px;
199     color: #FFF;
200     width: 600px;
201     font-size: 0.813em;
202     line-height: 1.923em; }
203
204 #modelList {
205   margin-left: 1.5em; }
206   #modelList li {
207     margin-bottom: 0.781em;
208     list-style-type: disc; }
209   #modelList .name {
210     font-weight: bold; }
211
212 #contribList {
213   background: #333333;
214   margin: 25px -10px;
215   padding: 20px 10px;
216   -moz-border-radius: 5px;
217   -webkit-border-radius: 5px;
218   -o-border-radius: 5px;
219   -ms-border-radius: 5px;
220   -khtml-border-radius: 5px;
221   border-radius: 5px;
222   -moz-box-shadow: 0 1px 0 0 white, 0 2px 4px rgba(0, 0, 0, 0.35) inset;
223   -webkit-box-shadow: 0 1px 0 0 white, 0 2px 4px rgba(0, 0, 0, 0.35) inset;
224   -o-box-shadow: 0 1px 0 0 white, 0 2px 4px rgba(0, 0, 0, 0.35) inset;
225   box-shadow: 0 1px 0 0 white, 0 2px 4px rgba(0, 0, 0, 0.35) inset;
226   overflow: hidden;
227   *zoom: 1;
228   text-shadow: none;
229   color: white;
230   -webkit-font-smoothing: antialiased; }
231   #contribList li {
232     width: 343px;
233     float: left;
234     margin: 0 5px 10px 5px;
235     padding: 10px;
236     background: #262626;
237     border: 1px solid #1a1a1a;
238     -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.35) inset, 0 1px 0 0 rgba(255, 255, 255, 0.15);
239     -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.35) inset, 0 1px 0 0 rgba(255, 255, 255, 0.15);
240     -o-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.35) inset, 0 1px 0 0 rgba(255, 255, 255, 0.15);
241     box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.35) inset, 0 1px 0 0 rgba(255, 255, 255, 0.15);
242     overflow: hidden;
243     *zoom: 1;
244     -moz-border-radius: 3px;
245     -webkit-border-radius: 3px;
246     -o-border-radius: 3px;
247     -ms-border-radius: 3px;
248     -khtml-border-radius: 3px;
249     border-radius: 3px; }
250   #contribList .name, #contribList .description, #contribList .status {
251     display: block; }
252   #contribList .name {
253     font-weight: bold; }
254   #contribList .description {
255     color: #999999; }
256   #contribList .status {
257     font-style: italic;
258     font-size: 0.813em;
259     line-height: 1.923em;
260     float: right; }