Textual and style updates.
[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   border-radius: 3px;
123   -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15) inset, 0 1px 0 0 white;
124   -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15) inset, 0 1px 0 0 white;
125   -o-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15) inset, 0 1px 0 0 white;
126   box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15) inset, 0 1px 0 0 white;
127   font-family: Menlo, monospace;
128   font-size: 0.813em;
129   line-height: 1.923em; }
130
131 .three-up {
132   background: #333333;
133   margin: 25px -10px;
134   padding: 10px;
135   -moz-border-radius: 5px;
136   -webkit-border-radius: 5px;
137   -o-border-radius: 5px;
138   -ms-border-radius: 5px;
139   -khtml-border-radius: 5px;
140   border-radius: 5px;
141   -moz-box-shadow: 0 1px 0 0 white, 0 2px 4px rgba(0, 0, 0, 0.35) inset;
142   -webkit-box-shadow: 0 1px 0 0 white, 0 2px 4px rgba(0, 0, 0, 0.35) inset;
143   -o-box-shadow: 0 1px 0 0 white, 0 2px 4px rgba(0, 0, 0, 0.35) inset;
144   box-shadow: 0 1px 0 0 white, 0 2px 4px rgba(0, 0, 0, 0.35) inset;
145   overflow: hidden;
146   *zoom: 1; }
147   .three-up figure {
148     border: 1px solid #1a1a1a;
149     float: left;
150     width: 241.333px;
151     margin-right: 10px;
152     overflow: hidden;
153     position: relative;
154     -moz-transition-property: width;
155     -webkit-transition-property: width;
156     -o-transition-property: width;
157     transition-property: width;
158     -moz-transition-duration: 0.25s;
159     -webkit-transition-duration: 0.25s;
160     -o-transition-duration: 0.25s;
161     transition-duration: 0.25s;
162     -moz-transition-timing-function: linear;
163     -webkit-transition-timing-function: linear;
164     -o-transition-timing-function: linear;
165     transition-timing-function: linear;
166     -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15) inset, 0 1px 0 0 rgba(255, 255, 255, 0.35);
167     -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15) inset, 0 1px 0 0 rgba(255, 255, 255, 0.35);
168     -o-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15) inset, 0 1px 0 0 rgba(255, 255, 255, 0.35);
169     box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15) inset, 0 1px 0 0 rgba(255, 255, 255, 0.35);
170     -moz-border-radius: 3px;
171     -webkit-border-radius: 3px;
172     -o-border-radius: 3px;
173     -ms-border-radius: 3px;
174     -khtml-border-radius: 3px;
175     border-radius: 3px; }
176     .three-up figure.shrunk {
177       width: 62px; }
178     .three-up figure.expanded {
179       width: 600px; }
180     .three-up figure:last-child {
181       margin-right: 0;
182       float: right;
183       /* keeps the right margin from wiggling */ }
184     .three-up figure img {
185       display: block; }
186   .three-up figcaption {
187     position: absolute;
188     bottom: 0;
189     left: 0;
190     right: 0;
191     background: rgba(0, 0, 0, 0.75);
192     text-shadow: 1px 1px 0 #000;
193     padding: 0 5px;
194     color: #FFF;
195     width: 600px;
196     font-size: 0.813em;
197     line-height: 1.923em; }
198
199 #modelList {
200   margin-left: 1.5em; }
201   #modelList li {
202     margin-bottom: 0.781em;
203     list-style-type: disc; }
204   #modelList .name {
205     font-weight: bold; }
206
207 #contribList {
208   background: #333333;
209   margin: 25px -10px;
210   padding: 20px 10px;
211   -moz-border-radius: 5px;
212   -webkit-border-radius: 5px;
213   -o-border-radius: 5px;
214   -ms-border-radius: 5px;
215   -khtml-border-radius: 5px;
216   border-radius: 5px;
217   -moz-box-shadow: 0 1px 0 0 white, 0 2px 4px rgba(0, 0, 0, 0.35) inset;
218   -webkit-box-shadow: 0 1px 0 0 white, 0 2px 4px rgba(0, 0, 0, 0.35) inset;
219   -o-box-shadow: 0 1px 0 0 white, 0 2px 4px rgba(0, 0, 0, 0.35) inset;
220   box-shadow: 0 1px 0 0 white, 0 2px 4px rgba(0, 0, 0, 0.35) inset;
221   overflow: hidden;
222   *zoom: 1;
223   text-shadow: none;
224   color: white;
225   -webkit-font-smoothing: antialiased; }
226   #contribList li {
227     width: 343px;
228     float: left;
229     margin: 0 5px 10px 5px;
230     padding: 10px;
231     background: #262626;
232     border: 1px solid #1a1a1a;
233     -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.35) inset, 0 1px 0 0 rgba(255, 255, 255, 0.15);
234     -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.35) inset, 0 1px 0 0 rgba(255, 255, 255, 0.15);
235     -o-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.35) inset, 0 1px 0 0 rgba(255, 255, 255, 0.15);
236     box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.35) inset, 0 1px 0 0 rgba(255, 255, 255, 0.15);
237     overflow: hidden;
238     *zoom: 1;
239     -moz-border-radius: 3px;
240     -webkit-border-radius: 3px;
241     -o-border-radius: 3px;
242     -ms-border-radius: 3px;
243     -khtml-border-radius: 3px;
244     border-radius: 3px; }
245   #contribList .name, #contribList .description, #contribList .status {
246     display: block; }
247   #contribList .name {
248     font-weight: bold; }
249   #contribList .description {
250     color: #999999; }
251   #contribList .status {
252     font-style: italic;
253     font-size: 0.813em;
254     line-height: 1.923em;
255     float: right; }