aboutsummaryrefslogtreecommitdiff
path: root/website/assets
diff options
context:
space:
mode:
authorPacien TRAN-GIRARD2014-02-08 23:43:17 +0100
committerPacien TRAN-GIRARD2014-02-08 23:43:17 +0100
commita4e42bc4d42d69254f92ef7c720f5fcefa37439a (patch)
treeb25a90f2560a2d511d5431c0c0af986ffd1d9a49 /website/assets
parentf9280ac8867ae43211a77f51877936f2fe3f3b61 (diff)
downloadesieequest-a4e42bc4d42d69254f92ef7c720f5fcefa37439a.tar.gz
Add content to the website
Diffstat (limited to 'website/assets')
-rw-r--r--website/assets/css/style.css31
1 files changed, 31 insertions, 0 deletions
diff --git a/website/assets/css/style.css b/website/assets/css/style.css
index 8a277f7..4c691fb 100644
--- a/website/assets/css/style.css
+++ b/website/assets/css/style.css
@@ -30,3 +30,34 @@
30.overbox:target { 30.overbox:target {
31 display: block; 31 display: block;
32} 32}
33
34#map-frame {
35 width: 100%;
36 height: 100%;
37 border: none;
38}
39
40kbd {
41 padding: 0.1em 0.6em;
42 border: 1px solid #ccc;
43 font-size: 11px;
44 font-family: Arial, Helvetica, sans-serif;
45 background-color: #f7f7f7;
46 color: #333;
47 /*-moz-box-shadow: 0 1px 0px rgba(0, 0, 0, 0.2), 0 0 0 2px #ffffff inset;
48 -webkit-box-shadow: 0 1px 0px rgba(0, 0, 0, 0.2), 0 0 0 2px #ffffff inset;
49 box-shadow: 0 1px 0px rgba(0, 0, 0, 0.2), 0 0 0 2px #ffffff inset;*/
50 -moz-border-radius: 3px;
51 -webkit-border-radius: 3px;
52 border-radius: 3px;
53 display: inline-block;
54 margin: 0 0.1em;
55 text-shadow: 0 1px 0 #fff;
56 line-height: 1.4;
57 white-space: nowrap;
58 vertical-align: text-top;
59}
60
61ul .fa {
62 margin-right: 0.25em;
63}