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

advisory.css « pages « css « assets - github.com/nextcloud/nextcloud.com.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 7a4ee61c2762dc03c789eed91b7d54fec96ee49a (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
/*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;
}

.advisory-background {
  background-image: url("../../img/headers/advisory.jpg");
  background-size: cover;
  background-position: center;
}

section {
  padding: 80px 0px;
}
section .section--heading-1 {
  padding-bottom: 50px;
}
section .section--paragraph--tittle {
  padding: 0;
}
section p {
  padding-bottom: 10px;
}

.section--overview p {
  margin-top: 20px;
}

.benefits .banner {
  padding-left: 0px;
}
.benefits .banner .col-md-6 {
  padding: 30px 0;
}
.benefits .banner p {
  padding-top: 0px;
}
.benefits .banner .big-img {
  margin-left: 60%;
}
.benefits .banner .big-img-invert {
  margin-right: 60%;
}

.section--benefits {
  padding-top: 0;
  margin-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.section--memberquotes .picture {
  position: relative;
  height: 350px;
  max-width: 300px;
  padding: 0;
  margin: 0 auto;
}
.section--memberquotes .picture .pic-container {
  position: absolute;
  padding: 0px 30px 0px 30px;
  bottom: 0;
  width: 100%;
}
.section--memberquotes .picture .pic-container img {
  margin-right: auto;
  margin-left: auto;
}
.section--memberquotes .col-md-3 .section--paragraph__tittle {
  margin-top: 5px;
  line-height: 20px;
  padding-bottom: 0px;
}
.section--memberquotes .col-md-3 p, .section--memberquotes .col-md-3 blockquote {
  font-size: 13px;
}
.section--memberquotes .col-md-3 blockquote:before {
  font-size: 2em;
  line-height: 0.1em;
  margin-right: 0.1em;
  vertical-align: -0.2em;
}
.section--memberquotes .col-md-3 blockquote:after {
  left: 7px;
  font-size: 2em;
  line-height: 0.1em;
  margin-left: 0.1em;
}

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