forked from msavin/MongoInspector
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.css
84 lines (72 loc) · 1.41 KB
/
main.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
/* CSS declarations go here */
body {
background: rgb(220,220,220);
color: rgba(0,0,0,.5);
font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 14px;
line-height: 22px;
margin: 0px;
-webkit-font-smoothing: antialiased;
background: rgb(243,244,235);
}
.title {
font-weight: bold;
font-size: 24px;
text-align: center;
background: rgb(64,40,23);
background-image: url('background.png');
background-size: cover;
color: rgb(255,255,255);
padding: 16px 0;
}
.github {
height: 34px;
margin-top: -5px;
margin-right: 10px;
opacity: .4;
float: right;
clear: both;
}
.github:hover {
opacity: .8;
cursor: pointer;
}
.title .spacer {
width: 46px;
float: left;
height: 1px;
}
.header {
font-family: "HelveticaNeue-Medium", "Helvetica Neue Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
margin-left: -15px;
color: rgb(50,50,50);
}
i {
color: rgb(238,217,152);
text-decoration: none;
font-style: normal;
}
code {
background: rgb(255,255,255);
}
span {
font-family: Courier, "Lucidatypewriter", Fixed, monospace;
}
.content {
max-width: 600px;
margin: 0 auto;
/*background: #f5f5f5;*/
padding: 0 26px;
overflow: hidden;
}
.subHeader {
height: 44px;
line-height: 44px;
background: rgb(183,183,183);
border-radius: 0;
font-size: 18px;
text-align: center;
font-weight: bold;
color: rgb(90,172,65);
background: rgb(235,235,217);
}