[Libreoffice-commits] help.git: help3xsl/default.css

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Mon Mar 4 14:46:41 UTC 2019


 help3xsl/default.css |   78 +++++++--------------------------------------------
 1 file changed, 12 insertions(+), 66 deletions(-)

New commits:
commit 4f35fbbb2924961cc29a2bb7966deb36e7b865ba
Author:     Adolfo Jayme Barrientos <fitojb at ubuntu.com>
AuthorDate: Mon Mar 4 15:46:10 2019 +0100
Commit:     Adolfo Jayme Barrientos <fitojb at ubuntu.com>
CommitDate: Mon Mar 4 15:46:21 2019 +0100

    Revert "Improve donation link in Help online"
    
    This reverts commit bd26e706b30dccecdeba24ba8b697ddf2fc7a615.
    
    Change-Id: Id45b4ef2bacae444be070a03fbc0e10a4992f85c
    Reviewed-on: https://gerrit.libreoffice.org/68699
    Reviewed-by: Adolfo Jayme Barrientos <fitojb at ubuntu.com>
    Tested-by: Adolfo Jayme Barrientos <fitojb at ubuntu.com>

diff --git a/help3xsl/default.css b/help3xsl/default.css
index f475d83ef..61d839401 100644
--- a/help3xsl/default.css
+++ b/help3xsl/default.css
@@ -293,11 +293,13 @@ h6 {
     color: red;
     text-align: left;
 }
-
+.donation {
+    padding: 0 0 10px 0;
+    margin-bottom: 1em;
+    border-bottom: 1px dashed rgba(0,0,0,0.1);
+}
 .donation p{
     font-size:1.2rem;
-    padding: 3px 0 0 0 !important;
-    text-align: center;
 }
 .bascode {
     margin-top:15px;
@@ -567,35 +569,6 @@ li.disabled a {
 #search-bar::placeholder {
     font-style: italic;
 }
-.donation {
-    margin-bottom: 1em;
-    background: #0379BC;
-    background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
-    background-image: -moz-linear-gradient(top, #3498db, #2980b9);
-    background-image: -ms-linear-gradient(top, #3498db, #2980b9);
-    background-image: -o-linear-gradient(top, #3498db, #2980b9);
-    background-image: linear-gradient(to bottom, #3498db, #2980b9);
-    -webkit-border-radius: 8;
-    -moz-border-radius: 8;
-    border-radius: 8px;
-    padding: 5px 10px 5px 10px;
-    margin: 0 auto;
-    max-width: 300px;
-    color: #ffffff;
-    text-decoration: none;
-}
-.donation a {
-    color: white;
-}
-.donation:hover{
-    background: #0379BC;
-    background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
-    background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
-    background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
-    background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
-    background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
-    text-decoration: none;
-}
 .google-search {
     max-width: 300px;
     margin: 0 auto;
@@ -734,14 +707,6 @@ li.disabled a {
     }
 }
 @media screen and (min-width: 960px) {
-    .header-extrawurst {
-        position: fixed;
-        width: 100%;
-        top: 0px;
-    }
-    body {
-        padding-top: 60px;
-    }
     .lang nav {
         display: none;
     }
@@ -792,6 +757,12 @@ li.disabled a {
     .rightside {
         grid-area: rightside;
     }
+    .google-search {
+        margin: 0;
+        position: absolute;
+        top: 19px;
+        left: 860px;
+    }
     .lang {
         position: absolute;
         top: 0;
@@ -804,39 +775,14 @@ li.disabled a {
         left: 80px;
         border: none;
     }
-    .donation {
-        position: fixed;
-        top: 10px;
-        left: 400px;
-    }
     #DisplayArea {
         background-color: #FCFCFC;
         box-shadow: 0 2px 8px 0 rgba(0,0,0,.05);
         padding: 10px 50px;
+        width: 800px;
     }
 }
 @media screen and (min-width: 1440px) {
-    .header-extrawurst {
-        position: fixed;
-        width: 100%;
-        top: 0px;
-    }
-    body {
-        padding-top: 60px;
-    }
-    .google-search {
-        margin: 0;
-        position: fixed;
-        top: 19px;
-        left: 860px;
-        border-radius: 8px;
-    }
-    .donation {
-        position: fixed;
-        max-width: 300px;
-        top: 10px;
-        left: 400px;
-    }
     #Contents {
         color: #333;
         z-index: 6;


More information about the Libreoffice-commits mailing list