MediaWiki:Common.css: Difference between revisions

From Future Of Mankind
No edit summary
Tag: Reverted
No edit summary
Tag: Reverted
Line 88: Line 88:
.v-align-middle td div {vertical-align:middle} /* class="v-align-middle" */
.v-align-middle td div {vertical-align:middle} /* class="v-align-middle" */
.wikitable td {vertical-align:middle}
.wikitable td {vertical-align:middle}
tr td:first-child .WD-Ausartung, tr td:first-child .WD-Gewalt, tr td:first-child .WD-Wesen {cursor:default; border-bottom:1px dotted #000; display:inline-block; position:relative}
tr td:first-child .WD-Ausartung:before, tr td:first-child .WD-Gewalt:before, tr td:first-child .WD-Wesen:before {background-color:#d0dcf1; border-radius:6px; bottom:120%; color:#000; font-size:14px; left:50%; max-width:384px; opacity:0; padding:8px 12px; position:absolute; hyphens:auto; text-align:justify; transform:translateX(-50%); transition:opacity 1s; visibility:hidden; box-shadow:0 0 8px rgba(27,27,27,0.6); width:max-content; content:attr(data-tooltip)}
tr td:first-child .WD-Ausartung:hover:before, tr td:first-child .WD-Gewalt:hover:before, tr td:first-child .WD-Wesen:hover:before, tr td:first-child .WD-Ausartung:hover:after, tr td:first-child .WD-Gewalt:hover:after, tr td:first-child .WD-Wesen:hover:after {opacity:1; visibility:visible}
table#collapsible_report {margin:auto; width:100%}
.content-table-scrollbar {display:none}

Revision as of 16:06, 19 September 2024

@import url('https://fonts.googleapis.com/css2?family=UnifrakturMaguntia&display=swap');
.Unifraktur-Maguntia-font {font-family:'UnifrakturMaguntia', cursive; font-size:1em}

/* Changes the default font used for MediaWiki to Arial (does not include headings or monospaced text): */
body {font-family:Arial; font-size:1em}

/* Changes the default font used for MediaWiki headings to Noto Serif: */
#content h1 {font-family: "Noto Serif", serif}

#mw-site-navigation .sidebar-chunk h3, #mw-related-navigation .sidebar-chunk h3 {font-size:1.3em}
.toctitle {text-align:center; font-size:1.2em; line-height:2em}
.mw-body .toctitle h2 {font-family:Arial; font-weight:bold}
.toctogglespan {display:none}
.toc ul {line-height:1.5em}
.toc {border:1px solid #a2a9b1; padding:0 12px; min-width:auto}

/* One-sided navigation menu */
@media (min-width:1340px) {
#mw-content-block {display:block}
#mw-content, #content-bottom-stuff {margin-left:15em; margin-right:1em}
#mw-content-wrapper {float:right; margin-left:-14em; width:100%}
#mw-related-navigation {width:14em; padding:0 1em 0 0}
div.color-middle {margin-right:0}
.mw-wiki-logo {display:inline-block}
}


#personal {line-height:1em}
#p-logo-text {max-width:15em}
#p-logo-text a.long {line-height:1.4em}
#p-search {margin-left:1em}
#searchButton, #mw-searchButton {margin-right:-1.5em}
#searchInput {padding:0 2.5em 0 0.5em}


/* mouse over link */
a:hover {text-decoration:underline}

/* selected link */
a:active {text-decoration:underline; color:orange}








.colourize img {transition:transform 0.5s, filter 1.5s ease-in-out; filter:grayscale(100%); -webkit-filter:grayscale(100%)}
.colourize:hover img {filter:none; -webkit-filter:grayscale(0)}

.green-bullet::after {content:"■"; color:green; position:relative; left:4px; bottom:1px; font-size:20px}
.orange-bullet::after {content:"■"; color:orange; position:relative; left:4px; bottom:1px; font-size:20px}
.maroon-bullet::after {content:"■"; color:maroon; position:relative; left:4px; bottom:1px; font-size:20px}





.FOMclock {
margin: 0 auto;
}
.FOMclock ul {
margin: 0 auto;
padding: 0;
text-align: inline
}

.FOMclock ul li {
display: inline;
}

.FOMdate {
display: inline;
}

.DateRange, 
.DateDiv {
display: none; 
}

h4{
    display: inline-block;
}

table {border-spacing:1.5em 0; margin:0 -1.5em}
tr td, td div {hyphens:auto; vertical-align:top; line-height:1.5em}
.v-align-middle td div {vertical-align:middle} /* class="v-align-middle" */
.wikitable td {vertical-align:middle}