forked from Novus-Neurons/Content-Club
-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
67 lines (60 loc) · 1.61 KB
/
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
55
56
57
58
59
60
61
62
63
64
65
66
67
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;
}
.footer:hover {
position: relative;
width: 100%;
font-size: 150%;
}
.content{
align-content: justified;
text-align: centre;
position: relative;
width: 80%;
}
.light{
background-color: #A170DB;
}
h1{
text-align: center;
font-family: cursive;
font-size: 24px;
border: 8px solid black;
padding: 1rem 0.5rem;
min-height: 2em;
width: 80%;
resize: both;
background: linear-gradient(to top, rgba(#cffffe, 0.3), rgba(#f9f7d9, 0.3), rgba(#fce2ce, 0.3), rgba(#ffc1f3, 0.3));
border-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='100' height='100' viewBox='0 0 100 100' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3ClinearGradient id='g' x1='0%25' y1='0%25' x2='0%25' y2='100%25'%3E%3Cstop offset='0%25' stop-color='%23cffffe' /%3E%3Cstop offset='25%25' stop-color='%23f9f7d9' /%3E%3Cstop offset='50%25' stop-color='%23fce2ce' /%3E%3Cstop offset='100%25' stop-color='%23ffc1f3' /%3E%3C/linearGradient%3E %3Cpath d='M1.5 1.5 l97 0l0 97l-97 0 l0 -97' stroke-linecap='square' stroke='url(%23g)' stroke-width='3'/%3E %3C/svg%3E") 1;
}