From c80a22f026af465bee8bc88fd7058693c327e216 Mon Sep 17 00:00:00 2001 From: Pacien TRAN-GIRARD Date: Sat, 22 Feb 2014 18:57:47 +0100 Subject: Embed applet in the website --- website/assets/css/style.css | 69 +++++++++++++++++++++++++++----------------- 1 file changed, 43 insertions(+), 26 deletions(-) (limited to 'website/assets/css/style.css') diff --git a/website/assets/css/style.css b/website/assets/css/style.css index 4c691fb..bc2f21f 100644 --- a/website/assets/css/style.css +++ b/website/assets/css/style.css @@ -6,6 +6,31 @@ text-transform: none !important; } +kbd { + padding: 0.1em 0.6em; + border: 1px solid #ccc; + font-size: 11px; + font-family: Arial, Helvetica, sans-serif; + background-color: #f7f7f7; + color: #333; + /*-moz-box-shadow: 0 1px 0px rgba(0, 0, 0, 0.2), 0 0 0 2px #ffffff inset; + -webkit-box-shadow: 0 1px 0px rgba(0, 0, 0, 0.2), 0 0 0 2px #ffffff inset; + box-shadow: 0 1px 0px rgba(0, 0, 0, 0.2), 0 0 0 2px #ffffff inset;*/ + -moz-border-radius: 3px; + -webkit-border-radius: 3px; + border-radius: 3px; + display: inline-block; + margin: 0 0.1em; + text-shadow: 0 1px 0 #fff; + line-height: 1.4; + white-space: nowrap; + vertical-align: text-top; +} + +ul .fa { + margin-right: 0.25em; +} + .anchor { position: relative; margin-top: -5%; @@ -21,6 +46,15 @@ z-index: 3; overflow: hidden; background-color: #2d3e50; + color: #FFF; +} + +.fullscreen p { + text-align: center; +} + +.fullscreen a { + color: #6FBEF3; } .overbox { @@ -31,33 +65,16 @@ display: block; } +#play > * { + margin-top: 120px; + margin-left: 120px; + width: calc(100% - 180px); + height: calc(100% - 180px); +} + #map-frame { width: 100%; height: 100%; border: none; -} - -kbd { - padding: 0.1em 0.6em; - border: 1px solid #ccc; - font-size: 11px; - font-family: Arial, Helvetica, sans-serif; - background-color: #f7f7f7; - color: #333; - /*-moz-box-shadow: 0 1px 0px rgba(0, 0, 0, 0.2), 0 0 0 2px #ffffff inset; - -webkit-box-shadow: 0 1px 0px rgba(0, 0, 0, 0.2), 0 0 0 2px #ffffff inset; - box-shadow: 0 1px 0px rgba(0, 0, 0, 0.2), 0 0 0 2px #ffffff inset;*/ - -moz-border-radius: 3px; - -webkit-border-radius: 3px; - border-radius: 3px; - display: inline-block; - margin: 0 0.1em; - text-shadow: 0 1px 0 #fff; - line-height: 1.4; - white-space: nowrap; - vertical-align: text-top; -} - -ul .fa { - margin-right: 0.25em; -} + overflow: hidden; +} \ No newline at end of file -- cgit v1.2.3