summaryrefslogtreecommitdiffstats
path: root/examples/nodejs-mongodb-mongoose-restify/css/theme.css
blob: 48faf8e2965684a3cc864bfa0fcaac181ddf5ef5 (plain)
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
.container {
  background-color: #fff;
}
body {
  color: #444;
}

code {
  border:1px dashed #E1E1E1;
  color:#333344;
  background:#FAFAFA;
  font-family:monospace;
  overflow:auto;
  font-size:11px;
  padding:0.2em;
}

a, a:visited {
  color: #444;
}
 
a:hover {
  color: #000;
  text-decoration: none;
} 

.un-bulleted {
  list-style: none;
}

.message {
  font-size: 110%;
}

.date {
  color: #ccc;
  font-size: 90%;
  
}