forked from HackYourFuture/JavaScript3
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
104 lines (90 loc) · 1.7 KB
/
Copy pathstyle.css
File metadata and controls
104 lines (90 loc) · 1.7 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
/* .alert-error {
color: red;
} */
.root{
font-family: Arial, Helvetica, sans-serif;
font-size: 1.5em;
}
a {
font-family: Arial, Helvetica, sans-serif;
font-size: 1.2em;
}
.header{
background-color: rgb(61, 120, 168);
padding: 2em;
border: 5px solid black;
border-color: rgb(60, 100, 160);
}
select{
background-color: white;
}
/* body {
background-color: white;
padding: 2em;
border: 1px solid;
border-color: rgb(57, 109, 151);
} */
.body {
width: 100%;
display: grid;
grid-template-columns: 1fr 1fr;
grid-template-rows: 1fr;
grid-column-gap: 1px;
grid-gap: 2%;
}
#repo_info{
padding-top: 50px;
background: whitesmoke;
margin: 10px;
padding: 10px;
}
.repoContainer {
box-sizing: border-box;;
width: 100%;
border: 1px solid;
border-color: rgb(180, 179, 179);
padding: 10px;
background-color: gainsboro;
font-size: 0.75em;
margin-top: 2%;
}
#repo_contributors {
background: whitesmoke;
margin: 10px;
padding: 10px;
}
#contributorList{
box-sizing: content-box;
width: 100%;
}
.contributorContainer{
box-sizing: border-box;;
width: 100%;
border: 1px solid;
border-color: rgb(180, 179, 179);
padding: 10px;
background-color: gainsboro;
margin-top: 2%;
margin-bottom: 2%;
}
.contributorContainer h3{
background-color: rgb(204, 200, 200);
padding: 1%;
border-radius: 15px;
}
.contributorContainer h5{
background-color: rgb(190, 200, 200);
padding: 1%;
border-radius: 15px;
}
.contributorContainer img{
width: 200px;
height: 200px;
border-radius: 5%;
}
/*
.contributors{
width: 100%;
background-color: white;
font-size: 0.5em;
}