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

features.css « pages « css « assets - github.com/nextcloud/nextcloud.com.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3c137d5f9f52b1894417fe0ae992639a5396780c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
/*Colors*/
/*Shadows*/
/*Breakpoints*/
/* New widest container for headers */
.container-widest {
  max-width: 1800px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 768px) {
    .container-widest .container-widest {
      width: 738px; } }
  @media (min-width: 992px) {
    .container-widest .container-widest {
      width: 962px; } }
  @media (min-width: 1200px) {
    .container-widest .container-widest {
      width: 1170px; } }
  @media (min-width: 1500px) {
    .container-widest .container-widest {
      width: 1470px; } }
  @media (min-width: 1800px) {
    .container-widest .container-widest {
      width: 1770px; } }

/* Make Navbar transparent */
.nav:not(.scrolled) {
  background-color: transparent;
  position: absolute; }

.features-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-left: 50px;
    margin-right: 50px; }

footer {
  margin-top: 0px; }

/*# sourceMappingURL=features.css.map */