PHP Classes

File: WIAdmin/WIInc/edit/WIInc/header.php

Recommend this page to a friend!
  Classes of Jules Warner   WICMS   WIAdmin/WIInc/edit/WIInc/header.php   Download  
File: WIAdmin/WIInc/edit/WIInc/header.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: WICMS
Database driven content management system with PDO
Author: By
Last change:
Date: 7 years ago
Size: 1,570 bytes
 

Contents

Class file image Download
<link href="http://allfont.net/allfont.css?fonts=linotypezapfino-one" rel="stylesheet" type="text/css" />
    <style>
     
 .zapfino
      {
    font-family: 'LinotypeZapfino One', arial;
    font-size: 65px;
    text-shadow: 4px 4px 4px #aaa;
    background-color: #2438BB;
    border: 2px solid blue;
    width: 100%;
    height: 95px;
    margin-left: 0px;
    text-align: -webkit-center;
    color: white;
      }

      .col-head {
    width: 100%;
    height: 90px;
}

.col-logo {
    width: 15%;
    float: left;
    height: 90px;
}

.logo {
    width: 100%;
    height: 90px;
}

.col-ms {
    width: 85%;
    float: left;
    height: 90px;
}

.slogan{
     font-size: 20px;
    float: right;
    margin-top: 56px;
    margin-left: -126px;
    margin-right: 14px;
}

     
    </style>



        <header class="header">
            <!-- Static navbar -->
            <div class="hed">
                <div class="container">
                    <div class="row">
                        <div class="col-lg-3 col-md-3 col-sm-12">
                            <div class="navbar_brand">
                                <a href="index.php"><img alt="" src="WIMedia/Img/head/logo.jpg"></a>
                               
                            </div>
                        </div>

                        <!-- start of header-->
                        <div class="col-lg-9 col-md-9 col-sm-12">
                        <div class="col-ms">
                        <div class="zapfino">The River Manchester
                        <span class="slogan">Bringing Home, Changing Lives</span>
                        </div><!-- end col-ms-->
                        </div>
                         <!--end opf header-->
                    <?php include_once 'WIInc/menu.php'; ?>
</div>
                    </div>
                </div>
            </div>
        </header>