- Posts: 4
- Thank you received: 1
- Forum
- Community self help
- Customising Kunena
- General user contributions
- How to make Kunena 5 Crypsis template look like the K4 Blue Eagle template
Blue Eagle 5 v1.6.2 has been Released for Kunena 5.2 (20 Jan 2021)
The Kunena team has announce the arrival of Kunena template Blue Eagle 5 v1.6.2 which is now available for download. This version addresses most of the issues that were discovered in development.
REQUIREMENTS
Blue Eagle 1.6.x requires Kunena 5.2.x to work with
Question How to make Kunena 5 Crypsis template look like the K4 Blue Eagle template
I want the background color of the topic rows to alternate colors, light then dark, etc. like in Blue Eagle.
Here's the code someone else posted for the custom.less file to create the TABS, looks good
.fa-rss { color: orange !important; }
#kunena, layout {
.navbar-inner {
border-top: none;
border-left: none;
border-right: none;
border-bottom: 4px solid #6f6c6c;
min-height: 12px !important;
background-image: none;
background-color: transparent;
}
.navbar .nav > li > a {
background-color: #6f6c6c;
border-top-left-radius: 7px;
border-top-right-radius: 7px;
margin-right: 1px;
color: #fff;
text-shadow: none;
padding: 8px 8px 11px !important;
max-height: 12px !important;
}
.navbar .active > a {
background-color: #3c728e !important;
}
.navbar a:hover {
background-color: #3c728e !important;
color: #fff !important;
}
.navbar .nav li.dropdown > .dropdown-toggle .caret {
border-top-color: #fff !important;
}
}
.fa-fw { color: #fff; }
a:hover {
text-decoration: underline;
}
.fa-rss:before {
color: orange;
}
.layout h1 {
color: #fff;
background-color: #3c728e;
line-height: 30px;
padding: 5px;
border-top-right-radius: 5px;
border-top-left-radius: 5px;
}
.layout h1 a {
color: #fff;
}
.layout h1 small {
color: #fff;
}
.layout h2 {
line-height: 30px;
padding-left: 5px !important;
padding-right: 5px !important;
}
.layout h2 a {
color: #fff;
}
h2.btn-link {
background-color: #3c728e !important;
}
th.span5, th.span1, th.span2, th.span6, th.span3, th.span4 {
background-color: #3c728e !important;
color: #fff;
}
th.span5 a, th.span1 a, th.span2 a, th.span6 a {
color: #fff;
}
.layout h1 .fa-2x {
font-size: 1.2em !important;
}
.form-search .input-append .search-query {
height: 19px;
}
.btn:first-child {
color: #424753;
}
button.btn.btn-primary {
/* color: #fff !important; */
}
.btn-group > .btn:first-child {
/* color: #fff !important; */
}
.btn-group > .btn:last-child, .btn-group > .dropdown-toggle {
color: #424753 !important;
}
button.btn, input[type="submit"] {
/* color: #fff !important; */
}
button.btn, .btn-primary {
background-image: linear-gradient(to bottom,#fff,#e6e6e6) !important;
background-color: #e6e6e6 !important;
color: #333 !important;
border-color: #a2a2a2 !important;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-submenu:hover > a, .dropdown-submenu:focus > a {
background: #3c728e !important;
}
.layout .badger-info:after {
width: 97%;
max-height: 30px;
}
#kunena.layout .kmsg {
margin-top: 15px;
}
.alert-info h1 {
background-color: transparent;
margin-top: 0px;
padding-top: 0;
margin-bottom: 0;
}
.caret {
border-top: 4px solid #000 !important;
}
Please Log in or Create an account to join the conversation.
When it is completed. I will post the modified Crypsis template. Hopefully under a new name. If not, it would have to be overwritten after every update.
Please Log in or Create an account to join the conversation.

Thanks,
Boby
Please Log in or Create an account to join the conversation.
Thanks!
I am out of office this week. I will share the current files as soon as I am back.
Must say that the menu you see is not the Kunena menu, but a custom native Joomla menu positioned above the body.
Also, it the template is not yet complete.
Keep you posted.
Please Log in or Create an account to join the conversation.
I would also enjoy testing your modified Crypsis template!
Although I am in K4 still.
Good luck!
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
I just figured out how to make it a seperate template, independent from crypsis. This way it will not change every time you update Kunena. So that is great!
Give me a few more days to fix these things:
- The search results still have the crypsis layout.
- The menu does not yet have a design. Untill now I used a custom Joomla menu, not the Kunena menu.
In the meantime I will remove the screenshots. Because some of the names on there should not be published.
Update coming soon!

Please Log in or Create an account to join the conversation.
Tomzie wrote: Hi there,
I just figured out how to make it a seperate template, independent from crypsis. This way it will not change every time you update Kunena. So that is great!
Give me a few more days to fix these things:
- The search results still have the crypsis layout.
- The menu does not yet have a design. Untill now I used a custom Joomla menu, not the Kunena menu.
In the meantime I will remove the screenshots. Because some of the names on there should not be published.
Update coming soon!
I hope you share it with us

Please Log in or Create an account to join the conversation.
I have created a new topic with the first usable version.
All feedback is much appreciated!
www.kunena.org/forum/general-user-contri...gle-lookalike#181702
Please Log in or Create an account to join the conversation.
Forum Access
- Not Allowed: to create new topic.
- Not Allowed: to reply.
- Not Allowed: to edit your message.
- Forum
- Community self help
- Customising Kunena
- General user contributions
- How to make Kunena 5 Crypsis template look like the K4 Blue Eagle template