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/pages/files.css')
-rw-r--r--assets/css/pages/files.css135
1 files changed, 135 insertions, 0 deletions
diff --git a/assets/css/pages/files.css b/assets/css/pages/files.css
new file mode 100644
index 00000000..2f49d80a
--- /dev/null
+++ b/assets/css/pages/files.css
@@ -0,0 +1,135 @@
+/*Colors*/
+/*Shadows*/
+/*Breakpoints*/
+/* Make Navbar transparent */
+.nav:not(.scrolled) {
+ background-color: transparent;
+ position: absolute; }
+
+.files-background {
+ background: url("../../img/headers/yourcloud.jpg") no-repeat;
+ background-position: center;
+ background-size: cover; }
+
+@media (max-width 768px) {
+ .image--feature {
+ margin-top: 10px; } }
+@media (min-width: 991px) {
+ .featureimg {
+ margin-bottom: 200px; } }
+@media (min-width: 1600px) {
+ .featureimg {
+ margin-bottom: 100px; } }
+
+section {
+ margin: 180px 0; }
+
+.section--customers {
+ position: relative; }
+ .section--customers .section--paragraph {
+ margin: 40px 0; }
+ .section--customers .row {
+ margin-top: 50px; }
+ .section--customers .customer {
+ position: relative;
+ padding-left: 10px;
+ padding-right: 10px; }
+ .section--customers .customer .customer-logo {
+ /*-webkit-filter: grayscale(100%);*/
+ filter: saturate(0%) contrast(0.35) brightness(130%);
+ max-width: 250px;
+ float: center;
+ position: relative;
+ text-align: center;
+ margin-left: auto;
+ margin-right: auto;
+ vertical-align: middle; }
+
+.section--on-premise .section--heading-1 {
+ padding-bottom: 30px; }
+
+.section--compliance .banner {
+ background-color: #0082c9;
+ position: relative;
+ overflow: hidden; }
+ .section--compliance .banner .col-md-6 {
+ padding: 40px 0; }
+ .section--compliance .banner li, .section--compliance .banner p, .section--compliance .banner h2, .section--compliance .banner h3 {
+ color: white; }
+ .section--compliance .banner .hyperlink {
+ color: white; }
+ .section--compliance .banner .row {
+ padding: 0px 0px; }
+ .section--compliance .banner .fa {
+ color: white;
+ padding-right: 10px; }
+ .section--compliance .banner .learnmore {
+ padding: 20px 0px; }
+ .section--compliance .banner .learnmore .col-sm-6 {
+ padding: 20px 0px; }
+ .section--compliance .banner .big-img {
+ position: absolute;
+ max-width: 70%;
+ height: 100%;
+ /* top: 60px; */
+ margin-left: 30px; }
+ .section--compliance .banner .small-img {
+ position: absolute;
+ height: 100%;
+ margin-left: 30px; }
+ @media (max-width: 1600px) {
+ .section--compliance .banner .big-img {
+ display: none; } }
+ @media (min-width: 1600px) {
+ .section--compliance .banner .small-img {
+ display: none; } }
+
+.acess__anywhere {
+ width: 400px;
+ margin: 0 auto; }
+
+.section--files {
+ padding-top: 80px; }
+
+.section--whitepaper {
+ padding: 0; }
+ .section--whitepaper h2 {
+ line-height: normal; }
+
+.section--outlook h1 {
+ /*margin-bottom: 10px;*/ }
+.section--outlook p {
+ padding: 10px 0 30px 0; }
+.section--outlook .row {
+ padding-bottom: 10px; }
+
+.section--others {
+ margin: 0 0 0 0;
+ padding: 90px 70px 70px 70px;
+ background-color: #eee; }
+ .section--others .row {
+ margin-bottom: 10px; }
+ .section--others img {
+ padding: 20px; }
+
+.section--more .container-widest .row {
+ margin-left: 5px;
+ margin-right: 5px; }
+.section--more .section--heading-1 {
+ padding-bottom: 60px; }
+.section--more i[class*='fa-'] {
+ font-size: 60px;
+ display: block;
+ color: #0082c9;
+ text-align: center;
+ padding-top: 20%; }
+
+.section--getstarted {
+ margin-bottom: 0px; }
+ .section--getstarted a {
+ margin: 50px; }
+
+footer {
+ margin-top: 0px; }
+
+/*# sourceMappingURL=files.css.map */