MediaWiki:Timeless.css: Difference between revisions

m
no edit summary
mNo edit summary
mNo edit summary
Tag: Manual revert
(53 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* CSS placed here will affect users of the Timeless skin */
/* CSS placed here will affect users of the Timeless skin */
hr {
    border: 0;
    height: 1px;
}
ul#footer-places {
    text-align: end;
}
.lsj-quote-body {
    margin-bottom: -15px;
    margin-top: -20px;
}
@media(prefers-color-scheme: dark)  {
@media(prefers-color-scheme: dark)  {
     html {
     html {
Line 6: Line 17:
     font-size: 1.1em;
     font-size: 1.1em;
     overflow-x: hidden;
     overflow-x: hidden;
}
hr {
    background-image: linear-gradient(to right,rgb(188 170 170 / 0%),rgb(224 215 215 / 75%),rgb(168 127 127 / 0%));
}
}
body {
body {
Line 25: Line 39:
h1, h2, h3, h4 {
h1, h2, h3, h4 {
     color: #69f;
     color: #69f;
}
h2:after {
    border-bottom: solid 2px #595f634a !important;
}
}
#personal .dropdown b {
#personal .dropdown b {
Line 35: Line 52:
     text-align: center;
     text-align: center;
     font-size: 14px;
     font-size: 14px;
}
a.extiw:visited, a.extiw:active:visited, a.external:visited {
    color: #b06c08 !important;
}
a:visited:hover {
    color: #ca3a0c;
}
a.external.text:hover {
    color: #b06c08;
}
ol.references li:target, sup.reference:target {
    background-color: #2e1e18;
}
.mw-body .toctitle {
    border-bottom: solid 2px #c8ccd13d;
}
.mwe-popups {
    background-color: #000;
    box-shadow: /* tint #00F000 */
        0 30px 90px -20px rgba(0,224,0,0.3),
        0px 0px 1px rgba(0,224,0,0.5);
}
/* callout arrow */
.mwe-popups.mwe-popups-image-tri:after,
.mwe-popups.mwe-popups-no-image-tri:after,
.mwe-popups.mwe-popups-image-tri.flipped_x:after,
.mwe-popups.mwe-popups-no-image-tri.flipped_x:after {
    border-bottom-color:#111212;
}
.mwe-popups.flipped_y:after,
.mwe-popups.flipped_x_y:after {
    border-top-color:#111212;
}
/* callout arrow shadow */
.mwe-popups.mwe-popups-image-tri:before,
.mwe-popups.mwe-popups-no-image-tri:before,
.mwe-popups.mwe-popups-image-tri.flipped_x:before,
.mwe-popups.mwe-popups-no-image-tri.flipped_x:before {
    border-bottom-color:#004000;
}
.mwe-popups.flipped_y:before,
.mwe-popups.flipped_x_y:before {
    border-top-color:#004000;
}
.mwe-popups .mwe-popups-container,
.mwe-popups .mwe-popups-extract {
    color:#cbccc6;
background-color: #1f1f1f;
}
.mwe-popups .mwe-popups-extract[dir='ltr']:after {
    background-image: linear-gradient(to right,rgba(0,0,0,0),#1f1f1f 50%);
}
}
div.editOptions {
div.editOptions {
Line 415: Line 483:
     border: 1px solid #333;
     border: 1px solid #333;
}
}
#trrandomquote {
.lsj-quote-container {
    margin: 1em 0;
    padding: 15px 35px;
     background-color: #372c2f;
     background-color: #372c2f;
     border: 1px dashed #251e20;
     border: 1px dashed #251e20;
    position: relative;
}
}
#trrandomquote::before {
.lsj-quote-body::before {
     color: #796c22!important;
     color: #796c22;
}
#localNotice {
    background: unset;
    border: unset;
}
}
table.tabl1 {
table.tabl1 {
Line 559: Line 628:
     list-style: decimal;
     list-style: decimal;
}
}
.mw-body-content a:not(#trrandomquote a):not(#toc a):not(table a) {
 
@media (prefers-color-scheme: light) {
.mw-body-content a:not(.lsj-quote-body a):not(.lsj-quote-attribution a):not(#lsj-quote-container a):not(#toc a):not(table a):not(a:link.new):not(a:link.external):not(.mw-editsection a):not(#mw-specialpage-summary a):not(.rcoptions a):not(.reference a):not(.mw-cite-backlink a) {
   background-color: #dbe5f4;
   background-color: #dbe5f4;
   border-radius: 0.33em;
   border-radius: 0.33em;
Line 566: Line 637:
}
}


.mw-body-content a:hover:not(#trrandomquote a:hover):not(#toc a:hover):not(table a:hover) {
.mw-body-content a:hover:not(.lsj-quote-body a:hover):not(.lsj-quote-attribution a:hover):not(#lsj-quote-container a:hover):not(#toc a:hover):not(table a:hover):not(a:link.new:hover):not(a:link.external:hover):not(.mw-editsection a:hover):not(#mw-specialpage-summary a:hover):not(.rcoptions a:hover):not(.reference a:hover):not(.mw-cite-backlink a) {
   background-color: #b7cae7;
   background-color: #b7cae7;
   text-decoration: none;
   text-decoration: none;
   color: #131334;
   color: #131334;
}
}
.mw-body-content a:link.new {
.mw-body-content a:link.new:not(.mw-changeslist a):not(#lsj-quote-container a):not(.lsj-quote-attribution a):not(.lsj-quote-body a) {
   background-color: #eddede;
   background-color: #eddede;
  color: black;
  border-radius: 0.33em;
  padding: 0.14em;
}
}


.mw-body-content a:link.new:hover {
.mw-body-content a:link.new:hover:not(.mw-changeslist a:hover):not(#lsj-quote-container a:hover):not(.lsj-quote-attribution a:hover):not(.lsj-quote-body a:hover) {
   background-color: #edd7d7;
   background-color: #e4d4d98a;
   cursor: not-allowed;
   cursor: not-allowed;
}
hr {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}
}
}