rejetto forum

Software => HFS ~ HTTP File Server => HTML & templates => Topic started by: fahad15090 on September 14, 2020, 12:44:26 AM

Title: "Fuh v1.0" Template - Responsive - modern look
Post by: fahad15090 on September 14, 2020, 12:44:26 AM
This template is based on default template of hfs 2.4

1: Added Hover effect all over page for Modern look
2: Hover effect {color #ff4954}
3: Fix Margin problem in #folder-path.
4: Remove Server info in bottom.
5: CSS file include in template file 
6: Fully optimized with changing theme from white to dark.
7: Some other UI Tweaks that are not in mind.

this template and resources also available on GITHUB https://github.com/fahad15090/fuh1.0/releases/tag/v1.0
Title: Re: "Fuh v1.0" Template - Responsive - modern look
Post by: dj on September 14, 2020, 07:40:36 AM
5: CSS file include in template file 

nice style

add custom style sheet (diff tpl):

[style.css|public|no log|cache]
{.$normalize.css.}
{.$icons.css.}
your css without (https://github.com/fahad15090/fuh1.0/blob/master/fuh1.0.css#L3-L37) @font-face

alternativly:
Code: [Select]
[+]
<style>
your css without @font-face
#menu-panel {background:white}
</style>
Title: Re: "Fuh v1.0" Template - Responsive - modern look
Post by: fahad15090 on September 16, 2020, 12:36:05 PM
ThankU