Changeset 1327


Ignore:
Timestamp:
May 28, 2006, 3:22:42 AM (18 years ago)
Author:
chrisaga
Message:

merge : from trunk r1324:1326 into branch 1.6

Location:
branches/branch-1_6/template/yoga
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/branch-1_6/template/yoga/image.css

    r1285 r1327  
    11#imageHeaderBar {
    2     padding: 2px 10px;
    3     margin: 4px 0;
     2  padding-top: 2px;
     3  padding-bottom: 2px;
     4  margin-top: 4px;
     5  overflow: hidden;
     6  width: 100%;
    47}
    5 #imageHeaderBar .browsePath { float: left; }
    6 #imageHeaderBar .imageNumber { float: right; }
     8
     9#imageHeaderBar .browsePath {
     10  float: left;
     11  margin-left: 10px;
     12}
     13
     14#imageHeaderBar .imageNumber {
     15  float: right;
     16  margin-right: 10px;
     17}
    718
    819#imageHeaderBar H2 {
    9     /*margin: 1ex 0;  override default-layout for less bottom-margin */
    10     text-align: center;
    11     padding: 0;
    12     clear: both;
     20  text-align: center;
     21  padding: 0;
     22  clear: both;
    1323}
    1424
    1525#imageToolBar {
    16     text-align: center;
    17     position: relative;
    18     clear: both;
    19     margin: 4px 0; padding: 0;
     26  text-align: center;
     27  position: relative;
     28  clear: both;
     29  margin-bottom: 4px;
     30  padding: 0;
    2031}
    21 
    22 /* Moi, je preferais les boutons "imgPrec" et "imgSuiv" au milieu, au-dessus
    23 de l'image...
    24 
    25 #imageToolBar IMG, #imageToolBar A {
    26     display: inline;
    27     border: none; margin: auto; padding: 0;
    28 }
    29 
    30 #imageToolBar .randomButtons {
    31     position: absolute;
    32     left: 0;
    33 }
    34 #imageToolBar .randomButtons IMG {
    35     padding: 0 4px; /* au pire: 3 * (4+24+4) = 96 < 100 * /
    36 }
    37 
    38 #imageToolBar .prevNnext {
    39     text-align: center;
    40 }
    41 #imageToolBar .prevNnext IMG {
    42     padding: 0 100px;
    43 }
    44 */
    4532
    4633#imageToolBar {
  • branches/branch-1_6/template/yoga/picture.tpl

    r1285 r1327  
    1313  <h2>{TITLE}</h2>
    1414  <!-- END title -->
    15   <hr class="separation">
    1615</div>
    1716
  • branches/branch-1_6/template/yoga/theme/dark/theme.css

    • Property svn:keywords set to Author Date Id Revision
    r1285 r1327  
    4747
    4848/* borders */
    49 #menubar DL, #content, #imageToolBar,
     49#menubar DL, #content,
    5050#comments DIV.comment BLOCKQUOTE {
    5151  border: 1px solid #000000;
     52}
     53
     54#imageHeaderBar {
     55  border-top: 1px solid #000000;
     56}
     57H2, #menubar DT, #imageToolBar {
     58  border-bottom: 1px solid #000000;
    5259}
    5360
     
    7784#content UL.thumbnails SPAN.wrap2:hover {
    7885  border-color: yellow;         /* thumbnails border color when mouse cursor is over it */
    79 }
    80 
    81 H2, #menubar DT, #imageHeaderBar {
    82   border-bottom: 1px solid #000000;
    8386}
    8487
Note: See TracChangeset for help on using the changeset viewer.