PHP Classes

File: awfDialog/examples/style.css

Recommend this page to a friend!
  Classes of AW Ford   awfDialog Wizard   awfDialog/examples/style.css   Download  
File: awfDialog/examples/style.css
Role: Auxiliary data
Content type: text/plain
Description: example stylesheet
Class: awfDialog Wizard
Generate wizard-like Web user interface using AJAX
Author: By
Last change: v 1.2 update
Date: 16 years ago
Size: 2,331 bytes
 

Contents

Class file image Download
/* Main CSS Stylesheet . ----------------------------------------------------. Description: Styles for awfDialog examples. . Version: 1.2 . Author: A.W. Ford . Author URI: http://knowledgelinknetwork.net . ----------------------------------------------------*/ * { margin:0px; padding:0px; } #D1MasterDiv { margin-bottom:15px; margin-top:15px; } #D1Title { color:#fff; font-weight:bold; } body { background-color:#000; color:#000; margin:20px; padding:0px; } a { color:#d2ff6d } ul { margin-left:20px; border:1px dashed #d1ff48; padding-left:20px; background:lightyellow; margin-right:20px; padding-top:3px; padding-bottom:3px; } li { margin-left:5px; padding-bottom:5px; } #MainBody { padding-left:15px; } .header { font-size:8pt; font-family:verdana, arial; width:100%; border-bottom:3px double #d1ff48; text-align:left; background:#fff; margin:0px; color:#000; } .content { font-size:10pt; font-family:verdana, arial; width:100%; border-bottom:3px double #d1ff48; border-top:3px double #d1ff48; text-align:left; background:lightyellow; color:#000; margin:0px; padding:0px; } .leftbox p { font-size:10pt; font-family:verdana, arial; color:#000; } .rightbox { font-size:10pt; font-family:verdana, arial; color:#000; } .leftbox { width:49%; float:left; margin-right:3px; border-right:3px double #d1ff48; background:#fff; height:100%; } .rightbox { width:49%; float:right; margin-left:3px; border-left:3px double #d1ff48; background:#fff; height:100%; } h2 { padding: 5px 0 3px 5px; font-family:impact; font-size:20pt; color:#000; } .content p { font-family:verdana, arial; font-size:10pt; color:#444; padding:0 3px 7px 5px; } .footer { font-size:8pt; font-family:verdana, arial; width:100%; border-top:3px double #d1ff48; text-align:center; } .quick { color:black; border-left:3px double #82911a; padding:3px 5px; font-family:verdane, arial; font-size:10pt; } .quick a { color:#82911a; font-size:8pt; } .rightbox a { color:#82911a; } .btn { background:#82911a; color:#d1ff48; border:1px solid #d1ff48; cursor:pointer; display:inline; padding:2px; }