[28650] trunk/www

source_changes at macosforge.org source_changes at macosforge.org
Thu Sep 6 00:28:20 PDT 2007


Revision: 28650
          http://trac.macosforge.org/projects/macports/changeset/28650
Author:   jmpp at macports.org
Date:     2007-09-06 00:28:20 -0700 (Thu, 06 Sep 2007)

Log Message:
-----------
Rename the css file to the full project name, since we're on a regorganization spree.

Modified Paths:
--------------
    trunk/www/includes/common.inc

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

Removed Paths:
-------------
    trunk/www/mp.css

Modified: trunk/www/includes/common.inc
===================================================================
--- trunk/www/includes/common.inc	2007-09-06 07:04:17 UTC (rev 28649)
+++ trunk/www/includes/common.inc	2007-09-06 07:28:20 UTC (rev 28650)
@@ -38,7 +38,7 @@
     <meta name="copyright" content="2003, OpenDarwin" />
     <meta name="copyright" content="2007, MacPorts Team" />
     <meta name="robots" content="all" />
-    <link rel="stylesheet" type="text/css" href="/macports/mp.css" />
+    <link rel="stylesheet" type="text/css" href="/macports/macports.css" />
     <link rel="alternate" type="application/rss+xml" href="/macports/macports_news.xml" />
     <script type="text/javascript" src="mootools.v1.11.js"></script>
     <script type="text/javascript" src="language.js"></script>

Copied: trunk/www/macports.css (from rev 28649, trunk/www/mp.css)
===================================================================
--- trunk/www/macports.css	                        (rev 0)
+++ trunk/www/macports.css	2007-09-06 07:28:20 UTC (rev 28650)
@@ -0,0 +1,131 @@
+/*
+  $Id$
+*/
+
+body {
+    margin: 30px 40px;
+    background: url(/macports/img/top-backdrop.png) repeat-x #EDEDED;
+    font: 12px Helvetica, Arial, sans-serif;
+    line-height: 1.2em;
+}
+.accessibility {
+    display: block;
+    overflow: hidden;
+    width: 0;
+    height: 0;
+}
+a:link {
+    color: #0155CD;
+    text-decoration: underline;
+}
+a:visited {
+    color: #012567;
+}
+a:hover {
+    color: #3591ED;
+}
+h1, h2, h3 {
+    margin: 0;
+    color: white;
+}
+h1 {
+    float: left;
+}
+h1 a {
+    display: block;
+    width: 183px;
+    height: 70px;
+    background: url(/macports/img/macports-logo-top.png);
+}
+h2, h3 {
+    background: #8695B3;
+    padding: 0.2em;
+}
+h2 {
+    font: bold 24px "Lucida Grande", Helvetica, Arial, sans-serif;
+}
+img {
+    margin: 0;
+    border: 0;
+}
+#navigation {
+    width: 183px;
+    float: left;
+    clear: left;
+    background: url(/macports/img/nav-header.png) top no-repeat #B1BACC;
+    line-height: 1.4em;
+}
+#navigation dl {
+    padding: 16px;
+    margin: 0;
+    background: url(/macports/img/nav-footer.png) bottom no-repeat;
+}
+#navigation dd, #navigation dt {
+    margin: 0;
+    padding: 0;
+}
+#navigation dt {
+    color: white;
+    font: bold 125% "Lucida Grande", Helvetica, Arial, sans-serif;
+}
+#navigation ul {
+    margin: 0 0 1em 1em;
+    padding: 0;
+}
+#navigation li {
+    display: block;
+    margin: 0;
+    padding: 0;
+}
+#navigation a {
+    text-decoration: none;
+    color: #242933;
+}
+#navigation a:hover {
+    text-decoration: underline;
+}
+#header {
+    margin: 21px 0 17px 191px;
+    min-width: 350px;
+    max-width: 700px;
+    height: 51px;
+}
+#header div, #header span {
+    float: right;
+}
+#header img {
+    margin-left: 5px;
+}
+#languages {
+    width: 140px;
+}
+#download {
+    display: block;
+    float: right;
+    width: 70px;
+    height: 48px;
+    background: url(/macports/img/download.png);
+    margin-left: 5px;
+}
+a#download:hover {
+    background: url(/macports/img/download-highlight.png);
+}
+#content {
+    padding: 1px 0 40px 191px;
+    min-width: 350px;
+    max-width: 700px;
+}
+.warning {
+    background: #FCC;
+    border: 2px solid #F66;
+    padding: 0.5em;
+    margin: 0.5em;
+    float: right;
+    clear: right;
+    width: 200px;
+}
+#footer {
+    font-size: 90%;
+    clear: both;
+    text-align: center;
+}

Deleted: trunk/www/mp.css
===================================================================
--- trunk/www/mp.css	2007-09-06 07:04:17 UTC (rev 28649)
+++ trunk/www/mp.css	2007-09-06 07:28:20 UTC (rev 28650)
@@ -1,131 +0,0 @@
-/*
-  $Id$
-*/
-
-body {
-    margin: 30px 40px;
-    background: url(/macports/img/top-backdrop.png) repeat-x #EDEDED;
-    font: 12px Helvetica, Arial, sans-serif;
-    line-height: 1.2em;
-}
-.accessibility {
-    display: block;
-    overflow: hidden;
-    width: 0;
-    height: 0;
-}
-a:link {
-    color: #0155CD;
-    text-decoration: underline;
-}
-a:visited {
-    color: #012567;
-}
-a:hover {
-    color: #3591ED;
-}
-h1, h2, h3 {
-    margin: 0;
-    color: white;
-}
-h1 {
-    float: left;
-}
-h1 a {
-    display: block;
-    width: 183px;
-    height: 70px;
-    background: url(/macports/img/macports-logo-top.png);
-}
-h2, h3 {
-    background: #8695B3;
-    padding: 0.2em;
-}
-h2 {
-    font: bold 24px "Lucida Grande", Helvetica, Arial, sans-serif;
-}
-img {
-    margin: 0;
-    border: 0;
-}
-#navigation {
-    width: 183px;
-    float: left;
-    clear: left;
-    background: url(/macports/img/nav-header.png) top no-repeat #B1BACC;
-    line-height: 1.4em;
-}
-#navigation dl {
-    padding: 16px;
-    margin: 0;
-    background: url(/macports/img/nav-footer.png) bottom no-repeat;
-}
-#navigation dd, #navigation dt {
-    margin: 0;
-    padding: 0;
-}
-#navigation dt {
-    color: white;
-    font: bold 125% "Lucida Grande", Helvetica, Arial, sans-serif;
-}
-#navigation ul {
-    margin: 0 0 1em 1em;
-    padding: 0;
-}
-#navigation li {
-    display: block;
-    margin: 0;
-    padding: 0;
-}
-#navigation a {
-    text-decoration: none;
-    color: #242933;
-}
-#navigation a:hover {
-    text-decoration: underline;
-}
-#header {
-    margin: 21px 0 17px 191px;
-    min-width: 350px;
-    max-width: 700px;
-    height: 51px;
-}
-#header div, #header span {
-    float: right;
-}
-#header img {
-    margin-left: 5px;
-}
-#languages {
-    width: 140px;
-}
-#download {
-    display: block;
-    float: right;
-    width: 70px;
-    height: 48px;
-    background: url(/macports/img/download.png);
-    margin-left: 5px;
-}
-a#download:hover {
-    background: url(/macports/img/download-highlight.png);
-}
-#content {
-    padding: 1px 0 40px 191px;
-    min-width: 350px;
-    max-width: 700px;
-}
-.warning {
-    background: #FCC;
-    border: 2px solid #F66;
-    padding: 0.5em;
-    margin: 0.5em;
-    float: right;
-    clear: right;
-    width: 200px;
-}
-#footer {
-    font-size: 90%;
-    clear: both;
-    text-align: center;
-}

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070906/c257b8c1/attachment.html


More information about the macports-changes mailing list