Difference between revisions of "Darkbootstrap.css"
Line 110: | Line 110: | ||
margin-left: 1rem; | margin-left: 1rem; | ||
display: none; | display: none; | ||
+ | } | ||
+ | |||
+ | .default-box { | ||
+ | padding: 1rem; | ||
+ | background: #1d1d1d; | ||
} | } | ||
Revision as of 16:05, 27 February 2023
html { scroll-behavior: smooth; scroll-padding-top: 69px; } body { background-color: #1d1d1d; color: #ccc; font-family: 'Roboto', sans-serif; font-size: 15px; } h1, h2, h3, h4, h5, h6 { color: #fff; } h1, h2 { border-bottom: 2px solid #1d1d1d; padding: 0 0 0.15em; display: flow-root; } footer { text-align: center; font-size: 80%; color: #ccc; } footer ul { padding: 0; list-style-type: none; } a, .toctogglelabel { color: #f9a916; text-decoration: none; } a:hover, .toctogglelabel:hover { color: #fff; text-decoration: none; } .navbar { box-shadow: 0 4px 5px 0 rgb(0 0 0 / 14%), 0 1px 10px 0 rgb(0 0 0 / 12%), 0 2px 4px -1px rgb(0 0 0 / 40%); } .navbar .form-control { color: #cacaca; background-color: rgba(255,255,255,0.1); border: none; } .bg-dark { background-color: #111111!important; } .navbar-dark .navbar-nav .nav-link { color: #cacaca; font-size: 13px; margin-left: 0.75rem; } .navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover { color: rgb(255 255 255); } .dropdown-menu { background-color: #333333; border: none; border-radius: 0; font-size: 14px; } .dropdown-item { color: #fff; padding: .5rem 0.75rem; } .dropdown-item:focus, .dropdown-item:hover { color: #fff; background-color: #1d1d1d; } .dropdown-toggle::after { color: #f9a916; vertical-align: middle; } .dropdown-icon { margin-right: 0.5rem; } #page-content { background-color: #111111; width: 100%; max-width: 1460px; margin: 0 auto; padding: 1rem; margin-top: 60px; } #content { margin-bottom: 2rem; } #sidebar { min-width: 300px; max-width: 300px; margin-left: 1rem; display: none; } .default-box { padding: 1rem; background: #1d1d1d; } .toc { background-color: #1d1d1d; padding: 0.75rem; margin-bottom: 1rem; width: fit-content; } .toctitle { margin-bottom: 0.5rem; } .toc h2 { font-size: 1.75em; } .tocnumber { display: none; } .toc ul { list-style-type: none; margin-bottom: 0; padding-left: 1.5rem; } .toc > ul { padding-left: 0; } .toc li { margin-bottom: 0.25rem; } .toc li:last-child { margin-bottom: 0; } .toc li ul { margin-top: 0.25rem; } #pageActions { float: right; } #pageActions .dropdown-toggle::after { color: #111; } .printfooter { display: none; } .mw-editsection > a { margin: 0 0.25rem; } .mw-editsection { margin-left: 0.75rem; font-size: 13px; font-weight: 400; } .mw-editsection-bracket { opacity: 0.75; } .thumb.tright { /*box-shadow: 0 0.25rem 0.35rem -0.25rem rgb(17 18 23);*/ } .thumbinner { border: none!important; padding: 0.5rem!important; background-color: #1d1d1d!important; } .thumbimage { border: 1px solid #000!important; background: #1d1d1d!important; width: 100%; height: auto; } div.tright { margin: 0 0 1rem 1rem; } div.tright,div.floatright,table.floatright { clear: right; float: right; } @media screen and (max-width: 768px) { div.tright { width: 100%!important; float: none!important; clear: none!important; margin: 1rem 0 1rem 0!important; } }