MediaWiki:Common.css: Difference between revisions

From Helpful
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 3: Line 3:
@media screen {
@media screen {
   body {
   body {
    font-size:125%;
     background-image:  url(https://scarfboy.com/i/bg1.png);
     background-image:  url(https://scarfboy.com/i/bg1.png);
     background-color:  #444;
     background-color:  #444;
Line 52: Line 53:


   div#content {
   div#content {
     max-width: 75em;
     max-width: 70em;
     border-radius: 0px 10px 10px 10px;
     border-radius: 0px 10px 10px 10px;
   }
   }

Revision as of 10:53, 10 July 2023

/* CSS placed here will be applied to all skins */

@media screen {
  body {
    font-size:125%;
    background-image:  url(https://scarfboy.com/i/bg1.png);
    background-color:  #444;
    background-repeat: repeat;
    background-size:   auto;
  }

  /* The next section tries to make Vector more subtle */
  #mw-page-base {
    background-color:transparent;
    background-image:none;
  }

  .vector-menu-tabs-legacy li {
    background-image:none;
  }
  .mw-watchlink {
    display:none;
  }

  .vector-menu-tabs-legacy { color: #eee !important; }
  .vector-menu-tabs-legacy { color: #ddd !important; }
  .vector-menu-tabs-legacy { color: #ccc !important; }

  #mw-head .selected a, #mw-head .vector-menu-content a {
    color: #ddd !important;
  }

  #right-navigation {
    float: left !important;
    margin-top: 2.5em;
    margin-left: 10em;
  }

  #p-navigation a,         #footer a,          #mw-head a         { color: #eee !important; }
  #p-navigation a:visited, #footer a:visited,  #mw-head a:visited { color: #ddd !important; }
  #p-navigation a:hover,   #footer a:hover,    #mw-head a:hover   { color: #ccc !important; }

  #footer li { color: #ccc !important }

  #p-tb a         { color: #aaa !important; }
  #p-tb a:visited { color: #999 !important; }
  #p-tb a:hover   { color: #888 !important; }

  #mw-head .new a    { color: #a77 !important; }

  #mw-head .selected a,   #p-cactions .vector-menu-content-list .mw-list-item a    { color: #333 !important; }


  div#content {
    max-width: 70em;
    border-radius: 0px 10px 10px 10px;
  }



  /* unsure */

  .python {
    border: 2px inset #eee4 !important;
    border-radius:1em;
    background-color:#ddd;
    margin-right:0rem;
  }

  h2 { margin-top:1.1em; }
  h3 {        margin-top:0.9em; }
  h4 {        margin-top:0.7em; }
  h5 {        margin-top:0.5em; }
  h6 {        margin-top:0.3em; }

  hr {
        height: 1px;
        color: #aaa;
        background-color: #aaa;
        border: 0;
        margin: .2em 0 .2em 0;
  }


  #content pre {
        /*padding: .6em 1em;*/
        border: 1px dashed #2f6fab;
        color: black;
        background-color: #f9f9f9;
        line-height: 1.1em;

        border-radius: .3em;
        box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27);
  }

}



.link-https {
    background: url(external-ltr.png) center right no-repeat;
    padding-right: 13px;
}