(SLMBA23) Admin Login Page based on IPB3
By: Kojek501
|
|
||||||||||||||||||||||||||||||||||||||||
| July 15 2009, 03:32 AM | |
|---|---|
| by PJones120 |
Pics Of The ACP?
|
| July 2 2009, 11:27 PM | |
| by Bulqr4eto |
ye me2 cant see this <censored>ed png
|
| June 27 2009, 05:33 AM | |
| by harupo |
Yes, if you don't remove the "rightblock" id, a white block appears on top of the image (which actually doesn't look too bad). In order to get the proper effect, remove the rightblock from the <TD> tag in the login section of the cp_skin_global.php as described in this thread.
The rightblock css is there in the unedited version as well.. technically you could edit that css in the acp_css file if you wanted to rather than removing it completely from the tag. Otherwise, this works perfectly and looks wonderful. |
| June 16 2009, 04:06 PM | |
| by Black_Sun |
remove the
CODE id='rightblock' in the <TD> cp_skin_global.php this string before CODE <div> <form id='loginform' action='{$this->ipsclass->base_url}&act=login&code=login-complete' method='post'> and i don't understand for what that css stings? CODE #login_submit {
margin: 0 auto; position: absolute; bottom: 10px; text-align: center; width: 100%; } #login_submit input { font-size: 14px; font-weight: bold; padding: 3px 9px; } #login_controls { margin: 0 auto; position: absolute; width: 100%; top: 130px; font-size: 16px; } #login_controls label { display: block; width: 35%; color: #fff; float: left; clear: both; margin-bottom: 12px; text-align: right; padding-right: 15px; } #login_controls input { margin-bottom: 12px; font-size: 14px; width: 45%; } #login_error { position: absolute; top: 75px; width: 90%; left: 4%; font-size: 13px; background: #942323; border: 1px solid #7c2323; padding: 4px; color: #fff; } #redirect { width: 389px; min-height: 80px; margin: 15% auto 0 auto; position: relative; background: #1d3652; color: #fff; padding: 15px; -moz-border-radius: 10px; -webkit-border-radius: 10px; } #redirect h2 { font-size: 22px; display: block !important; } #redirect p { font-size: 16px; } #redirect a { color: #657b97; display: block; margin-top: 15px; } background: #1d3652; color: #fff; padding: 15px; -moz-border-radius: 10px; -webkit-border-radius: 10px; } #redirect h2 { font-size: 22px; display: block !important; } #redirect p { font-size: 16px; } #redirect a { color: #657b97; display: block; margin-top: 15px; } |
| June 16 2009, 10:14 AM | |
| by my swagg |
isnt working correctly.
cant see the whole acp_login.png image. |