2015-07-10 22:29:23 +00:00
|
|
|
.plugin-details-content {
|
|
|
|
|
padding: 0 0;
|
|
|
|
|
}
|
|
|
|
|
.plugin-details-content > *:first-child {
|
|
|
|
|
margin-top: 0;
|
|
|
|
|
}
|
|
|
|
|
.plugin-details-content h1 {
|
2016-02-29 03:52:21 +00:00
|
|
|
font-size: 31px;
|
2015-07-10 22:29:23 +00:00
|
|
|
}
|
|
|
|
|
.plugin-details-content h2 {
|
2016-02-29 03:52:21 +00:00
|
|
|
font-size: 26px;
|
2015-07-10 22:29:23 +00:00
|
|
|
}
|
|
|
|
|
.plugin-details-content h3 {
|
2016-02-29 03:52:21 +00:00
|
|
|
font-size: 22px;
|
2015-07-10 22:29:23 +00:00
|
|
|
}
|
|
|
|
|
.plugin-details-content h4 {
|
2016-02-29 03:52:21 +00:00
|
|
|
font-size: 18px;
|
2015-07-10 22:29:23 +00:00
|
|
|
}
|
|
|
|
|
.plugin-details-content h1,
|
|
|
|
|
.plugin-details-content h2 {
|
|
|
|
|
padding-bottom: 10px;
|
|
|
|
|
border-bottom: 1px solid #ccc;
|
|
|
|
|
}
|
|
|
|
|
.plugin-details-content ul,
|
|
|
|
|
.plugin-details-content ol {
|
2016-02-29 03:52:21 +00:00
|
|
|
padding-left: 25px;
|
2015-07-10 22:29:23 +00:00
|
|
|
}
|
|
|
|
|
.plugin-details-content pre {
|
|
|
|
|
display: block;
|
2015-08-15 04:16:16 +00:00
|
|
|
border: none;
|
2016-02-29 03:52:21 +00:00
|
|
|
padding: 10px 10px 10px 25px;
|
2015-07-10 22:29:23 +00:00
|
|
|
font-size: 13px;
|
|
|
|
|
word-break: break-all;
|
|
|
|
|
word-wrap: break-word;
|
|
|
|
|
color: #fff;
|
|
|
|
|
background-color: #333;
|
|
|
|
|
margin-top: 10px;
|
|
|
|
|
margin-bottom: 20px;
|
2016-02-29 03:52:21 +00:00
|
|
|
margin-left: -25px;
|
|
|
|
|
margin-right: -25px;
|
2015-07-10 22:29:23 +00:00
|
|
|
}
|
|
|
|
|
.plugin-details-content pre code {
|
|
|
|
|
padding: 0;
|
|
|
|
|
font-size: inherit;
|
|
|
|
|
color: inherit;
|
|
|
|
|
white-space: pre-wrap;
|
|
|
|
|
background-color: transparent;
|
|
|
|
|
border-radius: 0;
|
|
|
|
|
}
|
|
|
|
|
.plugin-details-content ul pre,
|
|
|
|
|
.plugin-details-content ol pre {
|
2016-02-29 03:52:21 +00:00
|
|
|
margin-left: -50px;
|
|
|
|
|
padding-left: 50px;
|
2015-07-10 22:29:23 +00:00
|
|
|
}
|
2016-07-31 10:14:30 +00:00
|
|
|
.plugin-details-content table th {
|
|
|
|
|
font-weight: bold
|
|
|
|
|
}
|
|
|
|
|
.plugin-details-content table th,
|
|
|
|
|
.plugin-details-content table td {
|
|
|
|
|
padding: 6px 13px;
|
|
|
|
|
border: 1px solid #ddd
|
|
|
|
|
}
|
|
|
|
|
.plugin-details-content table tr {
|
|
|
|
|
background-color: #fff;
|
|
|
|
|
border-top: 1px solid #ccc
|
|
|
|
|
}
|
|
|
|
|
.plugin-details-content table tr:nth-child(2n) {
|
|
|
|
|
background-color: #f8f8f8
|
|
|
|
|
}
|