PHP Classes

File: pmk.css

Recommend this page to a friend!
  Classes of Prakash Khanchandani   List processor   pmk.css   Download  
File: pmk.css
Role: Auxiliary data
Content type: text/plain
Description: style sheet
Class: List processor
List data from arrays in HTML tables
Author: By
Last change: retained only those styles required by the class; removed all the others.
Date: 10 years ago
Size: 2,764 bytes
 

Contents

Class file image Download
/* strange, but has to be done for footer to stick to the bottom */ html, body { height: 100%; } body, div, h1, h2, h3, h4, h5, h6, p {margin: 0; padding: 0;} p { padding: 5px; color: rgb(0,64,0); } a:hover, a:visited:hover { text-decoration: none; } a:link, a:visited { text-decoration: none; } h1, h6 { font-family: Arial, Verdana, Helvetica, sans-serif; color: rgb(0,112,0); padding: 10px 5px 0 5px; } h1 { font-size: 1.5em; } h6 { font-size: 1em; font-style: italic; } #wrapper{ background: none; width: 90%; min-height: 100%; height: auto !important; height: 100%; margin: 0 auto -30px; } /* the height struct above and the push and footer styles below are to make the footer stick to the bottom and are from http://ryanfait.com/resources/footer-stick-to-bottom-of-page/ */ .push { height: 30px; } .footer { background: #cccc99; font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 0.75em; font-weight: bold; padding: 5px 20px 5px 20px; height: 15px; margin: 5px 0 0 0; } #lftHdr, #mdlHdr, #rtHdr { height: 55px; float: left; } #lftHdr { width: 20%; } #mdlHdr { width: 65%; } #rtHdr { width: 15%; } #lftCol { background: none; padding-top: 20px; width: 20%; float: left; overflow: auto; border-right: 4px solid rgb(255,102,0); text-align: right; } #lftCol a{ font-family: Arial, Verdana, Helvetica, sans-serif; font-size: .80em; color: navy; padding: 5px 5px 5px 0; margin: 0; display: block; text-decoration: none; } #lftCol a:hover{ background: navy; color: white; } #mdlCol{ width: 65%; float: left; background-color: white; padding: 0 0 0 25px; } #mdlCol p{ font-family: "Times New Roman", Serif; font-size: .9em; } #mdlCol li{ font-size: 0.9em; } #rtCol { font-family: Arial, Verdana, Helvetica, sans-serif; font-size: .80em; width: 10%; float: right; color: rgb(200,200,200); } #rtCol a{ text-decoration: none; color: rgb(160,160,160); } #rtCol a:hover{ text-decoration: underline; } #dummyClearDiv { clear: both; font-size: 0px; background: none; border: none; } .sectionHead, .sectionHeadRight { font-size: 0.75em; font-family: Arial, Helvetica, sans-serif; color: navy; font-weight: bold; } .sectionHeadRight { text-align: right; } .readOnlyText, .readOnlyTextRight, .readOnlyTextHL, .readOnlyTextRightHL { font-size: 0.75em; font-family: Arial; color: dimgray; } .readOnlyTextRight, .readOnlyTextRightHL { text-align: right; } .readOnlyTextHL, .readOnlyTextRightHL {/*HL=highlight*/ font-weight: bold; font-style: italic; } .srlNo { text-align: right; font-size: 0.75em; font-family: Arial; color: darkgray; }