Browse Source

Minor fixes in themes

simov 8 years ago
parent
commit
967ae35564
3 changed files with 8 additions and 25 deletions
  1. 1 2
      themes/godspeed.css
  2. 6 22
      themes/markdown5.css
  3. 1 1
      themes/radar.css

+ 1 - 2
themes/godspeed.css

@@ -216,8 +216,7 @@ figcaption {
 
 h1, /* White-space mentions in order to force wrapping */
 h2,
-a:link,
-pre {
+a:link {
   white-space:      pre;      /* CSS 2.0 */
   white-space:      pre-wrap; /* CSS 2.1 */
   white-space:      pre-line; /* CSS 3.0 */

+ 6 - 22
themes/markdown5.css

@@ -3,28 +3,18 @@ body{
     background-color:white;
 
 /*	--------- FONT FAMILY --------
-    following are some optional font families. Usually a family 
-    is safer to choose than a specific font, 
+    following are some optional font families. Usually a family
+    is safer to choose than a specific font,
     which may not be on the users computer		*/
     font-family:Georgia, Palatino, serif;
-/    font-family:"Book Antiqua", Palatino, serif;
-/    font-family:Arial, Helvetica, sans-serif;
-/    font-family:Tahoma, Verdana, Geneva, sans-serif;
-/    font-family:Courier, monospace;
-/    font-family:"Times New Roman", Times, serif;
 
 /*	-------------- COLOR OPTIONS ------------
     following are additional color options for base font
-    you could uncomment another one to easily change the base color 
-    or add one to a specific element style below         */		
+    you could uncomment another one to easily change the base color
+    or add one to a specific element style below         */
     color: #333333; /* dark gray not black */
-/    color: #000000; /* black */
-/    color: #666666; /* medium gray  black */	
-/    color: #E3E3E3; /* very light gray */
-/    color: white; 
 
     line-height: 1;
-/    max-width: 960px;
     max-width: 800px;
     padding: 30px;
     font-size: 18px;
@@ -32,9 +22,7 @@ body{
 
 
 p   {
-/    font-size: 22px;
     line-height: 150%;
-/    max-width: 540px;
     max-width: 960px;
     font-weight: 400;
      color: #333333
@@ -42,7 +30,6 @@ p   {
 
 
 h1, h2, h3, h4 {
-/    color: #111111;
     font-weight: 400;
 }
 
@@ -60,7 +47,6 @@ h1 {
 
 h2 {
     font-size:150%
-/    margin: 24px 0 6px; 
 }
 
 h3 {
@@ -106,7 +92,7 @@ ul {
 }
 
 li {
-     line-height:150%    
+     line-height:150%
 }
 li ul, li ul {
     margin-left: 24px;
@@ -134,7 +120,6 @@ blockquote {
     max-width: 476px;
 }
 blockquote  cite {
- /   font-size:14px;
     line-height:20px;
     color:#bfbfbf;
 }
@@ -142,12 +127,11 @@ blockquote cite:before {
     content: '\2014 \00A0';
 }
 
-blockquote p {  
+blockquote p {
     color: #666;
     max-width: 460px;
 }
 hr {
-/    width: 540px;
     text-align: left;
     margin: 0 auto 0 0;
     color: #999;

+ 1 - 1
themes/radar.css

@@ -6,7 +6,7 @@ body {
   font-size: 17px;
 
   color: #333;
-}}
+}
 
 h1, h2, h3, h4, h5, h6 {
   color:#222;