Changeset 981


Ignore:
Timestamp:
Dec 10, 2005, 5:03:53 PM (18 years ago)
Author:
chrisaga
Message:

template : fix categoryActions margins and picture page title background

Location:
trunk/template/yoga
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/template/yoga/content.css

    r972 r981  
    9696
    9797/* content defaults */
    98 #content dl, dd { margin: 10px; }
    99 #content dt {
     98#content DL, DD { margin: 10px; }
     99#content DT {
    100100  margin-bottom: 5px;
    101101  font-style: italic;
     
    104104
    105105/* actions */
    106 ul.categoryActions {
    107   margin: 0 0 0 0;
     106UL.categoryActions {
     107  margin: 2px;
    108108  width: auto;
    109109  padding: 0;
     
    113113}
    114114
    115 #content div.titrePage ul.categoryActions {
     115#content DIV.titrePage UL.categoryActions {
    116116  float: right;
    117117  text-align: center;
    118118}
    119119
    120 #content ul.categoryActions li {
     120#content UL.categoryActions LI {
    121121  display: inline;
    122122}
    123123
    124 #content ul.categoryActions a img, ul.categoryActions a {
     124#content UL.categoryActions A IMG, UL.categoryActions A {
    125125  border: none;
    126126}
  • trunk/template/yoga/theme/dark/theme.css

    r960 r981  
    77
    88H2, #menubar DT, .throw {
    9     color: #fff48e;
     9  color: #fff48e;
    1010}
    1111
    1212#content .navigationBar {
    13     color: #aaaaaa;
     13  color: #aaaaaa;
    1414}
    1515#content .pageNumberSelected {
    16     color: #000000;
     16  color: #000000;
    1717}
    1818
     
    3131
    3232H2, #menubar DT, .throw  {
    33     background-image: url(images/tableh1_bg.png);
     33  background-image: url(images/tableh1_bg.png);
    3434}
    3535
     36#imageHeaderBar H2 {
     37  background-image: none;
     38  background-color: transparent;
     39  border: none;
     40}
     41   
    3642#imageHeaderBar {
    37     background-image: url(images/tableh2_bg.png);
    38     background-repeat: repeat-x;
    39     background-position: center;
     43  background-image: url(images/tableh2_bg.png);
     44  background-repeat: repeat-x;
     45  background-position: center;
    4046}
    4147
     
    5157
    5258#content UL.thumbnail IMG {
    53     border: 1px solid #a0a0a0;
     59  border: 1px solid #a0a0a0;
    5460}
    5561
     
    7379
    7480H2, #menubar DT, #imageHeaderBar {
    75     border-bottom: 1px solid #000000;
     81  border-bottom: 1px solid #000000;
    7682}
    7783
    7884/* links */
    7985A {
    80     color: #FFFFFF;
     86  color: #FFFFFF;
    8187}
    8288
    8389A:hover {
    84     color: #FFF48E;
     90  color: #FFF48E;
    8591}
    8692
    8793#imageToolBar A, #imageToolBar A:hover {
    88     border-bottom: none;
     94  border-bottom: none;
    8995}
    9096
    9197A.navThumb, A.navThumb:hover {
    92     border-bottom: none;
     98  border-bottom: none;
    9399}
    94100
    95101/* others */
    96102.pleaseNote {
    97     background: #9c9c9c;
    98     color: #ffff99;
    99     padding: 1ex;
    100     font-weight: bold;
     103  background: #9c9c9c;
     104  color: #ffff99;
     105  padding: 1ex;
     106  font-weight: bold;
    101107}
    102108#the_page {
    103     border: 1px solid #e0e0e0;
    104     padding-top: 5px;   
    105     padding-bottom:30px;
    106     text-align:center;
    107     display:block;
    108     background:#3f3f3f;
     109  border: 1px solid #e0e0e0;
     110  padding-top: 5px;     
     111  padding-bottom:30px;
     112  text-align:center;
     113  display:block;
     114  background:#3f3f3f;
    109115}
Note: See TracChangeset for help on using the changeset viewer.