Changeset 12074


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

Display an image instead of text for NGREN logo.

Location:
main/ngren.theme/trunk/ngren/theme/ngren_theme
Files:
1 added
8 edited

Legend:

Unmodified
Added
Removed
  • main/ngren.theme/trunk/ngren/theme/ngren_theme/about-us.html

    r11781 r12074  
    5555        <div id="header-head">
    5656          <div id="logo-container">
    57             <a href="home.html">
    58               <img id="logo" src="img/ngren_logo.png" alt="NgREN logo" />
    59             </a>
    6057            <h1>
    61               <a href="home.html">Nigerian Research and<br/>Education Network
    62               <br/><sup><font size="2">RC1011289</font></sup></a>
     58              <a class="header-logo" href="home.html">
     59                  Nigerian Research and Education Network
     60              </a>
    6361            </h1>
    6462          </div>
  • 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}
  • main/ngren.theme/trunk/ngren/theme/ngren_theme/dr-mt-johnson.html

    r11781 r12074  
    5555        <div id="header-head">
    5656          <div id="logo-container">
    57             <a href="home.html">
    58               <img id="logo" src="img/ngren_logo.png" alt="NgREN logo" />
    59             </a>
    6057            <h1>
    61               <a href="home.html">Nigerian Research and<br/>Education Network
    62               <br/><sup><font size="2">RC1011289</font></sup></a>
     58              <a class="header-logo" href="home.html">
     59                  Nigerian Research and Education Network
     60              </a>
    6361            </h1>
    6462          </div>
  • main/ngren.theme/trunk/ngren/theme/ngren_theme/example.html

    r11781 r12074  
    5555        <div id="header-head">
    5656          <div id="logo-container">
    57             <a href="home.html">
    58               <img id="logo" src="img/ngren_logo.png" alt="NgREN logo" />
    59             </a>
    6057            <h1>
    61               <a href="home.html">Nigerian Research and<br/>Education Network
    62               <br/><sup><font size="2">RC1011289</font></sup></a>
     58              <a class="header-logo" href="home.html">
     59                  Nigerian Research and Education Network
     60              </a>
    6361            </h1>
    6462          </div>
    65                                         <div class="btn-group pull-right btn-small"
    66                                              id="user-options">
    67                                           <a class="btn btn-small btn-primary"
    68                                              href="#">
    69                                             <i class="icon-user icon-white"></i>
    70                                             <span id="user-options-name">
    71                                               Username
    72                                             </span>
    73                                           </a>
    74                                           <a class="btn btn-small btn-primary
    75                                                     dropdown-toggle"
    76                                              data-toggle="dropdown"
    77                                              href="#">
    78                                             <span class="caret"></span>
    79                                           </a>
    80                                           <ul class="dropdown-menu btn-small">
    81                                             <li><a href="#">Dashboard</a></li>
    82                                             <li><a href="#">Logout</a></li>
    83                                           </ul>
    84                                         </div><!-- user-options -->
     63          <div class="btn-group pull-right btn-small"
     64               id="user-options">
     65            <a class="btn btn-small btn-primary"
     66               href="#">
     67              <i class="icon-user icon-white"></i>
     68              <span id="user-options-name">
     69                Username
     70              </span>
     71            </a>
     72            <a class="btn btn-small btn-primary
     73                      dropdown-toggle"
     74               data-toggle="dropdown"
     75               href="#">
     76              <span class="caret"></span>
     77            </a>
     78            <ul class="dropdown-menu btn-small">
     79              <li><a href="#">Dashboard</a></li>
     80              <li><a href="#">Logout</a></li>
     81            </ul>
     82          </div><!-- user-options -->
    8583          <form class="navbar-form pull-right">
    8684            <input type="text" />
  • main/ngren.theme/trunk/ngren/theme/ngren_theme/full.html

    r11781 r12074  
    5555        <div id="header-head">
    5656          <div id="logo-container">
    57             <a href="home.html">
    58               <img id="logo" src="img/ngren_logo.png" alt="NgREN logo" />
    59             </a>
    6057            <h1>
    61               <a href="home.html">Nigerian Research and<br/>Education Network
    62               <br/><sup><font size="2">RC1011289</font></sup></a>
     58              <a class="header-logo" href="home.html">
     59                  Nigerian Research and Education Network
     60              </a>
    6361            </h1>
    6462          </div>
  • main/ngren.theme/trunk/ngren/theme/ngren_theme/home.html

    r11781 r12074  
    5555        <div id="header-head">
    5656          <div id="logo-container">
    57             <a href="home.html">
    58               <img id="logo" src="img/ngren_logo.png" alt="NgREN logo" />
    59             </a>
    6057            <h1>
    61               <a href="home.html">Nigerian Research and<br/>Education Network
    62               <br/><sup><font size="2">RC1011289</font></sup></a>
     58              <a class="header-logo" href="home.html">
     59                  Nigerian Research and Education Network
     60              </a>
    6361            </h1>
    6462          </div>
  • main/ngren.theme/trunk/ngren/theme/ngren_theme/services.html

    r11781 r12074  
    5555        <div id="header-head">
    5656          <div id="logo-container">
    57             <a href="home.html">
    58               <img id="logo" src="img/ngren_logo.png" alt="NgREN logo" />
    59             </a>
    6057            <h1>
    61               <a href="home.html">Nigerian Research and<br/>Education Network
    62               <br/><sup><font size="2">RC1011289</font></sup></a>
     58              <a class="header-logo" href="home.html">
     59                  Nigerian Research and Education Network
     60              </a>
    6361            </h1>
    6462          </div>
Note: See TracChangeset for help on using the changeset viewer.