[Pcsclite-cvs-commit] r6513 - in /website: ccid.html default.css index.html pcsclite.html

rousseau at users.alioth.debian.org rousseau at users.alioth.debian.org
Sat Jan 26 15:47:40 UTC 2013


Author: rousseau
Date: Sat Jan 26 15:47:39 2013
New Revision: 6513

URL: http://svn.debian.org/wsvn/pcsclite/?sc=1&rev=6513
Log:
Use new CSS style

Modified:
    website/ccid.html
    website/default.css
    website/index.html
    website/pcsclite.html

Modified: website/ccid.html
URL: http://svn.debian.org/wsvn/pcsclite/website/ccid.html?rev=6513&op=diff
==============================================================================
--- website/ccid.html (original)
+++ website/ccid.html Sat Jan 26 15:47:39 2013
@@ -352,13 +352,9 @@
 	  href="http://cvs.fedoraproject.org/viewvc/rpms/ccid/">source</a> or <a
 	  href="http://download.fedora.redhat.com/pub/fedora/linux/development/">package.</a></p>
 
-  <hr>
-
-<p>
-<a href="http://validator.w3.org/check/referer"><img src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!"></a> 
-<a href="http://jigsaw.w3.org/css-validator/"><img src="http://jigsaw.w3.org/css-validator/images/vcss" alt="Valid CSS!"></a> 
+<div id="footer">
 <tt>$Id$</tt>
-</p>
+</div>
 
   <script type="text/javascript">
 var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");

Modified: website/default.css
URL: http://svn.debian.org/wsvn/pcsclite/website/default.css?rev=6513&op=diff
==============================================================================
--- website/default.css (original)
+++ website/default.css Sat Jan 26 15:47:39 2013
@@ -1,16 +1,25 @@
-body{margin:10px;padding:0px;background:#fff;color:#000;font-family:Sans-Serif;}
-h1{padding:4px;text-align:center;border:4px double #000;background:#ff8;}
-h2{padding:4px;border:1px solid #888;background:#ffa;}
-h3{padding:4px;background:#ffc;}
-table{margin-left:auto;margin-right:auto;margin-bottom:10px;border-collapse:collapse;}
-table, th, td { border: 1px solid black; text-align: center; }
+body{font-family:Sans-Serif;}
+#nav{background:red;}
+#footer{background:#EEE;border-style:solid;border-width:1px;text-align:center;font-size:80%;padding:8px;}
+
+#body{margin:10px;padding:0px;background:#fff;color:#000;font-family:Sans-Serif;}
+h1{padding:4px;text-align:center;border:4px double #000;background:#ffd;}
+h2{padding:4px;padding-left:10px;margin:5px;border:2px solid #888;background:#ffd;}
+h3{padding:4px;padding-left:15px;margin:5px;border:1px solid #888;background:#ffd;}
+h4{padding:4px;padding-left:15px;margin:5px;background:#ffd;}
+table{border:0;margin-left:auto;margin-right:auto;margin-bottom:10px;}
 th{background:#bbd;padding:2px;}
-td{padding:2px}
+td{padding:2px;border-bottom:1px dotted #bbd;}
 img{border:0;}
 blockquote{font-weight:bold;font-size:80%;}
 a{text-decoration:none;} 
-a, a:active, a:visited {}
-a:hover {background:#ff0;border-bottom:1px solid blue;}
+a, a:active, a:visited {border-bottom:1px solid white;
+transition-duration: .5s; transition-timing-function: ease;
+-moz-transition-duration: .5s; -moz-transition-timing-function: ease;
+-webkit-transition-duration: .5s; -webkit-transition-timing-function: ease;
+-o-transition-duration: .5s; -o-transition-timing-function: ease;
+} 
+a:hover {background:yellow;color:red;border-bottom:1px solid red;}
 .headtext{color:#889;text-align:center;}
 #directory{text-align:center;margin-left:auto;margin-right:auto;}
 #bandwidth{color:#889;text-align:center;font-size:75%;}
@@ -21,9 +30,5 @@
 .kver{text-align:center;color:#004;font-size:90%;}
 .pvkey{color:#400;font-size:66%;}
 p{margin:10px;}
-span.note{background:fuchsia;}
-span.features{background:yellow;}
-span.limitations{background:red;}
-span.url{}
-span.release{color:gray;}
-code { background: #ffd; }
+.reader{width:50%; float: left;}
+.end_flottant{clear:both;}

Modified: website/index.html
URL: http://svn.debian.org/wsvn/pcsclite/website/index.html?rev=6513&op=diff
==============================================================================
--- website/index.html (original)
+++ website/index.html Sat Jan 26 15:47:39 2013
@@ -85,12 +85,9 @@
 
 		</ul>
 
-<hr>
-<p>
-<a href="http://validator.w3.org/check/referer"><img src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!"></a> 
-<a href="http://jigsaw.w3.org/css-validator/"><img src="http://jigsaw.w3.org/css-validator/images/vcss" alt="Valid CSS!"></a> 
+<div id="footer">
 <tt>$Id$</tt>
-</p>
+</div>
 
 <script type="text/javascript">
 var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");

Modified: website/pcsclite.html
URL: http://svn.debian.org/wsvn/pcsclite/website/pcsclite.html?rev=6513&op=diff
==============================================================================
--- website/pcsclite.html (original)
+++ website/pcsclite.html Sat Jan 26 15:47:39 2013
@@ -137,35 +137,35 @@
 
   <h2>Licence</h2>
   <pre>
-Copyright (c) 1999-2003 David Corcoran <corcoran&linuxnet.com>
-Copyright (c) 2001-2011 Ludovic Rousseau <ludovic.rousseau&free.fr>
-All rights reserved.
-
-Redistribution and use in source and binary forms, with or without
-modification, are permitted provided that the following conditions
-are met:
-
-1. Redistributions of source code must retain the above copyright
-   notice, this list of conditions and the following disclaimer.
-2. Redistributions in binary form must reproduce the above copyright
-   notice, this list of conditions and the following disclaimer in the
-   documentation and/or other materials provided with the distribution.
-3. The name of the author may not be used to endorse or promote products
-   derived from this software without specific prior written permission.
-
-Changes to this license can be made only by the copyright author with
-explicit written consent.
-
-THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
-IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
-OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
-IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
-INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
-NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
-DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
-THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
-(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
-THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+  Copyright (c) 1999-2003 David Corcoran <corcoran&linuxnet.com>
+  Copyright (c) 2001-2011 Ludovic Rousseau <ludovic.rousseau&free.fr>
+  All rights reserved.
+  
+  Redistribution and use in source and binary forms, with or without
+  modification, are permitted provided that the following conditions
+  are met:
+  
+  1. Redistributions of source code must retain the above copyright
+     notice, this list of conditions and the following disclaimer.
+  2. Redistributions in binary form must reproduce the above copyright
+     notice, this list of conditions and the following disclaimer in the
+     documentation and/or other materials provided with the distribution.
+  3. The name of the author may not be used to endorse or promote products
+     derived from this software without specific prior written permission.
+  
+  Changes to this license can be made only by the copyright author with
+  explicit written consent.
+  
+  THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
+  IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
+  OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
+  IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
+  INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
+  NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+  DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+  THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+  (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
+  THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 </pre>
 
   <h2>Supported and unsupported operating systems</h2>
@@ -210,13 +210,9 @@
 
   and for many other distributions.</p>
 
-  <hr>
-
-<p>
-<a href="http://validator.w3.org/check/referer"><img src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!"></a> 
-<a href="http://jigsaw.w3.org/css-validator/"><img src="http://jigsaw.w3.org/css-validator/images/vcss" alt="Valid CSS!"></a> 
+<div id="footer">
 <tt>$Id$</tt>
-</p>
+</div>
 
   <script type="text/javascript">
 var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");




More information about the Pcsclite-cvs-commit mailing list