// SYSTEM PANEL //
[ROOT]
/
home
/
comaria
/
www
/
css
[ PARENT ]
EDIT :: login.css
body { background: -o-radial-gradient(center, ellipse, #f4750c 39%, #b22812 100%); background: radial-gradient(ellipse at center, #f4750c 39%, #b22812 100%); } body::before { content: ''; position: absolute; top: 50px; left: 50%; -webkit-transform: translate(-50%, 0); -ms-transform: translate(-50%, 0); transform: translate(-50%, 0); width: 227px; height: 58px; padding: 0 16px; background: #fff url("./img/logo-login.png") no-repeat center; border-radius: 4px; } body::after { content: ''; position: absolute; bottom: 20px; left: 50%; -webkit-transform: translate(-50%, 0); -ms-transform: translate(-50%, 0); transform: translate(-50%, 0); width: 250px; height: 250px; background: url("https://www.emandarine.com/wp-content/themes/emandarine%20IV/css/img/logo.svg") no-repeat center; } @media screen and (max-height: 800px) { body::after { width: 100px; height: 100px; } } @media screen and (max-height: 700px) { body::after { display: none; } } .button-primary { background: #f4750c !important; border-color: #e96f0b !important; text-shadow: 0 1px 0 #000 !important; -webkit-box-shadow: none !important; box-shadow: none !important; } .button-primary:hover, .button-primary:focus { background: #e96f0b !important; } h1 { display: none !important; } form { margin-top: 125px !important; } a { color: rgba(255,255,255,0.7) !important; -webkit-transition: color 0.2s ease-out; -o-transition: color 0.2s ease-out; transition: color 0.2s ease-out; } a:hover, a:focus { color: #fff !important; }
SAVE
CANCEL