diff --git a/README.md b/README.md
index f9e7e67a02..88f427634b 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,7 @@
# PMD
+![PMD Logo](https://raw.githubusercontent.com/pmd/pmd/pmd/7.0.x/docs/images/logo/pmd-logo-300px.png)
+
[![Join the chat at https://gitter.im/pmd/pmd](https://badges.gitter.im/pmd/pmd.svg)](https://gitter.im/pmd/pmd?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[![Build Status](https://travis-ci.org/pmd/pmd.svg?branch=master)](https://travis-ci.org/pmd/pmd)
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/net.sourceforge.pmd/pmd/badge.svg)](https://maven-badges.herokuapp.com/maven-central/net.sourceforge.pmd/pmd)
diff --git a/docs/_includes/footer.html b/docs/_includes/footer.html
index 12d9065323..6879e1fcb6 100755
--- a/docs/_includes/footer.html
+++ b/docs/_includes/footer.html
@@ -1,9 +1,12 @@
diff --git a/docs/_includes/head.html b/docs/_includes/head.html
index 8e115b3fa0..e066193454 100644
--- a/docs/_includes/head.html
+++ b/docs/_includes/head.html
@@ -12,7 +12,7 @@
-
+
diff --git a/docs/css/pmd-customstyles.css b/docs/css/pmd-customstyles.css
index 7683ae54d8..973df559b6 100644
--- a/docs/css/pmd-customstyles.css
+++ b/docs/css/pmd-customstyles.css
@@ -84,3 +84,15 @@ details[open] summary {
.xpath-fun-doc .code-examples dt {
font-weight: normal;
}
+
+.float-right {
+ float: right;
+}
+
+.float-left {
+ float: left;
+}
+
+.footer p img {
+ margin-left: 1em;
+}
diff --git a/docs/css/theme-green.css b/docs/css/theme-green.css
index f6b0d8b1e7..4ce26998e8 100644
--- a/docs/css/theme-green.css
+++ b/docs/css/theme-green.css
@@ -1,11 +1,11 @@
.summary {
color: #808080;
- border-left: 5px solid #E50E51;
+ border-left: 5px solid #4d94ff;
font-size:16px;
}
-h3 {color: #E50E51; }
+h3 {color: #4d94ff; }
h4 {color: #808080; }
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
@@ -14,20 +14,20 @@ h4 {color: #808080; }
}
.nav > li.active > a {
- background-color: #72ac4a;
+ background-color: #01c172;
}
.nav > li > a:hover {
- background-color: #72ac4a;
+ background-color: #01c172;
}
div.navbar-collapse .dropdown-menu > li > a:hover {
- background-color: #72ac4a;
+ background-color: #01c172;
}
.nav li.thirdlevel > a {
background-color: #FAFAFA !important;
- color: #72ac4a;
+ color: #01c172;
font-weight: bold;
}
@@ -38,7 +38,7 @@ a[data-toggle="tooltip"] {
}
.navbar-inverse {
- background-color: #72ac4a;
+ background-color: #01c172;
border-color: #5b893c;
}
@@ -53,7 +53,7 @@ a[data-toggle="tooltip"] {
/* not sure if using this ...*/
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
- border-color: #72ac4a !important;
+ border-color: #01c172 !important;
}
.btn-primary {
@@ -67,7 +67,7 @@ a[data-toggle="tooltip"] {
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
- background-color: #72ac4a;
+ background-color: #01c172;
border-color: #5b893c;
}
@@ -77,7 +77,7 @@ a[data-toggle="tooltip"] {
body.print h1 {color: #5b893c !important; font-size:28px;}
body.print h2 {color: #595959 !important; font-size:24px;}
-body.print h3 {color: #E50E51 !important; font-size:14px;}
+body.print h3 {color: #4d94ff !important; font-size:14px;}
body.print h4 {color: #679DCE !important; font-size:14px; font-style: italic;}
.anchorjs-link:hover {
@@ -85,14 +85,14 @@ body.print h4 {color: #679DCE !important; font-size:14px; font-style: italic;}
}
div.sidebarTitle {
- color: #E50E51;
+ color: #4d94ff;
}
li.sidebarTitle {
margin-top:40px;
font-weight:normal;
font-size:130%;
- color: #ED1951;
+ color: #4d94ff;
margin-bottom:10px;
margin-left: 5px;
diff --git a/docs/images/favicon.ico b/docs/images/favicon.ico
deleted file mode 100644
index 6580a70d75..0000000000
Binary files a/docs/images/favicon.ico and /dev/null differ
diff --git a/docs/images/logo/pmd-logo-70px.png b/docs/images/logo/pmd-logo-70px.png
new file mode 100644
index 0000000000..60da90c0e8
Binary files /dev/null and b/docs/images/logo/pmd-logo-70px.png differ
diff --git a/docs/images/logo/pmd_logo.jpg b/docs/images/logo/pmd_logo.jpg
deleted file mode 100644
index b94df4507f..0000000000
Binary files a/docs/images/logo/pmd_logo.jpg and /dev/null differ
diff --git a/docs/images/logo/pmd_logo.png b/docs/images/logo/pmd_logo.png
deleted file mode 100644
index bdff9acc56..0000000000
Binary files a/docs/images/logo/pmd_logo.png and /dev/null differ
diff --git a/docs/images/logo/pmd_logo.svgz b/docs/images/logo/pmd_logo.svgz
deleted file mode 100644
index 3250b51a59..0000000000
Binary files a/docs/images/logo/pmd_logo.svgz and /dev/null differ
diff --git a/docs/images/logo/pmd_logo_small.jpg b/docs/images/logo/pmd_logo_small.jpg
deleted file mode 100644
index a3a65423ea..0000000000
Binary files a/docs/images/logo/pmd_logo_small.jpg and /dev/null differ
diff --git a/docs/images/logo/pmd_logo_small.png b/docs/images/logo/pmd_logo_small.png
deleted file mode 100644
index fd0bfb0ad9..0000000000
Binary files a/docs/images/logo/pmd_logo_small.png and /dev/null differ
diff --git a/docs/images/logo/pmd_logo_tiny.png b/docs/images/logo/pmd_logo_tiny.png
deleted file mode 100644
index d7267fc392..0000000000
Binary files a/docs/images/logo/pmd_logo_tiny.png and /dev/null differ
diff --git a/docs/images/pmd-logo-big.png b/docs/images/pmd-logo-big.png
deleted file mode 100644
index bdff9acc56..0000000000
Binary files a/docs/images/pmd-logo-big.png and /dev/null differ
diff --git a/docs/images/pmd-logo-small.png b/docs/images/pmd-logo-small.png
deleted file mode 100644
index 3428347426..0000000000
Binary files a/docs/images/pmd-logo-small.png and /dev/null differ
diff --git a/docs/images/pmd-logo.png b/docs/images/pmd-logo.png
deleted file mode 100644
index 2428b3317e..0000000000
Binary files a/docs/images/pmd-logo.png and /dev/null differ
diff --git a/docs/index.md b/docs/index.md
index aa76696556..78d6975ff7 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -12,6 +12,7 @@ author: Jeff Jensen , Andreas Dangel
---
+
{% unless site.output == "pdf" %}
@@ -144,8 +145,6 @@ you may also use the search bar in the top right, or the sidebar on the left.
-
-
{% unless site.output == "pdf" %}
{% include initialize_shuffle.html %}
diff --git a/docs/pages/next_major_development.md b/docs/pages/next_major_development.md
index 0fc5e24559..a43368aa28 100644
--- a/docs/pages/next_major_development.md
+++ b/docs/pages/next_major_development.md
@@ -18,6 +18,8 @@ the logo in anywhere without offense.
The current tasks are listed here: [Integrate new PMD logo #1931](https://github.com/pmd/pmd/issues/1931)
+The new logo is available from the [Logo Project Page](pmd_projectdocs_logo.html).
+
### API
The API of PMD has been growing over the years and needs to be cleaned up. The goal is, to