You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@curator.apache.org by ra...@apache.org on 2013/03/27 02:11:26 UTC

[31/52] [abbrv] git commit: Alter the css a bit to make site look unique

Alter the css a bit to make site look unique


Project: http://git-wip-us.apache.org/repos/asf/incubator-curator/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-curator/commit/34f59907
Tree: http://git-wip-us.apache.org/repos/asf/incubator-curator/tree/34f59907
Diff: http://git-wip-us.apache.org/repos/asf/incubator-curator/diff/34f59907

Branch: refs/heads/master
Commit: 34f59907e5719a3053b8ba9ffdd29bcbeac7db6b
Parents: eaf47cf
Author: Jordan Zimmerman <jo...@jordanzimmerman.com>
Authored: Sun Mar 10 15:44:21 2013 -0700
Committer: Jordan Zimmerman <jo...@jordanzimmerman.com>
Committed: Sun Mar 10 15:44:21 2013 -0700

----------------------------------------------------------------------
 curator-client/src/site/resources/css/site.css     |    4 --
 curator-client/src/site/site.xml                   |    3 +
 curator-examples/src/site/resources/css/site.css   |    4 --
 curator-examples/src/site/site.xml                 |    3 +
 curator-framework/src/site/resources/css/site.css  |    4 --
 curator-framework/src/site/site.xml                |    3 +
 curator-recipes/src/site/resources/css/site.css    |    4 --
 curator-recipes/src/site/site.xml                  |    3 +
 .../src/site/resources/css/site.css                |    4 --
 curator-x-discovery-server/src/site/site.xml       |    3 +
 .../src/site/resources/css/site.css                |    4 --
 curator-x-discovery/src/site/site.xml              |    3 +
 src/site/resources/css/site.css                    |   31 +++++++++++++++
 13 files changed, 49 insertions(+), 24 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-curator/blob/34f59907/curator-client/src/site/resources/css/site.css
----------------------------------------------------------------------
diff --git a/curator-client/src/site/resources/css/site.css b/curator-client/src/site/resources/css/site.css
deleted file mode 100644
index f847d66..0000000
--- a/curator-client/src/site/resources/css/site.css
+++ /dev/null
@@ -1,4 +0,0 @@
-tt
-{
-    background-color: transparent;
-}

http://git-wip-us.apache.org/repos/asf/incubator-curator/blob/34f59907/curator-client/src/site/site.xml
----------------------------------------------------------------------
diff --git a/curator-client/src/site/site.xml b/curator-client/src/site/site.xml
index 428408c..c095f34 100644
--- a/curator-client/src/site/site.xml
+++ b/curator-client/src/site/site.xml
@@ -19,5 +19,8 @@
 
 <project xmlns="http://maven.apache.org/DECORATION/1.1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/DECORATION/1.1.0 http://maven.apache.org/xsd/decoration-1.1.0.xsd" name="Apache Curator Client">
     <body>
+        <head>
+            <link rel="stylesheet" href="../css/site.css" />
+        </head>
     </body>
 </project>

http://git-wip-us.apache.org/repos/asf/incubator-curator/blob/34f59907/curator-examples/src/site/resources/css/site.css
----------------------------------------------------------------------
diff --git a/curator-examples/src/site/resources/css/site.css b/curator-examples/src/site/resources/css/site.css
deleted file mode 100644
index f847d66..0000000
--- a/curator-examples/src/site/resources/css/site.css
+++ /dev/null
@@ -1,4 +0,0 @@
-tt
-{
-    background-color: transparent;
-}

http://git-wip-us.apache.org/repos/asf/incubator-curator/blob/34f59907/curator-examples/src/site/site.xml
----------------------------------------------------------------------
diff --git a/curator-examples/src/site/site.xml b/curator-examples/src/site/site.xml
index 6a4d2d9..c29bb39 100644
--- a/curator-examples/src/site/site.xml
+++ b/curator-examples/src/site/site.xml
@@ -19,5 +19,8 @@
 
 <project xmlns="http://maven.apache.org/DECORATION/1.1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/DECORATION/1.1.0 http://maven.apache.org/xsd/decoration-1.1.0.xsd" name="Apache Curator Examples">
     <body>
+        <head>
+            <link rel="stylesheet" href="../css/site.css" />
+        </head>
     </body>
 </project>

http://git-wip-us.apache.org/repos/asf/incubator-curator/blob/34f59907/curator-framework/src/site/resources/css/site.css
----------------------------------------------------------------------
diff --git a/curator-framework/src/site/resources/css/site.css b/curator-framework/src/site/resources/css/site.css
deleted file mode 100644
index f847d66..0000000
--- a/curator-framework/src/site/resources/css/site.css
+++ /dev/null
@@ -1,4 +0,0 @@
-tt
-{
-    background-color: transparent;
-}

http://git-wip-us.apache.org/repos/asf/incubator-curator/blob/34f59907/curator-framework/src/site/site.xml
----------------------------------------------------------------------
diff --git a/curator-framework/src/site/site.xml b/curator-framework/src/site/site.xml
index 4e191ae..af05364 100644
--- a/curator-framework/src/site/site.xml
+++ b/curator-framework/src/site/site.xml
@@ -19,5 +19,8 @@
 
 <project xmlns="http://maven.apache.org/DECORATION/1.1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/DECORATION/1.1.0 http://maven.apache.org/xsd/decoration-1.1.0.xsd" name="Apache Curator Framework">
     <body>
+        <head>
+            <link rel="stylesheet" href="../css/site.css" />
+        </head>
     </body>
 </project>

http://git-wip-us.apache.org/repos/asf/incubator-curator/blob/34f59907/curator-recipes/src/site/resources/css/site.css
----------------------------------------------------------------------
diff --git a/curator-recipes/src/site/resources/css/site.css b/curator-recipes/src/site/resources/css/site.css
deleted file mode 100644
index f847d66..0000000
--- a/curator-recipes/src/site/resources/css/site.css
+++ /dev/null
@@ -1,4 +0,0 @@
-tt
-{
-    background-color: transparent;
-}

http://git-wip-us.apache.org/repos/asf/incubator-curator/blob/34f59907/curator-recipes/src/site/site.xml
----------------------------------------------------------------------
diff --git a/curator-recipes/src/site/site.xml b/curator-recipes/src/site/site.xml
index 89077dc..e32ee3e 100644
--- a/curator-recipes/src/site/site.xml
+++ b/curator-recipes/src/site/site.xml
@@ -19,5 +19,8 @@
 
 <project xmlns="http://maven.apache.org/DECORATION/1.1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/DECORATION/1.1.0 http://maven.apache.org/xsd/decoration-1.1.0.xsd" name="Apache Curator Recipes">
     <body>
+        <head>
+            <link rel="stylesheet" href="../css/site.css" />
+        </head>
     </body>
 </project>

http://git-wip-us.apache.org/repos/asf/incubator-curator/blob/34f59907/curator-x-discovery-server/src/site/resources/css/site.css
----------------------------------------------------------------------
diff --git a/curator-x-discovery-server/src/site/resources/css/site.css b/curator-x-discovery-server/src/site/resources/css/site.css
deleted file mode 100644
index f847d66..0000000
--- a/curator-x-discovery-server/src/site/resources/css/site.css
+++ /dev/null
@@ -1,4 +0,0 @@
-tt
-{
-    background-color: transparent;
-}

http://git-wip-us.apache.org/repos/asf/incubator-curator/blob/34f59907/curator-x-discovery-server/src/site/site.xml
----------------------------------------------------------------------
diff --git a/curator-x-discovery-server/src/site/site.xml b/curator-x-discovery-server/src/site/site.xml
index 7949346..b3d398d 100644
--- a/curator-x-discovery-server/src/site/site.xml
+++ b/curator-x-discovery-server/src/site/site.xml
@@ -19,5 +19,8 @@
 
 <project xmlns="http://maven.apache.org/DECORATION/1.1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/DECORATION/1.1.0 http://maven.apache.org/xsd/decoration-1.1.0.xsd" name="Discovery Service Server">
     <body>
+        <head>
+            <link rel="stylesheet" href="../css/site.css" />
+        </head>
     </body>
 </project>

http://git-wip-us.apache.org/repos/asf/incubator-curator/blob/34f59907/curator-x-discovery/src/site/resources/css/site.css
----------------------------------------------------------------------
diff --git a/curator-x-discovery/src/site/resources/css/site.css b/curator-x-discovery/src/site/resources/css/site.css
deleted file mode 100644
index f847d66..0000000
--- a/curator-x-discovery/src/site/resources/css/site.css
+++ /dev/null
@@ -1,4 +0,0 @@
-tt
-{
-    background-color: transparent;
-}

http://git-wip-us.apache.org/repos/asf/incubator-curator/blob/34f59907/curator-x-discovery/src/site/site.xml
----------------------------------------------------------------------
diff --git a/curator-x-discovery/src/site/site.xml b/curator-x-discovery/src/site/site.xml
index acad691..95e9a71 100644
--- a/curator-x-discovery/src/site/site.xml
+++ b/curator-x-discovery/src/site/site.xml
@@ -19,5 +19,8 @@
 
 <project xmlns="http://maven.apache.org/DECORATION/1.1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/DECORATION/1.1.0 http://maven.apache.org/xsd/decoration-1.1.0.xsd" name="Discovery Service">
     <body>
+        <head>
+            <link rel="stylesheet" href="../css/site.css" />
+        </head>
     </body>
 </project>

http://git-wip-us.apache.org/repos/asf/incubator-curator/blob/34f59907/src/site/resources/css/site.css
----------------------------------------------------------------------
diff --git a/src/site/resources/css/site.css b/src/site/resources/css/site.css
index f847d66..11750b4 100644
--- a/src/site/resources/css/site.css
+++ b/src/site/resources/css/site.css
@@ -1,4 +1,35 @@
+body
+{
+    font-size: 16px;
+    line-height: 22px;
+}
+
 tt
 {
     background-color: transparent;
 }
+
+.well, .breadcrumb
+{
+    background-color: #f5f5ff;
+}
+
+a:link, a:visited, a:active
+{
+    color: #0035AC;
+}
+
+a:hover
+{
+    color: #001F67;
+}
+
+.nav-list .active a:link, .nav-list .active a:visited, .nav-list .active a:active, .nav-list .active a:hover
+{
+    background-color: #0035AC;
+}
+
+.nav-list li a:hover
+{
+    background-color: #DDDDDD;
+}
\ No newline at end of file