-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy paththeme.css
More file actions
89 lines (89 loc) · 1.44 KB
/
theme.css
File metadata and controls
89 lines (89 loc) · 1.44 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
*{
margin: 0;
padding: 0;
color: rgb(0,223,0);
font-family: sans-serif;
}
html,body{
background-color: rgb(5,5,5);
}
.logo{
/*max-width: 4vw;*/
max-height: 4vh;
}
#logoname{
display: flex;
align-items: center;
}
.discord-invite > img{
height: 1.8vh;
}
.github-small > img{
height: 1.2vh;
}
#contact-us, #github, #github > *{
color: rgb(0,160,0);
margin-left: 5px;
}
#contact-us{
display: flex;
}
#logoname > *{
font-family: monospace !important;
font-size: 33px;
}
button{
background-color: rgb(5,5,5);
border: 1px solid rgb(0,20,0);
border-radius: 0.5em;
padding-left: 16px;
padding-right: 16px;
padding-top: 8px;
padding-bottom: 8px;
}
button:hover, button.active{
cursor: pointer;
background-color: rgb(20,20,20);
border-color: rgb(0,30,0);
}
.hidden{
display: none;
}
#pages{
border: 1px solid rgb(0,80,0);
margin: 6px;
min-height: 60vh;
}
.project, .member{
margin: 4px;
}
.project > span, .member > span{
color: rgb(0,120,0);
font-size: 14px;
}
#members{
overflow-y: scroll;
}
.member-avatar{
border: 0px;
border-radius: 100%;
}
.member{
display: flex;
margin-bottom: 8px;
}
.member > img{
width: 100px;
height: 100px;
margin-right: 8px;
border: 2px solid rgb(0,80,0);
}
.member-info > span{
color: rgb(0,120,0);
}
.member-name-contact{
display: flex;
}
#page-selection{
margin-left: 5px;
}