[Mydatabasepilot-cvs] MyDatabasePilot/Styles master.css,1.4,1.5
Status: Alpha
Brought to you by:
nanoface
From: <nan...@us...> - 2003-06-13 20:24:24
|
Update of /cvsroot/mydatabasepilot/MyDatabasePilot/Styles In directory sc8-pr-cvs1:/tmp/cvs-serv17527/Styles Modified Files: master.css Log Message: Cosmetic Change: [ 754211 ] Added new CSS Class: - Added Class span.Number Index: master.css =================================================================== RCS file: /cvsroot/mydatabasepilot/MyDatabasePilot/Styles/master.css,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** master.css 12 Jun 2003 04:06:38 -0000 1.4 --- master.css 13 Jun 2003 20:24:21 -0000 1.5 *************** *** 1,113 **** ! /*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;} ! ! /* Code Blocks */ ! div.Code, pre.Code{ ! text-align : left; ! background-color : #FFFF99; ! color: #666666; ! margin : 5px 20px 5px 20px; ! font-family : "Courier New", Courier, monospace; ! padding : 5px 20px 5px 20px; ! font-size : 11pt; ! border: 1px dotted #FF0000; ! } ! ! span.Code,span.KeyWord,span.String,span.Missing{ ! background-color : #FFFF99; ! font-family : "Courier New", Courier, monospace; ! font-size : 11pt; ! font-weight: bold; ! } ! span.Code{color: #666666;} ! span.KeyWord{color:#3366CC;} ! span.String{color:#009900;} ! span.Missing{color:#FF0000;text-decoration:underline;} ! ! /* 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; } --- 1,114 ---- ! /*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;} ! ! /* Code Blocks */ ! div.Code, pre.Code{ ! text-align : left; ! background-color : #FFFF99; ! color: #666666; ! margin : 5px 20px 5px 20px; ! font-family : "Courier New", Courier, monospace; ! padding : 5px 20px 5px 20px; ! font-size : 11pt; ! border: 1px dotted #FF0000; ! } ! ! span.Code,span.KeyWord,span.String,span.Missing,span.Number{ ! background-color : #FFFF99; ! font-family : "Courier New", Courier, monospace; ! font-size : 11pt; ! font-weight: bold; ! } ! span.Code{color: #666666;} ! span.KeyWord{color:#3366CC;} ! span.String{color:#009900;} ! span.Missing{color:#FF0000;text-decoration:underline;} ! span.Number{color:#FF00FF;} ! ! /* 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; } |