Difference between revisions of "MediaWiki:Timeless.css"

Line 1: Line 1:
div#content a.external[href ^="http://"] {
+
@media (min-width: 340px) {
     background-image: none;
+
  #mw-content-block {
     padding-right: 0;
+
    display: block;
 +
  }
 +
  #mw-content,
 +
  #content-bottom-stuff {
 +
  margin-left: 14em;
 +
  }
 +
  #mw-content-wrapper {
 +
     float: right;
 +
    margin-left: -14em;
 +
    width: 100%;
 +
  }
 +
  #mw-related-navigation {
 +
    width: 14em;
 +
     padding: 0 1em 0 0;
 +
  }
 
}
 
}
div#content a.external[href ^="https://"] {
+
 
    background-image: none;
+
// Redundant content category list
    padding-right: 0;
+
#catlinks {
}
+
        display: none;
#content a.external {
 
    background: none !important;
 
    padding: 0 !important;
 
}
 
div#content a.external {
 
    background:none !important;
 
    padding: 0px !important;
 
 
}
 
}
 
.color-middle {
 
.color-middle {
Line 68: Line 75:
 
#mw-content h1, #mw-content h2 {
 
#mw-content h1, #mw-content h2 {
 
     border-bottom: solid 1px darkgrey;
 
     border-bottom: solid 1px darkgrey;
}
 
#p-logo {
 
display: none;
 
 
}
 
}

Revision as of 19:37, 25 September 2020

@media (min-width: 340px) {
  #mw-content-block {
    display: block;
  }
  #mw-content,
  #content-bottom-stuff {
  margin-left: 14em;
  }
  #mw-content-wrapper {
    float: right;
    margin-left: -14em;
    width: 100%;
  }
  #mw-related-navigation {
    width: 14em;
    padding: 0 1em 0 0;
  }
}

// Redundant content category list
#catlinks {
        display: none;
}
.color-middle {
    background: #990000;
}
.color-right {
    background: #990000;
}
#ca-talk {
    display: none !important;
}
#mw-content h2 {
    border-bottom: solid 1px darkgrey;
}
#mw-page-header-links li.selected {
    border-bottom: solid 1px black;
}
#firstHeading{
    border-bottom: solid 1px black;
}
#mw-content h1.firstHeading {
    border-bottom: solid 1px black;
}
#mw-site-navigation .sidebar-chunk h3 {
    border-bottom: solid 1px black;
}
div#content a.external {
    background:none !important;
    padding: 0px !important;
}
#mw-footer-container a {
    display: none;
}
#mw-content-container {
    border-bottom: solid 4px #990000;
}
#mw-related-navigation .sidebar-chunk h3 {
    border-bottom: solid 1px black;
}
.mw-wiki-logo {
    margin: -2.25em auto 0;
}
#mw-site-navigation {
    margin-top: -1em !important;
}
#mw-site-navigation .sidebar-chunk {
    margin: 1em 0;
}
body.page-Main_Page.action-view h1.firstHeading, body.page-Main_Page.action-submit h1.firstHeading { display: none; }
#toc { float: right };
#mw-content h1, #mw-content h2, #mw-content h3, #mw-content h4, #mw-content h5, #mw-content h6, #mw-content dt {
    margin: 0.3em 0 0.5em;
}
#mw-content h1, #mw-content h2 {
    border-bottom: solid 1px darkgrey;
}