-
Notifications
You must be signed in to change notification settings - Fork 0
/
styles.css
83 lines (67 loc) · 1.26 KB
/
styles.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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
header {
background-color: #F3F3F3;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
height: 100%;
position: relative; }
h1 {
display: inline;
font-weight: bold; }
span {
float: left;
font-weight: bold;
padding-right: .3em; }
nav {
display: inline; }
header > nav > ul {
position: absolute;
display: inline;
list-style: none;
padding: 0;
top: 0;
right: 0; }
li {
display: inline; }
ul a > img {
clear: both;
width: 300px;
height: 300px;
margin: 5px;
border: 1px solid #F3F3F3;
border-radius: 10px;
padding: 5px;
box-sizing: border-box; }
li.octocat {
display: block;
width: 310px;
margin: 0; }
@media screen and (max-width: 930px) {
li.octocat {
float: left; } }
a {
height: 0; }
footer {
border-bottom: 3px solid #F3F3F3; }
div {
width: 0;
height: 0;
border-style: solid;
border-width: 20px 10px 0 10px;
border-color: #F3F3F3 transparent transparent transparent; }
footer h3 {
color: #F3F3F3;
display: inline; }
footer cite {
display: inline; }
.authors li img {
display: inline;
width: 25px;
height: 25px;
border-radius: 5px; }
cite ul {
display: inline;
list-style: none;
padding: 0; }
.octonumber {
color: #999999; }
/*# sourceMappingURL=styles.css.map */