custom-login.css

/* * Our Custom Login Page Stylesheet */ /* The background * This can be image or color, note the !important at the end. */ body { background-color:#555 !important; } /* Title image (The "WordPress Logo") Mus use image as a Background! * Remember to update the height and width your image's dimensions */ #login h1 a { background:url(login-bg.png) 0 0 no-repeat; width:300px; height:104px; } /* The Form ( The login box ) * Background color, border, shadow, etc.. */ #login form { background-color:#333; } /* The Login Fields * Username and Password */ #login .input { background-color:#ccc; } /* The Labels * The text above the fields */ #login label { color:#fff; font-size:15px; font-size:1.5rem; } /* * The Submit Button */ #login input[type=submit] { background-color:#e74c3c; border-radius:0px; border:none; border-bottom:4px solid #c0392b; } #login input[type=submit]:active {} /* * The Back to blog and Forgot Password link */ #nav a, #backtoblog a { color:#000 !important; }

Be the first to comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.