summaryrefslogtreecommitdiff
path: root/main.css
diff options
context:
space:
mode:
authorMark Campbell-Smith <mcampbellsmith@gmail.com>2014-07-24 23:44:46 +1000
committerMark Campbell-Smith <mcampbellsmith@gmail.com>2014-07-24 23:44:46 +1000
commit423e9aaf33366a210a853e67836c6db5d8390680 (patch)
tree30f47fa36278ff8fbc1b5a992a3b22d337638cb9 /main.css
parented979e37c78853d1741e4e9c233531c1d556ea96 (diff)
downloadRunnerUpLive-423e9aaf33366a210a853e67836c6db5d8390680.zip
Update to RunnerUpLive
Diffstat (limited to 'main.css')
-rwxr-xr-xmain.css23
1 files changed, 23 insertions, 0 deletions
diff --git a/main.css b/main.css
index 049a5b8..bd378bb 100755
--- a/main.css
+++ b/main.css
@@ -1,6 +1,7 @@
/* phpTrackme
*
* Copyright(C) 2013 Bartek Fabiszewski (www.fabiszewski.net)
+ * Copyright(C) 2014 Mark Campbell-Smith (campbellsmith.me)
*
* This is free software; you can redistribute it and/or modify it under
* the terms of the GNU Library General Public License as published by
@@ -25,6 +26,25 @@ body {
padding: 0;
background-color: #666;
}
+.bgCover { background:#000; position:absolute; left:0; top:0; display:none; overflow:hidden }
+.overlayBox {
+ border:5px solid #09F;
+ position:absolute;
+ display:none;
+ width:90%;
+ height:80%;
+ background:#fff;
+}
+.overlayContent {
+ padding:10px;
+ height:95%;
+ width:95%
+}
+.closeLink {
+ float:right;
+ color:red;
+}
+
a {
color: #bce;
text-decoration: none;
@@ -38,6 +58,8 @@ select {
font-weight: normal;
padding-top: 0.2em;
}
+
+
#menu input,
#login input {
width: 150px;
@@ -181,3 +203,4 @@ select {
#close a, #close:link, #close:visited {
color: #5070af;
}
+