-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmodule.css
146 lines (125 loc) · 2.33 KB
/
module.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
133
134
135
136
137
138
139
140
141
142
143
144
145
146
/**
* Specific CSS for the module
*
* @copyright http://smartfactory.ca The SmartFactory
* @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU General Public License (GPL)
* @since 1.0
* @author marcan aka Marc-André Lanciault <marcan@smartfactory.ca>
*
*/
.post-date {
float: left;
margin: 0 12px 10px 0;
}
.post-date .month {
background: #000000 url(images/post-month.gif) no-repeat scroll 0 0;
color: #FFF;
display: block;
font-size: 80%;
height: 25px;
line-height: 25px;
margin: 0;
text-align: center;
width: 48px;
}
.post-date .day {
background: #42A4DC url(images/post-day.gif) no-repeat scroll 0 0;
color: #000;
display: block;
font-size: 140%;
height: 30px;
line-height: 25px;
margin: 0 auto;
text-align: center;
width: 48px;
}
.post-title {
margin: 0;
padding: 2px 0 5px 0;
}
.imblogging_headertable {
padding: 0;
margin: 0;
border-bottom: 1px solid;
margin-bottom: 10px;
}
.imblogging_modulename {
font-size: 0.8em;
text-align: left;
font-weight: bold;
padding-right: 0.3em;
line-height: 18px;
}
.imblogging_breadcrumb {
font-size: 0.8em;
line-height: 18px;
}
.imblogging_adminlinks {
padding-top: 15px;
padding-bottom: 5px;
font-size: 0.8em;
text-align: center;
line-height: 18px;
}
.imblogging_post_container {
margin-bottom: 35px;
}
.imblogging_post_container h2 {
margin-top: 20px;
margin-bottom: 1px;
padding-bottom: 3px;
}
.imblogging_post_info {
line-height: 22px;
margin: 0 0 0 60px;
font-size: 80%;
}
.imblogging_post_content {
clear: both;
margin: 0;
overflow: hidden;
text-align: justify;
}
.imblogging_post_categories {
background: url(images/category.png) no-repeat left center;
padding: 0px 20px;
display: block;
float: left;
}
.left_main {
padding: 0 10px 8px 0;
display: block;
float: left;
width: 100%;
line-height: 17px;
height: 15px;
text-align: right;
vertical-align: top;
}
.imblogging_post_filed_under {
float: left;
}
#imblogging_post_comments_container {
}
.imblogging_post_comments {
background-image: url(images/comments.gif);
background-repeat: no-repeat;
margin: 5px 0 0 0;
padding-left: 15px;
font-size: 80%;
float: left;
}
.imblogging_post_more {
margin: 5px 0 0 0;
font-size: 80%;
}
.imblogging_admin_links {
margin: 5px 0 0 0;
}
#imblogging_navbar {
text-align: center;
}
#imblogging_rss {
text-align: center;
padding-top: 10px;
}