1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2025-01-18 19:47:15 +01:00
SqMod/vendor/DPP/docpages/style.css
Sandu Liviu Catalin cbd8f8b028 Add D++ library.
2023-03-23 20:20:44 +02:00

70 lines
1.1 KiB
CSS

html {
--content-maxwidth: 90% !important;
}
.memItemLeft, .memTemplItemLeft {
/* This was set to no wrap. Large types force scrolling right. ew. */
white-space: break-spaces !important;
}
img {
max-width: 100% !important;
max-height: auto;
}
object[data="DPP_Architecture.svg"] {
max-width: 100% !important;
max-height: auto;
}
select[name=vsv] {
background: none;
border: 1px solid var(--primary-dark-color);
color: var(--primary-dark-color);
border-radius: 6px;
padding: 5px;
margin-left: 1rem;
margin-right: 1rem;
}
#searchBoxPos1 {
top: 0px !important;
}
#top {
background: linear-gradient(0deg, var(--separator-color) 35%, var(--primary-lighter-color) 100%);
}
@media only screen and (max-width: 600px) {
#MSearchBox {
width: calc(100vw - 60px) !important;
}
}
#nav-sync {
display: none;
}
#projectname {
font-size: 160% !important;
}
table.doxtable td, table.doxtable th {
width: 50% !important;
}
dl.note {
background-color: #fcfcc0;
color: #8d7400;
}
#nav-tree .arrow {
opacity: 1 !important;
font-size: 100%;
}
#nav-tree div.item > a:hover .arrow {
color: var(--page-secondary-foreground-color) !important;
}