.
[hacks/simpleWebSlides.git] / themes / uPsud.css
index ea22813..b965aea 100644 (file)
@@ -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,17 @@ 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;
 }
\ No newline at end of file