forked from hswaw/hscloud
hackdoc: add table css, make it colorful
Change-Id: Idab1f911c10832ef4cfcf7073f77577d1b8673ff
This commit is contained in:
parent
79b506bcc2
commit
94a1af8714
1 changed files with 33 additions and 0 deletions
|
@ -200,6 +200,39 @@ h1,h2,h3,h4 {
|
|||
display: block;
|
||||
}
|
||||
|
||||
.content table {
|
||||
border: 1px solid #ddd;
|
||||
width: 100%;
|
||||
max-width: 100%;
|
||||
margin-bottom: 20px;
|
||||
margin-top: 20px;
|
||||
}
|
||||
|
||||
.content table th {
|
||||
border-bottom-width: 2px;
|
||||
border: 1px solid #ddd;
|
||||
border: 1px solid #e36372;
|
||||
padding: 5px;
|
||||
text-align: left;
|
||||
vertical-align: bottom;
|
||||
background-color: #e36372;
|
||||
font-weight: 800;
|
||||
font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
||||
color: #fff;
|
||||
}
|
||||
.content table td {
|
||||
border: 1px solid #e36372;
|
||||
padding: 5px;
|
||||
vertical-align: top;
|
||||
background-color: #ffdbdf;
|
||||
font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
||||
}
|
||||
|
||||
.content table code {
|
||||
font-family: Consolas, monospace;
|
||||
background-color: #fcedef;
|
||||
}
|
||||
|
||||
.toc {
|
||||
padding: .5em;
|
||||
border: 1px solid #ddd;
|
||||
|
|
Loading…
Add table
Reference in a new issue