Kunena 7.0.4 Released

The Kunena team has announce the arrival of Kunena 7.0.4 [K 7.0.4] in stable which is now available for download as a native Joomla extension for J! 5.4.x/6.0.x. This version addresses most of the issues that were discovered in K 6.2 / K 6.3 / K 6.4 and issues discovered during the last development stages of K 7.0

Please note: The Kunena project team takes NO responsibility for maintaining nor supporting anything in this category.

Question How to make Kunena 5 Crypsis template look like the K4 Blue Eagle template

More
9 years 6 months ago #181060 by kgeary
Wish I could advise you about new templates, but no.
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;
}
The following user(s) said Thank You: findelat

Please Log in or Create an account to join the conversation.

More
9 years 6 months ago - 9 years 6 months ago #181061 by Tomzie
Actually. I have changed many template files to make topics look like Blue Eagle template. I also added many extra classes so every element could be custom styled. So the provided custom.less will not work in my template, at least not completely.

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.
Last edit: 9 years 6 months ago by Tomzie. Reason: Screenshot contained names and IP adres
The following user(s) said Thank You: Djie, miamiman, Boby71

Please Log in or Create an account to join the conversation.

More
9 years 6 months ago #181449 by Boby71
Tomzie, this looks amazing! Would you be so kind to provide your changed template? I'm dying daily when looking at the "crisis" layout ;-)
Thanks,
Boby

Please Log in or Create an account to join the conversation.

More
9 years 6 months ago #181482 by Tomzie
Hi Boby71,

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.
The following user(s) said Thank You: miamiman, shoulders

Please Log in or Create an account to join the conversation.

More
9 years 6 months ago - 9 years 6 months ago #181505 by miamiman
Hello Tomzie,

I would also enjoy testing your modified Crypsis template!

Although I am in K4 still.

Good luck!
Last edit: 9 years 6 months ago by miamiman.

Please Log in or Create an account to join the conversation.

More
9 years 6 months ago #181597 by Djie
Wauw, that looks amazing Thomzie! Care to share your code? I am also still on K4 as Crypsis just not fits my site.

Please Log in or Create an account to join the conversation.

Time to create page: 0.325 seconds