PHP Classes

File: examples/styles.css

Recommend this page to a friend!
  Classes of Michael Orji   Simplate   examples/styles.css   Download  
File: examples/styles.css
Role: Auxiliary data
Content type: text/plain
Description: styling for example
Class: Simplate
Template engine that replaces arrays of variables
Author: By
Last change:
Date: 9 years ago
Size: 1,069 bytes
 

Contents

Class file image Download
body { margin: 0; padding: 20px; font-family: Arial; color: #333333; } img.profile_image { float: left; width: 100px; height: 100px; margin-right: 10px; border: none; } .clear { clear: both; } #nav-menu { margin-bottom: 20px; padding-top: 10px; padding-bottom: 0; border: solid 1px #ccc; } #nav-menu ul, #nav-menu li { margin: 0; padding: 0; padding-left: 10px; list-style: none; } #nav-menu li { float:left; } #nav-menu li a:link, #nav-menu li a:visited { color: #008000; text-decoration:none; } #content { border-left: solid 15px #008000; border-right: solid 15px #008000; padding: 0 10px; } #footer { margin-top: 20px; padding-top: 5px; border-top: solid 2px #666666; font-size: 0.8em; color: #666; } #footer a { color: #008000; } table { width: 100%; margin: 0; padding: 0; border: 2px solid #008000; } th, td { padding: 5px; border: 1px solid #ccc; text-align:center; } th { background: #226622; color: #FFFFFF; font-weight: bold; }