PHP Classes

File: themes/Pilsner.css

Recommend this page to a friend!
  Classes of Bulent Tezcan   AdvancedForm   themes/Pilsner.css   Download  
File: themes/Pilsner.css
Role: Auxiliary script
Content type: text/plain
Description: CSS file
Class: AdvancedForm
Generate forms inside a table, which supports CSS.
Author: By
Last change: organize
Date: 21 years ago
Size: 2,730 bytes
 

Contents

Class file image Download
/* Pilsner Cascading Style Sheet */

.PilsnerPageBODY{ font-family : Arial, Tahoma, Verdana, Helvetica; font-size : 13px; }

.PilsnerFormTABLE{ background-color : #659634; font-family : Arial, Tahoma, Verdana, Helvetica; font-size : 13px; }

.PilsnerFormHeaderFont{ color : #cccc00; font-size : 16px; font-weight : bold; font-family : Arial, Tahoma, Verdana, Helvetica; }

.PilsnerColumnTD { color : #000000; background-color : #97EE40; font-family : Arial, Tahoma, Verdana, Helvetica; font-size : 13px; font-weight : bold; }

.PilsnerFieldCaptionTD { color : #000000; background-color : #BFE599; font-family : Arial, Tahoma, Verdana, Helvetica; font-size : 13px; }

.PilsnerDataTD{ color : #000000; background-color : #FFFFFF; font-family : Arial, Tahoma, Verdana, Helvetica; font-size : 13px; }

.PilsnerError { color : #cc0000; background-color: #ffffff; font-size : 15px; font-style : italic; font-family : Tahoma, Verdana, Arial, Helvetica; text-align:center;}

a.PilsnerDataLink:link,a.PilsnerDataLink:visited{ color : #1A2E06; text-decoration : none; font-family : Arial, Tahoma, Verdana, Helvetica; }

a.PilsnerDataLink:hover,a.PilsnerDataLink:active{ color : #677F4E; text-decoration : underline; font-family : Arial, Tahoma, Verdana, Helvetica; }


/* Those ones are for the form elements */

.PilsnerButton { border-left : 1px solid #FFFFFF; border-right : 1px solid #000000; border-top : 1px solid #FFFFFF; border-bottom : 1px solid #000000; background-color : #9CB682; font-family : Arial, Tahoma, Verdana, Helvetica; }

.PilsnerLinkButton { border-left : 1px solid #FFFFFF; border-right : 1px solid #000000; border-top : 1px solid #FFFFFF; border-bottom : 1px solid #000000; background-color : #9CB682; font-family : Arial, Tahoma, Verdana, Helvetica; text-decoration : none; color:#000000;}

.PilsnerSmallButton { border-left : 1px solid #FFFFFF; border-right : 1px solid #000000; border-top : 1px solid #FFFFFF; border-bottom : 1px solid #000000; background-color : #9CB682; color : #000000; font-size : 8px; font-family : Tahoma, Verdana, Arial, Helvetica; font-weight : bolder; }

.PilsnerInput { border : 1px double #000000; font-family : Arial, Tahoma, Verdana, Helvetica; }

.PilsnerTextarea { border : 1px double #000000; font-family : Arial, Tahoma, Verdana, Helvetica; }

.PilsnerSelect { border : 1px double #000000; font-family : Arial, Tahoma, Verdana, Helvetica; }

/* others */

.PilsnerSomethingBright { background-color: #ffff66; font-size : 13px; color:#4E261C; font-family : Tahoma, Verdana, Arial, Helvetica; }

.PilsnerWhiteOnBlack { font-family : Tahoma, Verdana, Arial, Helvetica; font-size : 13px; background-color : #000000; color : #ffffff;}