Ignore:
Timestamp:
2013-06-21T17:50:51+12:00 (11 years ago)
Author:
davidb
Message:

Mods after latest round of development

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gs2-extensions/afrepo/trunk/src/src/html/css/core-style.css

    r27679 r27693  
    1313
    1414
    15 li.selected {
    16     background-color:  #A65500;
    17     color: #FFBB73;
     15#navigation li.selected a {
     16    background-color: #0055A6;
     17    /* background-color: #A65500; */
     18    /* color: #FFBB73;  */
    1819}
    1920
     
    3132
    3233
    33     // Illinois background
    34     //background: url("http://www.lis.illinois.edu/sites/all/themes/gslis/images/bg-squares.jpg") repeat scroll 0 0 #CFCFCF;
     34    /* Illinois background */
     35    /* background:#CFCFCF url("css-images/bg-squares.jpg") repeat scroll 0 0; */
     36
     37    background-image: url("css-images/bg-squares.jpg");
     38
    3539}
    3640
     
    3943    margin: 0 auto;
    4044    min-width: 700px; max-width: 1000px;
    41     background: #white;
     45    background: white;
    4246}
    4347
    4448#header {
    4549    background: #7ECDF3;
     50/*
    4651    //background: #FFC740;
    4752    //background: #CC0001;
    4853    //color: black;
     54*/
    4955    color: white;
    5056    width: 100%;
     
    5359#header h1 {
    5460    padding: 18px;
    55     //padding: 20px;
     61    /* padding: 20px; */
    5662    margin: 0;
    5763    font-family: Arial,"Helvetica Neue",Helvetica,"Nimbus Sans L",FreeSans,"Liberation Sans",sans-serif;
     64/*
    5865    //font-family: verdana, sans-serif;
    5966    //font-family: cursive;
     67*/
    6068}
    6169
     
    6472    float: left;
    6573    width: 100%;
    66     //background-color: black;
     74    /* background-color: black; */
    6775    background-color: #5E9DC3;
     76/*
    6877    //background-color: #F3A653;
    6978    //background-color: #FFBB73;
    7079    //color: white;
     80*/
    7181}
    7282
     
    90100    float: left;
    91101    padding: 5px 10px;
    92     color: #A65500;
     102    color: white;
     103    /* color: #A65500; */
    93104    text-decoration: none;
    94     border-right: 2px solid #FFEC73;
     105    border-right: 2px solid white;
     106    /* border-right: 2px solid #FFEC73; */
    95107}
    96108
    97109#navigation li a:hover {
    98     background:  #000080;
     110    background: #3E7DA3;
     111    /* background:  #000080; */
    99112    color: white;
     113/*
    100114    //background:  #A65500;
    101115    //color: #FFBB73; //rgb(255, 287, 115);
     116*/
    102117
    103118
     
    167182{
    168183    clear: left;
    169     text-align: right;
    170     font-style: italic;
    171     padding: 5px 5px 5px 20px;
    172     border-top: 2px solid #FFEC73; // pale yellow
     184/*
     185    //text-align: right;
     186    //font-style: italic;
     187    //padding: 5px 5px 5px 20px;
     188    //border-top: 2px solid #FFEC73; // pale yellow
     189*/
    173190
    174191}
     
    176193#footer
    177194{
    178     color: #A65500;
     195/*
     196    //color: #A65500;
     197
     198    //background-color: rgb(255, 187, 115); // light red brick
    179199    //background-color: #CC0001;
    180     background-color: rgb(255, 187, 115); // light red brick
    181 }
    182 
     200*/
     201}
     202
Note: See TracChangeset for help on using the changeset viewer.