Kunena 6.4.7 Released

The Kunena team has announce the arrival of Kunena 6.4.7[K 6.4.7] in stable which is now available for download as a native Joomla extension for J! 5.0.x/5.1.x/5.2.x/5.3.x/5.4.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 6.4
Important note: Go to the Kunena Dashboard after an upgrade so that the Kunena database tables are also updated. This is particularly necessary for major version jumps so that the table changes are adapted.

Solved Template Crypsis Border nur Oben und Links schwarz?

More
9 years 2 months ago #1 by Dtrieb
Template Crypsis Border nur Oben und Links schwarz?
Also ich möchte die Umrandung der Kategorie und der Unterkategorie komplett schwarz haben.

Im Mozilla Fierfox ist das auch so, nur bei Opera , Chrome und Edge ist die rechte und die untere Linie hellgrau.

Webseite: altherrenpanzerclub.de/

Folgenden css Code, habe ich in der custom.css im Kunena Template schon eingegeben.

#kunena.layout .markItUpEditor {
min-height: 250px !important;
}
#kunena.layout .qreply {
min-height: 150px !important;
width: 98%;
}

#kunena.layout .table-bordered {
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
-moz-border-right-colors: none;
-moz-border-top-colors: none;
border-collapse: separate;
border-color: #000 #000 #000 -moz-use-text-color;
border-image: none;
border-radius: 4px;
border-style: solid solid solid none;
border-width: 1px 1px 1px 0;
}

#kunena.layout .table-bordered td {
border-left: 1px solid #000;
}
#kunena.layout .table-bordered th {
border-left: 1px solid #000;
}

#kunena.layout .table th {
border-top: 1px solid #000;
line-height: 20px;
padding: 8px;
text-align: left;
vertical-align: top;
}

#kunena.layout .table td {
border-top: 1px solid #000;
line-height: 20px;
padding: 8px;
text-align: left;
vertical-align: top;
}

#kunena.layout [class*="badger"]::after {
border-bottom: 1px solid #000;
border-right: 1px solid #000;
content: attr(data-badger);
font-weight: bold;
padding: 8px 12px;
position: absolute;
top: 0;
}
#kunena.layout [class*="badger-left"] {
border: 1px solid #000;
border-radius: 4px;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
margin: 15px 0;
min-height: 180px;
padding: 39px 19px 0 14px;
position: relative;
}

#kunena.layout .markItUpEditor {
border: 1px solid #000;
clear: both;
display: block;
line-height: 18px;
margin: 0;
overflow: auto;
padding: 5px;
}

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

More
9 years 1 month ago #2 by rich
Versuche es mit diesem Code:
Code:
#kunena.layout .kfrontend .table td { border: 1px solid #000; }

Important! Always create a backup before you make any changes to your website!
The following user(s) said Thank You: Dtrieb

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

More
9 years 1 month ago #3 by Dtrieb
Danke es funktioniert.
Alle Ränder sind jetzt schwarz.

Super!!!

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

Time to create page: 0.240 seconds