MediaWiki:Common.css: Difference between revisions

From Delaware DOT Construction Manual
Jump to navigation Jump to search
No edit summary
No edit summary
Line 27: Line 27:
     font-weight: bold;
     font-weight: bold;
}
}
.backtotop a { color: white; font-weight: bold; }
.backtotop a:hover { text-decoration: none; }

Revision as of 13:00, 25 February 2022

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

.tocnumber { display: none; }


/* --------- Changing TOC design ------- */

#mw-toc-heading {
  font-size: 100%;
  writing-mode: ;
}


/* ------------------------------------- */

/* ---------- Unordered list with white text and white bullet ------------- */

ul.white {
    list-style-image: url("http://png.com/ellipse.png");
    color: white;
}

/* ---------- Bold and Blue text ------------- */

.blue {
    color: #4472C4; 
    font-weight: bold;
}

.backtotop a { color: white; font-weight: bold; }
.backtotop a:hover { text-decoration: none; }