You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by ra...@apache.org on 2008/10/18 10:37:34 UTC

svn commit: r705854 - in /lenya/sandbox/design/docupub-redesign: index.html js/ themes/original/css/lenya-default.css themes/theme1/css/screen.css themes/theme2/css/screen.css themes/yourtheme/css/screen.css

Author: ragaller
Date: Sat Oct 18 01:37:33 2008
New Revision: 705854

URL: http://svn.apache.org/viewvc?rev=705854&view=rev
Log:
fixed bgr images paths, removed styleswitcher

Removed:
    lenya/sandbox/design/docupub-redesign/js/
Modified:
    lenya/sandbox/design/docupub-redesign/index.html
    lenya/sandbox/design/docupub-redesign/themes/original/css/lenya-default.css
    lenya/sandbox/design/docupub-redesign/themes/theme1/css/screen.css
    lenya/sandbox/design/docupub-redesign/themes/theme2/css/screen.css
    lenya/sandbox/design/docupub-redesign/themes/yourtheme/css/screen.css

Modified: lenya/sandbox/design/docupub-redesign/index.html
URL: http://svn.apache.org/viewvc/lenya/sandbox/design/docupub-redesign/index.html?rev=705854&r1=705853&r2=705854&view=diff
==============================================================================
--- lenya/sandbox/design/docupub-redesign/index.html (original)
+++ lenya/sandbox/design/docupub-redesign/index.html Sat Oct 18 01:37:33 2008
@@ -2,7 +2,6 @@
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
 
-<link rel="alternate stylesheet" type="text/css" href="themes/original/css/unstyled.css" title="unstyled" />
 <link rel="alternate stylesheet" type="text/css" href="themes/original/css/lenya-default.css" title="lenya-default" />
 <link rel="alternate stylesheet" type="text/css" href="themes/theme1/css/screen.css" title="theme-red" />
 <link rel="alternate stylesheet" type="text/css" href="themes/theme2/css/screen.css" title="theme-green" />
@@ -38,17 +37,6 @@
 
 <div id="page">
 
-  <div id="styleswitcher">
-    <h2>Styleswitcher</h2>
-    <select id="styleSelector" onchange="selectStyle('styleSelector');">
-      <option value="no-style">Unstyled</option>
-      <option value="lenya-default">Lenya docu default</option>
-      <option value="theme-red">Theme red</option>
-      <option value="theme-green">Theme green</option>
-      <option value="yourtheme">Your Theme</option>
-    </select>
-  </div>
-
   <div id="search">
   
     <form id="form-search" method="get" action="http://www.google.com/search">

Modified: lenya/sandbox/design/docupub-redesign/themes/original/css/lenya-default.css
URL: http://svn.apache.org/viewvc/lenya/sandbox/design/docupub-redesign/themes/original/css/lenya-default.css?rev=705854&r1=705853&r2=705854&view=diff
==============================================================================
--- lenya/sandbox/design/docupub-redesign/themes/original/css/lenya-default.css (original)
+++ lenya/sandbox/design/docupub-redesign/themes/original/css/lenya-default.css Sat Oct 18 01:37:33 2008
@@ -34,27 +34,6 @@
   background-color: #EEEEF3;
 }
 
-#styleswitcher {
-  position: absolute;
-  right: 30px;
-  top: 118px;
-  width: 230px;
-  height: 20px;
-}
-
-#styleswitcher h2 {
-  font-size: 0.5em;
-  position: absolute;
-  left: 0;
-  bottom: 0;
-}
-
-#styleswitcher select {
-  position: absolute;
-  right: 0;
-  bottom: 5px;
-}
-
 #logo {
   background-color: #FFFFFF;
 }

Modified: lenya/sandbox/design/docupub-redesign/themes/theme1/css/screen.css
URL: http://svn.apache.org/viewvc/lenya/sandbox/design/docupub-redesign/themes/theme1/css/screen.css?rev=705854&r1=705853&r2=705854&view=diff
==============================================================================
--- lenya/sandbox/design/docupub-redesign/themes/theme1/css/screen.css (original)
+++ lenya/sandbox/design/docupub-redesign/themes/theme1/css/screen.css Sat Oct 18 01:37:33 2008
@@ -24,7 +24,7 @@
 ul li {
     padding-left: 1em;    
     list-style-type: none;
-    background-image: url(images/list-item-marker-red.gif);
+    background-image: url(../images/list-item-marker-red.gif);
     background-position: 0 0;
     background-repeat: no-repeat;
 }
\ No newline at end of file

Modified: lenya/sandbox/design/docupub-redesign/themes/theme2/css/screen.css
URL: http://svn.apache.org/viewvc/lenya/sandbox/design/docupub-redesign/themes/theme2/css/screen.css?rev=705854&r1=705853&r2=705854&view=diff
==============================================================================
--- lenya/sandbox/design/docupub-redesign/themes/theme2/css/screen.css (original)
+++ lenya/sandbox/design/docupub-redesign/themes/theme2/css/screen.css Sat Oct 18 01:37:33 2008
@@ -21,10 +21,10 @@
     color: green;
 }
 
-#body ul li {
+ul li {
     padding-left: 1em;
     list-style-type: none;
-    background-image: url(images/list-item-marker-green.gif);
+    background-image: url(../images/list-item-marker-green.gif);
     background-position: 0 0;
     background-repeat: no-repeat;
 }
\ No newline at end of file

Modified: lenya/sandbox/design/docupub-redesign/themes/yourtheme/css/screen.css
URL: http://svn.apache.org/viewvc/lenya/sandbox/design/docupub-redesign/themes/yourtheme/css/screen.css?rev=705854&r1=705853&r2=705854&view=diff
==============================================================================
--- lenya/sandbox/design/docupub-redesign/themes/yourtheme/css/screen.css (original)
+++ lenya/sandbox/design/docupub-redesign/themes/yourtheme/css/screen.css Sat Oct 18 01:37:33 2008
@@ -17,6 +17,3 @@
 
 /* your css goes here */
 
-body {
-    background-color: brown; 
-}
\ No newline at end of file



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@lenya.apache.org
For additional commands, e-mail: commits-help@lenya.apache.org