From: Arthur Axel 'fREW' Schmidt Date: Sat, 1 May 2010 08:20:56 +0000 (-0500) Subject: make emphasizing parts of code blocks more easy X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=fa4601645ef1fd6327f011b6e6b52f5736906a01;p=dbsrgits%2Fdbix-class-introduction-presentation.git make emphasizing parts of code blocks more easy --- diff --git a/ui/scala_utf/pretty.css b/ui/scala_utf/pretty.css index dbc70cc..4d4b22f 100644 --- a/ui/scala_utf/pretty.css +++ b/ui/scala_utf/pretty.css @@ -24,7 +24,8 @@ sup {font-size: smaller; line-height: 1px;} .slide code {padding: 2px 0.25em; font-weight: bold; color: #f30;} .slide code.bad, code del {color: red;} .slide code.old {color: silver;} -.slide pre {padding: 0; margin: 0.25em 0 0.5em 0.5em; color: #f30; font-size: 90%;} +.slide pre {padding: 0; margin: 0.25em 0 0.5em 0.5em; font-size: 90%;} +.slide pre strong { color: #f30; } .slide pre code {display: block;} .slide ul {margin-left: 5%; margin-right: 7%; list-style: disc;} .slide li {margin-top: 0.75em; margin-right: 0;} @@ -93,4 +94,4 @@ table.fs66 tr td, table.fs66 tr th, div.fs66, pre.fs66, p.fs66 ,ul.fs66 {font-si table.fs50 tr td, table.fs50 tr th, div.fs50, pre.fs50, p.fs50 ,ul.fs50 {font-size: 0.5em; } #soundmanager-debug {position:fixed; top:0px; right:0px; width:30em; height:20em; overflow:auto; border:1px solid red; padding:1em; margin:2em; font-family:"sans serif"; font-size: 12px;color: black; background-color:#f6f6f6; z-index: 100;} -#soundmanager-debug code {font-size: 11px;} \ No newline at end of file +#soundmanager-debug code {font-size: 11px;}