]> git.deb.at Git - deb/hackedgotchi.git/blob - www/common/planet.css
fefb6ed5fb0c059a04e5da08184e038c2f0b5421
[deb/hackedgotchi.git] / www / common / planet.css
1
2 @import url("debian.css");
3
4 #sidebar {
5         border-left:1px solid #d3d6df;
6         margin:0;
7         margin-left:1em;
8         padding:0 0 0 1em;
9         /* TODO - actually we want 11em of 100% font size, this is a dirty workaround */
10         width:15em;
11         font-size: 0.75em;
12         line-height: 1.5em;
13         position: absolute;
14         top: 10em;
15         right: 10px;
16 }
17 #sidebar h1 {
18         font-size: 1em;
19         line-height: 1.5em;
20 }
21 #content {
22         margin-right: 14em;
23         margin-top: 1em;
24 }
25
26 img.face {
27         float: right;
28         margin-top: -20px;
29 }
30 .channel {
31         background-color: #f2f3f7;
32         border:1px solid #e2e3e7;
33         overflow: visible;
34         margin-bottom: 1.5em;
35 }
36 h2.planet-title {
37         font-family:monospace;
38         text-transform: uppercase;
39         letter-spacing: 0.2em;
40         background-color: #c70036;
41         color: white;
42         margin:0;
43         padding: 0.5em;
44         font-size: 1em;
45         font-weight: bold;
46         line-height: 1.5em;
47         border-bottom: 1px solid #bbb;
48 }
49 div.entry div.content {
50         margin: 0 0.5em;
51         border-bottom: 1px solid #bbb;
52 }
53 h2.planet-title a {
54         color: white;
55         text-decoration: none;
56 }
57 h2.planet-title a:hover {
58         color: white;
59         text-decoration: underline;
60 }
61 h3.entry-title {
62         padding: 0 0 0 0.25em;
63         font-size: 1.4em;
64         color: #c70036;
65         line-height: 1.0714286;
66         font-size: 1.4em;
67         font-weight: normal;
68         line-height: 1.0714286;
69         margin: 1.0714286em 0 1.0714286em 0;
70 }
71 h3.entry-title a {
72         color: #c70036;
73         text-decoration: none;
74 }
75 h3.entry-title a:hover {
76         text-decoration: underline;
77 }
78 p.date {
79         border-top: 1px solid  white;
80         font-size: 0.75em;
81         line-height: 2em;
82         border-top: 1px solid  white;
83         margin-top:0;
84         padding: 0.5em 0.5em 0 0.5em;
85 }
86
87 table {
88 /*      border-bottom: 1px solid #a9abb3;
89         border-top: 1px solid #a9abb3; */
90         border-bottom: 0.15em solid #666;
91         border-top: 0.15em solid #666;
92         width: auto;
93         font-size: 0.75em;
94         line-height: 2em;
95         margin-bottom: 4em;
96         margin-top: -0.169em;
97 }
98 table tr {
99         width: 100%;
100 }
101 table th {
102         padding-right: 1.5em;
103 }
104 table td {
105         background-image: url(Pics/greydot.png);
106         background-position: top left;
107         background-repeat: repeat-x;
108 }
109 table > td:fist-child {
110         background-image: none;
111 }
112
113 #outer {
114         margin-left: 10px;
115 }