You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tika.apache.org by ju...@apache.org on 2010/10/31 22:49:59 UTC

svn commit: r1029500 [7/9] - in /tika/site: ./ publish/ publish/0.5/ publish/0.6/ publish/0.7/ publish/css/ src/site/ src/site/resources/ src/site/resources/css/

Added: tika/site/src/site/resources/asf-logo.gif
URL: http://svn.apache.org/viewvc/tika/site/src/site/resources/asf-logo.gif?rev=1029500&view=auto
==============================================================================
Binary file - no diff available.

Propchange: tika/site/src/site/resources/asf-logo.gif
------------------------------------------------------------------------------
    svn:mime-type = image/gif

Modified: tika/site/src/site/resources/css/site.css
URL: http://svn.apache.org/viewvc/tika/site/src/site/resources/css/site.css?rev=1029500&r1=1029499&r2=1029500&view=diff
==============================================================================
--- tika/site/src/site/resources/css/site.css (original)
+++ tika/site/src/site/resources/css/site.css Sun Oct 31 21:49:59 2010
@@ -17,124 +17,152 @@
  * under the License.
  */
 
-#search {
-    position: relative;
-    right: 10px;
-    width: 100%;
-    font-size: 70%;
-    white-space: nowrap;
-    text-align: right;
-    z-index:0;
+body {
+    font-family: serif;
+    font-size: 13pt;
+    background-color: #eee;
+    margin: 0;
+    padding: 0;
+}
+
+#body {
+    width: 800px;
+    height: 100%;
+    margin: 20px auto;
+    left: auto;
+    right: auto;
+    background-color: white;
+    padding: 20px;
+    border: 1px solid #CCC;
+    -moz-border-radius: 15px;
+    border-radius: 15px;
+    -moz-box-shadow: 1ex 1ex 1ex #666;
+    -webkit-box-shadow: 1ex 1ex 1ex #666;
+    box-shadow: 5px 5px 5px #666;
+}
 
-    bottom: -1px; /* compensate for IE rendering issue */
+#banner {
+    height: 100px;
+    padding-bottom: 1em;
+    border-bottom: 1px solid #eee;
 }
 
-#bookpromo {
-    margin-top: 1em;
-    text-align: center;
+#bannerLeft {
+    float: left;
 }
 
-#searchform {
+#bannerRight {
+    float: right;
 }
 
-body {
-  margin: 0px;
-  padding: 0px 0px 10px 0px;
+#content {
+    width: 600px;
+    float: left;
+    line-height: 1.3em;
 }
 
-/* From maven-theme.css */
+#navigation {
+    width: 180px;
+    float: right;
+    font-size: 12px;
+}
 
-body, td, select, input, li {
-  font-family: Verdana, Helvetica, Arial, sans-serif;
-  font-size: 13px;
+#navigation h5 {
+    font-size: 12px;
+    margin-bottom: 1ex;
 }
 
-code{
-  font-family: Courier, monospace;
-  font-size: 13px;
+#navigation ul {
+    margin: 0;
+    padding: 0;
 }
-a {
-  text-decoration: none;
+
+#navigation li {
+    list-style-type: none;
+    list-style-position: inside;
 }
-a:link {
-  color:#36a;
+
+#navigation li ul {
+    margin-left: 20px;
 }
-a:visited  {
-  color:#47a;
+
+#navigation li.expanded {
+    list-style-type: disc;
 }
-a:active, a:hover {
-  color:#69c;
+
+#navigation li.collapsed {
+    list-style-type: circle;
 }
-#legend li.externalLink {
-  background: url(../images/external.png) left top no-repeat;
-  padding-left: 18px;
-}
-a.externalLink, a.externalLink:link, a.externalLink:visited, a.externalLink:active, a.externalLink:hover {
-  background: url(../images/external.png) right center no-repeat;
-  padding-right: 18px;
-}
-#legend li.newWindow {
-  background: url(../images/newwindow.png) left top no-repeat;
-  padding-left: 18px;
-}
-a.newWindow, a.newWindow:link, a.newWindow:visited, a.newWindow:active, a.newWindow:hover {
-  background: url(../images/newwindow.png) right center no-repeat;
-  padding-right: 18px;
-}
-h2 {
-  padding: 4px 4px 4px 6px;
-  border: 1px solid #999;
-  color: #900;
-  background-color: #ddd;
-  font-weight:900;
-  font-size: x-large;
+
+#navigation strong {
+    font-weight: normal;
 }
-h3 {
-  padding: 4px 4px 4px 6px;
-  border: 1px solid #aaa;
-  color: #900;
-  background-color: #eee;
-  font-weight: normal;
-  font-size: large;
+
+#navigation a {
+    text-decoration: none;
 }
-h4 {
-  padding: 4px 4px 4px 6px;
-  border: 1px solid #bbb;
-  color: #900;
-  background-color: #fff;
-  font-weight: normal;
-  font-size: large;
+
+#navigation form {
+    text-align: right;
 }
-h5 {
-  padding: 4px 4px 4px 6px;
-  color: #900;
-  font-size: normal;
+
+#query {
+    width: 100%;
+    border: 1px solid #eee;
 }
-p {
-  line-height: 1.3em;
-  font-size: small;
+
+#searchProvider, #submit {
+    width: 48%;
 }
-#breadcrumbs {
-  border-top: 1px solid #aaa;
-  border-bottom: 1px solid #aaa;
-  background-color: #ccc;
+
+#bookpromo p {
+    text-align: center;
 }
 
-#leftColumn {
-  margin: 10px 0 0 5px;
+#footer {
+    clear: both;
+    border-top: 1px solid #eee;
+    font-size: 8pt;
+    color: gray;
+    text-align: center;
 }
 
-#navcolumn {
-  border: 1px solid #999;
-  background-color: #eee;
+h1, h2, h3, h4, h5, h6 {
+    font-family: sans-serif;
+    color: #900;
+}
+
+li {
+    margin-top: 2px;
+}
+
+a:link {
+    color: #36a;
+}
+a:visited  {
+    color:#47a;
+}
+a:active, a:hover {
+    color:#69c;
+}
+a.externalLink {
+    background: url(../images/external.png) right center no-repeat;
+    padding-right: 18px;
+}
+
+img {
+    border: 0;
 }
-#navcolumn h5 {
-  font-size: smaller;
-  border-bottom: 1px solid #aaaaaa;
-  padding-top: 2px;
-  color: #000;
+
+pre {
+    border: 1px solid #ccc;
+    background-color: #eee;
+    padding: 1ex;
+    overflow: auto;
 }
 
+/* From maven-theme.css */
+
 table.bodyTable th {
   color: white;
   background-color: #bbb;
@@ -154,10 +182,6 @@ table.bodyTable tr.b {
   background-color: #eee;
 }
 
-.source {
-  border: 1px solid #999;
-}
-
 dt {
   color: #900;
   font-weight: bold;
@@ -166,12 +190,6 @@ dd {
   margin-bottom: 1ex;
 }
 
-#organizationLogo img, #projectLogo img, #projectLogo span{
-  margin: 8px;
-}
-#banner {
-  border-bottom: 1px solid #fff;
-}
 .errormark, .warningmark, .donemark, .infomark {
   background: url(../images/icon_error_sml.gif) no-repeat;
 }
@@ -190,9 +208,6 @@ dd {
 
 /* From maven-base.css */
 
-img {
-  border:none;
-}
 table {
   padding:0px;
   width: 100%;
@@ -207,117 +222,4 @@ table.bodyTable th, table.bodyTable td {
   padding: 2px 4px 2px 4px;
   vertical-align: top;
 }
-div.clear{
-  clear:both;
-  visibility: hidden;
-}
-div.clear hr{
-  display: none;
-}
-#bannerLeft, #bannerRight {
-  font-size: xx-large;
-  font-weight: bold;
-}
-#bannerLeft img, #bannerRight img {
-  margin: 0px;
-}
-.xleft, #bannerLeft img {
-  float:left;
-  text-shadow: #7CFC00 1px 1px 1px;
-}
-.xright, #bannerRight {
-  float:right;
-  text-shadow: #7CFC00 1px 1px 1px;
-}
-#banner {
-  padding: 0px;
-}
-#banner img {
-  border: none;
-}
-#breadcrumbs {
-  padding: 3px 10px 3px 10px;
-}
-#leftColumn {
- width: 170px;
- float:left;
- overflow: auto;
-}
-#bodyColumn {
-  margin-right: 1.5em;
-  margin-left: 197px;
-}
-#legend {
-  padding: 8px 0 8px 0;
-}
-#navcolumn {
-  padding: 8px 4px 0 8px;
-}
-#navcolumn h5 {
-  margin: 0;
-  padding: 0;
-  font-size: small;
-}
-#navcolumn ul {
-  margin: 0;
-  padding: 0;
-  font-size: small;
-}
-#navcolumn li {
-  list-style-type: none;
-  background-image: none;
-  background-repeat: no-repeat;
-  background-position: 0 0.4em;
-  padding-left: 16px;
-  list-style-position: outside;
-  line-height: 1.2em;
-  font-size: smaller;
-}
-#navcolumn li.expanded {
-  background-image: url(../images/expanded.gif);
-}
-#navcolumn li.collapsed {
-  background-image: url(../images/collapsed.gif);
-}
-#navcolumn img {
-  margin-top: 10px;
-  margin-bottom: 3px;
-}
-#search img {
-    margin: 0px;
-    display: block;
-}
-#search #q, #search #btnG {
-    border: 1px solid #999;
-    margin-bottom:10px;
-}
-#search form {
-    margin: 0px;
-}
-#lastPublished {
-  font-size: x-small;
-}
-.navSection {
-  margin-bottom: 2px;
-  padding: 8px;
-}
-.navSectionHead {
-  font-weight: bold;
-  font-size: x-small;
-}
-.section {
-  padding: 4px;
-}
-#footer p {
-  padding: 3px 10px 3px 10px;
-  font-size: x-small;
-  text-align: center;
-}
-.source {
-  padding: 12px;
-  margin: 1em 7px 1em 7px;
-}
-.source pre {
-  margin: 0px;
-  padding: 0px;
-}
+

Modified: tika/site/src/site/resources/tika.png
URL: http://svn.apache.org/viewvc/tika/site/src/site/resources/tika.png?rev=1029500&r1=1029499&r2=1029500&view=diff
==============================================================================
Binary files - no diff available.