[Midnightbsd-cvs] mports [20488] trunk/Templates/README.port: add style

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Fri Oct 9 22:20:14 EDT 2015


Revision: 20488
          http://svnweb.midnightbsd.org/mports/?rev=20488
Author:   laffer1
Date:     2015-10-09 22:20:13 -0400 (Fri, 09 Oct 2015)
Log Message:
-----------
add style

Modified Paths:
--------------
    trunk/Templates/README.port

Modified: trunk/Templates/README.port
===================================================================
--- trunk/Templates/README.port	2015-10-10 02:19:00 UTC (rev 20487)
+++ trunk/Templates/README.port	2015-10-10 02:20:13 UTC (rev 20488)
@@ -6,6 +6,19 @@
     <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
     <meta name="viewport" content="width=device-width, initial-scale=1"> 
     <title>The MidnightBSD Ports Collection (%%PORT%%)</title>
+     <style type="text/css" media="screen">
+        html,body{ margin:30px; }
+        body{ background: #fff; color:#333; font-family: sans-serif; font-size: 15px }
+        h2, h2 a { text-align: center; color: #666; }
+        h3, h3 a { text-align: center; color: #999; }
+        a { color: #79c143; }
+        a:hover { color: #a0d07b; }
+        ul { margin: 0; padding: 0; text-align: center; }
+        li {list-style: none; width: auto; background: fff; margin: 1em; text-align: center; height: auto; vertical-align: top; }
+        li a { font-weight: bold;  text-decoration: none; color: #79c143; }
+        blockquote { margin-top: 3em; color: #aaa; font-size: .9em; }
+        pre { line-height: 1.5 }
+     </style>
     <!-- Generated from template
          $MidnightBSD$ -->
   </head>



More information about the Midnightbsd-cvs mailing list