forked from Novus-Neurons/Online-tools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
54 lines (47 loc) · 764 Bytes
/
style.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
body {
color: #121212;
text-align: justified;
font-family: "Inconsolata", monospace;
width: 75%;
margin: auto;
}
hr {
/*background-color: #f54864; */
color: #4f568a;
}
a {
color: #7b32d9;
}
/* h1{
color: #7b32d9;
} */
a:hover:not(.page-heading):not(#anylink) {
color: #ffffff;
background-color: #1b1b1b;
text-decoration: none;
padding: 2px;
margin: -2px;
}
h6{
text-align: center;
}
.page-heading {
text-align: center;
text-decoration: none;
font-family: 'Roboto Condensed', sans-serif;
font-weight: 100;
font-size: 20px;
}
.foot {
position: relative;
width: 100%;
}
.content{
align-content: center;
text-align: centre;
position: relative;
width: 80%;
}
.light{
background-color: #A170DB;
}