thd/web/css/layout.css
changeset 104 8e4fe6f3337d
parent 103 d2af8a210f5d
child 105 c8f710cd1fb1
--- a/thd/web/css/layout.css	Wed Jun 01 14:07:43 2016 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,174 +0,0 @@
-body {
-  margin:0;
-  padding:0;
-  /*text-align: center; /* pour corriger le bug de centrage IE */ */
-  background: #000000;
-}
-#global-wrapper {
-  width: 100%;
-  background: #000000;
-}
-
-
-/* HEADER ===================== */
-#header {
-  position: relative;
-  width: 100%;
-  height: 120px;
-  background: #000000;
-}
-
-#header #universcinethd {
-  float: left;  
-  width: 454px;
-  height: 75px;
-}
-#header #partners {
-  float: left;
-  position: relative;
-  top: 50px;
-}
-
-#logo {
-  display: block;
-  margin: 0;
-  position: absolute;
-  top: 15px;
-  left: 85px;
-  background: transparent url("../images/logos/universcine.png") no-repeat;
-  height: 0 !important;
-  overflow: hidden;
-  padding: 75px 0 0 0;
-  width: 354px;
-  z-index: 10;
-}
-.logo-partner {
-  display: inline;
-  margin: 0;
-}
-
-#header #baseline {
-  clear: both;
-  position: relative;
-  top: 10px;
-  left: 500px;
-  width:300px;
-  font-size: 18px;
-  font-weight:normal;
-  font-family: Georgia, "Times New Roman", Times,serif;
-}
-
-
-/* NAVIGATION====== */
-#navigation {
-position: relative;
-  width: 1280px;
-  padding: 5px;
-  top: 10px;
-  background:#000000 url(../img/global/gradient/h80.png) repeat-x;
-  opacity:0.5;
-}
-#navigation:after {
-  content: ".";
-  display: block;
-  height: 0;
-  overflow: hidden;
-  clear: both;
-  visibility: hidden;
-}
-#navigation ul, li {
-  display: inline;
-}
-
-#navigation li {
-  display: inline;
-  color: #ffffff;
-  padding: 0px 6px 10px 10px;
-  background: url("../images/pictos/nav_sep.png") no-repeat 0px 2px;
-}
-
-#navigation #navigation-right {
-  position: relative;
-  left: 400px;
-  width: 600px;
-  margin-left: 20px;
-}
-
-
-/* BODY============== */
-#global {
-  position: relative;
-  width: 100%;
-  background: #000000 url("../images/layout/bg-homepage.jpg") no-repeat;
-}
-#global:after {
-  content: ".";
-  display: block;
-  height: 0;
-  overflow: hidden;
-  clear: both;
-  visibility: hidden;
-}
-#homepage {
-  position: relative;
-  width: 100%;
-  background: #000000 url("../images/layout/bg-homepage.jpg") no-repeat;
-}
-#homepage:after {
-  content: ".";
-  display: block;
-  height: 0;
-  overflow: hidden;
-  clear: both;
-  visibility: hidden;
-}
-
-/* HOEMPAGE FILMS */
-#homepage #document #lastTagged-list,
-#homepage #document #mostTagged-list {
-  float:left;
-  width: 359px;
-}
-
-#homepage #document #lastTagged-list li,
-#homepage #document #mostTagged-list li {
-  display:block;    
-  margin-top: 5px;
-}
-
-
-/* LEFT HOMEPAGE===== */
-#document-sidebar {
-  float: left;
-  width:380px;
-  padding: 15px;
-}
-
-#search form input.field {
-	padding: 2px;
-	width: 240px;
-	border: 0;
-}
-
-
-
-/* RIGHT HOMEPAGE===== */
-#document {
-  float: left;
-  padding: 15px;
-}
-
-.select-action{
-  margin-right: 22px;
-  text-align: right;	
-  padding: 2px;
-} 
-
-
-/* FOOTER============= */
-#footer {
-  clear:both;
-}
-
-
-