mirror of
https://github.com/e107inc/e107.git
synced 2025-08-18 20:31:41 +02:00
FAQs derived from my original plugin for 0.6/0.7. Work in progress
This commit is contained in:
57
e107_plugins/faqs/faqs.css
Normal file
57
e107_plugins/faqs/faqs.css
Normal file
@@ -0,0 +1,57 @@
|
||||
|
||||
|
||||
.faq-start
|
||||
{
|
||||
|
||||
}
|
||||
.faq-submit-question-container
|
||||
{
|
||||
margin-top:20px;
|
||||
margin-left:30px;
|
||||
}
|
||||
.faq-submit-question
|
||||
{
|
||||
margin-top:20px;
|
||||
margin-bottom: 10px;
|
||||
|
||||
}
|
||||
.faq-submit-question-form
|
||||
{
|
||||
margin-top:20px;
|
||||
margin-bottom: 10px;
|
||||
|
||||
}
|
||||
.faq-search
|
||||
{
|
||||
padding:20px;
|
||||
}
|
||||
|
||||
.faq-listall-category
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
.faq-listall-container
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
li.faq-listall-loop
|
||||
{
|
||||
list-style: circle outside;
|
||||
margin-bottom: 8px;
|
||||
}
|
||||
|
||||
.faq-question
|
||||
{
|
||||
|
||||
|
||||
}
|
||||
|
||||
.faq-answer
|
||||
{
|
||||
margin:20px;;
|
||||
border:1px solid silver;
|
||||
background-color: #e3e3e3;
|
||||
padding:10px;
|
||||
}
|
Reference in New Issue
Block a user