Changeset 192


Ignore:
Timestamp:
Nov 20, 2009, 2:38:06 PM (14 years ago)
Author:
gav
Message:

Facelift with new logo.

Location:
trunk/web-app
Files:
5 edited
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/web-app/css/main.css

    r181 r192  
    3131  background: url("../images/topBg.png") no-repeat scroll center;
    3232  width: 1020px;
    33   height: 44px;
     33  height: 31px;
    3434}
    3535
    3636#content {
    3737  padding: 0px 20px 20px;
    38   background: url("../images/Contentbg.png") repeat-y scroll center;
     38  background: url("../images/contentbg.png") repeat-y scroll center;
    3939  width: 980px;
    4040  /*border: 1px solid #ccc;*/
     
    4444  background: transparent url("../images/logo.png") no-repeat scroll center;
    4545  width: 980px;
    46   height: 160px;
     46  height: 136px;
    4747  /*border: 1px solid;*/
    4848}
    4949#HeaderLink{
    5050  display: block;
    51   width: 650px;
    52   height: 160px;
     51  width: 958px;
     52  height: 136px;
    5353}
    5454
     
    116116    padding: 0.3em 0px 0.3em 0;
    117117    font-size: 14px;
    118     margin: 0 165px 0 0;
     118    margin: 0 50px 0 0;
    119119    /*border: 1px solid #ccc;*/
    120120}
     
    414414    width:70%;
    415415    left: 50%;
    416     margin-left: -35%;
     416    margin-left: -36%;
    417417    top: 50%;
    418     margin-top: -15%;
     418    margin-top: -26%;
    419419    border: 2px solid #666666;
    420420    background-color: white;
     
    433433 /* Navigation Plugin Override */
    434434.navigation {
    435     padding: 0px 0px 0px 165px;
     435    padding: 0px 0px 0px 50px;
    436436    list-style-type: none;
    437437    clear: both;
     
    494494.subnavigation {
    495495    /*padding: 0px 0px 0px 165px;*/
    496     padding: 0px 0px 0px 220px;
     496    padding: 0px 0px 0px 105px;
    497497    list-style-type: none;
    498498    clear: both;
Note: See TracChangeset for help on using the changeset viewer.