Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Login Page Theming
#4
I use the following to customise the login page for GetSimple and it works quite well:

Code:
/* Login/Password Reset Pages:
   Requires the following to be added to "plugins/custom-admin-css.php" after line 25:
   add_action('index-login', 'gscacss_showcss');
*/
body#index, body#resetpassword { background-color:#D24726; }
#index h3, #resetpassword h3 { text-align:center; }
body#index .wrapper a:link, body#index .wrapper a:visited,
body#resetpassword .wrapper a:link, body#resetpassword .wrapper a:visited { color:#888; }
body#index #maincontent .main, body#resetpassword #maincontent .main { border:0; background:#fff none; text-align:center; border-radius:0; box-shadow:rgba(0, 0, 0, 0.2) 0 5px 10px 2px; }
body#index #maincontent form b, body#resetpassword form b { color:#888; float:left; font-weight:400; }
body#index #footer, body#resetpassword #footer { display:none; }
Modern UI Admin for GetSimple
Watch the demo. Install this plugin. Use this CSS. Enjoy.
Reply


Messages In This Thread
Login Page Theming - by michaellindahl - 2012-08-21, 13:26:15
Login Page Theming - by sal - 2012-08-21, 15:21:42
Login Page Theming - by michaellindahl - 2012-08-21, 16:38:18
Login Page Theming - by sal - 2012-08-21, 17:25:40
Login Page Theming - by michaellindahl - 2012-08-22, 15:13:21
Login Page Theming - by sal - 2012-08-23, 17:10:55



Users browsing this thread: 1 Guest(s)