mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2024-11-27 01:33:04 +00:00
theme: remove unused styles #92
This commit is contained in:
parent
a70697453a
commit
fcf9b1586c
2 changed files with 0 additions and 127 deletions
|
@ -233,10 +233,6 @@ th {
|
|||
-ms-flex: 0 100%;
|
||||
flex: 0 100%; } }
|
||||
|
||||
.content {
|
||||
margin: 0.625rem;
|
||||
padding: 0.938rem; }
|
||||
|
||||
@media only all and (max-width: 47.938em) {
|
||||
body [class*="size-"] {
|
||||
-webkit-box-flex: 0;
|
||||
|
|
|
@ -733,63 +733,6 @@ td {
|
|||
.button-secondary:active {
|
||||
box-shadow: 0 1px 0 #f69b15;
|
||||
}
|
||||
.bullets {
|
||||
margin: 1.7rem 0;
|
||||
margin-left: -0.85rem;
|
||||
margin-right: -0.85rem;
|
||||
overflow: auto;
|
||||
}
|
||||
.bullet {
|
||||
float: left;
|
||||
padding: 0 0.85rem;
|
||||
}
|
||||
.two-column-bullet {
|
||||
width: 50%;
|
||||
}
|
||||
@media only all and (max-width: 47.938em) {
|
||||
.two-column-bullet {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
.three-column-bullet {
|
||||
width: 33.33333%;
|
||||
}
|
||||
@media only all and (max-width: 47.938em) {
|
||||
.three-column-bullet {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
.four-column-bullet {
|
||||
width: 25%;
|
||||
}
|
||||
@media only all and (max-width: 47.938em) {
|
||||
.four-column-bullet {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
.bullet-icon {
|
||||
float: left;
|
||||
background: #9c6fb6;
|
||||
padding: 0.875rem;
|
||||
width: 3.5rem;
|
||||
height: 3.5rem;
|
||||
border-radius: 50%;
|
||||
color: #fff;
|
||||
font-size: 1.75rem;
|
||||
text-align: center;
|
||||
}
|
||||
.bullet-icon-1 {
|
||||
background: #9c6fb6;
|
||||
}
|
||||
.bullet-icon-2 {
|
||||
background: #00f3d8;
|
||||
}
|
||||
.bullet-icon-3 {
|
||||
background: #e6f300;
|
||||
}
|
||||
.bullet-content {
|
||||
margin-left: 4.55rem;
|
||||
}
|
||||
.tooltipped {
|
||||
position: relative;
|
||||
}
|
||||
|
@ -917,72 +860,6 @@ td {
|
|||
.featherlight img {
|
||||
margin: 0 !important;
|
||||
}
|
||||
.lifecycle #body-inner ul {
|
||||
list-style: none;
|
||||
margin: 0;
|
||||
padding: 2rem 0 0;
|
||||
position: relative;
|
||||
}
|
||||
.lifecycle #body-inner ol {
|
||||
margin: 1rem 0 1rem 0;
|
||||
padding: 2rem;
|
||||
position: relative;
|
||||
}
|
||||
.lifecycle #body-inner ol li {
|
||||
margin-left: 1rem;
|
||||
}
|
||||
.lifecycle #body-inner ol strong, .lifecycle #body-inner ol label, .lifecycle #body-inner ol th {
|
||||
text-decoration: underline;
|
||||
}
|
||||
.lifecycle #body-inner ol ol {
|
||||
margin-left: -1rem;
|
||||
}
|
||||
.lifecycle #body-inner h3[class*='level'] {
|
||||
font-size: 20px;
|
||||
position: absolute;
|
||||
margin: 0;
|
||||
padding: 4px 10px;
|
||||
right: 0;
|
||||
z-index: 1000;
|
||||
color: #fff;
|
||||
background: #1ABC9C;
|
||||
}
|
||||
.lifecycle #body-inner ol h3 {
|
||||
margin-top: 1rem !important;
|
||||
right: 2rem !important;
|
||||
}
|
||||
.lifecycle #body-inner .level-1 + ol {
|
||||
background: #f6fefc;
|
||||
border: 4px solid #1ABC9C;
|
||||
color: #16A085;
|
||||
}
|
||||
.lifecycle #body-inner .level-1 + ol h3 {
|
||||
background: #2ECC71;
|
||||
}
|
||||
.lifecycle #body-inner .level-2 + ol {
|
||||
background: #f7fdf9;
|
||||
border: 4px solid #2ECC71;
|
||||
color: #27AE60;
|
||||
}
|
||||
.lifecycle #body-inner .level-2 + ol h3 {
|
||||
background: #3498DB;
|
||||
}
|
||||
.lifecycle #body-inner .level-3 + ol {
|
||||
background: #f3f9fd;
|
||||
border: 4px solid #3498DB;
|
||||
color: #2980B9;
|
||||
}
|
||||
.lifecycle #body-inner .level-3 + ol h3 {
|
||||
background: #34495E;
|
||||
}
|
||||
.lifecycle #body-inner .level-4 + ol {
|
||||
background: #e4eaf0;
|
||||
border: 4px solid #34495E;
|
||||
color: #2C3E50;
|
||||
}
|
||||
.lifecycle #body-inner .level-4 + ol h3 {
|
||||
background: #34495E;
|
||||
}
|
||||
#top-bar {
|
||||
background: #F6F6F6;
|
||||
border-radius: 2px;
|
||||
|
|
Loading…
Reference in a new issue