New images for login screen, Gaslightify (tentative)
authorLaury GvR <laury@gaslightmedia.com>
Tue, 28 Oct 2014 16:14:22 +0000 (12:14 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Tue, 28 Oct 2014 16:14:22 +0000 (12:14 -0400)
Gaslightify.php
img/bg.jpg [new file with mode: 0755]
img/body_bg.png [new file with mode: 0755]

index b51ce87..2a4f0b4 100755 (executable)
@@ -99,7 +99,18 @@ add_action('login_form','my_login_logo');
 
 function my_login_logo() { ?>
     <style type="text/css">
-        
+        body.login {
+            background: url(<?php echo plugins_url(); ?>/Gaslightify/img/bg.jpg) repeat scroll 0 0 #f1f1f1
+        }
+        .login h1,
+        .login form {
+            background: url(<?php echo plugins_url(); ?>/Gaslightify/img/body_bg.png) repeat-x scroll 0 0 rgba(0, 0, 0, 0);
+            border-radius: 5px;
+            padding-top:10px;
+        }
+        .login #nav {
+            display: none;
+        }
         #login > h1 > a {
             background-image: url(<?php echo plugins_url(); ?>/Gaslightify/img/GLM_title_box_272x71.gif);
             width: auto;
diff --git a/img/bg.jpg b/img/bg.jpg
new file mode 100755 (executable)
index 0000000..984ea0f
Binary files /dev/null and b/img/bg.jpg differ
diff --git a/img/body_bg.png b/img/body_bg.png
new file mode 100755 (executable)
index 0000000..86871cf
Binary files /dev/null and b/img/body_bg.png differ