summaryrefslogtreecommitdiff
path: root/StoneIsland/www/css/blogs.css
blob: b498fc7d6cf1a0b7904386362f0374d8b161b465 (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
40
41
42
43
44
.story #story { display: block }
#story {
  display: none;
}
#story .links {
  margin: 0;
  text-align: center;
}
#story .links li {
  padding: 10px;
  list-style-type: none;
  display: inline-block;
}
#story .links li:before {
  content: ' | ',
}
#story .links li:first-child:before {
  content: '',
}
#story .links li.active {
  font-weight: bold;
  text-decoration: underline;
}
#story .content > div {
  display: none;
}
#story .content div.active {
  display: block;
}

.hub #hub { display: block }
#hub {
  display: none;
}

.archive #archive { display: block }
#archive {
  display: none;
}

.faq #faq { display: block }
#faq {
  display: none;
}