]> code.citadel.org Git - citadel.git/blobdiff - webcit/static/colorpicker.html
* doc mod
[citadel.git] / webcit / static / colorpicker.html
index 789d78a34bcaff56b219125447e1eccca75d936f..5d8cca149e62ef179b19398b25bebd29b34749bc 100644 (file)
@@ -5,27 +5,7 @@
        <meta name="description" content="pantsblazing.com | Web Color Picker generates BODY and CSS tags with live preview.">
        <meta name="keywords" content="color,web,rgb,hex,hexadecimal,selector,picker">
        <meta name="author" content="Nick Grossman - pantsblazing.com">
-       <style type="text/css" media="screen">
-               form                    { margin: 0 0 0 0; }
-               P                               { font-family: Arial,Helvetica,sans-serif; font-size: 10pt; }
-               .hex-code               { font-family: Arial,Helvetica,sans-serif; font-size: 7pt; }
-               .text                   { font-family: Arial,Helvetica,sans-serif; font-size: 9pt;  font-weight: bold; color: #000066; }
-               .head                   { font-family: Arial,Helvetica,sans-serif; font-size: 16pt; font-weight: bold; color: #333300; }
-               .section-head   { font-family: Arial,Helvetica,sans-serif; font-size: 12pt; font-weight: bold; color: #000066; }
-               .footer                 { font-family: Arial,Helvetica,sans-serif; font-size: 7pt; padding-top: 15px; }
-
-               #preview-bg     { background-color: #FFFFFF; }
-               #preview-text   { color: #000000; }
-               #preview-link   { color: #FF0000; }
-               #preview-alink  { color: #006633; }
-               #preview-vlink  { color: #9900CC; }
-       
-               #chip-bg                { background-color: #FFFFFF; }
-               #chip-text              { background-color: #000000; }
-               #chip-link              { background-color: #FF0000; }
-               #chip-alink     { background-color: #006633; }
-               #chip-vlink     { background-color: #9900CC; }
-       </style>
+       <LINK REL=StyleSheet HREF="/static/style.css" TYPE="text/css" MEDIA=all>
 
        <script language="JavaScript">
        <!--