File: planet.css

package info (click to toggle)
k3d 0.8.0.2-18
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 40,948 kB
  • sloc: cpp: 171,303; ansic: 24,129; xml: 6,995; python: 5,796; makefile: 671; sh: 22
file content (67 lines) | stat: -rw-r--r-- 803 bytes parent folder | download | duplicates (5)
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
#nav
{
  height: 70px;
}

.feeds div.date
{
  padding-bottom: 0.8em;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 0.4em;
}

.feeds div.date h2
{
  margin-bottom: 0.5em;
}

.feeds div.channel
{
  padding-left: 10px;
}

.feeds a.feed_link
{
  float: left;
  background: transparent url("feed-icon-10x10.png") no-repeat;
  width: 10px;
  height: 10px;
  color: blue;
  margin-top: 6px;
  margin-right: 8px;
}

.feeds a.feed_link span
{
  display: none;
}

.feeds div.blog_channel
{
  border-left: 10px solid #ff8888;
}

.feeds div.forum_channel
{
  border-left: 10px solid #88ff88;
}

.feeds div.wiki_channel
{
  border-left: 10px solid #8888ff;
}

.feeds div.commit_channel
{
  border-left: 10px solid #ffff88;
}

.feeds div.entry
{
  margin-top: 2em;
}

.feeds .content ul
{
  margin-left: 1em;
}