Jump to content

Recommended Posts

Posted (edited)

Astazi va prezint stilul meu pentru Personalizare ACP Login Page

Intram in ftp /forum/admin/skin_cp/acp.css 

Cautam 
 

body

si inlocuim cu 
 

body {
    font: normal 13px 'Helvetica Neue', helvetica, arial, sans-serif;
    position: relative;
    color: #4c4c4c;
    height: 100%;
    background-image: url('http://i.imgur.com/YIGR3a6.png');
    background-repeat: no-repeat;
    background-position: center;
}

Cautam

#login

Si inlocuim cu

#login {
    width: 450px;
    height: 220px;
    background: #1F1F1F;
    margin: 10% auto 0 auto;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: 0px 0px 12px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0px 0px 12px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 12px rgba(0,0,0,0.3);
    position: relative;
    padding: 10px;
}

Cautam 

#logo_submit

Si inlocuim cu

#login_submit {
    background: #131313;
    border-top: 1px solid rgba(250, 255, 189, 0.11);
    padding: 20px 10px;
    text-align: center;
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    -moz-border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
}

Cautam

.button, .realbutton

Si inlocuim cu

.button, .realbutton {
    padding: 5px 19px;
    border: 0;
    background: #363636;
    color: #fff !important;
    -moz-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
transition:all 0.6s;
}

Adaugati mai jos intr-un rind nou asta

.button, .realbutton:hover {
    padding: 5px 19px;
    border: 0;
    background: #1D1D1D;
    color: #DC5656 !important;
    -moz-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
transition:all 0.6s;
}

Cautam 

.textinput, .multitext, .input_text, .ipsTagBox_wrapper

Si inlocuim cu 

.textinput, .multitext, .input_text, .ipsTagBox_wrapper {
    padding: 4px;
    border-width: 1px;
    border-style: solid;
    border-color: #3C3C3C;
    background: rgb(31, 31, 31);
    -moz-border-radius: 2px;
    border-radius: 2px;
    width: 350px;
}



Pentru a schimba si Logo 
intrati in ftp /forum/admin/skin_cp/images/  si cautati imaginea sub numele asta login_logo.png si inlocuiti cu imaginea dorita sub acelasi nume!
Multumesc sper sa va placa!

Edited by N1NT3ND0
  • Upvote 2

Posted

Am uitat sa specific cautati
 

body.login_screen {
    background: #386e9a;
    background: -moz-linear-gradient(top, #4a85b5 0%, #205889 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4a85b5), color-stop(100%,#205889));
    height: auto !important;
}

si il stergeti!

Poftim si un demo cum arata la mine:

http://i.imgur.com/N9KImTF.png

  • Upvote 1

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.