Ignore:
Timestamp:
2013-11-04T16:12:48+13:00 (11 years ago)
Author:
jlwhisler
Message:

A few css changes and added the collection name below the library name.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • documentation/trunk/tutorial_sample_files/libraries/althor/css/gs3-core-min.css

    r28601 r28602  
    315315}
    316316
    317 #top {
    318 height: 40%
    319 }
     317
    320318
    321319#logo a {
    322320font-family: Algerian, serif;
    323321color: #FFFFE6;
    324 }
    325 
    326 
     322line-height: 1;
     323}
     324
     325#logo a:hover {
     326opacity: .3;
     327}
     328
     329@media (max-width:299px) {
     330#logo a {font-size: 20px;}
     331#logo a#coll {font-size: 10px;}
     332#top {height: 50%}
     333}
    327334
    328335@media (min-width:300px) {
    329336#logo a {font-size: 20px;}
     337#logo a#coll {font-size: 10px;}
     338#top {height: 50%}
    330339}
    331340@media (min-width:500px) {
    332341#logo a {font-size: 30px;}
     342#logo a#coll {font-size: 20px;}
     343#top {height: 40%}
    333344}
    334345@media (min-width:800px) {
    335346#logo a {font-size: 40px;}
     347#logo a#coll {font-size: 30px;}
     348#top {height: 30%}
    336349}
    337350@media (min-width:1000px) {
    338351#logo a {font-size: 50px;}
     352#logo a#coll {font-size: 40px;}
     353#top {height: 20%}
    339354}
    340355@media (min-width:1200px) {
    341356#logo a {font-size: 60px;}
    342 }
    343 @media (min-width:1500px) {
    344 #logo a {font-size: 70px;}
    345 }
     357#logo a#coll {font-size: 50px;}
     358#top {height: 10%}
     359}
     360
    346361
    347362
Note: See TracChangeset for help on using the changeset viewer.