(EDK4) Themes
-
- Greenhorn
- Posts: 21
- Joined: Sun Nov 15, 2015 10:37
Re: (EDK4) Themes
Thread is super dead but shot in the dark... using EDK+ I get a formatting issue using the IGB
http://i.imgur.com/ZiCgXqT.png
I tried putting a second page break after the date div but that didn't help (the second break actually doesn't even show up at all despite clearing caches and whatnot)
http://i.imgur.com/ZiCgXqT.png
I tried putting a second page break after the date div but that didn't help (the second break actually doesn't even show up at all despite clearing caches and whatnot)
Re: (EDK4) Themes
Hi,
yes, it is sad that most (if not all) themes and mods are no longer maintained properly..
However, I toyed a bit around with that theme and the IGB and the following seems to fix it:
Add the clear: left CSS property to the kb-kl-table CSS class.
In themes/eveplus/style.css find the kb-kl-table class in line 1336:
and add "clear: left; as property
Did the trick for me.
Regards,
Salvoxia
yes, it is sad that most (if not all) themes and mods are no longer maintained properly..

However, I toyed a bit around with that theme and the IGB and the following seems to fix it:
Add the clear: left CSS property to the kb-kl-table CSS class.
In themes/eveplus/style.css find the kb-kl-table class in line 1336:
Code: Select all
.kb-kl-table
{
margin-left: auto;
margin-right: auto;
text-align: left;
width: 100%;
}
Code: Select all
.kb-kl-table
{
margin-left: auto;
margin-right: auto;
text-align: left;
width: 100%;
clear: left;
}
Regards,
Salvoxia
Re: (EDK4) Themes
Since these themes were sadly no longer maintained, I took the liberty to attend to that.
Please remember that all the creative work was done by Vecati, not me, and he deserves all the credit. I just make sure that you have access to all of EDK's functionality using these beautiful themes.
Links can be found in the opening post.
Best Regards,
Salvoxia
P.S.: Please excuse the poor formatting, the still suffers from PHP7.
Please remember that all the creative work was done by Vecati, not me, and he deserves all the credit. I just make sure that you have access to all of EDK's functionality using these beautiful themes.
Links can be found in the opening post.
Best Regards,
Salvoxia
P.S.: Please excuse the poor formatting, the still suffers from PHP7.
Re: (EDK4) Themes
Thanks Salvoxia that is very appreciated!Salvoxia wrote: ↑Fri Feb 12, 2016 19:24 Since these themes were sadly no longer maintained, I took the liberty to attend to that.
Please remember that all the creative work was done by Vecati, not me, and he deserves all the credit. I just make sure that you have access to all of EDK's functionality using these beautiful themes.
Links can be found in the opening post.
Best Regards,
Salvoxia
P.S.: Please excuse the poor formatting, the still suffers from PHP7.
Apologies to anyone who could not download the themes, am glad that its now still maintained.
Vecati
Re: (EDK4) Themes
How can i use video in background ? default theme example
Re: (EDK4) Themes
Hi,
the following basic example (with inline css to make it easier) assumes you have an MP4 type video called background.mp4 in your themes/default folder.
Open themes/default/index.tpl, and find
After this, add
Then open your themes/default/default.css and remove line 3, which should be
Best Regards,
Salvoxia
the following basic example (with inline css to make it easier) assumes you have an MP4 type video called background.mp4 in your themes/default folder.
Open themes/default/index.tpl, and find
Code: Select all
<div id="stuff4"></div>
Code: Select all
<div id="backgroundVideo" style="z-index: -10; position: fixed; overflow: hidden; top: 0px; left: 0px; bottom: 0px; right: 0px; background: #000000">
<video style="width: 100%; position: absolute; top: 0px; left: 0px;" loop autoplay>
<source src="{$kb_host}/themes/default/background.mp4" type="video/mp4">
</video>
</div>
Code: Select all
background-color: #222;
Salvoxia
Re: (EDK4) Themes
o7
Where/how i can change Top locations on main page to Top Solokillers
Where/how i can change Top locations on main page to Top Solokillers
Re: (EDK4) Themes
Hi,
unfortunately that's not a pure Theme thing, but requires changes of core files. I'll look into that and post again.
Best Regards,
Salvoxia
unfortunately that's not a pure Theme thing, but requires changes of core files. I'll look into that and post again.
Best Regards,
Salvoxia
Re: (EDK4) Themes
Hi,
I created a little mod for replacing the Top Locations with Top Solokillers: viewtopic.php?f=505&t=21911
Best Regards,
Salvoxia
I created a little mod for replacing the Top Locations with Top Solokillers: viewtopic.php?f=505&t=21911
Best Regards,
Salvoxia