summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-rw-r--r--style.css78
1 files changed, 78 insertions, 0 deletions
diff --git a/style.css b/style.css
new file mode 100644
index 0000000..fddeb46
--- /dev/null
+++ b/style.css
@@ -0,0 +1,78 @@
+body {
+ background-color: #fff;
+ width: 80%;
+ margin: 0 auto;
+ font-family: sans-serif;
+ font-size: 0.9em;
+}
+
+h1 {
+ display: block;
+ border-bottom: 1px solid black;
+ font-size: 1.4em;
+}
+
+fieldset {
+ width: 90%;
+ margin: 1em auto;
+ border: 1px solid #bbb;
+}
+
+legend {
+ color: #222;
+}
+
+#uploaded {
+ text-align: center;
+ float: left;
+ border: 1px solid #ccc;
+ width: 28%;
+}
+
+#results {
+ margin-left: 32%;
+}
+
+div.color {
+ height: 3em;
+ border: 1px solid white;
+ -moz-border-radius: 1em;
+}
+
+span.color {
+ font-weight: bold;
+}
+
+#youricon {
+ min-height: 200px;
+}
+
+#youricon div {
+ text-align: center;
+}
+
+.icon {
+ display: block;
+ width: 100px;
+ min-height: 120px;
+ background-color: black;
+ border: 1px solid #ccc;
+ -moz-border-radius: 1em;
+ text-align: center;
+ font-family: sans-serif;
+ padding: 10px;
+ margin: 0 auto;
+ color: white;
+}
+
+.icon object {
+ width: 80px;
+ height: 80px;
+ overflow: hidden;
+}
+
+.icon p {
+ margin: 10px auto;
+ font-size: 1.1em;
+}
+