diff --git a/book.css b/book.css index d1824af..2df418f 100644 --- a/book.css +++ b/book.css @@ -28,3 +28,113 @@ TD.eqno { } /* equation-number cells */ /* document-specific styles come next */ + +HTML { + background: #ffffff; + color: #000000; + font-size: 12.7pt; /* this is because there were many

missing. We can change this value to 7pt to easily detect missing

*/ + line-height: 1.6; + +} +BODY { + width: 6.5in; + margin-left: 0.8in; + font-family: Georgia, serif; + } +H1 { + font-size: 22.7pt; /*32.7pt;*/ + text-align: center; +} +H2 { + font-size: 22.7pt; + text-align: center; +} +H3 { + font-size: 14.7pt; + text-align: left; +} +H4 { + font-size: 12.7pt; + text-align: left; +} +H5 { + font-size: 10.7pt; + text-align: left; +} +H6 { + font-size: 10.7pt; + text-align: left; +} +PRE { + font-size: 80%; + background-color:rgb(240, 240, 240); + text-align: left; +} + +ol{ + font-size: 14.5pt; + text-align: left; + line-height: 1.6; + } + + +p{ + font-size: 12pt; + text-align: left; + line-height: 1.6; +} + +/* standard link */ + +a:link { + text-decoration: none; + color: #006699; +} + +a:visited { + text-decoration: none; + color: #006699; +} + +a:hover { + + background-color:#eeeee4; +} + +a:active { + text-decoration: none; + color: blue; +} + +IMG { + + /*display: block;*/ + margin: 0 auto; + width: auto; + filter: brightness(1) contrast(1); + +} + +/* responsive css for small "devices" */ + +@media screen and (max-device-width: 700px) { + body { + padding: 10px; + width: auto; + margin-left: 6px; + } + H1 {font-size: 25pt;} + IMG {max-width: 100%; height: auto;} +} + +/* responsive css for small "browser window" */ + +@media screen and (max-width: 701px) { + body { + padding: 10px; + width: auto; + margin-left: 6px; + } + H1 {font-size: 25pt;} + IMG {max-width: 100%; height: auto;} +} \ No newline at end of file diff --git a/book.html b/book.html index 4aea402..25732ae 100644 --- a/book.html +++ b/book.html @@ -1,4 +1,4 @@ - + + + + + book @@ -26,19 +30,19 @@ original version by: Nikos Drakos, CBLU, University of Leeds next + SRC="next.png"> up + SRC="up_g.png"> previous + SRC="prev_g.png"> contents + SRC="contents.png"> index + SRC="index.png">
Next: #1 @@ -50,12 +54,16 @@ original version by: Nikos Drakos, CBLU, University of Leeds
+ +