-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmodule_rtl.css
More file actions
124 lines (116 loc) · 3.19 KB
/
module_rtl.css
File metadata and controls
124 lines (116 loc) · 3.19 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
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
/**
* Specific CSS for the module (RTL)
*
* @copyright INBOX International
* @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU General Public License (GPL)
* @since 1.0
* @author Rodrigo Pereira Lima <rodrigo@inboxinternational.com>
* @package imfaq
* @version $Id$
*/
.imfaq_headertable {padding: 0; margin: 0; border-bottom: 1px solid; margin-bottom: 10px;}
.imfaq_modulename {font-size: 80%; text-align: left; font-weight: bold; padding-right: 0.3em; line-height: 18px;}
.imfaq_breadcrumb {font-size: 80%; line-height: 18px;}
.imfaq_adminlinks {padding-top: 15px; padding-bottom: 5px; font-size: 0.8em; text-align: center; line-height: 18px;}
.imfaq-category-container { margin-top: 12px; margin-bottom: 6px; }
.imfaq-faq-container { margin-bottom: 6px; }
.imfaq-faq-container.border, .imfaq-category-container.border {
border: 1px solid #333;
border-left: none;
border-right: none;
padding: 5px 0px;
}
.imfaq-category-subcats { }
.imfaq-faq-container h1, .imfaq-category-container h1 {
margin-top: 10px;
margin-bottom:1px;
padding-bottom:3px;
}
.imfaq-category-container h2 { margin-top: 10px !important; margin-bottom: 1px; padding-bottom: 3px; }
.imfaq-faq-container ul li, .imfaq-category-container ul li {
}
.imfaq-faq-container ul { background-image: none; }
.imfaq-faq-info {
line-height:22px;
margin:0 0 10px 0px;
font-size: 80%;
background: #efefef;
text-align: right;
}
.imfaq-faq-teaser, .imfaq-category-description {clear:both;margin:0; overflow:hidden; text-align:left;}
.imfaq-faq-readmore { font-size: 80%; text-align:right; padding-bottom:3px; }
.imfaq-faq-categories {
background: url(images/cat.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;
}
.imfaq-faq-filed_under {
float: left;
}
.imfaq-faq-comments_container {}
.imfaq-faq-comments {
background-image: url(images/comments.gif);
background-repeat: no-repeat;
margin:5px 0 0 0;
padding-left: 15px;
font-size: 80%;
float: left;
}
.imfaq-faq-more {
margin:5px 0 0 0;
font-size: 80%;
}
.imfaq_admin_links {
margin:5px 0 0 0;
}
.imfaq_navbar {
text-align: right;
}
.imfaq_rss {
text-align: right;
padding-top: 10px;
}
.imfaq_module_header, imfaq_module_footer {
margin: 10px 0px;
}
.imfaq-request-intro {
margin: 10px 0px;
}
.imfaq-nav {
border-top: 1px solid #333;
padding: 5px;
}
.imfaq-prev {
float: left;
background: url(images/previous.png) no-repeat left center;
padding-left: 25px;
}
.imfaq-next {
float: right;
background: url(images/next.png) no-repeat right center;
padding-right: 25px;
}
.imfaq-faq-question p, .imfaq-category-title { font-weight: bold; background: url(images/cat.png) no-repeat left 3px; padding-left: 25px; padding-top: 2px; }
.imfaq-category-description p { margin-top: 0; padding-top: 0; }
.imfaq-categlist-subcat {
font-size: 95%;
font-weight: normal;
line-height: 1.1em;
list-style-type: none !important;
background-image: url(images/bullet-small.gif);
background-repeat: no-repeat;
background-position: left center;
padding-left: 15px !important;
border-style: none !important;
}