/*
 Theme Name:     Twenty Thirteen For Netfuture
 Theme URI:      https://netfuture.ch/twentythirteen-netfuture/
 Description:    Twenty Thirteen For Netfuture
 Author:         Marcel Waldvogel
 Author URI:     https://netfuture.ch
 Template:       twentythirteen
 Version:        1.0.0
*/

@import url("../twentythirteen/style.css");

/* =Theme customization starts here
-------------------------------------------------------------- */
table.alignright { float: right; }
table.explain, table.explain th, table.explain td { border: 1px solid white; padding: 5px 5px 5px 5px;}
table.explain thead tr th { background:#ffff00; text-align: center;}
table.explain td { vertical-align: top; line-height: 110%;}
table.explain td:first-child { background:#ffff00; font-weight:bold;}
table.explain tr:nth-child(even) { background:#ffffc0;}
table.explain tr:nth-child(even) { background:#ffffe0;}

table.compare, table.compare th, table.compare td	{ border: 1px solid white; padding: 5px 5px 5px 5px;}
table.compare thead tr th        			{ background:#b0b0b0; text-align: left;}
table.compare td                 			{ vertical-align: top; line-height: 110%;}
table.compare td:first-child     			{ background:#b0b0b0; font-weight:bold;}
table.compare tr:nth-child(even) 			{ background:#c0c0c0;}
table.compare tr:nth-child(odd)  			{ background:#d0d0d0;}
table.compare tr.green td:first-child     		{ background:#b0ffb0; font-weight:bold;}
table.compare tr.green:nth-child(even) 			{ background:#c0ffc0;}
table.compare tr.green:nth-child(odd) 			{ background:#d0ffd0;}
table.compare tr.yellow1 td:first-child     		{ background:#f0ffb0; font-weight:bold;}
table.compare tr.yellow1:nth-child(even) 		{ background:#f0ffc0;}
table.compare tr.yellow1:nth-child(odd) 		{ background:#f0ffd0;}
table.compare tr.yellow2 td:first-child     		{ background:#fff0b0; font-weight:bold;}
table.compare tr.yellow2:nth-child(even) 		{ background:#fff0c0;}
table.compare tr.yellow2:nth-child(odd) 		{ background:#fff0d0;}
table.compare tr.red td:first-child     		{ background:#ffb0b0; font-weight:bold;}
table.compare tr.red:nth-child(even) 			{ background:#ffc0c0;}
table.compare tr.red:nth-child(odd) 			{ background:#ffd0d0;}

/* =SEO
----------------------------------------------- */
h1 { font-size: 1.5em; }
h2 { font-size: 1em; margin-top: 0em; margin-bottom: 0.2em; }
header.entry-header { margin-bottom: 0.5em; }
pre.tp_bibtex { font-size: 0.8em; }

/* =Simple post series
----------------------------------------------- */
div.mbk_simple_series_wrapper { display:block; background: #f9f9f9; padding-bottom: 0.1em; clear:both;line-height:1.5;}
span.mbk_simple_series_title { font:italic 300 20px "Source Sans Pro",Helvetica,sans-serif; margin:0px 0px 10px;}
div.mbk_simple_series_wrapper ol { padding-top: 1em;}
/* div.mbk_simple_series_wrapper ol li.mbk_simple_series_list_item, a.mbk_simple_series_link_prev, a.mbk_simple_series_link_next { line-height: 110%;} */
a.mbk_simple_series_list_current_item { font-weight:bold;}
a.mbk_simple_series_link_prev { float:left; text-width: 30%;}
a.mbk_simple_series_link_next { float:right; text-width: 30%;}

/* =Nicer code tag
 * Need to override the <a> color for the border (why the hell does <a> set a border color?!)
----------------------------------------------- */
code, a code, code a { margin:0; padding:0px 4px 0px 4px; border:solid 1px; border-color:#f9f9ff #c0c0d0 #c0c0d0 #f9f9ff; font-size:100%; vertical-align:baseline; background:#f0f0f9; }
.entry-content blockquote, blockquote {font-size: 100%; font-style: normal;}

/* =Nicer pre tag
----------------------------------------------- */
pre { overflow: scroll; white-space: pre; word-wrap: normal; }
