|
|
|
@ -1904,8 +1904,7 @@ h3 {
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
html, body {
|
|
|
|
|
background: #1D3040;
|
|
|
|
|
background: linear-gradient(0deg, #1d3040 0%, #2d4a63 100%);
|
|
|
|
|
background: #1D3040 linear-gradient(0deg, #1d3040 0%, #2d4a63 100%) no-repeat;
|
|
|
|
|
font: 400 1em Helvetica, Arial, sans-serif;
|
|
|
|
|
height: 100%;
|
|
|
|
|
}
|
|
|
|
@ -1914,16 +1913,6 @@ a {
|
|
|
|
|
font: 300 1em Helvetica, Arial, sans-serif;
|
|
|
|
|
color: #b2cce5;
|
|
|
|
|
text-decoration: underline;
|
|
|
|
|
-moz-transition: all 0.1s linear;
|
|
|
|
|
-webkit-transition: all 0.1s linear;
|
|
|
|
|
-o-transition: all 0.1s linear;
|
|
|
|
|
transition: all 0.1s linear;
|
|
|
|
|
}
|
|
|
|
|
a:hover {
|
|
|
|
|
background: #1D3040;
|
|
|
|
|
color: #b2cce5;
|
|
|
|
|
border-radius: 5px;
|
|
|
|
|
padding: 5px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
svg.icons {
|
|
|
|
@ -2026,10 +2015,13 @@ svg.icons {
|
|
|
|
|
.main-container section header {
|
|
|
|
|
width: 100%;
|
|
|
|
|
max-width: 900px;
|
|
|
|
|
margin: 0 auto;
|
|
|
|
|
margin: 10px auto;
|
|
|
|
|
background: #EFEBE3;
|
|
|
|
|
height: 50px;
|
|
|
|
|
border-radius: 5px;
|
|
|
|
|
}
|
|
|
|
|
.main-container section header #wrapper {
|
|
|
|
|
padding: 0.75rem;
|
|
|
|
|
padding: 5px;
|
|
|
|
|
}
|
|
|
|
|
.main-container section header #wrapper #left, .main-container section header #wrapper #right {
|
|
|
|
|
width: 49.7%;
|
|
|
|
@ -2038,27 +2030,33 @@ svg.icons {
|
|
|
|
|
min-height: 60px;
|
|
|
|
|
}
|
|
|
|
|
.main-container section header #wrapper #left #the-logo, .main-container section header #wrapper #right #the-logo {
|
|
|
|
|
width: 40px;
|
|
|
|
|
width: 29px;
|
|
|
|
|
}
|
|
|
|
|
.main-container section header #wrapper #right {
|
|
|
|
|
text-align: right;
|
|
|
|
|
color: #EFEBE3;
|
|
|
|
|
}
|
|
|
|
|
.main-container section header #wrapper #right a {
|
|
|
|
|
text-decoration-color: #fc6399;
|
|
|
|
|
font-weight: 400;
|
|
|
|
|
}
|
|
|
|
|
.main-container section header #wrapper #right label#the-title {
|
|
|
|
|
font-size: 1.2em;
|
|
|
|
|
font-weight: 400;
|
|
|
|
|
color: #f5ab35;
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
display: block;
|
|
|
|
|
line-height: 0.8;
|
|
|
|
|
}
|
|
|
|
|
.main-container section header #wrapper #right #dash-menu {
|
|
|
|
|
text-align: right;
|
|
|
|
|
}
|
|
|
|
|
.main-container section header #wrapper #right #dash-menu a button {
|
|
|
|
|
border-radius: 50px;
|
|
|
|
|
}
|
|
|
|
|
.main-container section header #wrapper #right #dash-menu a button svg {
|
|
|
|
|
-moz-transition: all 0.1s linear;
|
|
|
|
|
-webkit-transition: all 0.1s linear;
|
|
|
|
|
-o-transition: all 0.1s linear;
|
|
|
|
|
transition: all 0.1s linear;
|
|
|
|
|
width: 40px;
|
|
|
|
|
height: 20px;
|
|
|
|
|
fill: #EFEBE3;
|
|
|
|
|
}
|
|
|
|
|
.main-container section header #wrapper #right #dash-menu a:hover button {
|
|
|
|
|
background: #1D3040;
|
|
|
|
|
}
|
|
|
|
|
.main-container section header #wrapper #right #dash-menu a:hover svg {
|
|
|
|
|
fill: #b2cce5;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* Mozilla based browsers */
|
|
|
|
|
::-moz-selection {
|
|
|
|
@ -2227,28 +2225,39 @@ svg.icons {
|
|
|
|
|
margin: 0 auto;
|
|
|
|
|
}
|
|
|
|
|
#dash-index-content #dash-index #dash-index-wrapper #dash-recent #recent-list {
|
|
|
|
|
padding: 0.75em;
|
|
|
|
|
position: relative;
|
|
|
|
|
}
|
|
|
|
|
#dash-index-content #dash-index #dash-index-wrapper #dash-recent #recent-list .recent-header {
|
|
|
|
|
height: 50px;
|
|
|
|
|
margin-top: 5px;
|
|
|
|
|
}
|
|
|
|
|
#dash-index-content #dash-index #dash-index-wrapper #dash-recent #recent-list .recent-header h3 {
|
|
|
|
|
#dash-index-content #dash-index #dash-index-wrapper #dash-recent #recent-list .recent-header .index-header-left {
|
|
|
|
|
vertical-align: top;
|
|
|
|
|
display: inline-block;
|
|
|
|
|
width: 49%;
|
|
|
|
|
width: 50%;
|
|
|
|
|
color: #EFEBE3;
|
|
|
|
|
font-size: 3em;
|
|
|
|
|
}
|
|
|
|
|
#dash-index-content #dash-index #dash-index-wrapper #dash-recent #recent-list .recent-header .index-menu {
|
|
|
|
|
#dash-index-content #dash-index #dash-index-wrapper #dash-recent #recent-list .recent-header .index-header-right {
|
|
|
|
|
width: 50%;
|
|
|
|
|
text-align: right;
|
|
|
|
|
vertical-align: top;
|
|
|
|
|
display: inline-block;
|
|
|
|
|
margin: 24px 0 24px 0;
|
|
|
|
|
right: 10px;
|
|
|
|
|
color: #EFEBE3;
|
|
|
|
|
}
|
|
|
|
|
#dash-index-content #dash-index #dash-index-wrapper #dash-recent #recent-list .recent-header .index-menu a {
|
|
|
|
|
text-decoration-color: #fc6399;
|
|
|
|
|
#dash-index-content #dash-index #dash-index-wrapper #dash-recent #recent-list .recent-header .index-header-right a button {
|
|
|
|
|
border-radius: 3px;
|
|
|
|
|
margin-left: 10px;
|
|
|
|
|
}
|
|
|
|
|
#dash-index-content #dash-index #dash-index-wrapper #dash-recent #recent-list .recent-header .index-header-right a button svg {
|
|
|
|
|
-moz-transition: all 0.1s linear;
|
|
|
|
|
-webkit-transition: all 0.1s linear;
|
|
|
|
|
-o-transition: all 0.1s linear;
|
|
|
|
|
transition: all 0.1s linear;
|
|
|
|
|
width: 40px;
|
|
|
|
|
height: 20px;
|
|
|
|
|
fill: #EFEBE3;
|
|
|
|
|
}
|
|
|
|
|
#dash-index-content #dash-index #dash-index-wrapper #dash-recent #recent-list a.post-link {
|
|
|
|
|
font-size: 1.5em;
|
|
|
|
@ -2269,74 +2278,84 @@ svg.icons {
|
|
|
|
|
word-wrap: break-word;
|
|
|
|
|
width: 100%;
|
|
|
|
|
text-align: center;
|
|
|
|
|
position: relative;
|
|
|
|
|
top: 35%;
|
|
|
|
|
text-shadow: 2px 2px 0 #32302f;
|
|
|
|
|
}
|
|
|
|
|
#dash-index-content #dash-index #dash-index-wrapper #dash-recent #recent-list a.post-link span {
|
|
|
|
|
vertical-align: top;
|
|
|
|
|
margin: 0 auto;
|
|
|
|
|
width: 300px;
|
|
|
|
|
display: block;
|
|
|
|
|
font-family: "Lucida Console", Monaco, monospace;
|
|
|
|
|
font-size: 0.5em;
|
|
|
|
|
padding: 7px;
|
|
|
|
|
color: #EFEBE3;
|
|
|
|
|
text-align: center;
|
|
|
|
|
border-radius: 0 0 3px 3px;
|
|
|
|
|
}
|
|
|
|
|
#dash-index-content #dash-index #dash-index-wrapper #dash-recent #recent-list a.post-link div {
|
|
|
|
|
#dash-index-content #dash-index #dash-index-wrapper #dash-recent #recent-list a.post-link div#options {
|
|
|
|
|
width: 100%;
|
|
|
|
|
position: absolute;
|
|
|
|
|
bottom: 0;
|
|
|
|
|
border-radius: 0 0 3px 3px;
|
|
|
|
|
background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
|
|
|
|
|
}
|
|
|
|
|
#dash-index-content #dash-index #dash-index-wrapper #dash-recent #recent-list a.post-link div #options {
|
|
|
|
|
display: block;
|
|
|
|
|
#dash-index-content #dash-index #dash-index-wrapper #dash-recent #recent-list a.post-link div#options #option-left {
|
|
|
|
|
display: inline-block;
|
|
|
|
|
vertical-align: top;
|
|
|
|
|
width: 300px;
|
|
|
|
|
width: 50%;
|
|
|
|
|
position: relative;
|
|
|
|
|
text-align: center;
|
|
|
|
|
margin: 0 auto;
|
|
|
|
|
background: none;
|
|
|
|
|
}
|
|
|
|
|
#dash-index-content #dash-index #dash-index-wrapper #dash-recent #recent-list a.post-link div #options .item-options {
|
|
|
|
|
#dash-index-content #dash-index #dash-index-wrapper #dash-recent #recent-list a.post-link div#options #option-left button {
|
|
|
|
|
border-radius: 3px;
|
|
|
|
|
background: #1D3040;
|
|
|
|
|
margin: 0 0 10px 10px;
|
|
|
|
|
}
|
|
|
|
|
#dash-index-content #dash-index #dash-index-wrapper #dash-recent #recent-list a.post-link div#options #option-left button svg {
|
|
|
|
|
width: 40px;
|
|
|
|
|
height: 20px;
|
|
|
|
|
fill: #b2cce5;
|
|
|
|
|
}
|
|
|
|
|
#dash-index-content #dash-index #dash-index-wrapper #dash-recent #recent-list a.post-link div#options #option-left .item-options {
|
|
|
|
|
border-radius: 3px;
|
|
|
|
|
margin: 5px;
|
|
|
|
|
display: inline-block;
|
|
|
|
|
}
|
|
|
|
|
#dash-index-content #dash-index #dash-index-wrapper #dash-recent #recent-list a.post-link div #options .item-options[data-active=false] {
|
|
|
|
|
width: 65px;
|
|
|
|
|
background: black;
|
|
|
|
|
color: #EFEBE3;
|
|
|
|
|
#dash-index-content #dash-index #dash-index-wrapper #dash-recent #recent-list a.post-link div#options #option-left button[data-active=false] {
|
|
|
|
|
background: #1D3040;
|
|
|
|
|
}
|
|
|
|
|
#dash-index-content #dash-index #dash-index-wrapper #dash-recent #recent-list a.post-link div #options .item-options[data-active=true] {
|
|
|
|
|
width: 70px;
|
|
|
|
|
background: #fad396;
|
|
|
|
|
color: black;
|
|
|
|
|
#dash-index-content #dash-index #dash-index-wrapper #dash-recent #recent-list a.post-link div#options #option-left button[data-active=false] svg {
|
|
|
|
|
fill: #b2cce5;
|
|
|
|
|
}
|
|
|
|
|
#dash-index-content #dash-index #dash-index-wrapper #dash-recent #recent-list a.post-link div#options #option-left button[data-active=true] {
|
|
|
|
|
background: #f5ab35;
|
|
|
|
|
}
|
|
|
|
|
#dash-index-content #dash-index #dash-index-wrapper #dash-recent #recent-list a.post-link div#options #option-left button[data-active=true] svg {
|
|
|
|
|
fill: #1D3040;
|
|
|
|
|
}
|
|
|
|
|
#dash-index-content #dash-index #dash-index-wrapper #dash-recent #recent-list a.post-link div#options #option-right {
|
|
|
|
|
display: inline-block;
|
|
|
|
|
width: 50%;
|
|
|
|
|
text-align: right;
|
|
|
|
|
}
|
|
|
|
|
#dash-index-content #dash-index #dash-index-wrapper #dash-recent #recent-list a.post-link div#options #option-right span {
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
display: block;
|
|
|
|
|
background: #EFEBE3;
|
|
|
|
|
color: #1D3040;
|
|
|
|
|
border-radius: 3px;
|
|
|
|
|
font-size: 0.6em;
|
|
|
|
|
text-align: center;
|
|
|
|
|
position: relative;
|
|
|
|
|
padding: 5px;
|
|
|
|
|
float: right;
|
|
|
|
|
margin: 0 10px 0 0;
|
|
|
|
|
bottom: -15px;
|
|
|
|
|
}
|
|
|
|
|
#dash-index-content #dash-index #dash-index-wrapper #dash-recent #recent-list a:nth-child(3) {
|
|
|
|
|
width: 100%;
|
|
|
|
|
margin-bottom: 20px;
|
|
|
|
|
height: 500px;
|
|
|
|
|
}
|
|
|
|
|
#dash-index-content #dash-index #dash-index-wrapper #dash-recent #recent-list a:nth-child(4) {
|
|
|
|
|
width: 48.7%;
|
|
|
|
|
height: 275px;
|
|
|
|
|
margin: 0 15px 15px 0;
|
|
|
|
|
}
|
|
|
|
|
#dash-index-content #dash-index #dash-index-wrapper #dash-recent #recent-list a:nth-child(5) {
|
|
|
|
|
width: 48.7%;
|
|
|
|
|
height: 550px;
|
|
|
|
|
}
|
|
|
|
|
#dash-index-content #dash-index #dash-index-wrapper #dash-recent #recent-list a:nth-child(6) {
|
|
|
|
|
width: 48.7%;
|
|
|
|
|
height: 550px;
|
|
|
|
|
margin: -260px 15px 0 0;
|
|
|
|
|
#dash-index-content #dash-index #dash-index-wrapper #dash-recent #recent-list a:nth-child(4), #dash-index-content #dash-index #dash-index-wrapper #dash-recent #recent-list a:nth-child(6) {
|
|
|
|
|
width: 48.6%;
|
|
|
|
|
height: 350px;
|
|
|
|
|
margin: 0 10px 20px 0;
|
|
|
|
|
}
|
|
|
|
|
#dash-index-content #dash-index #dash-index-wrapper #dash-recent #recent-list a:nth-child(7) {
|
|
|
|
|
width: 49%;
|
|
|
|
|
height: 275px;
|
|
|
|
|
margin: 15px 0 0 0;
|
|
|
|
|
#dash-index-content #dash-index #dash-index-wrapper #dash-recent #recent-list a:nth-child(5), #dash-index-content #dash-index #dash-index-wrapper #dash-recent #recent-list a:nth-child(7) {
|
|
|
|
|
width: 48.6%;
|
|
|
|
|
height: 350px;
|
|
|
|
|
margin: 0 0 20px 10px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@media only screen and (max-width: 768px) {
|
|
|
|
@ -2699,7 +2718,7 @@ select {
|
|
|
|
|
|
|
|
|
|
::-moz-placeholder {
|
|
|
|
|
/* Firefox 19+ */
|
|
|
|
|
font: 25px Helvetica, Arial, sans-serif;
|
|
|
|
|
font: 15px Helvetica, Arial, sans-serif;
|
|
|
|
|
color: #EFEBE3;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
@ -2714,26 +2733,35 @@ select {
|
|
|
|
|
margin: 0 auto;
|
|
|
|
|
}
|
|
|
|
|
#post-index #post-index-wrapper {
|
|
|
|
|
padding: 0.75rem;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
}
|
|
|
|
|
#post-index #post-index-wrapper #post-index-menu {
|
|
|
|
|
color: #EFEBE3;
|
|
|
|
|
#post-index #post-index-wrapper #post-index-header {
|
|
|
|
|
margin: 10px 0 0 0;
|
|
|
|
|
}
|
|
|
|
|
#post-index #post-index-wrapper #post-index-menu a {
|
|
|
|
|
text-decoration-color: #fc6399;
|
|
|
|
|
#post-index #post-index-wrapper #post-index-header #post-index-header-left {
|
|
|
|
|
text-transform: capitalize;
|
|
|
|
|
display: inline-block;
|
|
|
|
|
width: 50%;
|
|
|
|
|
color: #EFEBE3;
|
|
|
|
|
font-size: 3em;
|
|
|
|
|
}
|
|
|
|
|
#post-index #post-index-wrapper #post-index-menu a.add-new-post {
|
|
|
|
|
#post-index #post-index-wrapper #post-index-header #post-index-header-right {
|
|
|
|
|
text-align: right;
|
|
|
|
|
display: inline-block;
|
|
|
|
|
background: #fc6399;
|
|
|
|
|
border-radius: 3px;
|
|
|
|
|
padding: 3px;
|
|
|
|
|
width: 50%;
|
|
|
|
|
}
|
|
|
|
|
#post-index #post-index-wrapper #post-index-header #post-index-header-right a button {
|
|
|
|
|
color: #EFEBE3;
|
|
|
|
|
text-align: center;
|
|
|
|
|
margin-bottom: 10px;
|
|
|
|
|
float: right;
|
|
|
|
|
border-radius: 3px;
|
|
|
|
|
margin-left: 10px;
|
|
|
|
|
width: 55px;
|
|
|
|
|
}
|
|
|
|
|
#post-index #post-index-wrapper #post-index-header #post-index-header-right a button svg {
|
|
|
|
|
width: 20px;
|
|
|
|
|
height: 17px;
|
|
|
|
|
fill: #EFEBE3;
|
|
|
|
|
}
|
|
|
|
|
#post-index #post-index-wrapper #post-index-menu .current-filter {
|
|
|
|
|
#post-index #post-index-wrapper #post-index-header #post-index-header-right .current-filter {
|
|
|
|
|
color: #fc6399;
|
|
|
|
|
text-decoration-color: #b2cce5;
|
|
|
|
|
}
|
|
|
|
@ -2759,20 +2787,26 @@ select {
|
|
|
|
|
vertical-align: top;
|
|
|
|
|
width: 100%;
|
|
|
|
|
}
|
|
|
|
|
#post-index #post-index-wrapper #posts-list a.page-link span {
|
|
|
|
|
display: inline-block;
|
|
|
|
|
vertical-align: top;
|
|
|
|
|
font-size: 0.8em;
|
|
|
|
|
font-family: "Lucida Console", Monaco, monospace;
|
|
|
|
|
width: 50%;
|
|
|
|
|
padding: 0 0 0 10px;
|
|
|
|
|
}
|
|
|
|
|
#post-index #post-index-wrapper #posts-list a.page-link div.page-bg {
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 350px;
|
|
|
|
|
background-color: #fc6399;
|
|
|
|
|
position: relative;
|
|
|
|
|
}
|
|
|
|
|
#post-index #post-index-wrapper #posts-list a.page-link div.page-bg label {
|
|
|
|
|
font-size: 2em;
|
|
|
|
|
font-weight: 700;
|
|
|
|
|
color: #EFEBE3;
|
|
|
|
|
padding: 5px;
|
|
|
|
|
vertical-align: top;
|
|
|
|
|
display: inline-block;
|
|
|
|
|
word-wrap: break-word;
|
|
|
|
|
width: 100%;
|
|
|
|
|
text-align: center;
|
|
|
|
|
position: relative;
|
|
|
|
|
top: 35%;
|
|
|
|
|
text-shadow: 2px 2px 0 #32302f;
|
|
|
|
|
}
|
|
|
|
|
#post-index #post-index-wrapper #posts-list a.page-link div.page-bg #meta {
|
|
|
|
|
width: 100%;
|
|
|
|
|
background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
|
|
|
|
@ -2782,44 +2816,63 @@ select {
|
|
|
|
|
position: absolute;
|
|
|
|
|
padding: 0 0 20px 0;
|
|
|
|
|
}
|
|
|
|
|
#post-index #post-index-wrapper #posts-list a.page-link div.page-bg #meta span {
|
|
|
|
|
color: #EFEBE3;
|
|
|
|
|
text-align: center;
|
|
|
|
|
margin: 0 auto;
|
|
|
|
|
display: block;
|
|
|
|
|
#post-index #post-index-wrapper #posts-list a.page-link div.page-bg #meta #options {
|
|
|
|
|
width: 100%;
|
|
|
|
|
bottom: 0;
|
|
|
|
|
position: absolute;
|
|
|
|
|
}
|
|
|
|
|
#post-index #post-index-wrapper #posts-list a.page-link div.page-bg #meta label {
|
|
|
|
|
font-size: 1.4em;
|
|
|
|
|
font-weight: 700;
|
|
|
|
|
color: #EFEBE3;
|
|
|
|
|
padding: 5px;
|
|
|
|
|
vertical-align: top;
|
|
|
|
|
#post-index #post-index-wrapper #posts-list a.page-link div.page-bg #meta #options #option-left {
|
|
|
|
|
display: inline-block;
|
|
|
|
|
word-wrap: break-word;
|
|
|
|
|
width: 100%;
|
|
|
|
|
text-align: center;
|
|
|
|
|
text-shadow: 2px 2px 0 #32302f;
|
|
|
|
|
vertical-align: top;
|
|
|
|
|
width: 50%;
|
|
|
|
|
position: relative;
|
|
|
|
|
background: none;
|
|
|
|
|
}
|
|
|
|
|
#post-index #post-index-wrapper #posts-list a.page-link div.page-bg #meta #options {
|
|
|
|
|
margin: 0 auto;
|
|
|
|
|
width: 275px;
|
|
|
|
|
#post-index #post-index-wrapper #posts-list a.page-link div.page-bg #meta #options #option-left button {
|
|
|
|
|
border-radius: 3px;
|
|
|
|
|
background: #1D3040;
|
|
|
|
|
margin: 0 0 10px 10px;
|
|
|
|
|
}
|
|
|
|
|
#post-index #post-index-wrapper #posts-list a.page-link div.page-bg #meta #options #option-left button svg {
|
|
|
|
|
width: 40px;
|
|
|
|
|
height: 20px;
|
|
|
|
|
fill: #b2cce5;
|
|
|
|
|
}
|
|
|
|
|
#post-index #post-index-wrapper #posts-list a.page-link div.page-bg #meta #options .meta-options {
|
|
|
|
|
#post-index #post-index-wrapper #posts-list a.page-link div.page-bg #meta #options #option-left .item-options {
|
|
|
|
|
border-radius: 3px;
|
|
|
|
|
margin: 5px;
|
|
|
|
|
display: inline-block;
|
|
|
|
|
text-align: center;
|
|
|
|
|
padding: 2px;
|
|
|
|
|
}
|
|
|
|
|
#post-index #post-index-wrapper #posts-list a.page-link div.page-bg #meta #options .meta-options[data-active=false] {
|
|
|
|
|
width: 70px;
|
|
|
|
|
background: black;
|
|
|
|
|
color: #EFEBE3;
|
|
|
|
|
#post-index #post-index-wrapper #posts-list a.page-link div.page-bg #meta #options #option-left button[data-active=false] {
|
|
|
|
|
background: #1D3040;
|
|
|
|
|
}
|
|
|
|
|
#post-index #post-index-wrapper #posts-list a.page-link div.page-bg #meta #options .meta-options[data-active=true] {
|
|
|
|
|
width: 75px;
|
|
|
|
|
background: white;
|
|
|
|
|
color: black;
|
|
|
|
|
#post-index #post-index-wrapper #posts-list a.page-link div.page-bg #meta #options #option-left button[data-active=false] svg {
|
|
|
|
|
fill: #b2cce5;
|
|
|
|
|
}
|
|
|
|
|
#post-index #post-index-wrapper #posts-list a.page-link div.page-bg #meta #options #option-left button[data-active=true] {
|
|
|
|
|
background: #f5ab35;
|
|
|
|
|
}
|
|
|
|
|
#post-index #post-index-wrapper #posts-list a.page-link div.page-bg #meta #options #option-left button[data-active=true] svg {
|
|
|
|
|
fill: #1D3040;
|
|
|
|
|
}
|
|
|
|
|
#post-index #post-index-wrapper #posts-list a.page-link div.page-bg #meta #options #option-right {
|
|
|
|
|
display: inline-block;
|
|
|
|
|
width: 50%;
|
|
|
|
|
text-align: right;
|
|
|
|
|
}
|
|
|
|
|
#post-index #post-index-wrapper #posts-list a.page-link div.page-bg #meta #options #option-right span {
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
display: block;
|
|
|
|
|
background: #EFEBE3;
|
|
|
|
|
color: #1D3040;
|
|
|
|
|
border-radius: 3px;
|
|
|
|
|
font-size: 0.6em;
|
|
|
|
|
text-align: center;
|
|
|
|
|
position: relative;
|
|
|
|
|
padding: 5px;
|
|
|
|
|
float: right;
|
|
|
|
|
margin: 0 10px 0 0;
|
|
|
|
|
bottom: -15px;
|
|
|
|
|
}
|
|
|
|
|
#post-index #post-index-wrapper #posts-list a.page-link p {
|
|
|
|
|
padding: 5px 10px 5px 10px;
|
|
|
|
@ -2863,20 +2916,20 @@ select {
|
|
|
|
|
#post-edit-index #post-edit-index-wrapper #post-header #post-header-wrapper label {
|
|
|
|
|
color: #EFEBE3;
|
|
|
|
|
font-size: 0.8em;
|
|
|
|
|
font-family: "Lucida Console", Monaco, monospace;
|
|
|
|
|
font-family: Helvetica, Arial, sans-serif;
|
|
|
|
|
font-weight: 600;
|
|
|
|
|
}
|
|
|
|
|
#post-edit-index #post-edit-index-wrapper #post-header #post-header-wrapper span {
|
|
|
|
|
color: black;
|
|
|
|
|
color: #1D3040;
|
|
|
|
|
font-size: 1.5em;
|
|
|
|
|
}
|
|
|
|
|
#post-edit-index #post-edit-index-wrapper #post-header #post-header-wrapper #post-title #post_title {
|
|
|
|
|
background: #fd95ba;
|
|
|
|
|
background: #EFEBE3;
|
|
|
|
|
font-family: Helvetica, Arial, sans-serif;
|
|
|
|
|
width: 97.6%;
|
|
|
|
|
height: 80px;
|
|
|
|
|
font-size: 2em;
|
|
|
|
|
color: black;
|
|
|
|
|
color: #1D3040;
|
|
|
|
|
padding: 5px;
|
|
|
|
|
margin: 0 0 5px 0;
|
|
|
|
|
}
|
|
|
|
@ -2888,11 +2941,11 @@ select {
|
|
|
|
|
color: #b2cce5;
|
|
|
|
|
}
|
|
|
|
|
#post-edit-index #post-edit-index-wrapper #post-header #post-header-wrapper #post-meta #post_tags {
|
|
|
|
|
background: #fd95ba;
|
|
|
|
|
background: #EFEBE3;
|
|
|
|
|
font-family: Helvetica, Arial, sans-serif;
|
|
|
|
|
width: 97.6%;
|
|
|
|
|
height: 80px;
|
|
|
|
|
color: black;
|
|
|
|
|
color: #1D3040;
|
|
|
|
|
padding: 5px;
|
|
|
|
|
margin: 0 0 5px 0;
|
|
|
|
|
}
|
|
|
|
@ -2910,7 +2963,7 @@ select {
|
|
|
|
|
}
|
|
|
|
|
#post-edit-index #post-edit-index-wrapper #post-header #post-header-wrapper #post-meta #post-options button {
|
|
|
|
|
width: 33.3%;
|
|
|
|
|
height: 39px;
|
|
|
|
|
height: 45px;
|
|
|
|
|
-moz-transition: all 0.3s linear;
|
|
|
|
|
-webkit-transition: all 0.3s linear;
|
|
|
|
|
-o-transition: all 0.3s linear;
|
|
|
|
@ -2922,16 +2975,16 @@ select {
|
|
|
|
|
text-align: center;
|
|
|
|
|
}
|
|
|
|
|
#post-edit-index #post-edit-index-wrapper #post-header #post-header-wrapper #post-meta #post-options button[data-active=false] {
|
|
|
|
|
background: black;
|
|
|
|
|
background: #1D3040;
|
|
|
|
|
}
|
|
|
|
|
#post-edit-index #post-edit-index-wrapper #post-header #post-header-wrapper #post-meta #post-options button[data-active=false] svg {
|
|
|
|
|
fill: #EFEBE3;
|
|
|
|
|
fill: #b2cce5;
|
|
|
|
|
}
|
|
|
|
|
#post-edit-index #post-edit-index-wrapper #post-header #post-header-wrapper #post-meta #post-options button[data-active=true] {
|
|
|
|
|
background: #f6b54d;
|
|
|
|
|
background: #f5ab35;
|
|
|
|
|
}
|
|
|
|
|
#post-edit-index #post-edit-index-wrapper #post-header #post-header-wrapper #post-meta #post-options button[data-active=true] svg {
|
|
|
|
|
fill: black;
|
|
|
|
|
fill: #1D3040;
|
|
|
|
|
}
|
|
|
|
|
#post-edit-index #post-edit-index-wrapper #post-header #post-header-wrapper #post-meta #featured-image-upload, #post-edit-index #post-edit-index-wrapper #post-header #post-header-wrapper #post-meta #post-image-upload {
|
|
|
|
|
display: none;
|
|
|
|
|