From e4002e74bdb64cf6e5c46cfff02609186a2e8272 Mon Sep 17 00:00:00 2001 From: ronan le priol Date: Mon, 14 Oct 2013 11:49:29 +0200 Subject: [PATCH] commit 14 10 2013 11:49 --- css/style-desktop.css | 2 +- css/style-mobile.css | 37 +++++++++++++------- css/video-js-tc.css | 8 ++--- img/bt-pause.svg | 60 ++++++++++++++++++++++++++++++++ img/bt-play.svg | 60 ++++++++++++++++++++++++++++++++ img/bt-son.svg | 81 +++++++++++++++++++++++++++++++++++++++++++ img/play-pause.svg | 34 ------------------ index.html | 13 ++++--- 8 files changed, 236 insertions(+), 59 deletions(-) create mode 100644 img/bt-pause.svg create mode 100644 img/bt-play.svg create mode 100644 img/bt-son.svg delete mode 100644 img/play-pause.svg diff --git a/css/style-desktop.css b/css/style-desktop.css index 781b850..de8112f 100644 --- a/css/style-desktop.css +++ b/css/style-desktop.css @@ -367,7 +367,7 @@ height: 85px; width: 295px; margin:auto; - right:475px; + right:474px; padding: 3px 0px 0px 0px; } diff --git a/css/style-mobile.css b/css/style-mobile.css index df466dd..eaf7713 100644 --- a/css/style-mobile.css +++ b/css/style-mobile.css @@ -110,7 +110,7 @@ { width: 90%; - margin: 0em 0em 2em 1em; + margin: 0em 0em 1em 1em; /*t,r,b,l*/ } @@ -133,22 +133,12 @@ .image-featured { - position: relative; - overflow: hidden; - /* Adjust this to change the minimum height of the image */ - min-height: 10em; } .image-featured img { - position: absolute; - top: 0; - height: 100%; - width: auto; - - /* Adjust this to change the horizontal placement of the image */ - left: -50%; + } .image-centered img @@ -522,6 +512,22 @@ { padding: 0 0em 0 0em; } + + + + #main-features .titlle-features h2 + { + text-align:center; + text-transform: uppercase; + font-family: 'futura_hv_btheavy', sans-serif; + font-size:0.7em; + line-height:2em; + margin:auto; + opacity:0.8; + padding-bottom:0.5em; + display:block; + } + /*********************************************************************************/ /* prestations */ @@ -845,7 +851,7 @@ padding: 0; border: 0; width: 960px !important; - height: 220px !important; + height: 350px !important; left: -160%; } @@ -905,3 +911,8 @@ } + + + + + diff --git a/css/video-js-tc.css b/css/video-js-tc.css index 80a74ce..dfd863b 100644 --- a/css/video-js-tc.css +++ b/css/video-js-tc.css @@ -174,13 +174,13 @@ fonts to show/hide properly. .vjs-tc-skin .vjs-play-control { width: 5em; cursor: pointer; - top: -18px; + top: -17px; } .vjs-tc-skin .vjs-play-control:before { - content:url('../img/play-pause.svg'); + content:url('../img/bt-play.svg'); } .vjs-tc-skin.vjs-playing .vjs-play-control:before { - content: "\e002"; + content: url('../img/bt-pause.svg'); } /* Volume/Mute -------------------------------------------------------------------------------- */ @@ -192,7 +192,7 @@ fonts to show/hide properly. } .vjs-tc-skin .vjs-mute-control:before, .vjs-tc-skin .vjs-volume-menu-button:before { - content: "\e006"; + content: url('../img/bt-son.svg'); } .vjs-tc-skin .vjs-mute-control.vjs-vol-0:before, .vjs-tc-skin .vjs-volume-menu-button.vjs-vol-0:before { diff --git a/img/bt-pause.svg b/img/bt-pause.svg new file mode 100644 index 0000000..259aa3d --- /dev/null +++ b/img/bt-pause.svg @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/img/bt-play.svg b/img/bt-play.svg new file mode 100644 index 0000000..34eaf20 --- /dev/null +++ b/img/bt-play.svg @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/img/bt-son.svg b/img/bt-son.svg new file mode 100644 index 0000000..6d24bf0 --- /dev/null +++ b/img/bt-son.svg @@ -0,0 +1,81 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/img/play-pause.svg b/img/play-pause.svg deleted file mode 100644 index 9cface5..0000000 --- a/img/play-pause.svg +++ /dev/null @@ -1,34 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/index.html b/index.html index 1e157d1..497bfca 100644 --- a/index.html +++ b/index.html @@ -38,15 +38,14 @@