-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.css
More file actions
111 lines (93 loc) · 2 KB
/
index.css
File metadata and controls
111 lines (93 loc) · 2 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
.body-button {
font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
word-wrap: break-word;
box-sizing: border-box;
display: inline-block;
margin-bottom: 0rem;
border-style: solid;
border-width: 1px;
border-radius: 3px;
transition: color 0.2s, background-color 0.2s, border-color 0.2s;
color: blueviolet !important;
border-color: grey !important;
padding: 0.5rem 0.75rem;
}
.body-button:hover {
color: blue !important;
text-decoration: none !important;
background-color: lightblue !important;
border-color: blueviolet !important;
}
.project-name {
font-size: 4rem !important;
}
.project-tagline {
margin-top: 0 !important;
}
p {
color: black !important;
}
ul {
color: black !important;
}
.seperator-box {
width: 100%;
display: flex;
}
.seperator {
flex: 1 1 auto;
margin: 0 !important;
text-align: center;
border-width: 0;
border-radius: 0;
font-size: 1.2rem !important;
cursor: pointer;
margin-bottom: 15px !important;
}
kbd {
font-family: Verdana, Geneva, Tahoma, sans-serif !important;
font-size: 0.8rem !important;
background-color: lightblue !important;
padding: 6px !important;
border: none !important;
box-shadow: none !important;
}
body {
background-image: url("back.png");
}
.card {
background-color: white;
padding: 25px;
transition: 0.4s;
margin-bottom: 20px;
border-radius: 5px;
border: 2px solid white;
}
.card:hover {
border: 2px solid lightblue;
transition: 0.4s;
}
.main-content {
padding-top: 0;
font-size: 0.9rem !important;
}
.collapse-content {
max-height: 0;
overflow: hidden;
transition: max-height 0.2s ease-out;
}
details {
margin-top: 1rem;
padding: 0;
}
details summary::-webkit-details-marker {
display: none;
}
.page {
transition: display 2s ease-out;
}
.work-title {
color: darkcyan;
font-size: 1.2rem;
font-family: Verdana, Geneva, Tahoma, sans-serif;
}