User:DG/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.
/*
@import url("//www.vanhamel.nl/common/fonts-jost2/jost.css");
body {
	font-family: "Jost", "Fira Sans","Open Sans","Arial","-apple-system","BlinkMacSystemFont","Segoe UI",Roboto,"Helvetica Neue","Noto Sans","sans-serif","Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}
*/

body {
	font-family: "Source Sans Pro", "Fira Sans", "Open Sans","Arial","-apple-system","BlinkMacSystemFont","Segoe UI",Roboto,"Helvetica Neue","Noto Sans","sans-serif","Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}

#bodyContent {
   // min-height: 80vh;
}
.mw-body {
	//flex: 1 0 auto;
	margin-bottom:0rem;
}

h1, .entry-heading-title {
	//font-weight: 300;
	//color: #403940;
}

/*temp
body {
	font-family: "Merriweather Sans";
	font-weight:300;
}
*/

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

.navbar-nav.navmenu-codecs > li.nav-item > a.nav-link::before {
	bottom: -1.15rem;
	height: 0.1rem;
}


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

/* TESTING */


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


/*Test*/

.section-top.bg-brand-red {
	background-color: #9CB1A3;
}

/* CETEIcean/Ace */
.ns-350 .wikiEditor-ui-text {
	max-width: 1250px;
	margin: 0 auto 5rem auto;
}
.ns-350 .wikiEditor-ui .ace_editor {
	font-size: 1rem;
}
tei-figure tei-head {
  padding: .3em;
  font-family: inherit;
  font-weight: normal;
  font-size: inherit;
}
tei-listWit, tei-witlist {
	margin-bottom:1em;
}

/* Test 14 Sept 2023 - margins top/bottom aligned to p tags */
.mw-content-ltr ul, 
.mw-content-rtl .mw-content-ltr ul { 
 	margin: 0 0 1rem .7rem;
}
ul.list-inline-b3 {
	margin-left: 0 !important;
}