changeset 2:9949bf3a5742

fix
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Fri, 16 Jun 2017 14:26:35 +0900
parents e0c5ecada999
children 199b0b0c80a7
files gpuvdm-cr.css gpuvdm-cr.ind
diffstat 2 files changed, 100 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/gpuvdm-cr.css	Fri Jun 16 14:26:35 2017 +0900
@@ -0,0 +1,98 @@
+
+@import url(ui/s6/projection.css); /* required to make the slide show run at all */
+     
+body { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; }
+
+html {background:#fff url(ui/themes/flower/bodybg.jpg) no-repeat;}
+
+a:link, a:visited { color: black; }
+
+.slide h1 { font-size: 30pt;  }
+
+.slide h1 {  text-align: center; }
+
+.slide h1.fullscreen { position: absolute;
+                       top: 40%;
+                       width: 100%; }
+
+/* lets you create slides with no heading (because heading is hidden but gets included in toc) */
+.slide h1.hidden     { display: none; }
+
+
+.slide h2 { font-size: 28pt;  }
+
+h3 { font-size: 25pt;  }
+
+/* todo: add special formating for .cover slide
+   lets you use h1(cover). for title/cover slide (a la S5 slide0) but more generic (not bound to 1st slide)
+*/
+
+.cover h1 { /* tbd */ }
+.cover h2 { /* tbd */ }
+
+/* todo: add special formating for h1, h2 in footer */
+
+#footer h1 { /* tbd */ }
+#footer h2 { /* tbd */ }
+
+
+p, li, dt, dd, td, th { font-size: 18pt; }
+
+ul { list-style-type: square; }    
+
+/**********************************/
+/* general text-alignment classes */
+
+.left   { text-align: left; }
+.center { text-align: center; }
+.right  { text-align: right;  }
+
+/**********************************/
+/* general font-size classes      */
+
+.small { font-size: 97%; }
+
+.x-small,
+.smaller { font-size: 88%; }
+
+.xx-small,
+.smallest,
+.tiny      { font-size: 82%; }
+
+
+
+pre { font-size: 16pt;  }
+
+.code { 
+        background-color: azure;
+        padding: 5px;
+      }
+     
+.footnote a:first-of-type  { text-decoration: none; }
+
+
+p.small  { font-size: 97%; }
+
+p.x-small,
+p.smaller,  
+p.footnote { font-size: 88%; }
+
+p.xx-small,
+p.smallest,
+p.tiny     { font-size: 82%; }
+
+
+.help p,
+.help td  { font-size: 88%; }
+
+ 
+.step { color: silver; }
+/* or hide next steps e.g.  .step { visibility: hidden; } */
+.stepcurrent { color: black; }
+
+
+
+table#ajax      { width: 100%; }
+
+table#ajax td   { text-align: center; }
+
--- a/gpuvdm-cr.ind	Fri Jun 16 13:44:46 2017 +0900
+++ b/gpuvdm-cr.ind	Fri Jun 16 14:26:35 2017 +0900
@@ -160,9 +160,9 @@
 
 No nVidia GPU ... (sad) ( it was supported in old MBP or old Mac Pro )
 
---TreeVNC
+-- TreeVNC
 
-VNC stands for Virtual Network Computing.
+VNC stands for Virtual Network Computing
 
 It is actually a network protocol called RFB ( Remote Frame Buffer )