[152385] trunk/www/macports.css

ryandesign at macports.org ryandesign at macports.org
Tue Sep 6 08:31:07 PDT 2016


Revision: 152385
          https://trac.macports.org/changeset/152385
Author:   ryandesign at macports.org
Date:     2016-09-06 08:31:07 -0700 (Tue, 06 Sep 2016)
Log Message:
-----------
Allow links and right-aligned dates in headers

Modified Paths:
--------------
    trunk/www/macports.css

Modified: trunk/www/macports.css
===================================================================
--- trunk/www/macports.css	2016-09-06 15:25:38 UTC (rev 152384)
+++ trunk/www/macports.css	2016-09-06 15:31:07 UTC (rev 152385)
@@ -49,6 +49,15 @@
     background-size: 183px 73px;
 }
 
+h2 small, h3 small {
+    float: right;
+}
+h2::after, h3::after {
+    content: '';
+    display: block;
+    clear: right;
+}
+
 h2, h3 {
     background: #8695B3;
     padding: 0.2em 0.5em;
@@ -62,6 +71,18 @@
     padding: 0.4em 0.5em 0.2em;
 }
 
+h3 a:link {
+    color: white;
+}
+
+h3 a:visited {
+    color: #EDEDED;
+}
+
+h3 a:hover {
+    color: #CDCDCD;
+}
+
 img {
     margin: 0;
     border: 0;
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160906/68799594/attachment.html>


More information about the macports-changes mailing list