[gimp-help-2/pd-restyle] Restyle gimp-help-screen.css to match wgo better



commit b270babd589fc51e39a6240e2fc91ddc9f14b4b4
Author: Pat David <patdavid gmail com>
Date:   Wed Feb 8 13:19:23 2017 -0600

    Restyle gimp-help-screen.css to match wgo better
    
    This is a first pass at bringing gimp-help-screen.css more in-line
    with wgo for styling.

 stylesheets/gimp-help-screen.css |   24 ++++++++++++++++++++++--
 1 files changed, 22 insertions(+), 2 deletions(-)
---
diff --git a/stylesheets/gimp-help-screen.css b/stylesheets/gimp-help-screen.css
index 8fb1e8b..964834f 100644
--- a/stylesheets/gimp-help-screen.css
+++ b/stylesheets/gimp-help-screen.css
@@ -166,6 +166,7 @@ div.legalnotice p.legalnotice-title {
 p {
   text-align: justify;
   line-height: 142%;
+  line-height: 1.5rem;
   margin: 1em 0;
 }
 .biblioentry p {
@@ -332,6 +333,7 @@ span.application {
 .tip,.warning,.caution,.note,.important {
   margin-top: 1em;
   margin-bottom: 1em;
+  padding: 0 10px;
 }
 /* force full width of table within div */
 .tip table,.warning table,.caution table,.note table,.important table {
@@ -375,11 +377,14 @@ div.segmentedlist .segtitle {
 }
 div.navheader,div.heading {
   background-color: #f57900;
+  background-color: #0e2426;
   width: 100%;
 }
 div.navfooter,div.footing {
   background-color: #f57900;
+  background-color: #0e2426;
   width: 100%;
+  padding-bottom: 2rem;
 }
 div.navheader table {
   border-left: 0;
@@ -395,14 +400,17 @@ div.navfooter table {
 }
 div.navheader table td a,div.navfooter table td a {
   color: #0e2426;
+  color: #ecf0f1;
   text-decoration: none;
 }
 /* normal text in the footer */
 div.navfooter table td {
   color: #0e2426;
+  color: #ecf0f1;
 }
 div.navheader table td a:visited,div.navfooter table td a:visited {
   color: #0e2426;
+  color: #ecf0f1;
 }
 /* links in header and footer */
 div.navheader table td a:hover,div.navfooter table td a:hover {
@@ -468,16 +476,19 @@ h1 {
   border: none;
 }
 h2 {
-  border-top: solid 0.2em;
+  /* border-top: solid 0.2em; */
   border-bottom: solid 0.06em;
+  border-bottom: solid 0.06em #aaa;
 }
 h3 {
   border-top: 0;
   border-bottom: solid 0.06em;
+  border-bottom: solid 0.06em #aaa;
 }
 h4 {
   border: 0;
   border-bottom: solid 0.06em;
+  border-bottom: solid 0.06em #aaa;
 }
 h5 {
   border: 0;
@@ -521,6 +532,7 @@ div.navfooter > .reportbug {
   padding: 0.2em;
   text-align: center;
   color: #0e2426;
+  color: #ecf0f1;
 }
 
 div.navheader .show_other_language {
@@ -538,22 +550,27 @@ div.navheader .show_other_language a {
 /  colors  /
 / *********/
 body {
+       /*
   color: #eeeeec;
   background: #2e3436;
+       */
 }
 a {
   color: #f57900;
+  color: #497bad;
   text-decoration: underline;
 }
 a:hover,a:visited {
   color: #fcaf3e;
+  color: #2a4c6f;
   background: transparent;
 }
 h1,h2,h3,h4,h5,h6 {
   background-color: transparent;
 }
 h1,h2,h3,h4,h5,div.toc {
-  color: #999
+  color: #999;
+       color: #333;
 }
 h6 {
   color: #99b;
@@ -562,6 +579,7 @@ hr {
   border-color: #eeeeec;
 }
 .tip,.warning,.caution,.note,.important {
+  line-height: 1.5rem;
   border-color: #111;
 }
 .tip table th,.warning table th,.caution table th,.note table th,.important table th {
@@ -639,6 +657,7 @@ pre.programlisting {
   color: #0e2426;
   border-color: #eeeeec;
   background-color: #999;
+  background-color: #e6e6e6;
   white-space: nowrap;
 }
 /* these elements typically contain text and/or <img> */
@@ -670,6 +689,7 @@ b.keycap,.keycap {
 }
 div.navheader {
   color: #0e2426;
+  color: #ecf0f1;
   border-color: black;
 }
 div.navfooter {


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]