/* Wiki Formatting ---------------------------------------- */

/* Definitions: SYNTAX (?RWD Responsive Web Design?) */

/* Strike through text: SYNTAX --text-- */


/* Horizontal rule: SYNTAX ---- */

/* No line break */

/** List-related *************************************************************/

/* SYNTAX "  *", "  1.", etc. */

ul, ol {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
}

/** Header related ***********************************************************/

h1, h2 {
	margin: 0 0 5px;
	padding: 0;
	font-weight: normal;
	line-height: 1.2;
}

/* SYNTAX ==, ===, ====, =====, ======, ======= */

h1 {
	font-size: 24px;
	padding-top: 5px;
	padding-bottom: 2px;
	line-height: 110%;
	color: #235e9a;
}
h2 { font-size: 20px; margin-top: 20px; border-bottom: 3px dotted #ddd; color: #204a87;}

/* Centered text: SYNTAX %%(wacko wrapper=text wrapper_align=center)text%% */

/* Indent text: SYNTAX "  ", "  1.", etc. */

/** Revisions-related *********************************************************/

/* Displays text: "This is an old revision of..." */

/* Simple differences */

/* Default differences */

/** Code wrapper-related ************************************************************/

/* Code areas: SYNTAX %%code%% */

.code {
	background: #fcfcfc;
	border: 1px lightgray solid;
	font-family: var(--ww-font-monospace);
	font-size: 14px;
	border-radius: .1rem;
	padding: 0.25em;
	overflow: auto;
	white-space: pre-wrap;
}

	/* hl numbers li */

	/* hl numbers table */

/** Table-related ************************************************************/

/* Bordered tables: SYNTAX #|| || Here | there || ||# */
.usertable {
	border: 1px none;
	border-collapse: collapse;
	background-color: #fff;
}

.usertable th {
	background-color: #eee;
}

.usertable td,
.usertable th {
	border: 1px solid #ccc;
	padding: 4px;
	vertical-align: top;
}

.usertable tr:hover {
	background-color: var(--ww-hover-primary);
}

/* .usertable > tbody > tr:nth-of-type(2n+1) {
	background-color: #f9f9f9;
} */

/* 100%-width tables: SYNTAX #| || Here | there || |# */

/* Inside the table of content: SYNTAX {{toc}} */
#toc {
	margin: 0;
	padding: 0;
}
#toc li {
	list-style: none;
	font-weight: bold;
}
span.tocnumber {
	margin: 0 0.3em 0 0;
}

/** File-related ************************************************************/

.media-center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.media-center {
	margin: .2em auto;
}

/* special case to align figure with caption as center */

/** Email-related ************************************************************/

/* Quoted message on new email */

/* Quotes: SYNTAX <[text]> */

/* Paragraphs */
p.auto { margin: 0; padding: 0; font-size: 100%; }

/** Text highlighter-related *************************************************/

/* SYNTAX %%(chat)%% */

/* SYNTAX %%(css)%% */

/* SYNTAX %%(hl xyz)%% */

/* SYNTAX %%(html)%% */

/* SYNTAX %%(ini)%% */

/* SYNTAX %%(sql)%% */

/** Wrapper-related **********************************************************/

/* SYNTAX %%(wrapper xyz)%% */

/* Important colored text: SYNTAX !!(red)text!! */

/* Fixed width text: SYNTAX ##monospace## */

/* Important text: SYNTAX !!text!! */

/* underline text: SYNTAX __text__ */
.underline { text-decoration: underline; }

/* Highlighted text: SYNTAX ??text?? */

/* Highlighted text: SYNTAX ??(green)text?? */

/* InterWiki links: SYNTAX (HostPrefix:Term) */

/* Wiki links: SYNTAX (prefix://) */
span.icon{
	/* ! required for span width -> inline element */
	display: inline-block;
	height: 16px;
	width: 0;
	vertical-align: text-bottom;
}

a.external-link .icon {
	background: rgba(0, 0, 0, 0) url('./../icon/light/web.svg') no-repeat scroll left center;
	padding-left: 17px;
}

/* lockicon */
/* keyicon */

/* mime */

/* Callouts: SYNTAX %%(info type="warning" title="Warning")text%% */

/* 1. default */

/* 2. note */

/* 3. warning */

/* 4. success */

/* 5. question */

/* 6. error */

/* 7. example */

/* 8. quote */
/* 9. important */

/* Info container */

/* mod ascrnet */

@font-face {
	font-family: AtariFont;
	src: url('./../icon/atarifont.ttf') format('truetype');
}
