Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/nextcloud.com.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'assets/css/custom.css')
-rw-r--r--assets/css/custom.css78
1 files changed, 42 insertions, 36 deletions
diff --git a/assets/css/custom.css b/assets/css/custom.css
index da6698a7..9a32cd62 100644
--- a/assets/css/custom.css
+++ b/assets/css/custom.css
@@ -1456,42 +1456,6 @@ footer.page-footer {
overflow: hidden;
zoom: 0.55; }
-.enterprise-menu .menu {
- background: #fbfbfb;
- height: 70px;
- border-bottom: solid 1px #e4e4e4;
- border-top: solid 1px #e4e4e4;
- text-transform: uppercase;
- vertical-align: middle;
- z-index: 5; }
- .enterprise-menu .menu .buttons {
- font-weight: 600;
- margin-top: 23px; }
- .enterprise-menu .menu .buttons a {
- padding-right: 10px;
- color: gray; }
- .enterprise-menu .menu .buttons a:focus {
- text-decoration: none;
- color: black; }
- .enterprise-menu .menu .buttons a:hov .enterprise-menu .menu .buttons a:active {
- text-decoration: none;
- color: black; }
- .enterprise-menu .menu .buttons a:hover {
- text-decoration: none;
- color: black; }
- .enterprise-menu .menu .buttons .btn-primary {
- float: right;
- font-size: 14px;
- padding: 8px 20px;
- margin-left: 20px;
- margin-top: -5px;
- color: white; }
- .enterprise-menu .menu .buttons .btn-primary:hover {
- text-decoration: none;
- color: white; }
- .enterprise-menu .menu .buttons .btn-primary:before {
- background: none; }
-
.what-you-get-section {
background: -webkit-linear-gradient(top, #fff 0, #f6f6f6 150px);
background: linear-gradient(to bottom, #fff 0, #f6f6f6 150px);
@@ -2551,6 +2515,48 @@ li {
margin-right: auto;
max-width: 1800px; }
+/* second header like on enterprise pages */
+.second-menu {
+ /* Hide on mobile */ }
+ .second-menu .menu {
+ background: #fbfbfb;
+ height: 70px;
+ border-bottom: solid 1px #e4e4e4;
+ border-top: solid 1px #e4e4e4;
+ text-transform: uppercase;
+ vertical-align: middle;
+ z-index: 5; }
+ @media (max-width: 991px) {
+ .second-menu .menu {
+ display: none; } }
+ .second-menu .menu .buttons {
+ font-weight: 600;
+ margin-top: 23px; }
+ .second-menu .menu .buttons a {
+ padding-right: 10px;
+ color: gray; }
+ .second-menu .menu .buttons a:focus {
+ text-decoration: none;
+ color: black; }
+ .second-menu .menu .buttons a:hov .second-menu .menu .buttons a:active {
+ text-decoration: none;
+ color: black; }
+ .second-menu .menu .buttons a:hover {
+ text-decoration: none;
+ color: black; }
+ .second-menu .menu .buttons .btn-primary {
+ float: right;
+ font-size: 14px;
+ padding: 8px 20px;
+ margin-left: 20px;
+ margin-top: -5px;
+ color: white; }
+ .second-menu .menu .buttons .btn-primary:hover {
+ text-decoration: none;
+ color: white; }
+ .second-menu .menu .buttons .btn-primary:before {
+ background: none; }
+
/* typical background images (hero section) like enterprise, security */
.background {
padding-bottom: 0;