summaryrefslogtreecommitdiffstats
path: root/css/default.css
diff options
context:
space:
mode:
Diffstat (limited to 'css/default.css')
-rw-r--r--css/default.css64
1 files changed, 64 insertions, 0 deletions
diff --git a/css/default.css b/css/default.css
new file mode 100644
index 0000000..46c873a
--- /dev/null
+++ b/css/default.css
@@ -0,0 +1,64 @@
+* {
+ margin: 0px;
+ padding: 0px;
+}
+
+body {
+ background: url(../images/background.jpg);
+ font-family: "Open Sans";
+ font-size: 10pt;
+}
+
+ok {
+ font-weight: bold;
+ color: #0f0;
+}
+
+fail {
+ font-weight: bold;
+ color: #f00;
+}
+
+img {
+ border: 0px;
+}
+
+#wrapper {
+ width: 960px;
+ height: 600px;
+ position: absolute;
+ top: 50%;
+ left: 50%;
+ margin-top: -300px;
+ margin-left: -480px;
+ background: #fff;
+ border-radius: 10px;
+ box-shadow: 5px 5px 10px #000;
+ text-align: center;
+}
+
+#menu {
+ /* Cards are 72x96 pixels */
+ width: 276px;
+ height: 120px;
+ position: absolute;
+ top: 50%;
+ left: 50%;
+ margin-top: -60px;
+ margin-left: -138px;
+ text-align: center;
+}
+
+#menu img {
+ margin: 0px 10px 0px 10px;
+}
+
+#menu img:hover {
+ box-shadow: 3px 3px 0px #000;
+}
+
+#menu p {
+ width: 92px;
+ float: left;
+ text-align: center;
+}