matrix-doc/supporting-docs/css/faq.css

41 lines
604 B
CSS
Raw Normal View History

2015-09-04 15:32:20 +00:00
.toc {
background: #f9f9f9;
border: 1px solid #aaaaaa;
display: table;
padding-top: 16px;
padding-right: 16px;
padding-bottom: 16px;
list-style: none;
color: #2EA3F2;
}
ul {
2015-08-19 16:01:40 +00:00
padding-left: 30px;
}
2015-09-04 15:32:20 +00:00
p {
2015-08-19 16:01:40 +00:00
padding-left: 30px;
2015-09-04 15:32:20 +00:00
color: #666;
2015-08-19 16:01:40 +00:00
}
2015-09-04 15:32:20 +00:00
h3 {
padding-top: 48px;
color: #333;
}
h4, h5 {
2015-08-19 16:01:40 +00:00
border-top: 40px solid transparent;
margin-top: -40px;
-webkit-background-clip: padding-box;
-moz-background-clip: padding;
background-clip: padding-box;
font-style: italic;
font-size: 16px;
padding-top: 16px;
2015-09-04 15:32:20 +00:00
color: #333;
2015-08-19 16:01:40 +00:00
}