Author |
|
Jota Newbie
Joined: 19 March 2015 Location: Chile
Online Status: Offline Posts: 8
|
Posted: 19 March 2015 at 6:18pm | IP Logged
|
|
|
Hey there!
I'm having a really hard time with skins...
Wiki says I just have to make a new folder (copying default) and give it a new name and then start editing.
The problem is that custom named folders doesn't shows, custom skin will only show if the folder is named as one of the defaults.
I tried clearing cache but nothing (both server and client, and cloudflare cache just in case).
Also...
Where is the login screen "@" image at?
I tried editing "\skins\Default\images\logo.png" and "logo2x.png" but nothing happens, and yes, I cleared out the cache folder.
I really need help with this...
Thank you!
|
Back to Top |
|
|
Jota Newbie
Joined: 19 March 2015 Location: Chile
Online Status: Offline Posts: 8
|
Posted: 19 March 2015 at 7:14pm | IP Logged
|
|
|
Well, found my skins answer in here:
http://www.afterlogic.com/forum/forum_posts.asp?TID=5968
But still can't figure out my second question about the login screen "@" image.
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 20 March 2015 at 1:51am | IP Logged
|
|
|
That's not image used there but a special character of a defined font. Still, it's fairly simple to apply custom logo there. First of all, locate the following bit in styles.css file of the skin:
Code:
.login_panel .header .icon:before {
content: "\e63c";
display: inline-block;
...
} |
|
|
and set display to none there. Then, in the following block:
Code:
.login_panel .header .icon {
height: 95px;
width: 130px;
} |
|
|
add a line of the following kind there:
Code:
background-url: url( ... ); |
|
|
Note that in WebMail Pro, supplying logo from within AdminPanel is supported so you wouldn't have to tweak source files to do that.
--
Regards,
Igor, AfterLogic Support
|
Back to Top |
|
|
Jota Newbie
Joined: 19 March 2015 Location: Chile
Online Status: Offline Posts: 8
|
Posted: 20 March 2015 at 9:10am | IP Logged
|
|
|
Oh, wow... I see.
Thank you a lot Igor.
|
Back to Top |
|
|