Login   Register  
PHP Classes
elePHPant
Icontem

File: docs/style.css

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of A.N.M. Saiful Islam  >  ANM_CI  >  docs/style.css  >  Download  
File: docs/style.css
Role: Auxiliary data
Content type: text/plain
Description: Stylesheet of the user guide
Class: ANM_CI
Remap method and redirect request with CodeIgniter
Author: By
Last change:
Date: 2009-03-28 21:36
Size: 1,065 bytes
 

Contents

Class file image Download
/* -----------------manual------------------- */
#manual{font:normal 12px Verdana;line-height:20px;color:#333;background-color:#fff}
#manual h1{font-size:20px}
#manual h2{font-size:18px}
#manual h3{font-size:14px}
#manual h1, #manual h2, #manual h3{font-weight:bold;margin:30px 0 10px 0}
#manual p{margin-bottom:10px}
#manual a{color:#039;text-decoration:none}
#manual a:hover{color:#930;text-decoration:underline}
#manual small{font:normal 9px Verdana}
#manual li{margin-bottom:5px}
#manual ul li{list-style-type:square;}
#manual ul li li{list-style-type:disc}
#manual ul li li li{list-style-type:circle}
#manual table{font:normal 12px Verdana;}
#manual table th{color:#fff;text-align:center;background-color:#666}
#manual table td{vertical-align:top}
#manual table th, #manual table td{padding:5px;border:1px #999 solid;}
#manual div.hr{margin:10px 0 10px 0;border-bottom:1px dashed #093}
#manual .aj{text-align:justify}
#manual .highlight{color:#444;padding:7px;display:block;margin:5px 0 5px 0;border:1px #999 solid;background-color:#f4f4f4}