-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmodule.css
More file actions
87 lines (70 loc) · 3.65 KB
/
module.css
File metadata and controls
87 lines (70 loc) · 3.65 KB
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
/**
* $Id: module.css,v 1.1 2007/06/05 18:28:24 marcan Exp $
* Module: SmartFAQ
* Author: marcan <marcan@notrevie.ca>
* Licence: GNU
*/
.smartsection_headertable {padding: 0; margin: 0; border-bottom: 1px solid; margin-bottom: 10px;}
.smartsection_modulename {font-size: 0.8em; text-align: left; font-weight: bold; padding-right: 0.3em; line-height: 18px;}
.smartsection_breadcrumb {font-size: 0.8em; line-height: 18px;}
.smartsection_infotitle {margin-top: 8px; margin-bottom: 8px; font-size: 250%; line-height: 250%; font-weight: bold; display: block;}
.smartsection_infotext {margin-bottom: 8px; line-height: 130%; display: block;}
.smartsection_itemheader {padding-left: 6px;}
.smartsection_category_index_list{padding-top: 5px; padding-bottom: 5px; border-bottom: 1px solid;}
.smartsection_categoryname {padding-bottom: 5px; vertical-align: middle; font-size: 120%; text-align: left; font-weight: bold; margin: 0; line-height: 120%;}
.smartsection_category_image {float: left; padding-right:5px; display: block;}
.smartsection_category_header {clear: both; padding-top: 10px; padding-bottom: 5px;}
.smartsection_subcats {clear: both; padding-top: 5px; font-size: 90%;}
.smartsection_subcats_info {padding-bottom: 5px; font-weight: bold;}
.smartsection_collaps_title {margin-bottom: 2px; margin-top: 5px; font-size: 130%; line-height: 130%; font-weight: bold; display: block;}
.smartsection_collaps_info {margin: 3px 0 12px 0; display: block;}
.smartsection_item_head_cat {padding-top: 0px; text-align: right; font-style:normal; vertical-align: middle; display: block;}
.smartsection_item_head_who {padding-top: 5px; text-align: right; font-style:normal; vertical-align: middle; display: block;}
.smartsection_item_image {display: block; padding: 5px;}
.smartsection_items_link {width: 50%; vertical-align: middle;}
.smartsection_items_list {padding-top: 10px;}
.smartsection_items_list_item {padding-top: 5px; padding-bottom: 5px;}
.smartsection_list {padding: 8px; font-size: 16px;}
.smartsection_category_dsc {margin: 3px 0 10px 0; font-size: small; display: block;}
.smartsection_adminlinks {padding-top: 15px; padding-bottom: 5px; font-size: 10px; text-align: center; line-height: 18px;}
.smartsection_indexfooter {font-size: 10px; font-weight: bold; text-align: center; padding: 10px;}
.smartsection_itemfooter {font-size: 10px; font-weight: bold; text-align: center; padding: 10px;}
.itemFoot {text-align: right; padding:3px; border:1px solid #808080;}
.itemFoot {text-align: right; padding:3px; border:1px solid #808080; }
.pre_itemInfo {padding-top: 5px;}
.modfooter{text-align: center; padding-top: 6px; font-size: 9px; border-top: 0px solid #ccc; }
.spotlight_readmore{font-size: 10px; text-align: right; border-bottom: 1px solid #000000;}
.smartsection_pagenav_top{padding-top: 5px; font-size: 10px; text-align: left; }
.smartsection_pagenav_bottom{padding-top: 5px; padding-bottom: 5px; font-size: 10px; text-align: center; }
#smartsection_rsmartsection_feed {padding-top: 5px; padding-bottom : 10px; text-align: center;}
#smartsection_embeded_files {
text-align: center;
display: block;
}
/* bd tree block hack */
.smartsection_tree{}
.smartsection_tree ul {
margin: 0;
padding: 0;
margin-left: 6px;
}
.smartsection_tree ul li {
padding: 0;
margin: 0;
margin-bottom: 2px;
list-style-type: none;
}
.smartsection_tree ul li a {
display: block;
margin: 0;
padding: 0;
}
.smartsection_tree ul li ul{
padding-left: 6px;
}
.smartsection_tree ul li ul li ul{
padding-left: 6px;
}
.smartsection_tree .smartsection_tree_category{}
.smartsection_tree .smartsection_tree_item{}
/* end bd */