User:CA/common.css

From CODECS: Online Database and e-Resources for Celtic Studies

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.
a:link, a:visited {
	color:#1E544C;
	//color:#5e7869;
}

a:hover, a:active, a:focus {
    color: #0F5A33;
    //color:#5e7869;
}

.mw-body {
	margin-bottom:0rem;
}
#catlinks {
	background-color:#bdcebc;
	padding: 20px;
	margin-top:0rem;
}
#catlinks a:link {
    color: #4e531f;
}
#catlinks a:hover {
    color: #000;
}
#catlinks:empty {
    display: none;
}
.mw-body h1, .mw-body h2 {
    margin-top: 0rem;
}
h1 {
	font-weight:300;
}
h2 {
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size:1.4rem;
}
h3, h4 {
	font-weight:600;
}
h1, h2, h3, h4 {
	color:#672b38;
}
.heading--sources {
    color: #87837c;
    font-size: 2.5rem;
}

.ms-toc__item .ms-toc__item-border {
    border-bottom: 1px dotted #bdcebc;
}

.bg-sources {
	background-color:#E2DBD5; 
	/* background-color:#d5d2cd; */
}
.bg-sources a:link, .bg-sources a:visited {
	color:#907a6d;
}
.bg-sources a:hover {
	color:black;
}
.navbar-nav.navmenu-codecs > li.nav-item > a.nav-link::before {
	bottom: -1.15rem;
	height: 0.1rem;
}


.CodeMirror pre {
    font-family: Consolas;
    font-size: 16px;
   }
textarea {
    font-weight: normal;
    font-family: Consolas;
}

pre, .mw-code {
    font-weight: normal;
    font-size:110%;
    //color: white;
	color:inherit;
	//background-color: #410001;
    background-color: inherit;
}

/* TESTING */

body, html {
  /*font-size:15px; */
}

/*
a:link, a:visited {
    color: #117098;
}
a:hover, a:active, a:focus {
    color: #046690;
}
*/