Add new styles for mikio template

After switch to the mikio template added first and most important styles
for everyday life.
This commit is contained in:
c47 2024-02-10 16:47:22 +01:00
parent e1ad927948
commit 23c454ac0e

View file

@ -1,75 +1,85 @@
:root {
--color: #555454;
--background-color: #d3d9d8ad;
}
.dw-content h1,h2,h3,h4,h5,h6 {
text-decoration: underline;
font-weight: bold;
font-family: system-ui;
margin-top: 2em;
}
nav#dw__navbar {
background-color: var(--background-color);
}
nav#dw__pagetools {
margin-top: 3em;
}
div.dokuwiki {
background-color: var(--background-color);
color: var(--color);
}
h1,h2,h3,h4,h5,h6 {
color: var(--color);
}
div.bs-wrap div div.panel-body p a,
div.bs-wrap div div.panel-body div.plugin_nspages ul li a{
font-weight: bold;
}
/*nspages subnamespace-list*/
div.wrap_subnamespace-list div.plugin_nspages div ul li div a.wikilink1 {
font-weight: bold;
text-decoration: none;
}
div.wrap_subnamespace-list div.plugin_nspages div ul li div a.wikilink1::after {
content: '/';
font-weight: bold;
}
div.wrap_subnamespace-list div.plugin_nspages div ul li div a.wikilink1:hover {
h1 {
font-size: xx-large !important;
text-decoration: underline;
}
/* nspages listing characters in simplelist */
div.catpagechars {
display: none;
}
/* * * * * * * * * *
* WRAP classes
*/
.wrap_margin-top-100px {
margin-top: 100px;
}
/*subnamespace-list end*/
article#dokuwiki__content div.panel.panel-default {
background: #c7c7c7;
}
div.impressum {
margin-left: 1em;
div.mikiop a.mikiop-accordian-title {
font-weight: bold;
}
/* End Subnamespace listings */
/* link colors
*/
a:not(.dropdown-toggle,.mikio-darklight-button) {
color: #4d7ed7 !important;
}
a.mikiop-button {
color: #474343 !important;
}
/* end link colors*/
/* Tags
*/
div.mikio-tags a {
background-color: #ccc7c7 !important;
filter: invert(1%);
font-weight: bold
}
/* end tags */
/* article content
*/
div#dokuwiki__content article div {
color: #737171;
}
/ * end article content */
/* nspages subnamespace listings
*/
div.wrap_subnslist div.plugin_nspages div ul.nspagesul li div.li a {
font-weight: bold;
}
/* end subnamespace listings */
/* *
* * Wrap class styles
* */
span.wrap_important {
filter: invert();
color: #a6a3a3 !important;
}
/* * End wrap class styles * */
/* codeblocks
*/
pre {
background-color: #d0ced1;
}
/* end codeblocks */
div.wrap_subnslist div.plugin_nspages div ul.nspagesul li div.li a::after {
content: '/';
}
/* pagetools svg icon colors
*/
div.mikio-container nav#dw__pagetools.hidden-print.dw__pagetools ul.tools li.menuitemfolded.fold_unfold_all_new a.menuitemfolded div.icon svg path,
div.mikio-container nav#dw__pagetools.hidden-print.dw__pagetools ul.tools li.menuitem a div.icon svg path {
filter: invert(80%);
}
/* end pagetools */