Ignore:
Timestamp:
28 Nov 2014, 05:45:31 (10 years ago)
Author:
Henrik Bettermann
Message:

Display an image instead of text for NGREN logo.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/ngren.theme/trunk/ngren/theme/ngren_theme/css/style.css

    r10444 r12074  
    133133
    134134#logo-container {
    135   height:90px;
    136   margin:20px;
     135  height:140px;
     136  margin:0px;
    137137  text-align:center;
    138138  float:left;
     
    146146}
    147147
    148 #logo-container #logo {
    149   float: left;
    150   margin: 5px;
    151   margin-top: -10px;
    152   width: 150px;
     148.header-logo {
     149  display:block;
     150  width:500px;
     151  height:125px;
     152  background:url(../img/ngren_logo.png) no-repeat;
     153  text-indent: 100%;
     154  white-space: nowrap;
     155  overflow: hidden;
     156  margin:0 auto;
     157  background-size: 500px;
    153158}
    154159
     
    159164  top: 0px;
    160165  text-align:left;
    161   margin-left:10px;
     166  margin-left: 20px;
    162167}
    163168
     
    214219
    215220.navbar-form input[type="text"] {
    216   width:200px;
     221  width:150px;
    217222}
    218223
     
    786791
    787792@media (max-width: 1200px) {
     793
    788794  .left-col, .right-col {
    789795    width:100%;
     
    800806
    801807@media (max-width: 981px) {
     808
     809#logo-container h1 {
     810    margin: 15px;
     811  }
     812
    802813  .slider-container .slider-image {
    803814    top:0px;
     
    827838
    828839@media (max-width: 767px) {
     840
    829841
    830842  /** Base **/
     
    909921  /** Header **/
    910922
    911 
    912923  #logo-container {
    913     margin:10px;
     924    margin:0px;
    914925    text-align:none;
    915     float:none;
     926    float:center;
    916927    position:relative;
    917   }
     928    height:90px;
     929  }
     930
    918931
    919932  #header-head {
     
    927940  }
    928941
    929   #logo-container #logo{
    930     float:none;
    931     display: block;
    932     margin-left: auto;
    933     margin-right: auto;
    934     margin-bottom: 0px;
    935     margin-bottom: -15px;
    936 
    937   }
    938 
    939   #logo-container h1 {
    940     visibility:hidden;
    941     height: 0px;
     942
     943  .header-logo {
     944      display:block;
     945      width:300px;
     946      height:120px;
     947      background:url(../img/ngren_logo.png) no-repeat;
     948      text-indent: 100%;
     949      white-space: nowrap;
     950      overflow: hidden;
     951      margin:0 auto;
     952      background-size: 300px;
    942953  }
    943954}
Note: See TracChangeset for help on using the changeset viewer.