Update style
This commit is contained in:
parent
2f0e0b87fc
commit
ef7c161f9f
1 changed files with 10 additions and 13 deletions
|
@ -43,29 +43,32 @@ h1, h2, h3, h4, h5, h6 {
|
|||
|
||||
h1.title {
|
||||
border-bottom: none;
|
||||
background-color: #0c191c;
|
||||
margin-top: 0;
|
||||
border-radius: 0 0 80px 80px;
|
||||
}
|
||||
|
||||
h2 {
|
||||
border-bottom: 2px dotted #839496;
|
||||
margin-left: 5px;
|
||||
}
|
||||
|
||||
h3 {
|
||||
border-bottom: 2px dashed #839496;
|
||||
margin-left: 10px;
|
||||
}
|
||||
|
||||
h4 {
|
||||
border-bottom: 1px solid #839496;
|
||||
margin-left: 15px;
|
||||
}
|
||||
|
||||
h5 {
|
||||
border-bottom: 1px dotted #839496;
|
||||
margin-left: 20px;
|
||||
}
|
||||
|
||||
h6 {
|
||||
border-bottom: 1px dashed #839496;
|
||||
margin-left: 25px;
|
||||
}
|
||||
|
||||
ul, ol, dl {
|
||||
|
@ -83,7 +86,7 @@ p {
|
|||
}
|
||||
|
||||
pre {
|
||||
background-color: #252a2b;
|
||||
background-color: #222224;
|
||||
color: #eeeeec;
|
||||
margin: 20px 0 20px 40px;
|
||||
border-radius: 10px;
|
||||
|
@ -96,15 +99,15 @@ td, th {
|
|||
|
||||
#content {
|
||||
width: 750px;
|
||||
margin: 0 auto;
|
||||
text-align: justify;
|
||||
}
|
||||
|
||||
.dlmenu {
|
||||
text-align: center;
|
||||
#content h1 {
|
||||
overflow: visible;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.title {
|
||||
.dlmenu {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
|
@ -114,13 +117,7 @@ td, th {
|
|||
.outline-text-4,
|
||||
.outline-text-5,
|
||||
.outline-text-6 {
|
||||
background-color: #0c191c;
|
||||
padding: 1px 20px;
|
||||
-moz-border-radius: 40px;
|
||||
-webkit-border-radius: 40px;
|
||||
-o-border-radius: 40px;
|
||||
-ms-border-radius: 40px;
|
||||
border-radius: 40px;
|
||||
}
|
||||
|
||||
#postamble {
|
||||
|
|
Loading…
Reference in a new issue