thd/web/css/layout.css
changeset 104 8e4fe6f3337d
parent 103 d2af8a210f5d
child 105 c8f710cd1fb1
equal deleted inserted replaced
103:d2af8a210f5d 104:8e4fe6f3337d
     1 body {
       
     2   margin:0;
       
     3   padding:0;
       
     4   /*text-align: center; /* pour corriger le bug de centrage IE */ */
       
     5   background: #000000;
       
     6 }
       
     7 #global-wrapper {
       
     8   width: 100%;
       
     9   background: #000000;
       
    10 }
       
    11 
       
    12 
       
    13 /* HEADER ===================== */
       
    14 #header {
       
    15   position: relative;
       
    16   width: 100%;
       
    17   height: 120px;
       
    18   background: #000000;
       
    19 }
       
    20 
       
    21 #header #universcinethd {
       
    22   float: left;  
       
    23   width: 454px;
       
    24   height: 75px;
       
    25 }
       
    26 #header #partners {
       
    27   float: left;
       
    28   position: relative;
       
    29   top: 50px;
       
    30 }
       
    31 
       
    32 #logo {
       
    33   display: block;
       
    34   margin: 0;
       
    35   position: absolute;
       
    36   top: 15px;
       
    37   left: 85px;
       
    38   background: transparent url("../images/logos/universcine.png") no-repeat;
       
    39   height: 0 !important;
       
    40   overflow: hidden;
       
    41   padding: 75px 0 0 0;
       
    42   width: 354px;
       
    43   z-index: 10;
       
    44 }
       
    45 .logo-partner {
       
    46   display: inline;
       
    47   margin: 0;
       
    48 }
       
    49 
       
    50 #header #baseline {
       
    51   clear: both;
       
    52   position: relative;
       
    53   top: 10px;
       
    54   left: 500px;
       
    55   width:300px;
       
    56   font-size: 18px;
       
    57   font-weight:normal;
       
    58   font-family: Georgia, "Times New Roman", Times,serif;
       
    59 }
       
    60 
       
    61 
       
    62 /* NAVIGATION====== */
       
    63 #navigation {
       
    64 position: relative;
       
    65   width: 1280px;
       
    66   padding: 5px;
       
    67   top: 10px;
       
    68   background:#000000 url(../img/global/gradient/h80.png) repeat-x;
       
    69   opacity:0.5;
       
    70 }
       
    71 #navigation:after {
       
    72   content: ".";
       
    73   display: block;
       
    74   height: 0;
       
    75   overflow: hidden;
       
    76   clear: both;
       
    77   visibility: hidden;
       
    78 }
       
    79 #navigation ul, li {
       
    80   display: inline;
       
    81 }
       
    82 
       
    83 #navigation li {
       
    84   display: inline;
       
    85   color: #ffffff;
       
    86   padding: 0px 6px 10px 10px;
       
    87   background: url("../images/pictos/nav_sep.png") no-repeat 0px 2px;
       
    88 }
       
    89 
       
    90 #navigation #navigation-right {
       
    91   position: relative;
       
    92   left: 400px;
       
    93   width: 600px;
       
    94   margin-left: 20px;
       
    95 }
       
    96 
       
    97 
       
    98 /* BODY============== */
       
    99 #global {
       
   100   position: relative;
       
   101   width: 100%;
       
   102   background: #000000 url("../images/layout/bg-homepage.jpg") no-repeat;
       
   103 }
       
   104 #global:after {
       
   105   content: ".";
       
   106   display: block;
       
   107   height: 0;
       
   108   overflow: hidden;
       
   109   clear: both;
       
   110   visibility: hidden;
       
   111 }
       
   112 #homepage {
       
   113   position: relative;
       
   114   width: 100%;
       
   115   background: #000000 url("../images/layout/bg-homepage.jpg") no-repeat;
       
   116 }
       
   117 #homepage:after {
       
   118   content: ".";
       
   119   display: block;
       
   120   height: 0;
       
   121   overflow: hidden;
       
   122   clear: both;
       
   123   visibility: hidden;
       
   124 }
       
   125 
       
   126 /* HOEMPAGE FILMS */
       
   127 #homepage #document #lastTagged-list,
       
   128 #homepage #document #mostTagged-list {
       
   129   float:left;
       
   130   width: 359px;
       
   131 }
       
   132 
       
   133 #homepage #document #lastTagged-list li,
       
   134 #homepage #document #mostTagged-list li {
       
   135   display:block;    
       
   136   margin-top: 5px;
       
   137 }
       
   138 
       
   139 
       
   140 /* LEFT HOMEPAGE===== */
       
   141 #document-sidebar {
       
   142   float: left;
       
   143   width:380px;
       
   144   padding: 15px;
       
   145 }
       
   146 
       
   147 #search form input.field {
       
   148 	padding: 2px;
       
   149 	width: 240px;
       
   150 	border: 0;
       
   151 }
       
   152 
       
   153 
       
   154 
       
   155 /* RIGHT HOMEPAGE===== */
       
   156 #document {
       
   157   float: left;
       
   158   padding: 15px;
       
   159 }
       
   160 
       
   161 .select-action{
       
   162   margin-right: 22px;
       
   163   text-align: right;	
       
   164   padding: 2px;
       
   165 } 
       
   166 
       
   167 
       
   168 /* FOOTER============= */
       
   169 #footer {
       
   170   clear:both;
       
   171 }
       
   172 
       
   173 
       
   174