-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.css
123 lines (118 loc) · 2.09 KB
/
index.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
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
body {
padding-top: 50px;
font-family: "Open Sans", sans-serif;
color: #3d3a37;
}
body #icon {
width: 100px;
height: auto;
margin-bottom: 30px;
}
body #jqa-logo {
height: 100px;
width: auto;
float: right;
}
body h1 {
margin-bottom: 50px;
}
body h2 {
color: #1485cc;
font-weight: 400;
font-size: 30px;
margin: 8px 0 20px;
font-family: "Roboto", sans-serif;
letter-spacing: 1px;
line-height: 40px;
position: relative;
text-transform: uppercase;
}
body h3 {
font-size: 20px;
}
body h4 {
font-weight: 700;
}
body p {
font-size: 14px;
line-height: 1.75;
margin-top: 20px;
margin-bottom: 20px;
}
footer {
border-top: 1px solid rgba(0, 0, 0, 0.2);
margin-top: 40px;
display: flex;
justify-content: center;
}
footer ul {
text-align: center;
}
footer li {
list-style: none;
float: left;
padding: 40px;
}
.filter-section {
margin-bottom: 50px;
}
.filter-section .tags-input {
height: 40px;
}
.filter-section .tags-input input, .filter-section .tags-input li {
height: 33px;
}
.filter-section .tags-input .tag-item {
padding: 5px 15px 5px 15px !important;
border-radius: 50px !important;
border: none !important;
background: none !important;
background-color: #1485cc !important;
color: white;
}
.filter-section .tags-input .tag-item a {
color: white !important;
}
.plugin-section {
margin-bottom: 50px;
}
.plugin-section .tag {
background-color: #1485cc;
color: white;
border-radius: 50px;
padding: 5px 15px 5px 15px;
margin-right: 20px;
}
.plugin-section h3 {
font-size: 20px;
margin-bottom: 35px;
text-align: center;
background-color: #1485cc;
color: white;
padding-top: 10px;
padding-bottom: 10px;
}
.plugin-section .status {
margin-top: 0;
}
.plugin-section .plugin-container {
margin-top: 50px;
margin-bottom: 50px;
}
.plugin-section li {
list-style-type: none;
font-size: 14px;
line-height: 1.75;
}
.plugin-section li:before {
content: "-";
padding-right: 10px;
}
.overview-section {
padding-bottom: 50px;
}
.overview-section table p {
margin-top: 0;
margin-bottom: 0;
}
/*# sourceMappingURL=index.css.map */