-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmain.css
More file actions
125 lines (101 loc) · 1.74 KB
/
main.css
File metadata and controls
125 lines (101 loc) · 1.74 KB
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
/*
main.css
CSS written by TechnicProblem
technicproblem.github.io
*/
header {
background-image: url(images/bg.png);
min-height: 100%;
height:100vh;
background-size:cover;
background-attachment: fixed;
z-index: -3;
overflow: hidden;
}
* {
font-family: "Roboto", Arial, sans-serif;
}
.logo {
width: 1000px;
height: 371.5px;
margin-left: auto;
margin-right: auto;
display: block;
margin-top: 6em;
}
.curseforge {
float: right;
border-color: #55565a;
background-color: #f05523;
border-width: 3px;
}
.curseforge:hover {
background-color: #55565a;
border-color: #f05523;
}
h1 {
font-size: 3em;
display: inline;
}
.modblock-nav {
display: inline-block;
margin-left: 5px;
font-size: 1.33rem;
}
.modblock-navlink {
margin-right: 5px;
}
span {
text-decoration: underline;
}
.helpimage {
height: auto;
width: 40rem;
}
.changelog-nav-container {
border-left: 1px solid #ede;
}
.changelog-nav {
}
.currentversion {
background-color: #eee;
padding: 1em;
padding-right: 3em;
display: inline-block;
border: 4px solid #ddd;
border-radius: 2px;
}
.currentversion > strong {
font-size: 1.75em;
}
a[href*="https://"]::after {
content: url(https://upload.wikimedia.org/wikipedia/commons/6/64/Icon_External_Link.png);
}
a.noexternal::after {
content: none;
}
header.tri {
background-image: url(images/tribg.png);
min-height: 100%;
height:100vh;
background-size:cover;
background-attachment: fixed;
z-index: -3;
overflow: hidden;
}
.logotri {
width: 300px;
height: auto;
margin-left: auto;
margin-right: auto;
display: block;
margin-top: 1em;
}
.logo-tri {
width: 750px;
height: auto;
margin-left: auto;
margin-right: auto;
display: block;
margin-top: 6em;
}