PHP Classes

File: css/style.css

Recommend this page to a friend!
  Classes of Ahmed Saad   PHP User Agent Parser   css/style.css   Download  
File: css/style.css
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP User Agent Parser
Parse the user agent string to get browser details
Author: By
Last change: Update of css/style.css
Date: 1 year ago
Size: 853 bytes
 

Contents

Class file image Download
/*BASIC PAGE STYLE*/ /*@author Ahmed Saad <a7mad.sa3d.2014@gmail.com>*/ html { position: relative; min-height: 100%; } body{ /* Margin bottom by footer height */ /*margin-bottom: 30px;*/ /*background: #999*/ } #footer { position: absolute; bottom: 0; width: 100%; padding: 10px 0; /* Set the fixed height of the footer here */ /*height: 30px;*/ background-color: #f5f5f5; border-top: 1px solid lightgrey; text-align: center; left: 0px; right: 0px; } .container{ margin: 0 auto; padding: 10px; } .clear-fix:before, .clear-fix:after{ content: ""; display: table; clear: both; #zoom: 1; } #footer{ color: #888; } #footer cite{ color: #c55; } h4{ background: #eaeaea; padding: 10px; border: 1px solid transparent; border-bottom: 2px solid #c1c1c1; border-radius: 4px; } td{ vertical-align: middle !important; }