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

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

.generic-background {
  background: url("../../img/headers/background-transparent.png") no-repeat;
  background-color: #0082c9;
  background-position: center;
  background-size: cover;
  height: 30vh;
  min-height: 300px;
  max-height: 400px; }
  .generic-background .topheader {
    margin-top: 70px; }

/* General */
.section--pressrelease {
  padding: 50px 0 50px; }
  .section--pressrelease h1 {
    font-size: 40px;
    margin-bottom: 0px; }
  .section--pressrelease h3 {
    font-size: 20px;
    margin-top: 0px;
    font-style: italic; }
  .section--pressrelease p {
    margin-top: 15px; }
  .section--pressrelease blockquote {
    margin: 0 0 -20px 0; }
  .section--pressrelease ul {
    list-style-type: disc; }
  .section--pressrelease li {
    margin-top: 0px; }

.row {
  margin-top: 20px; }

footer {
  margin-top: 100px; }

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