-
Notifications
You must be signed in to change notification settings - Fork 34
Expand file tree
/
Copy pathstyle.css
More file actions
97 lines (83 loc) · 1.47 KB
/
style.css
File metadata and controls
97 lines (83 loc) · 1.47 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
body{
font-family:SegoeUI,"Segoe UI",Segoe,"Helvetica Neue","Helvetica","Arial","sans-serif";
font-size:32px;
line-height:1.4285;
color:#505050;
background-color:#fff;
position:relative;
margin-right:300px;
margin-left:300px;
padding-left:15px;
padding-right:15px;
}
side {
float: right;
width: 33%;
padding: 500px;
background: #eee;
}
form > div {
margin-bottom: 20px;
}
h2 a {
color: #0078d4;
text-decoration: none;
}
h2 a:hover {
text-decoration: underline;
}
.navbar ul {
list-style-type: none;
margin: 0;
padding: 0;
overflow: hidden;
background-color: #e6e6e6;
}
.navbar li {
float: left;
}
.navbar li a {
display: block;
color: #000;
text-align: center;
padding: 14px 16px;
text-decoration: none;
}
.navbar li a:hover {
background-color: #fff;
}
.details{
padding: 0px 0px 0px 20px;
}
.btn{
background-color:#0072c6;
border-color:#bbb;
border: none;
color: #fff;
padding: 15px 32px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
}
.btn:hover {
background-color: #505050;
color: #fff;
}
.btn-git{
background-color: #28a745;
background-image:linear-gradient(-180deg, rgb(52, 208, 88), rgb(40, 167, 69) 90%);
color:#fff;
padding: 10px 10px;
font-size: 16px;
}
.btn-zip{
border:0;
border-radius:0;
border-top: 1px solid #e1e4e8;
background : #fff;
color : #0366d6;
padding:10px 20px;
text-align:center;
font-size: 16px;
}