Author: mseidel
Date: Wed Jan 18 14:58:09 2017
New Revision: 1779336

URL: http://svn.apache.org/viewvc?rev=1779336&view=rev
Log:
Unified colors

Modified:
    openoffice/site/trunk/content/css/ooo.css

Modified: openoffice/site/trunk/content/css/ooo.css
URL: 
http://svn.apache.org/viewvc/openoffice/site/trunk/content/css/ooo.css?rev=1779336&r1=1779335&r2=1779336&view=diff
==============================================================================
--- openoffice/site/trunk/content/css/ooo.css (original)
+++ openoffice/site/trunk/content/css/ooo.css Wed Jan 18 14:58:09 2017
@@ -14,6 +14,7 @@
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
+
 body {
   color: white;
   font-family: Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
@@ -68,7 +69,7 @@ a:hover {
 a img { border: none; }
 
 h1,h2,h3,h4,h5,h6 {
-  color: #193240;
+  color: #333333;
   text-transform:uppercase;
 }
 
@@ -121,20 +122,20 @@ h1,h2,h3,h4,h5,h6 {
 
 #contenta h1,h2,h3,h4,h5,h6 {
   font-weight: normal;
-  margin: 10px 0 15px;
-  padding: 5px 0;
+  margin: 10px 0px 15px;
+  padding: 5px 0px;
 }
 
 #contenta h1 {
   font-size: 1.4em;
   padding: 15px;
-  border-top: 1px solid #a3afb6;
+  border-top: 1px solid #cccccc;
 }
 
 #contenta h2 {
   font-size: 1.2em;
   margin-top: 2em;
-  border-bottom: 1px solid #a3afb6;
+  border-bottom: 1px solid #cccccc;
 }
 
 #contenta h3,h4,h5,h6 {
@@ -200,7 +201,7 @@ td {
 }
 
 #sidenav {
-  border: 1px solid #e6ebed;
+  border: 1px solid #c6cbdd;
   border-left: none;
   -moz-border-radius: 0 10px 10px 0;
   border-radius: 0 10px 10px 0;
@@ -231,7 +232,7 @@ td {
 
 #sidenav ul {
   margin: 0 0;
-  padding: 0;
+  padding: 0px 15px 0px 0px;
   list-style: none;
 }
 


Reply via email to