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

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

.events-background {
  background-image: url("../../img/headers/events.jpg");
  background-size: cover;
  margin-bottom: 50px; }

.table-button {
  margin: 30px 0 10px 0;
  border-radius: 40px;
  border-style: solid;
  border-color: white;
  border-width: thin;
  padding: 20px 40px 20px 40px;
  /*         margin-top: 15px; */
  color: white;
  /* 	width: 50%; */
  background: #0082c9; }

footer {
  margin-top: 70px; }

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