[Gmp-commit] /var/hg/www: Update more files to use css, main colour scheme.

mercurial at gmplib.org mercurial at gmplib.org
Mon Nov 21 21:22:09 UTC 2016


details:   /var/hg/www/rev/c747265a5187
changeset: 250:c747265a5187
user:      Torbjorn Granlund <tg at gmplib.org>
date:      Mon Nov 21 22:22:05 2016 +0100
description:
Update more files to use css, main colour scheme.

diffstat:

 devel/incompatibility.html |  16 +++++-----
 devel/index.html           |   4 +-
 devel/perfguard.html       |  66 +++++++++++++++++++++++-----------------------
 3 files changed, 43 insertions(+), 43 deletions(-)

diffs (166 lines):

diff -r 83b024029328 -r c747265a5187 devel/incompatibility.html
--- a/devel/incompatibility.html	Mon Nov 21 22:00:41 2016 +0100
+++ b/devel/incompatibility.html	Mon Nov 21 22:22:05 2016 +0100
@@ -4,7 +4,7 @@
   <title>GMP incompatible changes</title>
   <link rel="shortcut icon" href="favicon.ico">
   <link rel="stylesheet" href="new.css">
-  <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
+  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
   <style type="text/css"> td {padding-left:4pt; padding-right:4pt;}</style>
   <style type="text/css"> th {padding-left:4pt; padding-right:2pt;}</style>
 </head>
@@ -12,24 +12,24 @@
 <body>
 
 <div id="top">
-  <table width="100%" bgcolor="#e8e8e8">
+  <table style="width:100%; background-color:#808080;">
     <tr>
-      <td align="left">
+      <td style="text-align:left;">
 	<svg width="180px" height="60px" version="1.1"
 	     viewBox="0 0 1500 500"
 	     xmlns="http://www.w3.org/2000/svg">
-	  <rect x="0" y="0" width="1500" height="540" fill="#e8e8e8" />
+	  <rect x="0" y="0" width="1500" height="540" fill="#808080" />
 	  <text x="0" y="440" fill="#c00000"  font-size="540" font-family="arial" font-weight="bold">
 	    GMP
 	  </text>
-	  <text x="50" y="500" font-size="70" font-family="Verdana">
+	  <text x="50" y="500" font-size="70" font-family="Verdana" fill="#ffffff">
 	    «Arithmetic without limitations»
 	  </text>
 	</svg>
       </td>
       <td style="text-align:center;">
-	<span style="font-size:200%;">GMP incompatible changes</span> <br>
-	<span style="font-size:75%;">Last modified: 2016-11-21 </span>
+	<span style="font-size:200%">GMP incompatible changes</span> <br>
+	<span style="font-size:75%">Last modified: 2016-11-21 </span>
       </td>
     </tr>
   </table>
@@ -115,7 +115,7 @@
 </div>
 
 <div id="footer">
-<table style="width:100%; background-color:#e8e8e8;">
+<table style="width:100%; background-color:#808080;">
   <tr>
     <td style="text-align:center;">
       <div style="font-size:80%">
diff -r 83b024029328 -r c747265a5187 devel/index.html
--- a/devel/index.html	Mon Nov 21 22:00:41 2016 +0100
+++ b/devel/index.html	Mon Nov 21 22:22:05 2016 +0100
@@ -29,8 +29,8 @@
 	</svg>
       </td>
       <td style="text-align:center;">
-	<span style="font-size:200%; color:#ffffff">GMP developers' corner </span> <br>
-	<span style="font-size:75%; color:#ffffff">Last modified: 2016-11-21 </span>
+	<span style="font-size:200%">GMP developers' corner </span> <br>
+	<span style="font-size:75%">Last modified: 2016-11-21 </span>
       </td>
     </tr>
   </table>
diff -r 83b024029328 -r c747265a5187 devel/perfguard.html
--- a/devel/perfguard.html	Mon Nov 21 22:00:41 2016 +0100
+++ b/devel/perfguard.html	Mon Nov 21 22:22:05 2016 +0100
@@ -4,7 +4,7 @@
   <title>GMP performance guard</title>
   <link rel="shortcut icon" href="favicon.ico">
   <link rel="stylesheet" href="new.css">
-  <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
+  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
   <style type="text/css"> td {padding-left:4pt; padding-right:4pt;}</style>
   <style type="text/css"> th {padding-left:4pt; padding-right:2pt;}</style>
 </head>
@@ -12,26 +12,27 @@
 <body>
 
 <div id="top">
-<table width="100%" bgcolor="#e8e8e8">
-  <tr>
-    <td align="left">
-      <svg width="180px" height="60px" version="1.1"
-	   viewBox="0 0 1500 500"
-	   xmlns="http://www.w3.org/2000/svg">
-	<rect x="0" y="0" width="1500" height="540" fill="#e8e8e8" />
-	<text x="0" y="440" fill="#c00000"  font-size="540" font-family="arial" font-weight="bold">
-	  GMP
-	</text>
-	<text x="50" y="500" font-size="70" font-family="Verdana">
-	  «Arithmetic without limitations»
-	</text>
-      </svg>
-    </td>
-    <td align="center">
-      <font size="+2">GMP performance guard</font>
-    </td>
-  </tr>
-</table>
+  <table style="width:100%; background-color:#808080;">
+    <tr>
+      <td style="text-align:left;">
+	<svg width="180px" height="60px" version="1.1"
+	     viewBox="0 0 1500 500"
+	     xmlns="http://www.w3.org/2000/svg">
+	  <rect x="0" y="0" width="1500" height="540" fill="#808080" />
+	  <text x="0" y="440" fill="#c00000"  font-size="540" font-family="arial" font-weight="bold">
+	    GMP
+	  </text>
+	  <text x="50" y="500" font-size="70" font-family="Verdana" fill="#ffffff">
+	    «Arithmetic without limitations»
+	  </text>
+	</svg>
+      </td>
+      <td style="text-align:center;">
+	<span style="font-size:200%">GMP performance guard</span> <br>
+	<span style="font-size:75%">Last modified: 2016-11-21 </span>
+      </td>
+    </tr>
+  </table>
 </div>
 
 <div id="container">
@@ -122,28 +123,27 @@
 </div>
 
 <div id="footer">
-<font size="-4">Last modified: 2016-11-21 </font>
-<table cellpadding=0 width="100%" bgcolor="#e8e8e8">
+<table style="width:100%; background-color:#808080;">
   <tr>
-    <td align="center">
-      <font size="-3">
-	Please send comments about this page to gmp-discuss<font> at </font>gmplib.org
-      </font>
+    <td style="text-align:center;">
+      <div style="font-size:80%">
+	Please send comments about this page to gmp-discuss<div style="display:inline;"> at </div>gmplib.org
+      </div>
     </td>
   </tr>
   <tr>
-    <td align="center">
-      <font size="-3">
+    <td style="text-align:center;">
+      <div style="font-size:80%;">
 	Copyright 2013 Free Software Foundation
-      </font>
+      </div>
     </td>
   </tr>
   <tr>
-    <td align="center">
-      <font size="-3">
+    <td style="text-align:center;">
+      <div style="font-size:80%;">
 	Verbatim copying and distribution of this entire article is permitted
 	in any medium, provided this notice is preserved.
-      </font>
+      </div>
     </td>
   </tr>
 </table>


More information about the gmp-commit mailing list