Author: admitriev
Date: 2008-02-21 10:58:40 -0500 (Thu, 21 Feb 2008)
New Revision: 6256
Added:
management/design/standardComponent/advanced.css
management/design/standardComponent/basic.css
management/design/standardComponent/example.html
management/design/standardComponent/hs~advanced.css
management/design/standardComponent/hs~example.html
Removed:
management/design/standardComponent/default_example.html
Log:
Added: management/design/standardComponent/advanced.css
===================================================================
--- management/design/standardComponent/advanced.css (rev 0)
+++ management/design/standardComponent/advanced.css 2008-02-21 15:58:40 UTC (rev 6256)
@@ -0,0 +1,91 @@
+button[type="button"], input[type="reset"],
input[type="submit"], input[type="button"] {
+ border-width: 1px;
+ border-color : #BED6F8 /*panelBorderColor*/;
+ font-size: 11px /*generalSizeFont*/;
+ font-family: verdana /*generalFamilyFont*/;
+ color : #000000 /*headerTextColor*/;
+ background-color : #BED6F8 /*headerBackgroundColor*/;
+ background-image : url(btn_bg.gif)/*from headerGradientColor to headerBackgroundColor,
width generalSizeFont*/;
+ background-repeat : repeat-x;
+ background-position : top left;
+}
+
+textarea[type="textarea"], input[type="text"],
input[type="password"], select{
+ border-width: 1px;
+ border-style : inset;
+ border-color : #BED6F8 /*panelBorderColor*/;
+ font-size: 11px /*generalSizeFont*/;
+ font-family: verdana /*generalFamilyFont*/;
+ color : #000000 /*controlTextColor*/;
+ background-color : #FFFFFF /*controlBackgroundColor*/;
+ background-image : url(input_bg.gif)/*from additionalBackgroundColor to
controlBackgroundColor, width generalSizeFont*/;
+ background-repeat : no-repeat;
+ background-position : 1px 1px;
+ }
+
+
+input, select, textarea, button, keygen, isindex {
+ border-width: 1px;
+ border-color : #BED6F8 /*panelBorderColor*/;
+ color : #000000 /*controlTextColor*/;
+}
+
+
+.input_def{
+ border-width: 1px;
+ border-style : inset;
+ border-color : #BED6F8 /*panelBorderColor*/;
+ font-size: 11px /*generalSizeFont*/;
+ font-family: verdana /*generalFamilyFont*/;
+ color : #000000 /*controlTextColor*/;
+ background-color : #FFFFFF /*controlBackgroundColor*/;
+ background-image : url(input_bg.gif)/*from additionalBackgroundColor to
controlBackgroundColor, width generalSizeFont*/;
+ background-repeat : no-repeat;
+ background-position : 1px 1px;
+}
+.input_sel{
+ border-width: 1px;
+ border-style : inset;
+ border-color : #BED6F8 /*panelBorderColor*/;
+ font-size: 11px /*generalSizeFont*/;
+ font-family: verdana /*generalFamilyFont*/;
+ color : #000000 /*controlTextColor*/;
+ background-color : #FFF2D0 /*NEW - inputLightColor*/;
+}
+.input_error{
+ border-width: 1px;
+ border-style : inset;
+ border-color : #BED6F8 /*panelBorderColor*/;
+ font-size: 11px /*generalSizeFont*/;
+ font-family: verdana /*generalFamilyFont*/;
+ color : #000000 /*controlTextColor*/;
+ background-color : #FFE6E6 /*NEW - errorBackgroundColor*/;
+ background-image : url(input_error.gif); /*NEW - errorColor*/
+ background-repeat : no-repeat;
+ background-position : center right;
+}
+.btn_def{
+ border-width: 1px;
+ border-style : outset;
+ border-color : #BED6F8 /*panelBorderColor*/;
+ font-size: 11px /*generalSizeFont*/;
+ font-family: verdana /*generalFamilyFont*/;
+ color : #000000 /*headerTextColor*/;
+ background-color : #BED6F8 /*headerBackgroundColor*/;
+ background-image : url(btn_bg.gif)/*from headerGradientColor to headerBackgroundColor,
width generalSizeFont*/;
+ background-repeat : repeat-x;
+ background-position : top left;
+}
+.btn_press{
+ border-width: 1px;
+ border-style : inset;
+ border-color : #BED6F8 /*panelBorderColor*/;
+ font-size: 11px /*generalSizeFont*/;
+ font-family: verdana /*generalFamilyFont*/;
+ color : #000000 /*headerTextColor*/;
+ background-color : #BED6F8 /*headerBackgroundColor*/;
+ background-image : url(btn_press_bg.gif)/*from headerBackgroundColor to
headerGradientColor, width generalSizeFont*/;
+ background-repeat : repeat-x;
+ background-position : bottom left;
+}
+
Added: management/design/standardComponent/basic.css
===================================================================
--- management/design/standardComponent/basic.css (rev 0)
+++ management/design/standardComponent/basic.css 2008-02-21 15:58:40 UTC (rev 6256)
@@ -0,0 +1,11 @@
+input, select, textarea, button, keygen, isindex, legend {
+ font-size: 11px /*generalSizeFont*/;
+ font-family: verdana /*generalFamilyFont*/;
+ color : #000000 /*controlTextColor*/;
+}
+fieldset {
+ border-width: 1px;
+ border-style : solid;
+ padding:10px;
+}
+
Deleted: management/design/standardComponent/default_example.html
===================================================================
--- management/design/standardComponent/default_example.html 2008-02-21 15:43:05 UTC (rev
6255)
+++ management/design/standardComponent/default_example.html 2008-02-21 15:58:40 UTC (rev
6256)
@@ -1,65 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
- "http://www.w3.org/TR/html4/loose.dtd">
-
-<html>
-<head>
- <title>Untitled</title>
-</head>
-
-<body>
-
-<style>
- button, input[type="reset"], input[type="submit"],
input[type="button"] {
- /*background-color: initial;*/ /* Webkit */
- }
-
- input, select, textarea, button, keygen, isindex {
- border-width: 1px;
- border-color : #BED6F8 /*panelBorderColor*/;
- font-size: 11px /*generalSizeFont*/;
- font-family: verdana /*generalFamilyFont*/;
- color : #000000 /*controlTextColor*/;
- }
- fieldset {
- border-width: 1px;
- border-color : #BED6F8 /*panelBorderColor*/;
- border-style : solid;
- padding:10px;
- }
- legend {
- font-size: 11px /*generalSizeFont*/;
- font-family: verdana /*generalFamilyFont*/;
- color : #000000 /*controlTextColor*/;
- }
-
-</style>
-<fieldset>
-<legend>Legend</legend>
-<button>Test</button>
-<input type="Button" value="Test">
-<input type="Checkbox">
-<input type="File">
-<input type="Radio">
-<input type="Text" value="Test">
-<select size="1">
- <option>Test</option>
-</select>
-
-<select multiple>
- <option>Test</option>
- <option>Test1</option>
- <option>Test2</option>
- <option>Test3</option>
-</select>
-
-
-<br><br>
-<textarea>text</textarea>
-
-<keygen />
-<br><br>
-<isindex />
-
-</fieldset>
-</body>
-</html>
Added: management/design/standardComponent/example.html
===================================================================
--- management/design/standardComponent/example.html (rev 0)
+++ management/design/standardComponent/example.html 2008-02-21 15:58:40 UTC (rev 6256)
@@ -0,0 +1,43 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
+ "http://www.w3.org/TR/html4/loose.dtd">
+
+<html>
+<head>
+ <title>Untitled</title>
+
+<link rel="STYLESHEET" type="text/css"
href="basic.css">
+<link rel="STYLESHEET" type="text/css"
href="advanced.css">
+</head>
+
+<body>
+
+<fieldset>
+<legend>Legend</legend>
+<button>Test</button>
+<input type="Button" value="Test">
+<input type="Checkbox">
+<input type="File">
+<input type="Radio">
+<input type="Text" value="Test">
+<select size="1">
+ <option>Test</option>
+</select>
+
+<select multiple>
+ <option>Test</option>
+ <option>Test1</option>
+ <option>Test2</option>
+ <option>Test3</option>
+</select>
+
+
+<br><br>
+<textarea>text</textarea>
+
+<keygen />
+<br><br>
+<isindex />
+
+</fieldset>
+</body>
+</html>
Added: management/design/standardComponent/hs~advanced.css
===================================================================
--- management/design/standardComponent/hs~advanced.css (rev 0)
+++ management/design/standardComponent/hs~advanced.css 2008-02-21 15:58:40 UTC (rev
6256)
@@ -0,0 +1,91 @@
+button, input[type="reset"], input[type="submit"],
input[type="button"] {
+ border-width: 1px;
+ border-color : #BED6F8 /*panelBorderColor*/;
+ font-size: 11px /*generalSizeFont*/;
+ font-family: verdana /*generalFamilyFont*/;
+ color : #000000 /*headerTextColor*/;
+ background-color : #BED6F8 /*headerBackgroundColor*/;
+ background-image : url(btn_bg.gif)/*from headerGradientColor to headerBackgroundColor,
width generalSizeFont*/;
+ background-repeat : repeat-x;
+ background-position : top left;
+}
+
+textarea, input[type="text"], input[type="password"], select{
+ border-width: 1px;
+ border-style : inset;
+ border-color : #BED6F8 /*panelBorderColor*/;
+ font-size: 11px /*generalSizeFont*/;
+ font-family: verdana /*generalFamilyFont*/;
+ color : #000000 /*controlTextColor*/;
+ background-color : #FFFFFF /*controlBackgroundColor*/;
+ background-image : url(input_bg.gif)/*from additionalBackgroundColor to
controlBackgroundColor, width generalSizeFont*/;
+ background-repeat : no-repeat;
+ background-position : 1px 1px;
+ }
+
+
+input, select, textarea, button, keygen, isindex {
+ border-width: 1px;
+ border-color : #BED6F8 /*panelBorderColor*/;
+ color : #000000 /*controlTextColor*/;
+}
+
+
+ .input_def{
+ border-width: 1px;
+ border-style : inset;
+ border-color : #BED6F8 /*panelBorderColor*/;
+ font-size: 11px /*generalSizeFont*/;
+ font-family: verdana /*generalFamilyFont*/;
+ color : #000000 /*controlTextColor*/;
+ background-color : #FFFFFF /*controlBackgroundColor*/;
+ background-image : url(input_bg.gif)/*from additionalBackgroundColor to
controlBackgroundColor, width generalSizeFont*/;
+ background-repeat : no-repeat;
+ background-position : 1px 1px;
+ }
+ .input_sel{
+ border-width: 1px;
+ border-style : inset;
+ border-color : #BED6F8 /*panelBorderColor*/;
+ font-size: 11px /*generalSizeFont*/;
+ font-family: verdana /*generalFamilyFont*/;
+ color : #000000 /*controlTextColor*/;
+ background-color : #FFF2D0 /*NEW - inputLightColor*/;
+ }
+ .input_error{
+ border-width: 1px;
+ border-style : inset;
+ border-color : #BED6F8 /*panelBorderColor*/;
+ font-size: 11px /*generalSizeFont*/;
+ font-family: verdana /*generalFamilyFont*/;
+ color : #000000 /*controlTextColor*/;
+ background-color : #FFE6E6 /*NEW - errorBackgroundColor*/;
+ background-image : url(input_error.gif); /*NEW - errorColor*/
+ background-repeat : no-repeat;
+ background-position : center right;
+ }
+ .btn_def{
+ border-width: 1px;
+ border-style : outset;
+ border-color : #BED6F8 /*panelBorderColor*/;
+ font-size: 11px /*generalSizeFont*/;
+ font-family: verdana /*generalFamilyFont*/;
+ color : #000000 /*headerTextColor*/;
+ background-color : #BED6F8 /*headerBackgroundColor*/;
+ background-image : url(btn_bg.gif)/*from headerGradientColor to headerBackgroundColor,
width generalSizeFont*/;
+ background-repeat : repeat-x;
+ background-position : top left;
+ }
+ .btn_press{
+ border-width: 1px;
+ border-style : inset;
+ border-color : #BED6F8 /*panelBorderColor*/;
+ font-size: 11px /*generalSizeFont*/;
+ font-family: verdana /*generalFamilyFont*/;
+ color : #000000 /*headerTextColor*/;
+ background-color : #BED6F8 /*headerBackgroundColor*/;
+ background-image : url(btn_press_bg.gif)/*from headerBackgroundColor to
headerGradientColor, width generalSizeFont*/;
+ background-repeat : repeat-x;
+ background-position : bottom left;
+ }
+
Added: management/design/standardComponent/hs~example.html
===================================================================
--- management/design/standardComponent/hs~example.html (rev 0)
+++ management/design/standardComponent/hs~example.html 2008-02-21 15:58:40 UTC (rev
6256)
@@ -0,0 +1,43 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
+ "http://www.w3.org/TR/html4/loose.dtd">
+
+<html>
+<head>
+ <title>Untitled</title>
+
+<link rel="STYLESHEET" type="text/css"
href="basic.css">
+<link rel="STYLESHEET" type="text/css"
href="advanced.css">
+</head>
+
+<body>
+
+<fieldset>
+<legend>Legend</legend>
+<button>Test</button>
+<input type="Button" value="Test">
+<input type="Checkbox">
+<input type="File">
+<input type="Radio">
+<input type="Text" value="Test">
+<select size="1">
+ <option>Test</option>
+</select>
+
+<select multiple>
+ <option>Test</option>
+ <option>Test1</option>
+ <option>Test2</option>
+ <option>Test3</option>
+</select>
+
+
+<br><br>
+<textarea>text</textarea>
+
+<keygen />
+<br><br>
+<isindex />
+
+</fieldset>
+</body>
+</html>