-
Notifications
You must be signed in to change notification settings - Fork 1
/
tuxlab.css
89 lines (70 loc) · 1.25 KB
/
tuxlab.css
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
/*
* TuxLab Documentation Page Styles
* @author Derek Brown
*/
/* OVERRIDES */
/* COVER PAGE */
div.cover-main {
margin: -20px 0 !important;
align-self: flex-end !important;
}
main{
margin-top: 100px;
}
.github-corner{
z-index: 1000 !important;
}
div.logo img{
width: 60%; max-width: 600px;
}
div.sponsors{
width: 100%; height: 250px;
margin-top: 200px;
padding-left: 40px;
padding-right: 40px;
background-color: #fff;
align-self: flex-end !important;
}
div.sponsors img.mountain{
position: relative;
top: -100px;
left: 100px;
height: 150px;
}
div.sponsors h2{
margin-top: -80px;
}
div.sponsors div.logos{
margin: 0 auto;
width: 100%;
max-width: 1000px;
display: flex;
justify-content: space-between;
}
div.sponsors div.logos img{
height: 80px;
}
/* ELEMENTS */
div.note {
padding: 12px;
color: #071832;
background-color: #ebf7fd;
border: 1px solid rgba(45,112,145,.3);
border-radius: 4px;
}
div.note h3 {
margin: 5px 0px !important;
}
a.material-button{
display: inline-block;
padding: 12px;
margin-top: 10px;
background-color: #fff;
box-shadow:0 4px 8px 0 rgba(0,0,0,.4);
border-radius: 3px;
color: #333;
text-decoration: none;
}
a.material-button:hover{
background-color: #ccc;
}