History: Themes_tiki_org_custom_CSS
Source of version: 7 (current)
Copy to clipboard
{CODE()}
/***** Please update Themes_tiki_org_custom_CSS when this code is updated *****/
.box-switch_theme .card-body::after { content: "If the theme doesn't switch, do a hard refresh (on Windows: Press Ctrl + F5 or Shift + F5; on Mac: Press Command + Shift + R) to reload the page."}
.card.module .card-title a {
color: var(--bs-link-color);
}
:root { --tiki-page-content-top-margin: 20px; }
.navbar-brand {color: var(--tiki-top-color); }
.navbar-brand:hover {color: var(--tiki-top-hover-color); }
/* :root,
.sitetitles {
--tiki-site-title-color: var(--tiki-top-color);
--tiki-site-subtitle-color: var(--tiki-top-color);
--bs-navbar-brand-color: var(--tiki-top-color); }
[data-bs-theme="dark"] {
--tiki-site-title-color: var(--tiki-top-color);
--tiki-site-subtitle-color: var(--tiki-top-color); } */
/* Change logo from black to white */
img.sitelogo {filter: invert(100%); }
/* Gitter chat sidecar */
aside.gitter-chat-embed { margin-top: 150px; }
/* Link color definitions for sister sites removed -- see page Themes.tiki.org Custom CSS page history. */
/*.top_modules { float: right; }*/
.topbar_modules { width: 100%; }
@media (min-width: 768px) { .top_modules { min-width: 400px; } } /* prevent collapsing top navbar items when not logged in */
#outerToc {
top: 31px;
}
@media (max-width: 991px) {
.navbar-brand {
font-size: 12px; }
}
.content_next_steps .center-block {display: table;}
.content_next_steps {margin-bottom: 40px;}
ul.ui-autocomplete {background: #fff;}
#page_356 #col2 { display:none; }
#page_356 #middle.container { width: 100%; }
#page_356 #col1 { width: 100%; left: 0; }
#page_356 .tiki .middle_outer { background: #28292b; }
#page_356 .top_row { background: #28292b; color: #fff; }
#page_356 .middle_row { background: #f2f2f2; color: #333; }
#page_356 .bottom_row { background: #fff; color: #333; }
/* testing menu dropdown visibility in site header */
.navbar-collapse.in { overflow: visible; }
footer.help-block { border-top: 1px solid #737373; padding: .7em 0; margin-bottom: 1.2em; }
/* Tiki_org_info_links */
header.fixed-top .container-fluid {--bs-gutter-x: 0; }nav#top_modules { flex-wrap: wrap; } #module_93 {width: 100%; background: #000; margin-top: -.5rem; } #module_93 .navbar-nav.me-auto { margin-left: auto; margin-right: auto; } #module_93 .nav-link {padding-top: 0; padding-bottom: 0; color: #fff; } #middle_outer { margin-top: 20px; }
@media (max-width: 991px) { #middle_outer { margin-top: 37px; } }
/* Temporary until color mode code is cherry-picked to branch 26 */
#bd-theme { color: var(--tiki-top-color) !important; }
#pagetop_modules .module {width: 100%}
{CODE}