From e2558295ffeae7835d6bd55cd904d042ad4524a3 Mon Sep 17 00:00:00 2001 From: rsesek Date: Sat, 15 Jul 2006 03:02:32 +0000 Subject: [PATCH] - Set a new starting colour that doesn't have such glaring attributes - Fixed all the positioning and z-index'ing so that the interface is complete git-svn-id: svn://depot/macosx/RGBConverter/trunk@244 ad1dcce9-c9fe-0310-b82b-83ea1733dbb0 --- RGB Converter.wdgt/Widget.css | 57 +++++++++++++++++++++------------- RGB Converter.wdgt/Widget.html | 13 ++++---- 2 files changed, 43 insertions(+), 27 deletions(-) diff --git a/RGB Converter.wdgt/Widget.css b/RGB Converter.wdgt/Widget.css index 44181b3..9a95008 100644 --- a/RGB Converter.wdgt/Widget.css +++ b/RGB Converter.wdgt/Widget.css @@ -37,47 +37,62 @@ a /* ################################################################### */ /* Front */ +#frontimage +{ + z-index: 500; + position: absolute; +} + #redinput { + z-index: 1000; + font-size: 11px; + position: absolute; - top: 64px; - left: 35px; - width: 50px; + top: 5px; + left: 220px; + width: 70px; } #greeninput { + z-index: 1000; + font-size: 11px; + position: absolute; - top: 64px; - left: 104px; - width: 50px; + top: 5px; + left: 317px; + width: 70px; } #blueinput { + z-index: 1000; + font-size: 11px; + position: absolute; - top: 64px; - left: 173px; - width: 50px; + top: 5px; + left: 422px; + width: 70px; } #hexinput { + z-index: 1000; + font-size: 11px; + font-weight: bold; + position: absolute; top: 5px; left: 75px; width: 200px; - font-size: 11px; - font-weight: bold; - - z-index: 1000; } /* ################################################################### */ #swatch { - z-index: 1; + z-index: 100; position: absolute; top: 0px; @@ -85,12 +100,12 @@ a height: 35px; width: 65px; - background-color: rgb(255, 255, 255); + background-color: rgb(81, 105, 149); } #swatch-red { - z-index: 1; + z-index: 100; position: absolute; top: 0px; @@ -98,12 +113,12 @@ a height: 35px; width: 100px; - background-color: rgb(255, 0, 0); + background-color: rgb(81, 0, 0); } #swatch-green { - z-index: 1; + z-index: 100; position: absolute; top: 0px; @@ -111,12 +126,12 @@ a height: 35px; width: 100px; - background-color: rgb(0, 255, 0); + background-color: rgb(0, 105, 0); } #swatch-blue { - z-index: 1; + z-index: 100; position: absolute; top: 0px; @@ -124,7 +139,7 @@ a height: 35px; width: 100px; - background-color: rgb(0, 0, 255); + background-color: rgb(0, 0, 149); } /* ################################################################### */ diff --git a/RGB Converter.wdgt/Widget.html b/RGB Converter.wdgt/Widget.html index 32e7978..f56d1cf 100644 --- a/RGB Converter.wdgt/Widget.html +++ b/RGB Converter.wdgt/Widget.html @@ -38,21 +38,22 @@
-
-
HEX Code
+
HEX Code
+ +
Red
+
Green
+
Blue
-
-
-
-
+
+
-- 2.22.5