[Mydatabasepilot-cvs] MyDatabasePilot/Styles master-test.html,1.3,1.4 master.css,1.1.1.1,1.2
Status: Alpha
Brought to you by:
nanoface
From: <nan...@us...> - 2003-05-26 02:44:39
|
Update of /cvsroot/mydatabasepilot/MyDatabasePilot/Styles In directory sc8-pr-cvs1:/tmp/cvs-serv17105/Styles Modified Files: master-test.html master.css Log Message: Cosmetic Change: [ 743423 ] Added Fancy Form class to Style Sheet Index: master-test.html =================================================================== RCS file: /cvsroot/mydatabasepilot/MyDatabasePilot/Styles/master-test.html,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** master-test.html 30 Mar 2003 04:37:14 -0000 1.3 --- master-test.html 26 May 2003 02:44:36 -0000 1.4 *************** *** 34,38 **** This is a Form<br> <fieldset> ! <LEGEND>Personal Information</LEGEND> <LABEL for="firstname">First name: </LABEL><input type="text" id="firstname" value="Jane"><BR> <LABEL for="lastname">Last name: </LABEL><input type="text" id="lastname" value="Smith"><BR> --- 34,38 ---- This is a Form<br> <fieldset> ! <legend>Personal Information</legend> <LABEL for="firstname">First name: </LABEL><input type="text" id="firstname" value="Jane"><BR> <LABEL for="lastname">Last name: </LABEL><input type="text" id="lastname" value="Smith"><BR> *************** *** 41,45 **** </fieldset> ! <textarea cols="30" rows="5" class="ElegantForms">TextArea</textarea><br> <select name=""> --- 41,45 ---- </fieldset> ! <textarea cols="30" rows="5">TextArea</textarea><br> <select name=""> *************** *** 49,79 **** <option value="4">Option Four</option> <option value="5">Option Five</option> ! </select><br> ! ! <SELECT name="ComOS"> ! <OPTGROUP label="PortMaster 3"> ! <OPTION label="3.7.1" value="pm3_3.7.1">PortMaster 3 with ComOS 3.7.1 ! <OPTION label="3.7" value="pm3_3.7">PortMaster 3 with ComOS 3.7 ! <OPTION label="3.5" value="pm3_3.5">PortMaster 3 with ComOS 3.5 ! </OPTGROUP> ! <OPTGROUP label="PortMaster 2"> ! <OPTION label="3.7" value="pm2_3.7">PortMaster 2 with ComOS 3.7 ! <OPTION label="3.5" value="pm2_3.5">PortMaster 2 with ComOS 3.5 ! </OPTGROUP> ! <OPTGROUP label="IRX"> ! <OPTION label="3.7R" value="IRX_3.7R">IRX with ComOS 3.7R ! <OPTION label="3.5R" value="IRX_3.5R">IRX with ComOS 3.5R ! </OPTGROUP> ! </SELECT><br> <fieldset> <legend>Special</LEGEND> ! <input type="checkbox" value="" class="ElegantForms"> ! <input type="checkbox" value="" checked class="ElegantForms"><br> <LABEL for="male">Male: </LABEL><input id="male" type="radio" name="sex" value="Male" checked> Male<BR> <LABEL for="female">Female: </LABEL><INPUT id="female" type="radio" name="sex" value="Female"> Female<BR> ! <input type="button" value="Input Button" class="ElegantFormButton"><br> ! <button class="ElegantFormButton">Image Button</button><br> <input type="file" name="File" accept="text/plain" > </fieldset> --- 49,78 ---- <option value="4">Option Four</option> <option value="5">Option Five</option> ! </select><br /> + <select name="MyDatabasePilot"> + <optgroup label="Version 3"> + <option label="3 Flash" value="3Flash">MyDatabasePilot 3 with Flash</option> + <option label="3 Java" value="3Java">MyDatabasePilot 3 with Java</option> + <option label="3 Basic" value="3Base">MyDatabasePilot 3 Basic</option> + </optgroup> + <optgroup label="Version 2"> + <option label="2 Flash" value="2Flash">MyDatabasePilot 2 with Flash</option> + <option label="2 Basic" value="2Base">MyDatabasePilot 2 Basic</option> + </optgroup> + <optgroup label="Version 1"> + <option label="1 Flash" value="1Flash">MyDatabasePilot 1 with Flash</option> + <option label="1 Basic" value="1Base">MyDatabasePilot 1 Basic</option> + </optgroup> + </select><br /> <fieldset> <legend>Special</LEGEND> ! <input type="checkbox" value="" /> ! <input type="checkbox" value="" checked /><br /> <LABEL for="male">Male: </LABEL><input id="male" type="radio" name="sex" value="Male" checked> Male<BR> <LABEL for="female">Female: </LABEL><INPUT id="female" type="radio" name="sex" value="Female"> Female<BR> ! <input type="button" value="Input Button"><br> ! <button>Image Button</button><br> <input type="file" name="File" accept="text/plain" > </fieldset> *************** *** 81,90 **** <fieldset> <legend>Form Control</LEGEND> ! <input type="submit" value="Send" class="ElegantFormButton"> ! <input type="reset" class="ElegantFormButton"> </fieldset> </FORM> </body> ! </html> --- 80,146 ---- <fieldset> <legend>Form Control</LEGEND> ! <input type="submit" value="Send"> ! <input type="reset"> </fieldset> </FORM> + <FORM action="http://www.PoliceOrdnance.com/prog/adduser" method="post" class="Fancy"> + This is a Fancy Form<br /> + <fieldset class="Fancy"> + <LEGEND class="Fancy">Personal Information</LEGEND> + <LABEL for="firstname" class="Fancy">First name: </LABEL><input type="text" id="firstname" value="Jane" class="Fancy"><br /> + <LABEL for="lastname" class="Fancy">Last name: </LABEL><input type="text" id="lastname" value="Smith" class="Fancy"><br /> + <LABEL for="email" class="Fancy">email: </LABEL><input type="text" id="email" value="ja...@ao..." class="Fancy"><br /> + <LABEL for="password" class="Fancy">Password: </LABEL><input type="password" value="Password" class="Fancy"> + </fieldset> + + <textarea cols="30" rows="5" class="Fancy">TextArea</textarea><br> + + <select name="" class="Fancy"> + <option value="1" selected class="Fancy">Option One</option> + <option value="2" class="Fancy">Option Two</option> + <option value="3" class="Fancy">Option Three</option> + <option value="4" class="Fancy">Option Four</option> + <option value="5" class="Fancy">Option Five</option> + </select><br> + + <select name="ComOS" class="Fancy"> + <optgroup label="Version 3" class="Fancy"> + <option label="3 Flash" value="3Flash" class="Fancy">MyDatabasePilot 3 with Flash</option> + <option label="3 Java" value="3Java" class="Fancy">MyDatabasePilot 3 with Java</option> + <option label="3 Basic" value="3Base" class="Fancy">MyDatabasePilot 3 Basic</option> + </optgroup> + <optgroup label="Version 2" class="Fancy"> + <option label="2 Flash" value="2Flash" class="Fancy">MyDatabasePilot 2 with Flash</option> + <option label="2 Basic" value="2Base" class="Fancy">MyDatabasePilot 2 Basic</option> + </optgroup> + <optgroup label="Version 1" class="Fancy"> + <option label="1 Flash" value="1Flash" class="Fancy">MyDatabasePilot 1 with Flash</option> + <option label="1 Basic" value="1Base" class="Fancy">MyDatabasePilot 1 Basic</option> + </optgroup> + </select><br /> + + <fieldset class="Fancy"> + <legend class="Fancy">Special</legend> + <input type="checkbox" value="" class="Fancy" /> + <input type="checkbox" value="" checked class="Fancy" /><br /> + <label for="male" class="Fancy" />Male: </label> + <input id="male" type="radio" name="sex" value="Male" checked class="Fancy" /> Male<br /> + <label for="female" class="Fancy" />Female: </label> + <input id="female" type="radio" name="sex" value="Female" class="Fancy" /> Female<br /> + <input type="button" value="Input Button" class="Fancy" /><br /> + <button class="Fancy">Image Button</button><br /> + <input type="file" name="File" accept="text/plain" class="Fancy" /> + </fieldset> + + <fieldset class="Fancy"> + <legend class="Fancy">Form Control</legend> + <input type="submit" value="Send" class="Fancy" /> + <input type="reset" class="Fancy" /> + </fieldset> + </form> + + </body> ! </html> \ No newline at end of file Index: master.css =================================================================== RCS file: /cvsroot/mydatabasepilot/MyDatabasePilot/Styles/master.css,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** master.css 23 Mar 2003 03:44:38 -0000 1.1.1.1 --- master.css 26 May 2003 02:44:36 -0000 1.2 *************** *** 1,93 **** ! /*Copyright: MyDatabase Pilot is distributed under the terms of the GNU GPL license*/ ! ! /*=== IDs ===*/ ! /* None for now */ ! ! /*=== Default Formating ===*/ ! body,p,div,span,ul,ol,li,dl,dt,dd,td,tr,th,blockquote,q,code,pre,tt,address,noscript{font-size:14px;} ! body,p,div,span,ul,ol,li,dl,dt,dd,td,tr,th,blockquote,q,code,pre,tt,address,noscript{color: #000000;} ! body{background:#CCCCFF; margin:0px; padding:0px;} ! body,p,div,span,ul,ol,li,dl,dt,dd,td,tr,th,address,noscript{font-family: "Times New Roman", Times, serif;} ! code,pre,tt {font-family: courier,sans-serif} ! blockquote,q{font-family: Arial, Helvetica, sans-serif;} ! ! /*=== Paragraph Formating ===*/ ! p{text-align:justify; text-indent:30px;} ! p:first-letter{font-size:16px; font-style:oblique; font-weight:bold;} ! p.Plain, p:first-letter.Plain{text-indent: 0px; font: normal normal 14px;} ! ! /*=== Headings ===*/ ! h1, h2, h3, h4, h5, h6{ ! font-family: serif, Geneva, sans-serif, Arial, Helvetica; ! color: #330066; ! background-color : #9999CC; ! font-weight : bold; ! font-style : italic; ! padding : 3px; ! margin-bottom : 3px; ! margin-top : 3px; ! } ! h1{font-size : 26px;border : ridge;text-align: center;} ! h2{text-indent : 5px;font-size : 23px;} ! h3{text-indent : 30px;font-size : 20px;} ! h4{text-indent :55px;font-size : 18px;} ! h5{text-indent : 80px;font-size : 16px;} ! H6{text-indent : 105px;font-size : 14px;} ! ! /*=== Links ===*/ ! a{font-weight: inherit; font-size : inherit; font-family : inherit;} ! a:Link{color : #0066CC;} ! a:Visited{color : #9900CC;} ! a:Link, a:Visited{text-decoration: none;background-color : #FFFFCC;} ! a:Hover, a:Visited:Hover{color: #990000;text-decoration: underline;background-color : #FFFF99;} ! a:Active{color:#FF0000;text-decoration: underline;background-color : #FFFF99;} ! ! /*=== Forms ===*/ ! /* This requires work and testing */ ! /*form,label,input,select,optgroup,option,textarea,fieldset,legend,button{font-size: xx-small;font-family: Arial, Helvetica, sans-serif;} ! form,fieldset{color: #000000;padding : 3px 3px 3px;} ! form{border: 3px ridge;background-color: #CCCC99;margin: 15px 15px 15px 15px;} ! fieldset{margin: 5px 5px 5px 5px;} ! legend{color: #660099;font : small-caps;letter-spacing: 4px;} ! label,input,select,textarea,button{margin: 2px 2px 2px 2px;} ! label{color: #663300;} ! input,select,optgroup,option,textarea{color: #666666;} ! .ElegantFormButton{background : #CCCCFF;color : #663366;font : bolder;}*/ ! ! /*=== General Classes ===*/ ! .ToDo{ ! background : #FF9900; ! color : #990066; ! font-size : 11pt; ! } ! .Warning{ ! background : #FF9900; ! color : #990066; ! font-size : 16pt; ! } ! ! .Bold{font-weight:bold;} ! .BoldCenter{font-weight:bold;text-align:center;} ! .Center{text-align:center} ! .Right{text-align:right;} ! ! /*=== Tag Specific Classes ===*/ ! tr.Head{background:#9999CC;} ! tr.Odd{background:#999966;} ! tr.Even{background:#CCCC99;} ! ! div.Code, pre.Code{ ! text-align : left; ! background-color : #CCCCCC; ! margin : 5px 20px 5px 20px; ! font-family : "Courier New", Courier, monospace; ! padding : 5px 20px 5px 20px; ! font-size : 11pt; ! } ! ! span.Code{ ! background-color : #CCCCCC; ! font-family : "Courier New", Courier, monospace; ! font-size : 11pt; ! padding : 0px 2px 0px 2px; } --- 1,106 ---- ! /*Copyright: MyDatabase Pilot is distributed under the terms of the GNU GPL license*/ ! ! /*=== IDs ===*/ ! /* None for now */ ! ! /*=== Default Formating ===*/ ! body,p,div,span,ul,ol,li,dl,dt,dd,td,tr,th,blockquote,q,code,pre,tt,address,noscript{font-size:14px;} ! body,p,div,span,ul,ol,li,dl,dt,dd,td,tr,th,blockquote,q,code,pre,tt,address,noscript{color: #000000;} ! body{background:#CCCCFF; margin:0px; padding:0px;} ! body,p,div,span,ul,ol,li,dl,dt,dd,td,tr,th,address,noscript{font-family: "Times New Roman", Times, serif;} ! code,pre,tt {font-family: courier,sans-serif} ! blockquote,q{font-family: Arial, Helvetica, sans-serif;} ! ! /*=== Paragraph Formating ===*/ ! p{text-align:justify; text-indent:30px;} ! p:first-letter{font-size:16px; font-style:oblique; font-weight:bold;} ! p.Plain, p:first-letter.Plain{text-indent: 0px; font: normal normal 14px;} ! ! /*=== Headings ===*/ ! h1, h2, h3, h4, h5, h6{ ! font-family: serif, Geneva, sans-serif, Arial, Helvetica; ! color: #330066; ! background-color : #9999CC; ! font-weight : bold; ! font-style : italic; ! padding : 3px; ! margin-bottom : 3px; ! margin-top : 3px; ! } ! h1{font-size : 26px;border : ridge;text-align: center;} ! h2{text-indent : 5px;font-size : 23px;} ! h3{text-indent : 30px;font-size : 20px;} ! h4{text-indent :55px;font-size : 18px;} ! h5{text-indent : 80px;font-size : 16px;} ! H6{text-indent : 105px;font-size : 14px;} ! ! /*=== Links ===*/ ! a{font-weight: inherit; font-size : inherit; font-family : inherit;} ! a:Link{color : #0066CC;} ! a:Visited{color : #9900CC;} ! a:Link, a:Visited{text-decoration: none;background-color : #FFFFCC;} ! a:Hover, a:Visited:Hover{color: #990000;text-decoration: underline;background-color : #FFFF99;} ! a:Active{color:#FF0000;text-decoration: underline;background-color : #FFFF99;} ! ! /*=== Forms ===*/ ! form,label,input,select,optgroup,option,textarea,fieldset,legend,button{ ! font-size : 11pt; ! font-family : Arial, Helvetica, sans-serif; ! } ! ! /*=== General Classes ===*/ ! .ToDo{ ! background : #FF9900; ! color : #990066; ! font-size : 11pt; ! } ! .Warning{ ! background : #FF9900; ! color : #990066; ! font-size : 16pt; ! } ! ! .Bold{font-weight:bold;} ! .BoldCenter{font-weight:bold;text-align:center;} ! .Center{text-align:center} ! .Right{text-align:right;} ! ! /*=== Tag Specific Classes ===*/ ! tr.Head{background:#9999CC;} ! tr.Odd{background:#999966;} ! tr.Even{background:#CCCC99;} ! ! div.Code, pre.Code{ ! text-align : left; ! background-color : #CCCCCC; ! margin : 5px 20px 5px 20px; ! font-family : "Courier New", Courier, monospace; ! padding : 5px 20px 5px 20px; ! font-size : 11pt; ! } ! ! span.Code{ ! background-color : #CCCCCC; ! font-family : "Courier New", Courier, monospace; ! font-size : 11pt; ! padding : 0px 2px 0px 2px; ! } ! ! /* Fancy Form */ ! form.Fancy,fieldset.Fancy{ ! color : #000000; ! padding : 3px 3px 3px; ! border : 3px ridge; ! } ! form.Fancy{ ! background-color : #CCCC99; ! margin: 15px 15px 15px 15px; ! } ! fieldset.Fancy{margin: 5px 5px 5px 5px;} ! legend.Fancy{color: #660099;font : small-caps;letter-spacing: 4px;} ! label.Fancy,input.Fancy,select.Fancy,textarea.Fancy,button.Fancy,legend.Fancy{margin: 2px 2px 2px 2px;} ! label.Fancy{color: #663300;} ! input.Fancy,select.Fancy,optgroup.Fancy,option.Fancy,textarea.Fancy,button.Fancy{ ! background-color : #FFFFCC; ! color: #666666; } |