summaryrefslogtreecommitdiffstats
path: root/PerformanceTests/SunSpider/hosted/sunspider.css
diff options
context:
space:
mode:
Diffstat (limited to 'PerformanceTests/SunSpider/hosted/sunspider.css')
-rw-r--r--PerformanceTests/SunSpider/hosted/sunspider.css31
1 files changed, 31 insertions, 0 deletions
diff --git a/PerformanceTests/SunSpider/hosted/sunspider.css b/PerformanceTests/SunSpider/hosted/sunspider.css
new file mode 100644
index 0000000..c91a103
--- /dev/null
+++ b/PerformanceTests/SunSpider/hosted/sunspider.css
@@ -0,0 +1,31 @@
+
+body { font-family: sans-serif;
+ margin: 20px;
+ background-color: #D9D5A1;
+ color: #1B0636 }
+
+h2 { background-color: #4E8AB9;
+ margin: -20px -20px 0px -20px;
+ padding: 30px 20px 30px 20px;
+ color: yellow;
+ border-bottom: 2px solid #360D6B;
+ zoom: 1.0 /* I CAN HAS LAYOUT? (ie hack) */ }
+
+dt { font-weight: bold }
+
+dd { margin-bottom: 1em; margin-top: 0.5em }
+
+:link { color: #1363A1 }
+:visited { color: #5113A1 }
+
+#testframe { margin-top: 20px;
+ width: 80%;
+ height: 500px;
+ border: 2px solid #360D6B }
+
+#logo { float: left;
+ position: relative;
+ bottom: 0.33em;
+ padding-right: 20px;
+ margin-bottom: -40px;
+ font-size: 3em }