PHP Classes

File: www/css/masthead.css

Recommend this page to a friend!
  Classes of Graham Trott   Target CMS   www/css/masthead.css   Download  
File: www/css/masthead.css
Role: Auxiliary data
Content type: text/plain
Description: CSS script
Class: Target CMS
Content Management System
Author: By
Last change: Updated for flags
Date: 14 years ago
Size: 883 bytes
 

Contents

Class file image Download
/* The masthead */ #masthead { width: 742px; height: 100px; background: #bbd9ee; border: none; margin: 4px 4px 20px 4px; } /* The site name text */ #masthead #sitename { position: absolute; text-align: left; font: bold 3.0em verdana, geneva, helvetica, arial, sans-serif; color: white; background: transparent; padding: 0; border: none; margin: 20px 0 0 20px; } /* The container for the flags */ #masthead #flags { float: right; margin: 80px 5px 0 5px; } /* The outer container for the buttons */ #masthead #buttons-outer { float: right; padding-right: 4px; } /* An invisible component that pads the button UL down from the top of the masthead */ #masthead #buttons-outer #buttons-pad { height: 77px; } /* The UL container for the buttons */ #masthead #buttons-outer #buttons-ul { height: 26px; }