DEMO:
https://style7.freeflarum.com/
Screenshots:
How to install:
Open Administration>Appearance. Check colored header.
For first color choose:
R:40 G:60 B:134.
Open Edit Custom CSS and paste following code:
body{
background: linear-gradient(#283c86 40%, #45a247);
}
.DiscussionListItem:hover {
background-color:none;
border:1px solid #283c86;
}
.Hero {
background: none;
color:#283c86;
}
.App:before, .App-header{
max-width:1110px;
margin:auto;
box-shadow:none !important;
}
.App-content{
max-width:1110px;
margin:auto;
background:white;
min-height:650px;
border-radius:3px;
padding-bottom:5px;
}
Note:
After a long pause i created a new style. Style is created under beta 7 flarum. When freeflarum is updated to beta 8 code will be updated* and new features will be added.
*If beta 8 break functionality of this style or any other style i created, code will be updated.
Looking forward for feedback. If u have any ideas let me know.