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
path: root/assets
diff options
context:
space:
mode:
Diffstat (limited to 'assets')
-rw-r--r--assets/css/custom.css30
-rw-r--r--assets/css/custom.scss24
-rw-r--r--assets/css/modules/hero.scss1
-rw-r--r--assets/css/modules/typography.scss2
-rw-r--r--assets/css/pages/appdev.css44
-rw-r--r--assets/css/pages/appdev.scss12
-rw-r--r--assets/css/pages/contribute.css4
-rw-r--r--assets/css/pages/contribute.scss7
-rw-r--r--assets/img/headers/atwork-small.jpgbin0 -> 113204 bytes
-rw-r--r--assets/img/headers/crash-small.jpgbin0 -> 201343 bytes
-rw-r--r--assets/img/headers/design-small.jpgbin0 -> 139048 bytes
-rw-r--r--assets/img/headers/ladies-that-foss.jpgbin0 -> 182868 bytes
12 files changed, 53 insertions, 71 deletions
diff --git a/assets/css/custom.css b/assets/css/custom.css
index 8bbaba56..4e7f0aef 100644
--- a/assets/css/custom.css
+++ b/assets/css/custom.css
@@ -3443,7 +3443,7 @@ tbody.collapse.in {
color: #6c6c6c; }
.hyperlink {
- color: #a2a2a2;
+ color: #6c6c6c;
text-decoration: none;
font-weight: 500;
border-bottom: solid 1px;
@@ -4021,7 +4021,7 @@ template, [hidden] {
color: #6c6c6c; }
.hyperlink {
- color: #a2a2a2;
+ color: #6c6c6c;
text-decoration: none;
font-weight: 500;
border-bottom: solid 1px;
@@ -5444,7 +5444,8 @@ footer.page-footer {
font-size: 20px;
line-height: 1.6;
text-shadow: 0px 0px 10px #333;
- transform: translateY(50px); }
+ transform: translateY(50px);
+ font-weight: 400; }
.background .topheader {
/* position: absolute; */
/* top: 30%; */
@@ -9660,29 +9661,6 @@ footer.page-footer {
font-size: 22px;
font-weight: 300; }
-.section--paragraph__tittle {
- font-size: 22px;
- line-height: 30px;
- font-weight: 600;
- color: #2a2a36; }
-
-.section--paragraph {
- font-size: 1.125em;
- font-weight: 400;
- line-height: 1.5;
- color: #6c6c6c; }
-
-.hyperlink {
- color: #a2a2a2;
- text-decoration: none;
- font-weight: 500;
- border-bottom: solid 1px;
- transition: all 0.5s ease;
- text-decoration: none; }
- .hyperlink :hover {
- text-decoration: none;
- color: #2a2a36; }
-
.screen-reader-text {
display: none; }
diff --git a/assets/css/custom.scss b/assets/css/custom.scss
index 2c499d8d..50a79bc2 100644
--- a/assets/css/custom.scss
+++ b/assets/css/custom.scss
@@ -117,31 +117,7 @@
font-size: 22px;
font-weight: 300;
}
-.section--paragraph__tittle {
- font-size: 22px;
- line-height: 30px;
- font-weight: 600;
- color: #2a2a36;
-}
-.section--paragraph {
- font-size: 1.125em;
- font-weight: 400;
- line-height: 1.5;
- color: #6c6c6c;
-}
-.hyperlink {
- color: #a2a2a2;
- text-decoration: none;
- font-weight: 500;
- border-bottom: solid 1px;
- transition: all 0.5s ease;
- text-decoration: none;
- :hover {
- text-decoration: none;
- color: #2a2a36;
- }
-}
.screen-reader-text {
display: none;
diff --git a/assets/css/modules/hero.scss b/assets/css/modules/hero.scss
index 291c692a..ce4398ef 100644
--- a/assets/css/modules/hero.scss
+++ b/assets/css/modules/hero.scss
@@ -21,6 +21,7 @@
line-height: 1.6;
text-shadow: 0px 0px 10px #333;
transform: translateY(50px);
+ font-weight: 400;
}
.topheader {
diff --git a/assets/css/modules/typography.scss b/assets/css/modules/typography.scss
index 2d2e25dd..1584474d 100644
--- a/assets/css/modules/typography.scss
+++ b/assets/css/modules/typography.scss
@@ -82,7 +82,7 @@
}
.hyperlink {
- color: #a2a2a2;
+ color: $medium-grey;
text-decoration: none;
font-weight: 500;
border-bottom: solid 1px;
diff --git a/assets/css/pages/appdev.css b/assets/css/pages/appdev.css
index 36ebe76e..9d68ee05 100644
--- a/assets/css/pages/appdev.css
+++ b/assets/css/pages/appdev.css
@@ -151,25 +151,24 @@
border-top-right-radius: 0;
border-top-left-radius: 0; }
-.nav {
- position: relative;
- padding: 5px 0 30px 0; }
- .nav.nav-pills.brand-pills.nav-stacked {
- opacity: 1;
- /* compensate for nav being set to opacity 0 by our top nav bar code */ }
- .nav.nav-pills.brand-pills.nav-stacked li {
- margin: 0;
- border-left: 1px solid lightgray; }
- .nav.nav-pills.brand-pills.nav-stacked li:hover, .nav.nav-pills.brand-pills.nav-stacked li.active {
- border-left: 1px solid blue;
- font-weight: 700; }
- .nav.nav-pills.brand-pills.nav-stacked li a {
- color: #2a2a36;
- background-color: transparent;
- padding-left: 20px;
- border-radius: 0;
- margin: 0; }
- .nav.nav-pills.brand-pills.nav-stacked .tab-content {
+.nav.nav-pills.brand-pills.nav-stacked {
+ position: relative !important;
+ padding: 5px 0 30px 0;
+ opacity: 1;
+ /* compensate for nav being set to opacity 0 by our top nav bar code */ }
+ .nav.nav-pills.brand-pills.nav-stacked li {
+ margin: 0;
+ border-left: 1px solid lightgray; }
+ .nav.nav-pills.brand-pills.nav-stacked li:hover, .nav.nav-pills.brand-pills.nav-stacked li.active {
+ border-left: 1px solid blue;
+ font-weight: 700; }
+ .nav.nav-pills.brand-pills.nav-stacked li a {
+ color: #2a2a36;
+ background-color: transparent;
+ padding-left: 20px;
+ border-radius: 0;
+ margin: 0; }
+ .nav.nav-pills.brand-pills.nav-stacked li .tab-content {
margin-top: 15px;
padding-top: 5px; }
@@ -204,9 +203,16 @@ section {
padding-bottom: 0px; }
section .row {
padding-top: 40px; }
+ section li {
+ list-style-image: url("../../img/enterprise/dot-tiny.svg"); }
.section--documentation {
padding-bottom: 170px; }
+ .section--documentation .icon {
+ height: 100px; }
+
+.section--feature .icon {
+ height: 32px; }
.section--getinvolved {
padding-top: 10px;
diff --git a/assets/css/pages/appdev.scss b/assets/css/pages/appdev.scss
index 929d48a1..474af314 100644
--- a/assets/css/pages/appdev.scss
+++ b/assets/css/pages/appdev.scss
@@ -38,10 +38,22 @@ section {
.row {
padding-top: 40px;
}
+ li {
+ list-style-image: url("../../img/enterprise/dot-tiny.svg");
+ }
}
.section--documentation {
padding-bottom: 170px;
+ .icon {
+ height: 100px;
+ }
+}
+
+.section--feature {
+ .icon {
+ height: 32px;
+ }
}
.section--getinvolved {
diff --git a/assets/css/pages/contribute.css b/assets/css/pages/contribute.css
index 75054956..6b916b1c 100644
--- a/assets/css/pages/contribute.css
+++ b/assets/css/pages/contribute.css
@@ -43,6 +43,8 @@ footer.page-footer {
.section--contribute {
padding-top: 30px;
/* display: inline-block; */ }
+ .section--contribute .row {
+ padding-top: 50px; }
.section--contribute .section--heading-1 {
padding: 80px 0 30px 0; }
.section--contribute .section--intro {
@@ -52,6 +54,8 @@ footer.page-footer {
@media (max-width: 768px) {
.section--contribute .section--intro {
text-align: left !important; } }
+ .section--contribute img {
+ padding: 15px; }
.calltoaction {
margin-top: 50px;
diff --git a/assets/css/pages/contribute.scss b/assets/css/pages/contribute.scss
index 29e1c93c..0a3f0b73 100644
--- a/assets/css/pages/contribute.scss
+++ b/assets/css/pages/contribute.scss
@@ -18,7 +18,9 @@ footer.page-footer {
.section--contribute {
padding-top: 30px;
/* display: inline-block; */
-
+ .row {
+ padding-top: 50px;
+ }
.section--heading-1 {
padding: 80px 0 30px 0;
}
@@ -32,6 +34,9 @@ footer.page-footer {
text-align: left !important;
}
}
+ img {
+ padding: 15px;
+ }
}
.calltoaction {
diff --git a/assets/img/headers/atwork-small.jpg b/assets/img/headers/atwork-small.jpg
new file mode 100644
index 00000000..e672b44e
--- /dev/null
+++ b/assets/img/headers/atwork-small.jpg
Binary files differ
diff --git a/assets/img/headers/crash-small.jpg b/assets/img/headers/crash-small.jpg
new file mode 100644
index 00000000..cefb84db
--- /dev/null
+++ b/assets/img/headers/crash-small.jpg
Binary files differ
diff --git a/assets/img/headers/design-small.jpg b/assets/img/headers/design-small.jpg
new file mode 100644
index 00000000..d453e774
--- /dev/null
+++ b/assets/img/headers/design-small.jpg
Binary files differ
diff --git a/assets/img/headers/ladies-that-foss.jpg b/assets/img/headers/ladies-that-foss.jpg
new file mode 100644
index 00000000..10701b69
--- /dev/null
+++ b/assets/img/headers/ladies-that-foss.jpg
Binary files differ