Initial commit
This commit is contained in:
165
wp-content/themes/generatepress/css/admin/block-editor.css
Normal file
165
wp-content/themes/generatepress/css/admin/block-editor.css
Normal file
@ -0,0 +1,165 @@
|
||||
.block-editor-block-list__block a,
|
||||
.block-editor-block-list__block a:visited,
|
||||
.block-editor-block-list__block a:hover,
|
||||
.block-editor-block-list__block a:focus {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.block-editor-block-list__layout pre {
|
||||
background: rgba(0, 0, 0, 0.05);
|
||||
font-family: inherit;
|
||||
font-size: inherit;
|
||||
line-height: normal;
|
||||
margin-bottom: 1.5em;
|
||||
padding: 20px;
|
||||
overflow: auto;
|
||||
max-width: 100%;
|
||||
color: inherit; /* editor only */
|
||||
}
|
||||
|
||||
body .block-editor-block-list__block blockquote {
|
||||
border-left: 5px solid rgba(0, 0, 0, 0.05);
|
||||
padding: 20px;
|
||||
font-size: 1.2em;
|
||||
font-style:italic;
|
||||
margin: 0 0 1.5em;
|
||||
position: relative;
|
||||
color: inherit; /* editor only */
|
||||
}
|
||||
|
||||
body .wp-block-quote:not(.is-large):not(.is-style-large) {
|
||||
border-left: 5px solid rgba(0, 0, 0, 0.05);
|
||||
padding: 20px;
|
||||
}
|
||||
|
||||
body .block-editor-block-list__block blockquote p:last-child {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.block-editor-block-list__layout table,
|
||||
.block-editor-block-list__layout th,
|
||||
.block-editor-block-list__layout td {
|
||||
border: 1px solid rgba(0, 0, 0, 0.1);
|
||||
}
|
||||
|
||||
body .block-editor-block-list__block table {
|
||||
border-collapse: separate;
|
||||
border-spacing: 0;
|
||||
border-width: 1px 0 0 1px;
|
||||
margin: 0 0 1.5em;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.block-editor-block-list__layout th,
|
||||
.block-editor-block-list__layout td {
|
||||
padding: 8px;
|
||||
}
|
||||
|
||||
.block-editor-block-list__layout th {
|
||||
border-width: 0 1px 1px 0;
|
||||
}
|
||||
|
||||
.block-editor-block-list__layout td {
|
||||
border-width: 0 1px 1px 0;
|
||||
}
|
||||
|
||||
body .block-editor-block-list__block hr {
|
||||
background-color: rgba(0, 0, 0, 0.1);
|
||||
border: 0;
|
||||
height: 1px;
|
||||
margin-bottom: 40px;
|
||||
margin-top: 40px;
|
||||
width: auto;
|
||||
}
|
||||
|
||||
body .block-editor-block-list__block,
|
||||
body .block-editor-block-list__block p {
|
||||
font-size: inherit;
|
||||
}
|
||||
|
||||
body .block-editor-default-block-appender input[type=text].editor-default-block-appender__content,
|
||||
body .block-editor-default-block-appender textarea.editor-default-block-appender__content {
|
||||
font-family: inherit;
|
||||
font-size: inherit;
|
||||
}
|
||||
|
||||
/*--------------------------------------------------------------
|
||||
## Gallery
|
||||
--------------------------------------------------------------*/
|
||||
|
||||
.block-editor-block-list__layout .wp-block-gallery li figcaption {
|
||||
background: rgba(255, 255, 255, 0.7);
|
||||
color: #000;
|
||||
padding: 10px;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
/*--------------------------------------------------------------
|
||||
# Button
|
||||
--------------------------------------------------------------*/
|
||||
|
||||
.block-editor-block-list__layout .wp-block-button .wp-block-button__link {
|
||||
font-size: inherit;
|
||||
padding: 10px 15px;
|
||||
line-height: normal;
|
||||
}
|
||||
|
||||
/*--------------------------------------------------------------
|
||||
# Content Title
|
||||
--------------------------------------------------------------*/
|
||||
|
||||
button.content-title-visibility {
|
||||
position: absolute;
|
||||
right: 0;
|
||||
font-size: 30px;
|
||||
line-height: 30px;
|
||||
top: calc(50% - 15px);
|
||||
opacity: 0.4;
|
||||
background: none;
|
||||
border: none;
|
||||
cursor: pointer;
|
||||
display: none;
|
||||
}
|
||||
|
||||
button.show-content-title:before {
|
||||
content: "\f530";
|
||||
}
|
||||
|
||||
button.disable-content-title:before {
|
||||
content: "\f177";
|
||||
}
|
||||
|
||||
body:not(.content-title-hidden) .editor-post-title__block:hover button.disable-content-title,
|
||||
.content-title-hidden .editor-post-title__block:hover button.show-content-title {
|
||||
display: block;
|
||||
}
|
||||
|
||||
button.content-title-visibility:before {
|
||||
font-family: dashicons;
|
||||
}
|
||||
|
||||
.content-title-hidden .editor-post-title textarea {
|
||||
opacity: 0.4;
|
||||
}
|
||||
|
||||
.edit-post-text-editor .editor-post-title__block .editor-post-title__input {
|
||||
color: initial;
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
/*--------------------------------------------------------------
|
||||
# Columns
|
||||
--------------------------------------------------------------*/
|
||||
|
||||
.block-editor-block-list__block .wp-block-columns .wp-block-column {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
/*--------------------------------------------------------------
|
||||
# Fix shortcode block label color
|
||||
--------------------------------------------------------------*/
|
||||
|
||||
.wp-block-shortcode label,
|
||||
.wp-block-shortcode .block-editor-plain-text {
|
||||
color: initial;
|
||||
}
|
65
wp-content/themes/generatepress/css/admin/editor-style.css
Normal file
65
wp-content/themes/generatepress/css/admin/editor-style.css
Normal file
@ -0,0 +1,65 @@
|
||||
img {
|
||||
max-width: 100%;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
pre {
|
||||
background: rgba(0, 0, 0, 0.05);
|
||||
font-family: inherit;
|
||||
font-size: inherit;
|
||||
line-height: normal;
|
||||
margin-bottom: 1.5em;
|
||||
padding: 20px;
|
||||
overflow: auto;
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
blockquote {
|
||||
border-left: 5px solid rgba(0, 0, 0, 0.05);
|
||||
padding: 20px;
|
||||
font-size: 1.2em;
|
||||
font-style:italic;
|
||||
margin: 0 0 1.5em;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
blockquote p:last-child {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
table, th, td {
|
||||
border: 1px solid rgba(0, 0, 0, 0.1);
|
||||
}
|
||||
table {
|
||||
border-collapse: separate;
|
||||
border-spacing: 0;
|
||||
border-width: 1px 0 0 1px;
|
||||
margin: 0 0 1.5em;
|
||||
table-layout: fixed;
|
||||
width: 100%;
|
||||
}
|
||||
th,
|
||||
td {
|
||||
padding: 8px;
|
||||
}
|
||||
th {
|
||||
border-width: 0 1px 1px 0;
|
||||
}
|
||||
td {
|
||||
border-width: 0 1px 1px 0;
|
||||
}
|
||||
|
||||
hr {
|
||||
background-color: rgba(0, 0, 0, 0.1);
|
||||
border: 0;
|
||||
height: 1px;
|
||||
margin-bottom: 40px;
|
||||
margin-top: 40px;
|
||||
}
|
||||
|
||||
/* Make sure embeds and iframes fit their containers */
|
||||
embed,
|
||||
iframe,
|
||||
object {
|
||||
max-width: 100%;
|
||||
}
|
80
wp-content/themes/generatepress/css/admin/meta-box.css
Normal file
80
wp-content/themes/generatepress/css/admin/meta-box.css
Normal file
@ -0,0 +1,80 @@
|
||||
.generate-meta-box-content > div {
|
||||
padding: 12px;
|
||||
}
|
||||
#generate_layout_options_meta_box .inside {
|
||||
padding: 0;
|
||||
margin:0;
|
||||
}
|
||||
#generate-meta-box-container .generate-meta-box-menu {
|
||||
position: relative;
|
||||
float: left;
|
||||
list-style: none;
|
||||
width: 180px;
|
||||
line-height: 1em;
|
||||
margin: 0 0 -1px 0;
|
||||
padding: 0;
|
||||
background-color: #fafafa;
|
||||
border-right: 1px solid #eee;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
#generate-meta-box-container .generate-meta-box-menu li {
|
||||
display: block;
|
||||
position: relative;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
line-height: 20px;
|
||||
}
|
||||
|
||||
#generate-meta-box-container .generate-meta-box-menu li a {
|
||||
display: block;
|
||||
margin: 0;
|
||||
padding: 10px;
|
||||
line-height: 20px !important;
|
||||
text-decoration: none;
|
||||
border-bottom: 1px solid #eee;
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
#generate-meta-box-container .generate-meta-box-content {
|
||||
float: left;
|
||||
width: calc( 100% - 180px );
|
||||
margin-left: -1px;
|
||||
border-left: 1px solid #eee;
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
#generate-meta-box-container {
|
||||
overflow: hidden;
|
||||
background: #fff;
|
||||
background: linear-gradient( 90deg, #fafafa 0%, #fafafa 180px, #fff 180px, #fff 100% );
|
||||
}
|
||||
|
||||
#generate-meta-box-container .current {
|
||||
position: relative;
|
||||
font-weight: bold;
|
||||
background-color: #e0e0e0;
|
||||
}
|
||||
|
||||
#generate-meta-box-container .current a {
|
||||
color: #555;
|
||||
}
|
||||
|
||||
#generate-meta-box-container label {
|
||||
font-weight: 400;
|
||||
display: inline-block;
|
||||
margin-bottom: 3px;
|
||||
}
|
||||
|
||||
|
||||
.generate-meta-box-menu li {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
#side-sortables #generate-meta-box-container .generate-meta-box-menu,
|
||||
#side-sortables #generate-meta-box-container .generate-meta-box-content {
|
||||
float: none;
|
||||
width: 100%;
|
||||
margin: 0;
|
||||
border: 0;
|
||||
}
|
232
wp-content/themes/generatepress/css/admin/style.css
Normal file
232
wp-content/themes/generatepress/css/admin/style.css
Normal file
@ -0,0 +1,232 @@
|
||||
.js .generate-metabox.postbox .hndle {
|
||||
cursor: inherit;
|
||||
}
|
||||
|
||||
.generate-metabox .clear {
|
||||
padding-top: 10px;
|
||||
margin-bottom: 10px;
|
||||
border-bottom: 1px solid #DDD;
|
||||
}
|
||||
|
||||
.generate-metabox .clear:after {
|
||||
content: "";
|
||||
display: table;
|
||||
clear: both;
|
||||
}
|
||||
|
||||
.customize-button a.button,
|
||||
.customize-button a.button:visited {
|
||||
font-size: 25px;
|
||||
padding: 10px 20px;
|
||||
line-height: normal;
|
||||
height: auto;
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
-moz-box-sizing: border-box;
|
||||
-webkit-box-sizing: border-box;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
.customize-button {
|
||||
margin-bottom: 40px;
|
||||
}
|
||||
|
||||
.addon-container:before,
|
||||
.addon-container:after {
|
||||
content: ".";
|
||||
display: block;
|
||||
overflow: hidden;
|
||||
visibility: hidden;
|
||||
font-size: 0;
|
||||
line-height: 0;
|
||||
width: 0;
|
||||
height: 0;
|
||||
}
|
||||
.addon-container:after {
|
||||
clear: both;
|
||||
}
|
||||
.premium-addons .gp-clear {
|
||||
margin: 0 !important;
|
||||
border: 0;
|
||||
padding: 0 !important;
|
||||
}
|
||||
.premium-addons .add-on.gp-clear {
|
||||
padding: 15px !important;
|
||||
margin: 0 !important;
|
||||
-moz-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1) inset;
|
||||
-webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1) inset;
|
||||
box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1) inset;
|
||||
}
|
||||
.premium-addons .add-on:last-child {
|
||||
border: 0 !important;
|
||||
}
|
||||
.addon-action {
|
||||
float: right;
|
||||
clear: right;
|
||||
}
|
||||
.addon-name {
|
||||
float: left;
|
||||
}
|
||||
|
||||
.addon-name a {
|
||||
text-decoration: none;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
/* New admin */
|
||||
.clearfix:after,
|
||||
.clearfix:before {
|
||||
content: ".";
|
||||
display: block;
|
||||
overflow: hidden;
|
||||
visibility: hidden;
|
||||
font-size: 0;
|
||||
line-height: 0;
|
||||
width: 0;
|
||||
height: 0;
|
||||
}
|
||||
|
||||
.clearfix:after {
|
||||
clear: both;
|
||||
}
|
||||
|
||||
.gp-container {
|
||||
max-width: 1200px;
|
||||
margin: 0 auto;
|
||||
padding: 0 20px;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
.gp-container a {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.appearance_page_generate-options #wpcontent,
|
||||
.appearance_page_generate-options #wpbody-content .metabox-holder {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.appearance_page_generate-options .wrap {
|
||||
margin-top: 0;
|
||||
margin-left: 0;
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
.gp-masthead {
|
||||
background-color: #fff;
|
||||
text-align: center;
|
||||
box-shadow: 0 1px 0 rgba(200,215,225,0.5), 0 1px 2px #DDD;
|
||||
margin-bottom: 40px;
|
||||
padding: 20px;
|
||||
}
|
||||
|
||||
.gp-container .postbox {
|
||||
box-shadow: 0 0 0 1px rgba(200, 215, 225, 0.5), 0 1px 2px #DDD;
|
||||
border: 0;
|
||||
min-width: initial;
|
||||
margin-bottom: 40px;
|
||||
}
|
||||
|
||||
.gp-masthead .gp-title {
|
||||
float: left;
|
||||
}
|
||||
|
||||
.gp-masthead .gp-title a {
|
||||
font-size: 20px;
|
||||
color: #000;
|
||||
font-weight: 500;
|
||||
}
|
||||
|
||||
.gp-masthead .gp-masthead-links {
|
||||
float: right;
|
||||
}
|
||||
|
||||
.gp-masthead-links a {
|
||||
display: inline-block;
|
||||
margin: 0 10px;
|
||||
}
|
||||
|
||||
.gp-masthead .gp-version {
|
||||
display: inline-block;
|
||||
background: #EFEFEF;
|
||||
padding: 1px 3px;
|
||||
border-radius: 2px;
|
||||
font-size: 11px;
|
||||
vertical-align: top;
|
||||
margin-left: 5px;
|
||||
}
|
||||
|
||||
.gp-options-footer {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.popular-articles ul {
|
||||
list-style-type: disc;
|
||||
margin-left: 20px;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.popular-articles .hndle a {
|
||||
float:right;
|
||||
font-size:13px;
|
||||
}
|
||||
|
||||
#gen-delete p:last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.start-customizing li {
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
|
||||
.start-customizing li span {
|
||||
padding-right: 5px;
|
||||
}
|
||||
|
||||
.start-customizing ul {
|
||||
border-bottom: 1px solid #ddd;
|
||||
}
|
||||
|
||||
.gp-container .postbox > h3.hndle {
|
||||
padding-top: 12px;
|
||||
padding-bottom: 12px;
|
||||
}
|
||||
|
||||
@media (min-width: 768px) {
|
||||
.hide-on-desktop {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.grid-70 {
|
||||
float: left;
|
||||
width: 70%;
|
||||
box-sizing: border-box;
|
||||
padding-right: 20px;
|
||||
}
|
||||
|
||||
.grid-30 {
|
||||
float: left;
|
||||
width: 30%;
|
||||
box-sizing: border-box;
|
||||
padding-left: 20px;
|
||||
}
|
||||
|
||||
.grid-parent {
|
||||
padding-left: 0;
|
||||
padding-right: 0;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 767px) {
|
||||
.hide-on-mobile {
|
||||
display: none;
|
||||
}
|
||||
.gp-masthead .gp-masthead-links,
|
||||
.gp-masthead .gp-title {
|
||||
float: none;
|
||||
text-align: center;
|
||||
}
|
||||
.gp-masthead .gp-title {
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
}
|
1
wp-content/themes/generatepress/css/all.min.css
vendored
Normal file
1
wp-content/themes/generatepress/css/all.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
2337
wp-content/themes/generatepress/css/font-awesome.css
vendored
Normal file
2337
wp-content/themes/generatepress/css/font-awesome.css
vendored
Normal file
File diff suppressed because it is too large
Load Diff
1
wp-content/themes/generatepress/css/font-awesome.min.css
vendored
Normal file
1
wp-content/themes/generatepress/css/font-awesome.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
304
wp-content/themes/generatepress/css/mobile.css
Normal file
304
wp-content/themes/generatepress/css/mobile.css
Normal file
@ -0,0 +1,304 @@
|
||||
/*--------------------------------------------------------------
|
||||
>>> TABLE OF CONTENTS:
|
||||
----------------------------------------------------------------
|
||||
# Mobile Menu
|
||||
# Breakpoint (768px)
|
||||
# Links
|
||||
# Top Bar
|
||||
# Content Area
|
||||
# Header
|
||||
# Footer
|
||||
--------------------------------------------------------------*/
|
||||
|
||||
/*--------------------------------------------------------------
|
||||
## Mobile Menu
|
||||
--------------------------------------------------------------*/
|
||||
|
||||
button.menu-toggle {
|
||||
background-color: transparent;
|
||||
width: 100%;
|
||||
border: 0;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
button.menu-toggle:hover,
|
||||
button.menu-toggle:active,
|
||||
button.menu-toggle:focus {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.menu-toggle:before {
|
||||
content: "\f0c9";
|
||||
font-family: GeneratePress;
|
||||
|
||||
width: 1.28571429em;
|
||||
text-align: center;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.toggled .menu-toggle:before {
|
||||
content: "\f00d";
|
||||
}
|
||||
|
||||
.menu-toggle .mobile-menu {
|
||||
padding-left: 3px;
|
||||
}
|
||||
|
||||
.menu-toggle .gp-icon + .mobile-menu {
|
||||
padding-left: 9px;
|
||||
}
|
||||
|
||||
.menu-toggle .mobile-menu:empty {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.nav-search-enabled .main-navigation .menu-toggle {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.mobile-bar-items {
|
||||
display: none;
|
||||
position: absolute;
|
||||
right: 0;
|
||||
top: 0;
|
||||
z-index: 21;
|
||||
list-style-type: none;
|
||||
}
|
||||
|
||||
.mobile-bar-items a {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
nav.toggled ul ul.sub-menu {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.dropdown-hover .main-navigation.toggled ul li:hover > ul,
|
||||
.dropdown-hover .main-navigation.toggled ul li.sfHover > ul {
|
||||
transition-delay: 0s;
|
||||
}
|
||||
|
||||
.toggled .menu-item-has-children .dropdown-menu-toggle {
|
||||
padding-left: 20px;
|
||||
}
|
||||
|
||||
.main-navigation.toggled ul ul {
|
||||
transition: 0s;
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
.main-navigation.toggled .main-nav > ul {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.main-navigation.toggled .main-nav ul ul.toggled-on {
|
||||
position: relative;
|
||||
top: 0;
|
||||
left: auto !important;
|
||||
right: auto !important;
|
||||
width: 100%;
|
||||
pointer-events: auto;
|
||||
height: auto;
|
||||
opacity: 1;
|
||||
display: block;
|
||||
visibility: visible;
|
||||
}
|
||||
|
||||
.main-navigation.toggled .main-nav li {
|
||||
float: none;
|
||||
clear: both;
|
||||
display: block !important;
|
||||
text-align: left !important;
|
||||
}
|
||||
|
||||
.main-navigation.toggled .main-nav li.hide-on-mobile {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
.main-navigation.toggled .sfHover > a .dropdown-menu-toggle:before {
|
||||
content: "\f106";
|
||||
}
|
||||
|
||||
.main-navigation.toggled .menu-item-has-children .dropdown-menu-toggle {
|
||||
float: right;
|
||||
}
|
||||
|
||||
.main-navigation.toggled .menu li.search-item {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
.main-navigation.toggled .sf-menu > li.menu-item-float-right {
|
||||
float: none !important;
|
||||
display: inline-block !important;
|
||||
}
|
||||
|
||||
/*--------------------------------------------------------------
|
||||
# Breakpoint (768px)
|
||||
--------------------------------------------------------------*/
|
||||
|
||||
@media (max-width: 768px) {
|
||||
/*--------------------------------------------------------------
|
||||
## Links
|
||||
--------------------------------------------------------------*/
|
||||
|
||||
a, body, button, input, select, textarea {
|
||||
-webkit-transition: all 0s ease-in-out;
|
||||
-moz-transition: all 0s ease-in-out;
|
||||
-o-transition: all 0s ease-in-out;
|
||||
transition: all 0s ease-in-out;
|
||||
}
|
||||
|
||||
/*--------------------------------------------------------------
|
||||
## Top Bar
|
||||
--------------------------------------------------------------*/
|
||||
|
||||
.top-bar.top-bar-align-left,
|
||||
.top-bar.top-bar-align-right {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.top-bar .widget {
|
||||
float: none !important;
|
||||
margin: 0 10px !important;
|
||||
}
|
||||
|
||||
.top-bar .widget_nav_menu li {
|
||||
float: none;
|
||||
display: inline-block;
|
||||
padding: 5px 0;
|
||||
}
|
||||
|
||||
/*--------------------------------------------------------------
|
||||
## Header
|
||||
--------------------------------------------------------------*/
|
||||
|
||||
.inside-header > *:not(:last-child):not(.main-navigation) {
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
.site-header,
|
||||
.header-aligned-right .site-header {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.header-widget {
|
||||
float: none;
|
||||
max-width: 100%;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
/*--------------------------------------------------------------
|
||||
## Content Area
|
||||
--------------------------------------------------------------*/
|
||||
|
||||
.sidebar,
|
||||
.content-area,
|
||||
.inside-footer-widgets > div {
|
||||
float: none;
|
||||
width: 100%;
|
||||
left: 0;
|
||||
right: 0;
|
||||
}
|
||||
|
||||
.site-main {
|
||||
margin-left: 0 !important;
|
||||
margin-right: 0 !important;
|
||||
}
|
||||
|
||||
body:not(.no-sidebar) .site-main {
|
||||
margin-bottom: 0 !important;
|
||||
}
|
||||
|
||||
.one-container .sidebar {
|
||||
margin-top: 40px;
|
||||
}
|
||||
|
||||
.separate-containers #left-sidebar + #right-sidebar .inside-right-sidebar {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
.both-right.separate-containers .inside-left-sidebar,
|
||||
.both-left.separate-containers .inside-left-sidebar,
|
||||
.both-right.separate-containers .inside-right-sidebar,
|
||||
.both-left.separate-containers .inside-right-sidebar {
|
||||
margin-right: 0;
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
.alignleft,
|
||||
.alignright {
|
||||
float: none;
|
||||
display: block;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
|
||||
.post-image-aligned-left .post-image,
|
||||
.post-image-aligned-right .post-image {
|
||||
float: none;
|
||||
margin: 2em 0;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.comment .children {
|
||||
padding-left: 10px;
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
.edd_download {
|
||||
display: block;
|
||||
float: none !important;
|
||||
margin-bottom: 1.5em;
|
||||
width: 100% !important;
|
||||
}
|
||||
|
||||
.entry-meta {
|
||||
font-size: inherit;
|
||||
}
|
||||
|
||||
.entry-meta a {
|
||||
line-height: 1.8em;
|
||||
}
|
||||
|
||||
/*--------------------------------------------------------------
|
||||
## Footer
|
||||
--------------------------------------------------------------*/
|
||||
|
||||
.site-info {
|
||||
padding-left: 10px;
|
||||
padding-right: 10px;
|
||||
}
|
||||
|
||||
.site-info {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.copyright-bar {
|
||||
float: none !important;
|
||||
text-align: center !important;
|
||||
}
|
||||
|
||||
.footer-bar {
|
||||
float: none !important;
|
||||
text-align: center !important;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
.footer-bar .widget_nav_menu li {
|
||||
float: none;
|
||||
display: inline-block;
|
||||
padding: 5px 0;
|
||||
}
|
||||
|
||||
.inside-footer-widgets > div:not(:last-child) {
|
||||
margin-bottom: 40px;
|
||||
}
|
||||
|
||||
.site-footer .footer-widgets .footer-widgets-container .inside-footer-widgets {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.site-footer .footer-widgets .footer-widgets-container .inner-padding {
|
||||
padding: 0;
|
||||
}
|
||||
}
|
1
wp-content/themes/generatepress/css/mobile.min.css
vendored
Normal file
1
wp-content/themes/generatepress/css/mobile.min.css
vendored
Normal file
@ -0,0 +1 @@
|
||||
button.menu-toggle{background-color:transparent;width:100%;border:0;text-align:center}button.menu-toggle:active,button.menu-toggle:focus,button.menu-toggle:hover{background-color:transparent}.menu-toggle:before{content:"\f0c9";font-family:GeneratePress;width:1.28571429em;text-align:center;display:inline-block}.toggled .menu-toggle:before{content:"\f00d"}.menu-toggle .mobile-menu{padding-left:3px}.menu-toggle .gp-icon+.mobile-menu{padding-left:9px}.menu-toggle .mobile-menu:empty{display:none}.nav-search-enabled .main-navigation .menu-toggle{text-align:left}.mobile-bar-items{display:none;position:absolute;right:0;top:0;z-index:21;list-style-type:none}.mobile-bar-items a{display:inline-block}nav.toggled ul ul.sub-menu{width:100%}.dropdown-hover .main-navigation.toggled ul li.sfHover>ul,.dropdown-hover .main-navigation.toggled ul li:hover>ul{transition-delay:0s}.toggled .menu-item-has-children .dropdown-menu-toggle{padding-left:20px}.main-navigation.toggled ul ul{transition:0s;visibility:hidden}.main-navigation.toggled .main-nav>ul{display:block}.main-navigation.toggled .main-nav ul ul.toggled-on{position:relative;top:0;left:auto!important;right:auto!important;width:100%;pointer-events:auto;height:auto;opacity:1;display:block;visibility:visible}.main-navigation.toggled .main-nav li{float:none;clear:both;display:block!important;text-align:left!important}.main-navigation.toggled .main-nav li.hide-on-mobile,.main-navigation.toggled .menu li.search-item{display:none!important}.main-navigation.toggled .sfHover>a .dropdown-menu-toggle:before{content:"\f106"}.main-navigation.toggled .menu-item-has-children .dropdown-menu-toggle{float:right}.main-navigation.toggled .sf-menu>li.menu-item-float-right{float:none!important;display:inline-block!important}@media (max-width:768px){a,body,button,input,select,textarea{-webkit-transition:all 0s ease-in-out;-moz-transition:all 0s ease-in-out;-o-transition:all 0s ease-in-out;transition:all 0s ease-in-out}.top-bar.top-bar-align-left,.top-bar.top-bar-align-right{text-align:center}.top-bar .widget{float:none!important;margin:0 10px!important}.footer-bar .widget_nav_menu li,.top-bar .widget_nav_menu li{float:none;display:inline-block;padding:5px 0}.inside-header>:not(:last-child):not(.main-navigation){margin-bottom:20px}.header-aligned-right .site-header,.header-widget,.site-header{text-align:center}.header-widget{float:none;max-width:100%}.content-area,.inside-footer-widgets>div,.sidebar{float:none;width:100%;left:0;right:0}.site-main{margin-left:0!important;margin-right:0!important}body:not(.no-sidebar) .site-main{margin-bottom:0!important}.one-container .sidebar{margin-top:40px}.separate-containers #left-sidebar+#right-sidebar .inside-right-sidebar{margin-top:0}.both-left.separate-containers .inside-left-sidebar,.both-left.separate-containers .inside-right-sidebar,.both-right.separate-containers .inside-left-sidebar,.both-right.separate-containers .inside-right-sidebar{margin-right:0;margin-left:0}.alignleft,.alignright{float:none;display:block;margin-left:auto;margin-right:auto}.post-image-aligned-left .post-image,.post-image-aligned-right .post-image{float:none;margin:2em 0;text-align:center}.comment .children{padding-left:10px;margin-left:0}.edd_download{display:block;float:none!important;margin-bottom:1.5em;width:100%!important}.entry-meta{font-size:inherit}.entry-meta a{line-height:1.8em}.site-info{padding-left:10px;padding-right:10px;text-align:center}.copyright-bar,.footer-bar{float:none!important;text-align:center!important}.footer-bar{margin-bottom:20px}.inside-footer-widgets>div:not(:last-child){margin-bottom:40px}.site-footer .footer-widgets .footer-widgets-container .inside-footer-widgets{margin:0}.site-footer .footer-widgets .footer-widgets-container .inner-padding{padding:0}}
|
567
wp-content/themes/generatepress/css/unsemantic-grid-lite.css
Normal file
567
wp-content/themes/generatepress/css/unsemantic-grid-lite.css
Normal file
@ -0,0 +1,567 @@
|
||||
.grid-container:before, .grid-15:before, .grid-20:before, .grid-25:before, .grid-30:before, .grid-35:before, .grid-40:before, .grid-45:before, .grid-50:before, .grid-55:before, .grid-60:before, .grid-65:before, .grid-70:before, .grid-75:before, .grid-80:before, .grid-85:before, .grid-100:before, .grid-33:before, .grid-66:before, [class*="mobile-grid-"]:before,[class*="tablet-grid-"]:before, .clearfix:before,
|
||||
.grid-container:after,
|
||||
.grid-15:after,
|
||||
.grid-20:after,
|
||||
.grid-25:after,
|
||||
.grid-30:after,
|
||||
.grid-35:after,
|
||||
.grid-40:after,
|
||||
.grid-45:after,
|
||||
.grid-50:after,
|
||||
.grid-55:after,
|
||||
.grid-60:after,
|
||||
.grid-65:after,
|
||||
.grid-70:after,
|
||||
.grid-75:after,
|
||||
.grid-80:after,
|
||||
.grid-85:after,
|
||||
.grid-100:after,
|
||||
.grid-33:after,
|
||||
.grid-66:after,
|
||||
[class*="mobile-grid-"]:after,
|
||||
[class*="tablet-grid-"]:after,
|
||||
.clearfix:after {
|
||||
content: ".";
|
||||
display: block;
|
||||
overflow: hidden;
|
||||
visibility: hidden;
|
||||
font-size: 0;
|
||||
line-height: 0;
|
||||
width: 0;
|
||||
height: 0;
|
||||
}
|
||||
|
||||
.grid-container:after, .grid-15:after, .grid-20:after, .grid-25:after, .grid-30:after, .grid-35:after, .grid-40:after, .grid-45:after, .grid-50:after, .grid-55:after, .grid-60:after, .grid-65:after, .grid-70:after, .grid-75:after, .grid-80:after, .grid-85:after, .grid-90:after, .grid-95:after, .grid-100:after, .grid-33:after, .grid-66:after, [class*="mobile-grid-"]:after, [class*="tablet-grid-"]:after, .clearfix:after {
|
||||
clear: both;
|
||||
}
|
||||
|
||||
.grid-container {
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
max-width: 1200px;
|
||||
padding-left: 10px;
|
||||
padding-right: 10px;
|
||||
}
|
||||
|
||||
.grid-15, .grid-20, .grid-25, .grid-30, .grid-35, .grid-40, .grid-45, .grid-50, .grid-55, .grid-60, .grid-65, .grid-70, .grid-75, .grid-80, .grid-85, .grid-90, .grid-95, .grid-100, .grid-33, .grid-66, [class*="mobile-grid-"], [class*="tablet-grid-"] {
|
||||
-moz-box-sizing: border-box;
|
||||
-webkit-box-sizing: border-box;
|
||||
box-sizing: border-box;
|
||||
padding-left: 10px;
|
||||
padding-right: 10px;
|
||||
}
|
||||
|
||||
.grid-parent {
|
||||
padding-left: 0;
|
||||
padding-right: 0;
|
||||
}
|
||||
|
||||
@media (max-width: 767px) {
|
||||
.hide-on-mobile {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
.mobile-grid-50 {
|
||||
float: left;
|
||||
width: 50%;
|
||||
}
|
||||
|
||||
.mobile-grid-100 {
|
||||
clear: both;
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 768px) and (max-width: 1024px) {
|
||||
[class*="tablet-push-"],
|
||||
[class*="tablet-pull-"] {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.hide-on-tablet {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
.tablet-grid-15 {
|
||||
float: left;
|
||||
width: 15%;
|
||||
}
|
||||
|
||||
.tablet-push-15 {
|
||||
left: 15%;
|
||||
}
|
||||
|
||||
.tablet-pull-15 {
|
||||
left: -15%;
|
||||
}
|
||||
|
||||
.tablet-grid-20 {
|
||||
float: left;
|
||||
width: 20%;
|
||||
}
|
||||
|
||||
.tablet-push-20 {
|
||||
left: 20%;
|
||||
}
|
||||
|
||||
.tablet-pull-20 {
|
||||
left: -20%;
|
||||
}
|
||||
|
||||
.tablet-grid-25 {
|
||||
float: left;
|
||||
width: 25%;
|
||||
}
|
||||
|
||||
.tablet-push-25 {
|
||||
left: 25%;
|
||||
}
|
||||
|
||||
.tablet-pull-25 {
|
||||
left: -25%;
|
||||
}
|
||||
|
||||
.tablet-grid-30 {
|
||||
float: left;
|
||||
width: 30%;
|
||||
}
|
||||
|
||||
.tablet-push-30 {
|
||||
left: 30%;
|
||||
}
|
||||
|
||||
.tablet-pull-30 {
|
||||
left: -30%;
|
||||
}
|
||||
|
||||
.tablet-grid-35 {
|
||||
float: left;
|
||||
width: 35%;
|
||||
}
|
||||
|
||||
.tablet-push-35 {
|
||||
left: 35%;
|
||||
}
|
||||
|
||||
.tablet-pull-35 {
|
||||
left: -35%;
|
||||
}
|
||||
|
||||
.tablet-grid-40 {
|
||||
float: left;
|
||||
width: 40%;
|
||||
}
|
||||
|
||||
.tablet-push-40 {
|
||||
left: 40%;
|
||||
}
|
||||
|
||||
.tablet-pull-40 {
|
||||
left: -40%;
|
||||
}
|
||||
|
||||
.tablet-grid-45 {
|
||||
float: left;
|
||||
width: 45%;
|
||||
}
|
||||
|
||||
.tablet-push-45 {
|
||||
left: 45%;
|
||||
}
|
||||
|
||||
.tablet-pull-45 {
|
||||
left: -45%;
|
||||
}
|
||||
|
||||
.tablet-grid-50 {
|
||||
float: left;
|
||||
width: 50%;
|
||||
}
|
||||
|
||||
.tablet-push-50 {
|
||||
left: 50%;
|
||||
}
|
||||
|
||||
.tablet-pull-50 {
|
||||
left: -50%;
|
||||
}
|
||||
|
||||
.tablet-grid-55 {
|
||||
float: left;
|
||||
width: 55%;
|
||||
}
|
||||
|
||||
.tablet-push-55 {
|
||||
left: 55%;
|
||||
}
|
||||
|
||||
.tablet-pull-55 {
|
||||
left: -55%;
|
||||
}
|
||||
|
||||
.tablet-grid-60 {
|
||||
float: left;
|
||||
width: 60%;
|
||||
}
|
||||
|
||||
.tablet-push-60 {
|
||||
left: 60%;
|
||||
}
|
||||
|
||||
.tablet-pull-60 {
|
||||
left: -60%;
|
||||
}
|
||||
|
||||
.tablet-grid-65 {
|
||||
float: left;
|
||||
width: 65%;
|
||||
}
|
||||
|
||||
.tablet-push-65 {
|
||||
left: 65%;
|
||||
}
|
||||
|
||||
.tablet-pull-65 {
|
||||
left: -65%;
|
||||
}
|
||||
|
||||
.tablet-grid-70 {
|
||||
float: left;
|
||||
width: 70%;
|
||||
}
|
||||
|
||||
.tablet-push-70 {
|
||||
left: 70%;
|
||||
}
|
||||
|
||||
.tablet-pull-70 {
|
||||
left: -70%;
|
||||
}
|
||||
|
||||
.tablet-grid-75 {
|
||||
float: left;
|
||||
width: 75%;
|
||||
}
|
||||
|
||||
.tablet-push-75 {
|
||||
left: 75%;
|
||||
}
|
||||
|
||||
.tablet-pull-75 {
|
||||
left: -75%;
|
||||
}
|
||||
|
||||
.tablet-grid-80 {
|
||||
float: left;
|
||||
width: 80%;
|
||||
}
|
||||
|
||||
.tablet-push-80 {
|
||||
left: 80%;
|
||||
}
|
||||
|
||||
.tablet-pull-80 {
|
||||
left: -80%;
|
||||
}
|
||||
|
||||
.tablet-grid-85 {
|
||||
float: left;
|
||||
width: 85%;
|
||||
}
|
||||
|
||||
.tablet-push-85 {
|
||||
left: 85%;
|
||||
}
|
||||
|
||||
.tablet-pull-85 {
|
||||
left: -85%;
|
||||
}
|
||||
|
||||
.tablet-suffix-33 {
|
||||
margin-right: 33.33333%;
|
||||
}
|
||||
|
||||
.tablet-push-33 {
|
||||
left: 33.33333%;
|
||||
}
|
||||
|
||||
.tablet-pull-33 {
|
||||
left: -33.33333%;
|
||||
}
|
||||
|
||||
.tablet-grid-66 {
|
||||
float: left;
|
||||
width: 66.66667%;
|
||||
}
|
||||
|
||||
.tablet-push-66 {
|
||||
left: 66.66667%;
|
||||
}
|
||||
|
||||
.tablet-pull-66 {
|
||||
left: -66.66667%;
|
||||
}
|
||||
|
||||
.tablet-grid-100 {
|
||||
clear: both;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
/* GP specific grid */
|
||||
.inside-footer-widgets > div {
|
||||
margin-bottom: 50px;
|
||||
}
|
||||
|
||||
.inside-footer-widgets > div:nth-child(odd) {
|
||||
clear: both;
|
||||
}
|
||||
|
||||
.active-footer-widgets-1 .footer-widget-1,
|
||||
.active-footer-widgets-3 .footer-widget-3,
|
||||
.active-footer-widgets-5 .footer-widget-5 {
|
||||
width: 100%;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.active-footer-widgets-2 .inside-footer-widgets > div,
|
||||
.active-footer-widgets-4 .footer-widget-3,
|
||||
.active-footer-widgets-4 .footer-widget-4 {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 1025px) {
|
||||
.push-15, .pull-15, .push-20, .pull-20, .push-25, .pull-25, .push-30, .pull-30, .push-35, .pull-35, .push-40, .pull-40, .push-45, .pull-45, .push-50, .pull-50, .push-55, .pull-55, .push-60, .pull-60, .push-65, .pull-65, .push-70, .pull-70, .push-75, .pull-75, .push-80, .pull-80, .push-85, .pull-85, .push-90, .pull-90, .push-95, .pull-95, .push-33, .pull-33, .push-66, .pull-66 {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.hide-on-desktop {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
.grid-15 {
|
||||
float: left;
|
||||
width: 15%;
|
||||
}
|
||||
|
||||
.push-15 {
|
||||
left: 15%;
|
||||
}
|
||||
|
||||
.pull-15 {
|
||||
left: -15%;
|
||||
}
|
||||
|
||||
.grid-20 {
|
||||
float: left;
|
||||
width: 20%;
|
||||
}
|
||||
|
||||
.push-20 {
|
||||
left: 20%;
|
||||
}
|
||||
|
||||
.pull-20 {
|
||||
left: -20%;
|
||||
}
|
||||
|
||||
.grid-25 {
|
||||
float: left;
|
||||
width: 25%;
|
||||
}
|
||||
|
||||
.push-25 {
|
||||
left: 25%;
|
||||
}
|
||||
|
||||
.pull-25 {
|
||||
left: -25%;
|
||||
}
|
||||
|
||||
.grid-30 {
|
||||
float: left;
|
||||
width: 30%;
|
||||
}
|
||||
|
||||
.push-30 {
|
||||
left: 30%;
|
||||
}
|
||||
|
||||
.pull-30 {
|
||||
left: -30%;
|
||||
}
|
||||
|
||||
.grid-35 {
|
||||
float: left;
|
||||
width: 35%;
|
||||
}
|
||||
|
||||
.push-35 {
|
||||
left: 35%;
|
||||
}
|
||||
|
||||
.pull-35 {
|
||||
left: -35%;
|
||||
}
|
||||
|
||||
.grid-40 {
|
||||
float: left;
|
||||
width: 40%;
|
||||
}
|
||||
|
||||
.push-40 {
|
||||
left: 40%;
|
||||
}
|
||||
|
||||
.pull-40 {
|
||||
left: -40%;
|
||||
}
|
||||
|
||||
.grid-45 {
|
||||
float: left;
|
||||
width: 45%;
|
||||
}
|
||||
|
||||
.push-45 {
|
||||
left: 45%;
|
||||
}
|
||||
|
||||
.pull-45 {
|
||||
left: -45%;
|
||||
}
|
||||
|
||||
.grid-50 {
|
||||
float: left;
|
||||
width: 50%;
|
||||
}
|
||||
|
||||
.push-50 {
|
||||
left: 50%;
|
||||
}
|
||||
|
||||
.pull-50 {
|
||||
left: -50%;
|
||||
}
|
||||
|
||||
.grid-55 {
|
||||
float: left;
|
||||
width: 55%;
|
||||
}
|
||||
|
||||
.push-55 {
|
||||
left: 55%;
|
||||
}
|
||||
|
||||
.pull-55 {
|
||||
left: -55%;
|
||||
}
|
||||
|
||||
.grid-60 {
|
||||
float: left;
|
||||
width: 60%;
|
||||
}
|
||||
|
||||
.push-60 {
|
||||
left: 60%;
|
||||
}
|
||||
|
||||
.pull-60 {
|
||||
left: -60%;
|
||||
}
|
||||
|
||||
.grid-65 {
|
||||
float: left;
|
||||
width: 65%;
|
||||
}
|
||||
|
||||
.push-65 {
|
||||
left: 65%;
|
||||
}
|
||||
|
||||
.pull-65 {
|
||||
left: -65%;
|
||||
}
|
||||
|
||||
.grid-70 {
|
||||
float: left;
|
||||
width: 70%;
|
||||
}
|
||||
|
||||
.push-70 {
|
||||
left: 70%;
|
||||
}
|
||||
|
||||
.pull-70 {
|
||||
left: -70%;
|
||||
}
|
||||
|
||||
.grid-75 {
|
||||
float: left;
|
||||
width: 75%;
|
||||
}
|
||||
|
||||
.push-75 {
|
||||
left: 75%;
|
||||
}
|
||||
|
||||
.pull-75 {
|
||||
left: -75%;
|
||||
}
|
||||
|
||||
.grid-80 {
|
||||
float: left;
|
||||
width: 80%;
|
||||
}
|
||||
|
||||
.push-80 {
|
||||
left: 80%;
|
||||
}
|
||||
|
||||
.pull-80 {
|
||||
left: -80%;
|
||||
}
|
||||
|
||||
.grid-85 {
|
||||
float: left;
|
||||
width: 85%;
|
||||
}
|
||||
|
||||
.push-85 {
|
||||
left: 85%;
|
||||
}
|
||||
|
||||
.pull-85 {
|
||||
left: -85%;
|
||||
}
|
||||
|
||||
.grid-33 {
|
||||
float: left;
|
||||
width: 33.33333%;
|
||||
}
|
||||
|
||||
.push-33 {
|
||||
left: 33.33333%;
|
||||
}
|
||||
|
||||
.pull-33 {
|
||||
left: -33.33333%;
|
||||
}
|
||||
|
||||
.grid-66 {
|
||||
float: left;
|
||||
width: 66.66667%;
|
||||
}
|
||||
|
||||
.push-66 {
|
||||
left: 66.66667%;
|
||||
}
|
||||
|
||||
.pull-66 {
|
||||
left: -66.66667%;
|
||||
}
|
||||
|
||||
.grid-100 {
|
||||
clear: both;
|
||||
width: 100%;
|
||||
}
|
||||
}
|
1
wp-content/themes/generatepress/css/unsemantic-grid-lite.min.css
vendored
Normal file
1
wp-content/themes/generatepress/css/unsemantic-grid-lite.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
1467
wp-content/themes/generatepress/css/unsemantic-grid.css
Normal file
1467
wp-content/themes/generatepress/css/unsemantic-grid.css
Normal file
File diff suppressed because it is too large
Load Diff
1
wp-content/themes/generatepress/css/unsemantic-grid.min.css
vendored
Normal file
1
wp-content/themes/generatepress/css/unsemantic-grid.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user