summaryrefslogtreecommitdiff
path: root/help3xsl
diff options
context:
space:
mode:
authorAdolfo Jayme Barrientos <fitojb@ubuntu.com>2019-03-04 15:46:10 +0100
committerAdolfo Jayme Barrientos <fitojb@ubuntu.com>2019-03-04 15:46:21 +0100
commit4f35fbbb2924961cc29a2bb7966deb36e7b865ba (patch)
treea490e001afbb23c1f0a70a10f3d3bf338b83d79f /help3xsl
parent09003c0b3a18d448976e2264347ad3b80fc31994 (diff)
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@ubuntu.com> Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Diffstat (limited to 'help3xsl')
-rw-r--r--help3xsl/default.css78
1 files changed, 12 insertions, 66 deletions
diff --git a/help3xsl/default.css b/help3xsl/default.css
index f475d83ef9..61d8394011 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;