X-Git-Url: http://git.nguyen.vg/gitweb/?a=blobdiff_plain;f=themes%2FuPsud.css;h=bd95f873f288b3b54f69a6b10b3b05ee99971005;hb=HEAD;hp=ea22813fb996bf78d12550188d482a00307919e9;hpb=ae166ab0660578706ca96ded3b12730d1cc90c7a;p=hacks%2FsimpleWebSlides.git diff --git a/themes/uPsud.css b/themes/uPsud.css index ea22813..bd95f87 100644 --- a/themes/uPsud.css +++ b/themes/uPsud.css @@ -1,5 +1,6 @@ @import url(https://fonts.googleapis.com/css?family=Armata&subset=latin,latin-ext); @import url(https://fonts.googleapis.com/css?family=Inconsolata:400,700&subset=latin,latin-ext); +@import url("cm.css"); /**** structure of the slide in this theme: no-header @@ -105,7 +106,7 @@ h1 { src: url("DIN-Medium.ttf") format("truetype"); font-family: "DIN"; font-style: "normal"; - font-weight: "medium"; + font-weight:"medium"; } @font-face { @@ -355,4 +356,25 @@ u { kbd { color: #393938; font-family:inherit; +} + +var, cite { + /* color: #696968; */ + color: #00486c; + font-family:'Computer Modern Serif'; + font-style: normal; + font-weight:bold; + +} +cite { + display:block; + text-align:center; +} + +dl.codelist dt { + font-family: 'Inconsolata', monospace; +} + +.solidbg { + background:white; } \ No newline at end of file