summaryrefslogtreecommitdiff
path: root/help3xsl/default.css
diff options
context:
space:
mode:
Diffstat (limited to 'help3xsl/default.css')
-rw-r--r--help3xsl/default.css19
1 files changed, 16 insertions, 3 deletions
diff --git a/help3xsl/default.css b/help3xsl/default.css
index ee67073001..e2bb6b30ac 100644
--- a/help3xsl/default.css
+++ b/help3xsl/default.css
@@ -593,10 +593,23 @@ li.disabled a {
font-size:1.2rem;
text-align: center;
}
-.google-search {
- max-width: 300px;
+.xapian-omega-search {
+ max-width: 800px;
margin: 40px auto 0 auto;
}
+.xapian-omega-search-button {
+ background-color: #5c3de2;
+ border: 3px solid #5c3de2;
+ border-radius: 8px;
+ color: #5c3de2;
+ padding: 5px 30px;
+ text-align: center;
+ text-decoration: none;
+ display: inline-block;
+ font-size: 24px;
+ margin: 4px 10px;
+ cursor: pointer;
+}
.modules {
border-bottom: 2px solid #f3f3f3;
background-color: #233336;
@@ -785,7 +798,7 @@ li.disabled a {
.rightside {
grid-area: rightside;
}
- .google-donation {
+ .xapian-omega-search {
grid-area: google;
position: sticky;
top: 0px;