[xiph-commits] r8148 - in websites-plone/www: . css1 images1
atamido at motherfish-iii.xiph.org
atamido at motherfish-iii.xiph.org
Sat Oct 30 09:48:57 PDT 2004
Author: atamido
Date: 2004-10-30 09:48:56 -0700 (Sat, 30 Oct 2004)
New Revision: 8148
Added:
websites-plone/www/css1/
websites-plone/www/css1/screen-navbars.css
websites-plone/www/css1/screen-xiph.css
websites-plone/www/css1/screen.css
websites-plone/www/images1/
websites-plone/www/images1/layout/
Removed:
websites-plone/www/CSS/
websites-plone/www/Images/
websites-plone/www/css1/screen-navbars.css
websites-plone/www/css1/screen-xiph.css
websites-plone/www/css1/screen.css
Log:
Structural changes in the directory.
Copied: websites-plone/www/css1 (from rev 8145, websites-plone/www/CSS)
Deleted: websites-plone/www/css1/screen-navbars.css
===================================================================
--- websites-plone/www/CSS/screen-navbars.css 2004-10-30 15:23:20 UTC (rev 8145)
+++ websites-plone/www/css1/screen-navbars.css 2004-10-30 16:48:56 UTC (rev 8148)
@@ -1,102 +0,0 @@
-/* The main navigation bar at the top of the page that lists the projects is navbar1*/
-
-div#navbar1 {
- text-align: center;
- padding: 10px;
-}
-
-div#navbar1 ul {
- padding: 0px;
- margin: 0px;
- border-style: solid;
- border-width: 3px;
- -moz-border-radius: 10px;
- background: url(/Images/nav1-background.png) left;
-}
-
-div#navbar1 li {
- list-style-type: none;
- display: inline;
-}
-
-div#navbar1 a {
- color: black;
- line-height: 300%;
- font-weight: bold;
- text-decoration: none;
- text-transform: lowercase;
- padding: 5px 5px 5px 35px;
- border-style: solid;
- border-width: 3px;
- -moz-border-radius: 10px;
-}
-
-
-/* The side navigation bar is navbar2*/
-
-div#navbar2 {
- border-style: solid;
- border-width: 3px;
- border-left: none;
- text-transform: lowercase;
- text-align: left;
- padding: 10px 0px 10px 0px;
- margin: 0 10px 20px -3px;
- -moz-border-radius-bottomright: 10px;
- -moz-border-radius-topright: 10px;
-}
-
-div#navbar2 ul {
- padding: 0px;
- margin: 0 0 0 -15px;
- border: 0px;
-}
-
-div#navbar2 li {
- list-style-type: none;
- margin: 0px;
- border: 0px;
- padding: 0px;
- -moz-border-radius: 10px;
- display: block;
-}
-
-div#navbar2 li:hover {
- background: no-repeat url(/Images/logos/xiph/35x20.png) left #7089e4;
-}
-
-div#navbar2 abbr[title] {
- font-style: normal;
-}
-
-div#navbar2 a {
- color: white;
- padding: 3px 0px 3px 35px;
- text-decoration: none;
- text-transform: lowercase;
- margin-right: 1.5em;
- display: block;
-}
-
-div#navbar2 li:hover {
-}
-
-div#navbar2 a:hover {
-}
-
-
-/* These are the properties necessary to make the tabs have the fancy hover effects*/
-
-div#navbar1 a#xiph { background: no-repeat url(/Images/logos/xiph/35x20.png) left; }
-div#navbar1 a#speex { background: no-repeat url(/Images/logos/speex/35x20.png) left; -moz-border-radius: 10px; }
-div#navbar1 a#theora { background: no-repeat url(/Images/logos/theora/35x20.png) left; -moz-border-radius: 10px; }
-div#navbar1 a#other { background: no-repeat url(/Images/logos/xiph/35x20.png) left; }
-
-div#navbar1 a#xiph:hover { background: no-repeat url(/Images/logos/xiph/35x20.png) top left #819cc9; }
-div#navbar1 a:hover { background: #aaaaaa; -moz-border-radius: 10px; }
-div#navbar1 a#vorbis:hover { background: #aa75f4; -moz-border-radius: 10px; }
-div#navbar1 a#theora:hover { background: no-repeat url(/Images/logos/theora/35x20.png) left #F9AFAF; -moz-border-radius: 10px; }
-div#navbar1 a#speex:hover { background: no-repeat url(/Images/logos/speex/35x20.png) left #99d25d; -moz-border-radius: 10px; }
-div#navbar1 a#flac:hover { background: #ffff56; -moz-border-radius: 10px; }
-div#navbar1 a#icecast:hover { background: #aaaaaa; -moz-border-radius: 10px; }
-div#navbar1 a#other:hover { background: no-repeat url(/Images/logos/xiph/35x20.png) left #8099f4; -moz-border-radius: 10px; }
Copied: websites-plone/www/css1/screen-navbars.css (from rev 8146, websites-plone/www/CSS/screen-navbars.css)
Deleted: websites-plone/www/css1/screen-xiph.css
===================================================================
--- websites-plone/www/CSS/screen-xiph.css 2004-10-30 15:23:20 UTC (rev 8145)
+++ websites-plone/www/css1/screen-xiph.css 2004-10-30 16:48:56 UTC (rev 8148)
@@ -1,24 +0,0 @@
- at import url(/CSS/screen.css);
-
-/*These properties are only for the main Xiph pages, not any of the project pages. */
-
-html, body {
- background-color: #819cc9;
-}
-
-div#thepage {
- border-color: #2b4556;
-}
-
-div#navbar1 a#xiph {
- font-style: italic;
-}
-
-div#navbar2 {
- border-color: #2b4556;
- background: #819cc9;
-}
-
-div#navbar2 li:hover {
- background: no-repeat url(/Images/logos/xiph/35x20.png) left #718CB9;
-}
Copied: websites-plone/www/css1/screen-xiph.css (from rev 8146, websites-plone/www/CSS/screen-xiph.css)
Deleted: websites-plone/www/css1/screen.css
===================================================================
--- websites-plone/www/CSS/screen.css 2004-10-30 15:23:20 UTC (rev 8145)
+++ websites-plone/www/css1/screen.css 2004-10-30 16:48:56 UTC (rev 8148)
@@ -1,107 +0,0 @@
- at import url(/CSS/screen-all.css);
- at import url(/CSS/screen-navbars.css);
- at import url(/CSS/screen-content.css);
-
-html, body {
- margin: 0;
- padding: 0;
-}
-
-html {
- background: white;
- color: black;
- font: 80% Verdana, "Bitstream Vera Sans", Helvetica, sans-serif;
-}
-
-div#logo {
- margin: 10px 0 0 5px;
-}
-
-div#label {
- text-align: center;
- font-size: 200%;
- margin: 0;
- padding: 0;
- border: 0;
-}
-
-#label img {
- text-align: center;
- font-size: 100%;
- margin: 0px;
- padding: 0;
- border: 0px;
- vertical-align: bottom;
-}
-
-div#thepage {
- position: relative;
- float: left;
- left: 2%;
- background-color: #FFFFFF;
- border: 3px solid #000000;
- padding: 0;
- margin: 20px 0 0 0;
- width: 96%;
- -moz-border-radius: 10px;
-}
-
-div#leftside {
- float: left;
-}
-
-div#rightside {
- padding: 20px;
-
-}
-
-#content {
- display: table-cell;
- margin: 0 20px 0 20px;
- padding: 0px;
-}
-
-div.left {
- margin: 1em;
- float: left;
-}
-
-div.bottom {
- margin: 2.5em;
-}
-
-.main {
- margin: 2.5em;
-}
-
-#footer {
- position: relative;
- float: left;
- width: 100%;
- text-align: center;
- margin-bottom: 1em;
-}
-
-h1 {
- margin: 0 0 .25em;
- border-bottom: 3px solid #000000;
-}
-
-h2, h3, h4, h5, h6 {
- margin: .5em 0 .25em;
-}
-
-p {
- margin: .25em 0;
- /*text-indent: .25in;*/
-}
-
-p+p {
- margin-top: .5em;
-}
-
-img { border: none; }
-
-abbr {
- border-width: 2px;
-}
Copied: websites-plone/www/css1/screen.css (from rev 8146, websites-plone/www/CSS/screen.css)
Copied: websites-plone/www/images1 (from rev 8145, websites-plone/www/Images)
Copied: websites-plone/www/images1/layout (from rev 8147, websites-plone/www/Images/layout)
More information about the commits
mailing list