PHP Classes

File: bluetheme.css

Recommend this page to a friend!
  Classes of Francisco Arias   PHP 4 Applications   bluetheme.css   Download  
File: bluetheme.css
Role: Auxiliary data
Content type: text/plain
Description: CSS classes for the "bluetheme"
Class: PHP 4 Applications
Create event driven Web GUI using remote scripting
Author: By
Last change:
Date: 19 years ago
Size: 4,308 bytes
 

Contents

Class file image Download
body { font-family:'verdana'; font-size:'11'; background:#cceeff; color:'#0000ff'; } div.clsPlainButton { background-color:'#aa5500'; color:'#ffffff'; border:'solid thin coral'; font-size:'10'; } div.clsPlainButtonOver { background-color:'#ee8800'; color:'#ffffaa'; cursor:'hand'; border:'solid thin brown'; font-size:'10'; } div.clsListView { color:'#ffffaa'; font-size:'11'; } div.ClsListView table tr th { background-color:'#0044aa'; color:'#ffffff'; cursor:'hand'; font-size:'12'; font-weight:'bold'; } div.ClsListView table tr td { background-color:'#0099ee'; color:'#ffeeff'; cursor:'hand'; font-size:'10'; } div.clsListview table tr td table.clsListViewControls { color:'#aaaaee'; font-size:'11'; font-weight:'bold'; } div.clsListView table tr td table.clsListViewControls tr td { background:'#0044cc url("/p4a/themes/bluetheme/img/control.gif")'; color:'#ddddff'; cursor:'hand'; font-family:'verdana'; border:'solid thin #0088ff'; } div.clsSimpleForm { color:'#0066ff'; font-size:'11'; } div.clsSimpleForm table { font-family:'verdana'; font-size:11; } div.clsSimpleForm table tr td { background-color:#0099ff; color:#00ffff; cursor:'default'; font-size:11; font-weight:'bold'; } div.clsSimpleForm table tr td.clsForm_label { background-color:'#0044aa'; color:'#ffffff'; cursor:'default'; font-size:'11'; font-weight:'bold'; } div.clsSimpleForm table.clsFormControls { background: 'url("/p4a/themes/bluetheme/img/control.gif")'; color:'#aaaaee'; font-size:'11'; font-weight:'bold'; } div.clsSimpleForm table.clsFormControls tr td { background-color:'#0044cc'; color:'#33bbff'; cursor:'hand'; font-family:'verdana'; border:'solid thin #0088ff'; } div.clsForm { color:'#0066ff'; font-size:'11'; } div.clsForm table { font-family:'verdana'; font-size:11; } div.clsForm table tr td { background-color:#0099ff; color:#0044ff; cursor:'default'; font-size:11; font-weight:'bold'; } div.clsForm table tr td.clsForm_label { background-color:#0044aa; color:'#ffffff'; cursor:'default'; font-size:'11'; font-weight:'bold'; } div.clsForm table.clsFormControls { color:'#aaaaee'; font-size:'11'; font-weight:'bold'; } div.clsForm table.clsFormControls tr td { background:'#0044cc url("/p4a/themes/bluetheme/img/control.gif")'; color:'#ddddff'; cursor:'hand'; font-family:'verdana'; border:'solid thin #0088ff'; } div.clsForm table.clsFormControls tr td.clsDisabled { background-color:'#444499'; color:'#aaaaaa'; cursor:'default'; font-weight:'normal'; border:''; } div.clsForm table.clsFormControls tr td.clsDisabledUnlock { float:left; background: #444499 url("/p4a/themes/bluetheme/img/key.gif") no-repeat right top; color:'#aaaaaa'; cursor:'default'; font-weight:'normal'; border:''; } div.clsForm table.clsFormControls tr td.clsUnlock { float:left; background: #0044cc url("/p4a/themes/bluetheme/img/key.gif") no-repeat right top; color:'#33bbff'; cursor:'hand'; font-weight:'bold'; border:'solid thin #00ffff'; } div.clsPanel { background-color:'#ddeeff'; color:'#ddddff'; font-size:'11'; border:'solid thin #ddf5ff'; } div.clsLabel { background-color:'#6699ee'; color:'#aaffff'; font-size:'10'; border:'solid thin lightblue'; } div.clsBarMenu { float:left; width:100%; background:'#0066ff'; font-size:93%; line-height:normal; } div.clsBarMenu ul { margin:0; padding:0; list-style:'none'; } div.clsBarMenu ul li { float:left; margin:0; padding:5px 15px; cursor:'hand'; color:'#00ccff'; font-weight:'bold'; background:#3333aa; } div.clsBarMenu ul li.clsMainOptionOver { float:left; margin:0; padding:5px 15px; cursor:'hand'; font-weight:'bold'; color:'#ffffff'; background: #555599; } div.clsBarMenu ul li.clsMainOptionSelected { float:left; margin:0; padding:5px 15px; color:#00ffff; font-weight:'bold'; cursor:'crosshair'; background:#0033cc; }