Skip to content

Commit

Permalink
Update styles for FAQs page: issue #30
Browse files Browse the repository at this point in the history
  • Loading branch information
azumakuniyuki committed Jun 22, 2017
1 parent b5479a0 commit 171ca1b
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 10 deletions.
44 changes: 34 additions & 10 deletions static/css/document.css
Original file line number Diff line number Diff line change
@@ -1,22 +1,23 @@
/* CSS for document layout */

.read-more {
display: block;
text-align: center;
margin-top: 70px;
display: block;
text-align: center;
margin-top: 70px;
}

.btn-readmore {
border: 1px solid #f2f2f2;
color: #666666;
font-size: 14px;
font-weight: 600;
padding: 15px 125px;
text-transform: uppercase;
border: 1px solid #f2f2f2;
color: #666666;
font-size: 14px;
font-weight: 600;
padding: 15px 125px;
text-transform: uppercase;
}

.btn-readmore:hover {
color:#fff;
color:#fff;
text-shadow: 0 -1px 0 #16160e;
}

/*****************************************************************************/
Expand Down Expand Up @@ -207,6 +208,29 @@ ul.spec {
list-style-position: inside;
}

dl.faq dt:before { content: 'Q. '; }
dl.faq dd:before { content: ''; }

dl.faq dt {
margin: 24px 0 4px 0;
}

dl.faq dd {
margin: 8px 0 8px 0;
padding: 4px 0 4px 18px;
border: 1px #adadad solid;
border-radius: 2px;
}

dl.faq a,
dl.faq a:link,
dl.faq a:hover,
dl.faq a:visited {
display: block;
background: inherit;
color: #3f312b;
}

h3.icon-caption {
font-size: 18px;
font-weight: 600;
Expand Down
1 change: 1 addition & 0 deletions static/css/libsisimai.css
Original file line number Diff line number Diff line change
Expand Up @@ -289,6 +289,7 @@ p.description + hr {
.index-info {
height: 144px;
margin: 0;
text-shadow: 0 -1px 0 #ffffff;
}

.index-info h3 {
Expand Down

0 comments on commit 171ca1b

Please sign in to comment.