X-Git-Url: http://git.nguyen.vg/gitweb/?a=blobdiff_plain;f=themes%2FuPsud.css;h=bd95f873f288b3b54f69a6b10b3b05ee99971005;hb=HEAD;hp=7c57e5359ae13158c41d1f88294dd690b30a90d3;hpb=fbae01b7356bbe34b060bbfe7f8ded387dbfa905;p=hacks%2FsimpleWebSlides.git diff --git a/themes/uPsud.css b/themes/uPsud.css index 7c57e53..bd95f87 100644 --- a/themes/uPsud.css +++ b/themes/uPsud.css @@ -106,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 { @@ -358,8 +358,23 @@ kbd { font-family:inherit; } -var { - color: #696968; +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