Ignore:
Timestamp:
Sep 15, 2010, 10:35:12 AM (14 years ago)
Author:
cljosse
Message:

[Gally's theme 'cuise'] save

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/gally/gally-cuise/css/theme.css

    r6471 r6926  
    208208
    209209/* menubar_categories.tpl */
    210 #icon_start_filter { float:right,right;100px;
     210#icon_start_filter { float:right;right:100px;
    211211  background:url(./../icon/start_filter.png);
    212212}
     
    770770}
    771771
    772 #theImgContainer { overflow:hidden;
    773   border:8px #ffffff solid;
    774 }
    775 
    776772#imageHeaderBar .browsePath h2 {
    777773  font-weight:normal;
     
    805801}
    806802
    807 #navThumbNext, #navThumbPrev {
    808    top:10%;
    809 }
    810 
    811 #navThumbPrevContainer, #navThumbNextContainer {
    812    vertical-align:middle; top:30%;
    813    height:30%;
     803/* Images suivantes/Précédentes */
     804#navThumbPrev, #navThumbNext {
     805    vertical-align: top;
     806    top: 60px;
     807}
     808
     809#navThumbPrevContainer, #navThumbNextContainer {
     810    vertical-align: top;
     811    height: 12%;
     812    width:12%;
     813   
    814814}
    815815
     
    822822}
    823823
    824 
     824.navThumbPrevContent, .navThumbNextContent {
     825    vertical-align: middle;
     826    top: 200px;
     827   
     828}
    825829
    826830#imageInfos {
     
    969973}
    970974
    971 #theTabsContainer .navigationBar {
     975#theTabsContainer {
    972976  text-align:right;
    973977}
    974978
     979.navigationBar {
     980    background-position: top;
     981    text-align: center;
     982    position: fixed;
     983    bottom: 20px;
     984    font-size: 10px;
     985    width: 100%;
     986    background-image: url('../images/button-bg.png');
     987    background-repeat: repeat-x;
     988}
    975989
    976990/*
     
    980994#fullTagCloud SPAN a:hover {
    981995  background:#303030;
    982   -moz-border-radius:3px;
    983   -webkit-border-radius:3px;
    984   -khtml-border-radius:3px;
    985   border-radius:3px;
     996  -moz-border-radius:13px;
     997  -webkit-border-radius:13px;
     998  -khtml-border-radius:13px;
     999  border-radius:13px;
    9861000}
    9871001
     
    12551269}
    12561270
    1257 
    1258  
     1271 /* -moz-border-radius:20px'FF);border-radius:20px(opera);-webkit-border-radius:20px(safari) */
     1272 #theImgContainer  {
     1273   
     1274    overflow:hidden; z-index:80;
     1275   
     1276     
     1277     }
     1278  #theImg { z-index: -1;}
     1279 #theImage{ position:absolute; z-index:78; overflow:hidden;width:100%}
     1280 #cadre{ 
     1281     background-position:50px 0;
     1282     position: absolute;
     1283     top: 0; left: 0; right: 0; bottom: 0; 
     1284    z-index: 200;
     1285
     1286 }
Note: See TracChangeset for help on using the changeset viewer.