Added new script
This commit is contained in:
@@ -36,21 +36,10 @@ article > aside .menu .dd-item div i.category-icon:hover {
|
||||
article {
|
||||
background-color: #262626;
|
||||
color: #c6c6c6;
|
||||
width: 1300px;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
|
||||
@media (max-width: 1300px) {
|
||||
article {
|
||||
background-color: #262626;
|
||||
color: #c6c6c6;
|
||||
width: 100%;
|
||||
margin-left: none;
|
||||
margin-right: none;
|
||||
}
|
||||
}
|
||||
|
||||
.searchbox input {
|
||||
background: #303030;
|
||||
color: #c6c6c6;
|
||||
@@ -78,6 +67,7 @@ article section.page {
|
||||
font-weight: normal;
|
||||
overflow-y: initial;
|
||||
padding-left: 0;
|
||||
width: 1000px;
|
||||
}
|
||||
|
||||
section strong {
|
||||
@@ -132,6 +122,7 @@ code {
|
||||
article section.page pre {
|
||||
background: #303030;
|
||||
color: #c6c6c6;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.nav-select {
|
||||
@@ -175,3 +166,24 @@ article section.page table td {
|
||||
background: #262626;
|
||||
}
|
||||
|
||||
@media (max-width: 1300px) {
|
||||
article {
|
||||
margin-left: 5px;
|
||||
margin-right: 5px;
|
||||
}
|
||||
article section.page {
|
||||
width: 100px;
|
||||
}
|
||||
article section.page pre {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 768px) {
|
||||
article {
|
||||
margin-left: 15px;
|
||||
}
|
||||
article section.page {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user