first commit
This commit is contained in:
198
wp-content/plugins/host-webfonts-local/assets/css/omgf-admin.css
Normal file
198
wp-content/plugins/host-webfonts-local/assets/css/omgf-admin.css
Normal file
@@ -0,0 +1,198 @@
|
||||
/* * * * * * * * * * * * * * * * * * * * *
|
||||
*
|
||||
* ██████╗ ███╗ ███╗ ██████╗ ███████╗
|
||||
* ██╔═══██╗████╗ ████║██╔════╝ ██╔════╝
|
||||
* ██║ ██║██╔████╔██║██║ ███╗█████╗
|
||||
* ██║ ██║██║╚██╔╝██║██║ ██║██╔══╝
|
||||
* ╚██████╔╝██║ ╚═╝ ██║╚██████╔╝██║
|
||||
* ╚═════╝ ╚═╝ ╚═╝ ╚═════╝ ╚═╝
|
||||
*
|
||||
* @package : OMGF
|
||||
* @author : Daan van den Bergh
|
||||
* @copyright: (c) 2021 Daan van den Bergh
|
||||
* @url : https://daan.dev
|
||||
* * * * * * * * * * * * * * * * * * * */
|
||||
/**
|
||||
* General
|
||||
*/
|
||||
.omgf .button-cancel {
|
||||
color: #a00;
|
||||
text-decoration: none;
|
||||
border-color: transparent;
|
||||
box-shadow: none;
|
||||
background: 0 0;
|
||||
border-radius: 3px;
|
||||
white-space: nowrap;
|
||||
padding: 1px 10px !important;
|
||||
}
|
||||
.omgf .button-cancel:hover {
|
||||
cursor: pointer;
|
||||
background: #d54e21;
|
||||
color: #fff;
|
||||
border-color: #d54e21;
|
||||
}
|
||||
/**
|
||||
* Navigation
|
||||
*/
|
||||
.omgf-nav {
|
||||
padding: 1em 0 1.5em;
|
||||
}
|
||||
.omgf-nav a {
|
||||
cursor: pointer;
|
||||
}
|
||||
.omgf-nav .dashicons-before:before {
|
||||
margin-right: 0.25em;
|
||||
line-height: 1.15em;
|
||||
}
|
||||
.omgf-optimize-fonts-container {
|
||||
text-align: center;
|
||||
padding: 25px 50px;
|
||||
max-width: 1024px;
|
||||
margin: 20px auto 0 220px;
|
||||
overflow: visible;
|
||||
position: relative;
|
||||
}
|
||||
.omgf-optimize-fonts-container .option-title {
|
||||
position: absolute;
|
||||
left: -220px;
|
||||
top: 0;
|
||||
font-weight: 600;
|
||||
font-size: 14px;
|
||||
color: #1d2327;
|
||||
}
|
||||
.omgf-optimize-fonts-container h3 {
|
||||
font-size: 1.3em;
|
||||
margin-top: 0;
|
||||
}
|
||||
.omgf-optimize-fonts-container .omgf-optimize-fonts-manage {
|
||||
text-align: left;
|
||||
}
|
||||
.omgf-optimize-fonts-container .omgf-optimize-fonts-manage table {
|
||||
width: 100%;
|
||||
border-collapse: collapse;
|
||||
}
|
||||
.omgf-optimize-fonts-container .omgf-optimize-fonts-manage table .tooltip {
|
||||
position: relative;
|
||||
font-size: 16px;
|
||||
line-height: 25px;
|
||||
}
|
||||
.omgf-optimize-fonts-container .omgf-optimize-fonts-manage table .tooltip .tooltip-text {
|
||||
visibility: hidden;
|
||||
position: absolute;
|
||||
top: 100%;
|
||||
left: 100%;
|
||||
z-index: 10000;
|
||||
background-color: rgba(0, 0, 0, 0.75);
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
|
||||
font-size: 0.8em;
|
||||
color: #fff;
|
||||
line-height: 1.5;
|
||||
width: 250px;
|
||||
padding: 10px;
|
||||
margin-left: -125px;
|
||||
border-radius: 3px;
|
||||
}
|
||||
.omgf-optimize-fonts-container .omgf-optimize-fonts-manage table .tooltip .tooltip-text .illustration {
|
||||
margin-top: 10px;
|
||||
}
|
||||
.omgf-optimize-fonts-container .omgf-optimize-fonts-manage table .tooltip:hover .tooltip-text {
|
||||
visibility: visible;
|
||||
}
|
||||
.omgf-optimize-fonts-container .omgf-optimize-fonts-manage table thead th {
|
||||
width: 13%;
|
||||
}
|
||||
.omgf-optimize-fonts-container .omgf-optimize-fonts-manage table tbody {
|
||||
border: 1px solid #ccd0d4;
|
||||
}
|
||||
.omgf-optimize-fonts-container .omgf-optimize-fonts-manage table tbody th {
|
||||
padding: 5px 0 0 10px;
|
||||
width: 40%;
|
||||
}
|
||||
.omgf-optimize-fonts-container .omgf-optimize-fonts-manage table tbody td {
|
||||
padding-bottom: 5px;
|
||||
width: 13%;
|
||||
}
|
||||
.omgf-optimize-fonts-container .omgf-optimize-fonts-manage table tbody td .unload-mass-action {
|
||||
font-size: 0.9em;
|
||||
}
|
||||
.omgf-optimize-fonts-container .omgf-optimize-fonts-manage table tbody td .family {
|
||||
padding: 0 10px 0;
|
||||
font-weight: 600;
|
||||
}
|
||||
.omgf-optimize-fonts-container .omgf-optimize-fonts-manage table tbody tr:last-child td {
|
||||
padding-bottom: 10px;
|
||||
}
|
||||
.omgf-optimize-fonts-container .omgf-optimize-fonts-description .omgf-optimize-fonts-pros {
|
||||
margin-right: 10px;
|
||||
}
|
||||
.omgf-optimize-fonts-container .omgf-optimize-fonts-description .omgf-optimize-fonts-pros,
|
||||
.omgf-optimize-fonts-container .omgf-optimize-fonts-description .omgf-optimize-fonts-cons {
|
||||
text-align: left;
|
||||
width: 48%;
|
||||
display: inline-block;
|
||||
vertical-align: top;
|
||||
}
|
||||
.omgf-optimize-fonts-container .omgf-optimize-fonts-description .omgf-optimize-fonts-pros span:before,
|
||||
.omgf-optimize-fonts-container .omgf-optimize-fonts-description .omgf-optimize-fonts-cons span:before {
|
||||
vertical-align: -4px;
|
||||
}
|
||||
.omgf-optimize-fonts-container .omgf-optimize-fonts-description label {
|
||||
font-size: 18px;
|
||||
font-weight: bold;
|
||||
}
|
||||
.omgf-optimize-fonts-container .omgf-optimize-fonts-description #omgf_manual_optimize_url {
|
||||
font-size: 18px;
|
||||
padding: 0 15px;
|
||||
margin-left: 10px;
|
||||
}
|
||||
.omgf-optimize-fonts-container .omgf-optimize-fonts-tooltip {
|
||||
padding: 0 15px 5px;
|
||||
}
|
||||
.omgf-optimize-fonts-container p,
|
||||
.omgf-optimize-fonts-container ul {
|
||||
text-align: justify;
|
||||
}
|
||||
@media only screen and (max-width: 782px) {
|
||||
.omgf-optimize-fonts-container {
|
||||
margin: 20px 0;
|
||||
}
|
||||
.omgf-optimize-fonts-container .option-title {
|
||||
position: relative;
|
||||
left: initial;
|
||||
top: initial;
|
||||
}
|
||||
}
|
||||
/**
|
||||
* Loader
|
||||
*/
|
||||
.omgf-loading {
|
||||
position: fixed;
|
||||
background-color: rgba(255, 255, 255, 0.6);
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
top: 0;
|
||||
text-align: center;
|
||||
}
|
||||
.omgf-loading .spinner {
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
position: absolute;
|
||||
-ms-transform: translate(0, -70%);
|
||||
transform: translate(0, -70%);
|
||||
}
|
||||
/**
|
||||
* Welcome Block
|
||||
*/
|
||||
#footer-thankyou a {
|
||||
vertical-align: -0.65em;
|
||||
}
|
||||
#footer-thankyou .dashicons.ffwp-heart {
|
||||
vertical-align: middle;
|
||||
}
|
||||
#footer-thankyou .dashicons.ffwp-heart:before {
|
||||
color: #FF4136;
|
||||
}
|
||||
#footer-thankyou .signature-image {
|
||||
width: 96px;
|
||||
}
|
||||
/*# sourceMappingURL=./omgf-admin.css.map */
|
||||
@@ -0,0 +1 @@
|
||||
{"version":3,"sources":["omgf-admin.less"],"names":[],"mappings":";;;;;;;;;;;;;;;;;AAkBA,KACE;EACE,WAAA;EACA,qBAAA;EACA,yBAAA;EACA,gBAAA;EACA,eAAA;EACA,kBAAA;EACA,mBAAA;EACA,4BAAA;;AAEA,KAVF,eAUG;EACC,eAAA;EACA,mBAAA;EACA,WAAA;EACA,qBAAA;;;;;AAQN;EACE,oBAAA;;AADF,SAGE;EACE,eAAA;;AAJJ,SAOE,kBAAiB;EACf,oBAAA;EACA,mBAAA;;AAIJ;EACE,kBAAA;EACA,kBAAA;EACA,iBAAA;EACA,yBAAA;EACA,iBAAA;EACA,kBAAA;;AANF,8BAQE;EACE,kBAAA;EACA,YAAA;EACA,MAAA;EACA,gBAAA;EACA,eAAA;EACA,cAAA;;AAdJ,8BAiBE;EACE,gBAAA;EACA,aAAA;;AAnBJ,8BAsBE;EACE,gBAAA;;AAvBJ,8BAsBE,4BAGE;EACE,WAAA;EACA,yBAAA;;AA3BN,8BAsBE,4BAGE,MAIE;EACE,kBAAA;EACA,eAAA;EACA,iBAAA;;AAhCR,8BAsBE,4BAGE,MAIE,SAKE;EACE,kBAAA;EACA,kBAAA;EACA,SAAA;EACA,UAAA;EACA,cAAA;EACA,qCAAA;EACA,gDAA8C,oDAA+C,4BAA7F;EACA,gBAAA;EACA,WAAA;EACA,gBAAA;EACA,YAAA;EACA,aAAA;EACA,mBAAA;EACA,kBAAA;;AAhDV,8BAsBE,4BAGE,MAIE,SAKE,cAgBE;EACE,gBAAA;;AAIJ,8BAjCN,4BAGE,MAIE,SA0BG,MAAO;EACN,mBAAA;;AAxDV,8BAsBE,4BAGE,MAmCE,MACE;EACE,UAAA;;AA9DV,8BAsBE,4BAGE,MAyCE;EACE,yBAAA;;AAnER,8BAsBE,4BAGE,MAyCE,MAGE;EACE,qBAAA;EACA,UAAA;;AAvEV,8BAsBE,4BAGE,MAyCE,MAQE;EACE,mBAAA;EACA,UAAA;;AA5EV,8BAsBE,4BAGE,MAyCE,MAQE,GAIE;EACE,gBAAA;;AA/EZ,8BAsBE,4BAGE,MAyCE,MAQE,GAQE;EACE,iBAAA;EACA,gBAAA;;AAKF,8BAnER,4BAGE,MAyCE,MAsBE,GACG,WACC;EACE,oBAAA;;AA3Fd,8BAmGE,iCACE;EACE,kBAAA;;AArGN,8BAmGE,iCAKE;AAxGJ,8BAmGE,iCAME;EACE,gBAAA;EACA,UAAA;EACA,qBAAA;EACA,mBAAA;;AA7GN,8BAmGE,iCAKE,0BAOE,KAAI;AA/GV,8BAmGE,iCAME,0BAME,KAAI;EACF,oBAAA;;AAhHR,8BAmGE,iCAiBE;EACE,eAAA;EACA,iBAAA;;AAtHN,8BAmGE,iCAsBE;EACE,eAAA;EACA,eAAA;EACA,iBAAA;;AA5HN,8BAgIE;EACE,mBAAA;;AAjIJ,8BAoIE;AApIF,8BAqIE;EACE,mBAAA;;AAIJ,wBAA0C;EACxC;IACE,cAAA;;EADF,8BAGE;IACE,kBAAA;IACA,aAAA;IACA,YAAA;;;;;;AAQN;EACE,eAAA;EACA,0CAAA;EACA,WAAA;EACA,YAAA;EACA,MAAA;EACA,kBAAA;;AANF,aAQE;EACE,QAAA;EACA,SAAA;EACA,kBAAA;EACA,eAAe,kBAAf;EACA,WAAW,kBAAX;;;;;AAOH,gBACC;EACE,uBAAA;;AAIA,gBADF,WACG;EACC,sBAAA;;AAGF,gBALF,WAKG,WAAW;EACV,cAAA;;AAXL,gBAeC;EACE,WAAA"}
|
||||
@@ -0,0 +1,246 @@
|
||||
/* * * * * * * * * * * * * * * * * * * * *
|
||||
*
|
||||
* ██████╗ ███╗ ███╗ ██████╗ ███████╗
|
||||
* ██╔═══██╗████╗ ████║██╔════╝ ██╔════╝
|
||||
* ██║ ██║██╔████╔██║██║ ███╗█████╗
|
||||
* ██║ ██║██║╚██╔╝██║██║ ██║██╔══╝
|
||||
* ╚██████╔╝██║ ╚═╝ ██║╚██████╔╝██║
|
||||
* ╚═════╝ ╚═╝ ╚═╝ ╚═════╝ ╚═╝
|
||||
*
|
||||
* @package : OMGF
|
||||
* @author : Daan van den Bergh
|
||||
* @copyright: (c) 2021 Daan van den Bergh
|
||||
* @url : https://daan.dev
|
||||
* * * * * * * * * * * * * * * * * * * */
|
||||
|
||||
/**
|
||||
* General
|
||||
*/
|
||||
.omgf {
|
||||
.button-cancel {
|
||||
color: #a00;
|
||||
text-decoration: none;
|
||||
border-color: transparent;
|
||||
box-shadow: none;
|
||||
background: 0 0;
|
||||
border-radius: 3px;
|
||||
white-space: nowrap;
|
||||
padding: 1px 10px !important;
|
||||
|
||||
&:hover {
|
||||
cursor: pointer;
|
||||
background: #d54e21;
|
||||
color: #fff;
|
||||
border-color: #d54e21;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Navigation
|
||||
*/
|
||||
.omgf-nav {
|
||||
padding: 1em 0 1.5em;
|
||||
|
||||
a {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.dashicons-before:before {
|
||||
margin-right: .25em;
|
||||
line-height: 1.15em;
|
||||
}
|
||||
}
|
||||
|
||||
.omgf-optimize-fonts-container {
|
||||
text-align: center;
|
||||
padding: 25px 50px;
|
||||
max-width: 1024px;
|
||||
margin: 20px auto 0 220px;
|
||||
overflow: visible;
|
||||
position: relative;
|
||||
|
||||
.option-title {
|
||||
position: absolute;
|
||||
left: -220px;
|
||||
top: 0;
|
||||
font-weight: 600;
|
||||
font-size: 14px;
|
||||
color: #1d2327;
|
||||
}
|
||||
|
||||
h3 {
|
||||
font-size: 1.3em;
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
.omgf-optimize-fonts-manage {
|
||||
text-align: left;
|
||||
|
||||
table {
|
||||
width: 100%;
|
||||
border-collapse: collapse;
|
||||
|
||||
.tooltip {
|
||||
position: relative;
|
||||
font-size: 16px;
|
||||
line-height: 25px;
|
||||
|
||||
.tooltip-text {
|
||||
visibility: hidden;
|
||||
position: absolute;
|
||||
top: 100%;
|
||||
left: 100%;
|
||||
z-index: 10000;
|
||||
background-color: rgba(0, 0, 0, 0.75);
|
||||
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
|
||||
font-size: .8em;
|
||||
color: #fff;
|
||||
line-height: 1.5;
|
||||
width: 250px;
|
||||
padding: 10px;
|
||||
margin-left: -125px;
|
||||
border-radius: 3px;
|
||||
|
||||
.illustration {
|
||||
margin-top: 10px;
|
||||
}
|
||||
}
|
||||
|
||||
&:hover .tooltip-text {
|
||||
visibility: visible;
|
||||
}
|
||||
}
|
||||
|
||||
thead {
|
||||
th {
|
||||
width: 13%;
|
||||
}
|
||||
}
|
||||
|
||||
tbody {
|
||||
border: 1px solid #ccd0d4;
|
||||
|
||||
th {
|
||||
padding: 5px 0 0 10px;
|
||||
width: 40%;
|
||||
}
|
||||
|
||||
td {
|
||||
padding-bottom: 5px;
|
||||
width: 13%;
|
||||
|
||||
.unload-mass-action {
|
||||
font-size: .9em;
|
||||
}
|
||||
|
||||
.family {
|
||||
padding: 0 10px 0;
|
||||
font-weight: 600;
|
||||
}
|
||||
}
|
||||
|
||||
tr {
|
||||
&:last-child {
|
||||
td {
|
||||
padding-bottom: 10px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.omgf-optimize-fonts-description {
|
||||
.omgf-optimize-fonts-pros {
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
||||
.omgf-optimize-fonts-pros,
|
||||
.omgf-optimize-fonts-cons {
|
||||
text-align: left;
|
||||
width: 48%;
|
||||
display: inline-block;
|
||||
vertical-align: top;
|
||||
|
||||
span:before {
|
||||
vertical-align: -4px;
|
||||
}
|
||||
}
|
||||
|
||||
label {
|
||||
font-size: 18px;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
#omgf_manual_optimize_url {
|
||||
font-size: 18px;
|
||||
padding: 0 15px;
|
||||
margin-left: 10px;
|
||||
}
|
||||
}
|
||||
|
||||
.omgf-optimize-fonts-tooltip {
|
||||
padding: 0 15px 5px;
|
||||
}
|
||||
|
||||
p,
|
||||
ul {
|
||||
text-align: justify;
|
||||
}
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 782px) {
|
||||
.omgf-optimize-fonts-container {
|
||||
margin: 20px 0;
|
||||
|
||||
.option-title {
|
||||
position: relative;
|
||||
left: initial;
|
||||
top: initial;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Loader
|
||||
*/
|
||||
.omgf-loading {
|
||||
position: fixed;
|
||||
background-color: rgba(255,255,255,0.6);
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
top: 0;
|
||||
text-align: center;
|
||||
|
||||
.spinner {
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
position: absolute;
|
||||
-ms-transform: translate(0, -70%);
|
||||
transform: translate(0, -70%);
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Welcome Block
|
||||
*/
|
||||
#footer-thankyou {
|
||||
a {
|
||||
vertical-align: -.65em;
|
||||
}
|
||||
|
||||
.dashicons {
|
||||
&.ffwp-heart {
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
&.ffwp-heart:before {
|
||||
color: #FF4136;
|
||||
}
|
||||
}
|
||||
|
||||
.signature-image {
|
||||
width: 96px;
|
||||
}
|
||||
}
|
||||
1
wp-content/plugins/host-webfonts-local/assets/css/omgf-admin.min.css
vendored
Normal file
1
wp-content/plugins/host-webfonts-local/assets/css/omgf-admin.min.css
vendored
Normal file
@@ -0,0 +1 @@
|
||||
.omgf .button-cancel{color:#a00;text-decoration:none;border-color:transparent;box-shadow:none;background:0 0;border-radius:3px;white-space:nowrap;padding:1px 10px!important}.omgf .button-cancel:hover{cursor:pointer;background:#d54e21;color:#fff;border-color:#d54e21}.omgf-nav{padding:1em 0 1.5em}.omgf-nav a{cursor:pointer}.omgf-nav .dashicons-before:before{margin-right:.25em;line-height:1.15em}.settings-column.left{float:left;width:66%}.settings-column.right{float:right;width:21.75%}#omgf-welcome-panel{padding:20px 10px 5px}#omgf-welcome-panel .welcome-panel-content{margin-left:0;padding:0 15px}#omgf-welcome-panel h3>.dashicons{line-height:1.4}#omgf-welcome-panel .dashicons.ffwp-heart:before{color:#ff4136}#omgf-welcome-panel .welcome-icon:before{padding:0}#omgf-welcome-panel .signature,.omgf-loading{text-align:center}#omgf-welcome-panel .signature-image{max-width:90%}.omgf-loading{position:fixed;background-color:rgba(255,255,255,.6);width:100%;height:100%;top:0}.omgf-loading .spinner{top:50%;left:50%;position:absolute;-ms-transform:translate(0,-70%);transform:translate(0,-70%)}@media only screen and (max-width:1024px){.settings-column{display:block;float:none}.settings-column.left,.settings-column.right{width:100%}}
|
||||
Reference in New Issue
Block a user