Changeset 20039 for greenstone3


Ignore:
Timestamp:
2009-07-20T15:26:02+12:00 (15 years ago)
Author:
kjdon
Message:

copied some style things from default interface to try and get automatic collection images working. Have left coll images there for now. still work to do.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • greenstone3/trunk/web/interfaces/gs2/style/gs2-style.css

    r19950 r20039  
    8080  padding:0;
    8181  margin:0;
     82  background-image: url('../images/banner_bg.png');
     83  background-repeat: repeat-y;
    8284}
    8385
     
    316318 display:block;
    317319}
     320
     321# some stuff from gs3 interface core.css
     322
     323ul#collectionlist {
     324  list-style-type:none;
     325  margin:0;
     326  padding:0;
     327}
     328
     329ul#collectionlist li {
     330  display:block;
     331  padding:0;
     332  margin: .2em 0 0 0;
     333  overflow:hidden;
     334}
     335
     336
     337ul#collectionlist img{
     338  margin:0;
     339  padding:0;
     340  width: 150px;
     341  height: 45px;
     342  border: 1px solid black;
     343  background-image: url('../images/collectimg_bg.png');
     344  background-repeat: repeat-y;
     345  overflow:hidden
     346}
     347
     348ul#collectionlist li a.noimage{
     349  display: block;
     350  margin:0;
     351  width: 145px;
     352  height: 40px;
     353  border: 1px solid black;
     354  background-image: url('../images/collectimg_bg.png');
     355  background-repeat: repeat-y;
     356  overflow:hidden; padding-left:5px; padding-right:0; padding-top:5px; padding-bottom:0
     357
     358}
     359
     360ul#collectionlist li a{
     361  font-size: 16px;
     362  color: #000000;
     363  text-decoration: none; 
     364  font-weight: bold;
     365}
Note: See TracChangeset for help on using the changeset viewer.