Dev_tiki_org_custom_CSS
This page is for keeping a record of the custom CSS used at this website, which is input in the Look and Feel admin Custom CSS textarea. When that content is edited, this page should be updated with the new content. Then if there is any question about the custom CSS that was used in the past, the page history here can be checked.
Copy to clipboard
/***** Please update Dev_tiki_org_custom_CSS when this code is updated *****/ /* Temporary - reduce width of quickadmin toggles */ #quickadmin .dropdown-toggle {padding-right: 0; } .siteloginbar_popup .dropdown-toggle { min-width: 70px; !important } /* Change logo from black to white */ img.sitelogo {filter: invert(100%); } /* Temporary until branch 25 upgrade */ .fixed-top.navbar .container.container-std { width: 100%; } /* Gitter chat sidecar */ aside.gitter-chat-embed { margin-top: 130px; } /* Tiki.org specific design overrides */ .navbar-brand, .module .nav-tabs .nav-item {flex-grow: 1} /* make the table heading cells more readable in Chrome - luci 2019-07-04 */ @media (min-width: 1024px) { table:not([class*=ui-datepicker]) th:not([width]):not([style*=width]) { /* apply only if not in datepicker and if there is no width or style width attribute on the th */ min-width: 7rem; } th { font-size: .85vmax; padding: .75vmax; } } /* END OF make the table heading cells more readable in Chrome - luci 2019-04-01 */ /* hide the Subject line in tracker5 (bugs and wishes tracker) as it is redundant with the H1 title */ dt[title="Subject"], dt[title="Subject"] + dd { display: none; /*font-size: 2rem; line-height: 1.5; padding: 1rem 0;*/ } .top_modules { float: right; } @media (min-width: 768px) { .top_modules { min-width: 400px; } } /* prevent collapsing top navbar items when not logged in */ div#outerToc, .tablesorter-sticky-wrapper.tablesorter-sticky-visible { top: 31px !important; } #module_36 .panel-body { /* keywords module for Tiki 13 (jb) */ height: 20em; overflow-y: scroll; overflow-x: hidden; } #tiki-site-header a { border-bottom-left-radius:0px; border-bottom-right-radius:0px; border-top-left-radius:0px; border-top-right-radius:0px; margin-right:0px; padding-top:10px; padding-bottom:10px; color:#ffffff; } div#outerToc-static { -webkit-box-shadow:rgba(0, 0, 0, 0.0470588) 0 1px 1px inset; background-color:#F5F5F5; border:1px solid #E3E3E3; border-bottom-left-radius:4px; border-bottom-right-radius:4px; border-top-left-radius:4px; border-top-right-radius:4px; box-shadow:rgba(0, 0, 0, 0.0470588) 0 1px 1px inset; margin-bottom:20px; min-height:20px; padding:19px; } /* Make it a bit more usable on Smartphones @media (max-width: 767px) { .navbar-fixed-top { height: auto; max-height: 100%; min-height: 46px; overflow-y: auto } .navbar-fixed-top .navbar-header {position: absolute; right: 20px; z-index: 1;} .navbar-toggle {margin-top: 3px} .navbar-fixed-top .navbar-collapse { max-height: 100%; overflow-y: visible } .box-Tiki_sites_dropdown .dropdown-menu {position: static} }*/ /* Prevent target anchors from being covered by fixed top navbar */ h1:target:before, h2:target:before, h3:target:before, h4:target:before, h5:target:before { content:""; display:block; height:72px; /* fixed header height*/ margin:-72px 0 0; /* negative fixed header height */ } @media (max-width: 991px) { .navbar-brand { font-size: 12px; } } .navbar-collapse.in { overflow-y: visible; } /* When not logged in (?), wrong background color in top navbar */ .navbar-static-top .navbar-collapse.collapse.in { background: #a51e37; } /* Temporary fix for the regression caused accidentally by Gary - see https://dev.tiki.org/tiki-view_tracker_item.php?itemId=7220 -- can be roemoved now? */ /*.layout_social #top_modules.bg-dark, .layout_social #top_modules.bg-light, .layout_social #topbar_modules, .layout_social #topbar.bg-dark, .layout_social #topbar.bg-light, .layout_social .topbar .bg-dark, .layout_social .topbar .bg-light { background: #e71e40 !important; }*/ @media (max-width: 991px) {.navbar-brand { text-overflow: clip; text-overflow: ellipsis; text-overflow: "…"; width: 70%; white-space: nowrap; overflow: hidden; }} /* Custom CSS for the horizontal timeline demo at : https://dev.tiki.org/TimeLine-using-plugin-List-demo by bsfez*/ .timeline_entry:before { content: ''; display: block; background: #aaa; width: 5px; height: 20px; position: absolute; left: 50%; top: -20px; margin-left: -2px; text-align: center; } .timeline_entry { display: inline-block; vertical-align: top; background: #ddd; padding: 0 5px; font-size: 12px; text-align: center; position: relative; border-top: 4px solid #bbb; border-radius: 6px; border-bottom: 1px solid #bbb; border-right: 1px solid #bbb; border-left: 1px solid #bbb; width: 120px; } .timeline_entry:after { content: ''; display: block; background: #fff; width: 17px; height: 17px; border-radius: 10px; border: 4px solid #aaa; position: absolute; left: 50%; top: -33px; margin-left: -8px; opacity: 0.85; } .timeline_subject { width: 100%; display: inline-block; font-weight: bold; margin: 2px 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .timeline_version { width: 100%; display: inline-block; overflow: hidden; } .timeline_date { position: relative; top: -55px; } /* End Custom CSS for the horizontal timeline demo at : https://dev.tiki.org/TimeLine-using-plugin-List-demo by bsfez*/ /* Allow toc to flow past code box; shorten toc to fit in screen and add scrolling. */ #page_418 .CodeMirror { clear: none; } #page_418 #page-data .pull-right.col-sm-4 { height: 50vh; overflow-y: auto; width: 42%; } footer.help-block { border-top: 1px solid #737373; padding: .7em 0; margin-bottom: 1.2em; } /* Added after update to Tiki 19 */ .shared_footer .box-menupage { width: 100%; } .shared_footer .icon-link-external { display: none; } .shared_footer h4 { font-size: 1.3rem; } .popover table th, .popover table td { min-width: 90px !important; } .popover table {word-break: break-all; } /* Added by Bsfez for the tooh joinus banner */ #mod-menutopbar1 > nav > div > ul > li:nth-child(8) > a { font-weight: bold; color: rgb(255, 197, 172);} /* END Added by Bsfez for the tooh joinus banner */ /* temp fix - Gary*/ .tiki .col-lg-9 { flex-basis: 75%; } /* jb fix for tracker item popovers getting a silly width */ #page_1084 .tiki .popover { /* ((Wishlist Search Page)) */ max-width: 20rem; } /* Remove padding that increased navbar height. - gary */ .box-notification_link a.nav-link { padding-top: 0; padding-bottom: 0; } /* Tiki_org_info_links */ .tiki:not(.tiki-admin.uab) header.fixed-top { padding-top: 27px; /* make space on top for the tiki.org links bar */ } header.fixed-top .container-fluid {--bs-gutter-x: 0; } nav#top_modules { flex-wrap: wrap; } #module_107 {width: 100%; background: #000; /*margin-top: -.5rem;*/ position: fixed; top: 0; /* until sorting of modules is fixed again -- luci 2025-12-19 */} #module_107 .navbar-nav.me-auto { margin-left: auto; margin-right: auto; } #module_107 .nav-link {padding-top: 0; padding-bottom: 0; color: #fff; } #middle_outer { margin-top: 30px; } /* no idea who added the CSS below */ #module_42 {margin-top:25px} #module_41 {margin-top:25px} @media (max-width: 883px) { #module_42 {margin-top:50px} #module_41 {margin-top:50px} } @media (max-width: 825px) { #module_42 {margin-top:85px} #module_41 {margin-top:85px} }