-
Notifications
You must be signed in to change notification settings - Fork 0
/
fixed.css
132 lines (103 loc) · 3.82 KB
/
fixed.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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
/*
PostgreSQL.org - "Blue" Style
Inspired by AListApart, PositionIsEverything, Mozilla, Red Hat, and many more.
Copyright (c) 2004, 2005 PostgreSQL Global Development Group
Copyright (c) 2004, 2005 Emily Boyd <[email protected]>
Copyright (c) 2004, 2005 Omar Kilani <[email protected]>
This file, and any imported stylesheets are licensed under the BSD license.
See http://www.postgresql.org/about/licence for details.
*/
@import url("global.css");
@import url("layout.css");
@import url("text.css");
/* @import url("navigation.css"); */
@import url("navigationclasses.css");
@import url("table.css");
@import url("iefixes.css");
@import url("pgfr.css");
.post-info {background:transparent url(img/user.png) no-repeat scroll left center;padding:3px 1px 1px 21px;margin:0px 0;}
a.comment_count {background:transparent url(img/comment.png) no-repeat scroll left center;padding:0px 10px 0px 21px;margin:0px 0; }
a.ping_count {background:transparent url(img/retro.png) no-repeat scroll left center;padding:0px 10px 0px 19px;margin:0px 0; }
a.attach_count {background:transparent url(img/attach.png) no-repeat scroll left center;padding:0px 10px 0px 24px;margin:0px 0; }
/* Tags de home.html */
ul.post-tags li{
color:#BABABA;
display:inline;
margin:0pt 0pt 0pt 0px;
padding:4px 0;
}
.post-tags {
margin:0;padding:4px 0
}
.post-tags a {
background:transparent url(img/tag.png) no-repeat center left;padding:3px 5px 1px 18px;
}
/* ------------------------------------------------------------
6. BILLETS
------------------------------------------------------------- */
.post {margin-top:20px }
.post.first {margin-top:0px}
.post.odd {}
.day-date { font-size:130%;
color:#fff;
text-align:right;
margin-top, margin-bottom: 10px;
background-color:#B7B7B7;
padding:5px;
text-decoration:none; }
.post-title { margin:0px;
padding:10px 0;color:#ce5c00}
.post-title a{color:#ce5c00}
.post-info {color:#888a85;
margin:0pt;
padding:0pt; }
.post-info a{color:#2e3436;
margin:0pt;
padding:0pt; }
.post-title a:hover{color:#3465a4;}
.post-tags {/* background:#FAFAFA;*/margin:0;padding:4px 0
}
.post-tags a{/* background:#FAFAFA;*/color:#2e3436;
}
ul.post-tags li{
color:#BABABA;
display:inline;
margin:0pt 0pt 0pt 0px;
padding:4px 0;
}
.post-excerpt { }
.post-content { }
.post-info {background:transparent url(img/user.png) no-repeat scroll left center;padding:3px 1px 1px 21px;margin:0px 0;}
.post-tags a{background:transparent url(img/tag.png) no-repeat center left;padding:3px 5px 1px 18px;}
.read-it { }
.footnotes {margin:25px 2px 2px 2px; ;padding:0 50px;}
.footnotes h4 {padding:0 0 0 18px;margin:0;background:transparent url(img/nb.png) no-repeat scroll left center;text-decoration:underline}
.post-info-co {background-color:#f5f5f5;
margin:0pt;
padding:5px;
text-align:left;
text-decoration:none; }
.post-info-co a,.post-info-co a:link,.post-info-co a:hover{
color:#000000;
}
.post-info-co a:hover{
}
a.comment_count {background:transparent url(img/comment.png) no-repeat scroll left center;padding:0px 10px 0px 21px;margin:0px 0; }
a.ping_count {background:transparent url(img/retro.png) no-repeat scroll left center;padding:0px 10px 0px 19px;margin:0px 0; }
a.attach_count {background:transparent url(img/attach.png) no-repeat scroll left center;padding:0px 10px 0px 24px;margin:0px 0; }
#attachments { padding:2px;}
#attachments h3 { color:#555753;margin:0;padding:5px;text-decoration:underline;background:transparent url(img/attach.png) no-repeat scroll left center;padding:10px 10px 10px 24px; }
#attachments ul { margin:0 0 0 10px;padding:0 0 0 5px;border-left:1px solid #babdb6}
#attachments ul li {list-style:none;;padding-left:1px}
#attachments ul li a{color:#2e3436}
#attachments li.audio {}
#attachments li.package { }
#attachments li.text { }
#attachments li.image { }
#attachments li.video { }
fieldset {
border: 0px;
}
form {
margin: 0px;
}