User:Notjusttired/vector.css

From MEpedia, a crowd-sourced encyclopedia of ME and CFS science and history

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/* Hide wordmark logo that causes a weirdly stretched old blue MEpedia logo on vector legacy and vector-2022 for mobiles */


/* test different shade of blue for stub for white backgrounds */

/* disable while testing staging upgrade with this
a.stub {
    color: #001DE8;

}
*/

/* https://meta.wikimedia.org/wiki/Help:User_style#Samples
make the background behind the content area and the tabs a light grey */

/*
#content, #content table,
#p-cactions ul li a { background: #f5f5f5; }
*/

/* use browser prefs for text size and font */
/*
body, #globalWrapper, #mw-head, #p-search, #side-nav label {font-size: 123%; background: #eeeeee;}
*/
/* don't use any logo, move the boxes onto that area instead */
/* hide  logo */
/* #p-logo { display: none } */

/*
#left-navigation { height: 50px;}
#right-navigation {height: 2em;}
#pt-mycontris, #pt-logout { display: none ;}
#p-search { font-size: 125%; height:135%; padding-bottom: 0.4em;}

#column-one { padding-top: 0; }
#mw-bodycontent {background: mint;}
#mw-editfont-monospace {background: #3333333; font-size:123% !important; }
 */
/*
h1 { font-size: 130%; }
h2 { font-size: 120%; }
h3, h4, h5, h6 { 
    border-bottom: none;
}
h3 { font-size: 116%; }
h4 { font-size: 110%; }
h5 { font-size: 102%; }
h6 { font-size: 97%;  }
.wpTextbox1 { font-size: 120% !important; }

#toc { 
    font-family: Helvetica, Arial, sans-serif;background: #cccccc;font-size: 125%;
}
#toc .tocline { margin-bottom: 0.2em; }
#toc .tocindent { font-size:125% !important; }
*/

/* correcting problems with nav and toolbox */
/*

#p-nav .pBody {
    width: 11.8em;
    border: none;
    margin: 0 0 0.5em 0em;
    float: none;
    overflow: hidden;
    font-size: 120%;
    border-collapse: collapse;
    border: 1px solid #aaaaaa;
    padding: 0 0.4em 0.3em .3em;
}
#p-nav ul {
    line-height: 1.3em;
    list-style-type: square;
    font-size:120%;
    margin: 0.2em 0 0 1.5em;
    padding:0;
    text-align:left;
    text-transform: none;
}
*/

.skin-vector-2022 .skin--responsive {
  /*color: green;*/
}
.skin-vector-2022 :not(.skin--responsive) {
  /*color: blue; */
/* if responsive unticked */
}
}