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

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

/**
* Secure Page
*/
.endtoend-background {
  background-image: url("../../img/headers/endtoend.jpg");
  background-position: top 0 right 0; }
  .endtoend-background .topheader h1 {
    margin-top: 0; }

/* All headers */
section {
  padding: 50px 0 50px; }
  section .section--heading-1 {
    padding-bottom: 50px; }
  section .section--paragraph--tittle {
    padding: 0; }
  section .row {
    padding: 20px 0 20px 0; }

.img-responsive {
  padding-top: 10px; }
  @media (min-width: 991px) {
    .img-responsive {
      margin-bottom: 50px; } }
  @media (min-width: 1600px) {
    .img-responsive {
      /* 	margin-bottom: 0px; */ } }

.section--differences .banner {
  background-color: #0082c9;
  position: relative;
  overflow: hidden; }
  .section--differences .banner h2 {
    text-align: left;
    color: white; }
  .section--differences .banner p {
    padding-top: 30px;
    text-align: left;
    color: white; }
  .section--differences .banner li {
    text-align: left;
    color: white; }
  .section--differences .banner .fa {
    color: white;
    padding-right: 10px; }
  .section--differences .banner .col-md-6 {
    padding: 80px 0px;
    /* 			margin-left: 10% */ }
  .section--differences .banner .big-img {
    position: absolute;
    max-width: 70%;
    height: 100%;
    /*         top: 60px; */
    margin-left: 30px; }
  .section--differences .banner .small-img {
    position: absolute;
    height: 100%;
    margin-left: 30px; }
  @media (max-width: 1600px) {
    .section--differences .banner .big-img {
      display: none; } }
  @media (min-width: 1600px) {
    .section--differences .banner .small-img {
      display: none; } }

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