forked from annakrystalli/n8cir-reprohacks
-
Notifications
You must be signed in to change notification settings - Fork 0
/
reprohack.css
56 lines (45 loc) Β· 823 Bytes
/
reprohack.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
h1.title {display: none;}
body {
font-size: 18px;
line-height: 1.6;}
h1, h2, h3, h4, h5, h6 { font-weight: bold; }
h1 { font-size: 2em; }
h2 { font-size: 1.75em; }
h3 { font-size: 1.60em; }
h4{ font-size: 1.50em; }
h5 { font-size: 1.30em; }
h6 { font-size: 1.25em; }
.pull-left {
float: left;
width: 50%;
}
.pull-right {
float: right;
width: 40%;
}
a:link {
color: #071059;
}
/* visited link */
a:visited {
color: #071059;
}
/* mouse over link */
a:hover {
color: #4DB797;
}
/* selected link */
a:active {
color: #071059;
}
.btn-primary:link, .btn-primary:visited, .btn-primary:hover, .btn-primary:active {
color: white;
font-weight: bold;
}
.card {
background-color: #ECF0F1;
border: 5px solid #2C3D50;
padding: 50px;
margin: 20px;
overflow-wrap: break-word;
}