[Midnightbsd-cvs] mports [20487] trunk/Templates/README.category: add some style
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Fri Oct 9 22:19:01 EDT 2015
Revision: 20487
http://svnweb.midnightbsd.org/mports/?rev=20487
Author: laffer1
Date: 2015-10-09 22:19:00 -0400 (Fri, 09 Oct 2015)
Log Message:
-----------
add some style
Modified Paths:
--------------
trunk/Templates/README.category
Modified: trunk/Templates/README.category
===================================================================
--- trunk/Templates/README.category 2015-10-10 00:52:58 UTC (rev 20486)
+++ trunk/Templates/README.category 2015-10-10 02:19:00 UTC (rev 20487)
@@ -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 (%%CATEGORY%%)</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>
</head>
<body>
More information about the Midnightbsd-cvs
mailing list