summaryrefslogtreecommitdiff
path: root/themes/greydragon/css/custom.css
diff options
context:
space:
mode:
Diffstat (limited to 'themes/greydragon/css/custom.css')
-rw-r--r--themes/greydragon/css/custom.css61
1 files changed, 61 insertions, 0 deletions
diff --git a/themes/greydragon/css/custom.css b/themes/greydragon/css/custom.css
new file mode 100644
index 0000000..d9b3582
--- /dev/null
+++ b/themes/greydragon/css/custom.css
@@ -0,0 +1,61 @@
+#fam-login {
+ position: absolute;
+ left: 50%;
+ top: 50%;
+ width: 700px;
+ height: 300px;
+ margin-top: -150px;
+ margin-left: -350px;
+ background-color: #F1F1F1;
+ border: 2px solid #DDD;
+}
+
+#fam-login #g-login-form {
+ margin: 60px auto 0px;
+ width: 400px;
+ color: #555;
+ font-size: 14px;
+ letter-spacing: 1px;
+}
+
+#fam-login input[type="text"], #fam-login input[type="password"] {
+ width: 392px;
+ color: #555;
+ font-size: 20px;
+ margin-top: 3px;
+ background-color: #DDD;
+ border: 2px solid #CCC;
+ padding: 2px;
+}
+
+#fam-login input[type="text"]:focus, #fam-login input[type="password"]:focus {
+ border: 2px solid #ff8000;
+ background-color: #fff;
+}
+
+#fam-login input[type="submit"] {
+ position: absolute;
+ left: 50%;
+ margin-left: -100px;
+ margin-top: 2em;
+ width: 200px;
+ font-size: 14px;
+ letter-spacing: 2px;
+ background-color: #666;
+ color: #FFF;
+ padding: 5px;
+}
+
+#fam-login-header {
+ height: 48px;
+ background-repeat: no-repeat;
+ width: 400px;
+ position: absolute;
+ left: 50%;
+ margin-left: -200px;
+}
+
+#fam-login #g-login-form fieldset {
+ border: none;
+ padding: 0;
+}