Edit File by line
/home/zeestwma/richards.../wp-admin.../css
File: themes.css
/*------------------------------------------------------------------------------
[0] Fix | Delete
16.0 - Themes
[1] Fix | Delete
------------------------------------------------------------------------------*/
[2] Fix | Delete
[3] Fix | Delete
[4] Fix | Delete
/*------------------------------------------------------------------------------
[5] Fix | Delete
16.1 - Manage Themes
[6] Fix | Delete
------------------------------------------------------------------------------*/
[7] Fix | Delete
[8] Fix | Delete
.themes-php {
[9] Fix | Delete
overflow-y: scroll;
[10] Fix | Delete
}
[11] Fix | Delete
[12] Fix | Delete
body.js .theme-browser.search-loading {
[13] Fix | Delete
display: none;
[14] Fix | Delete
}
[15] Fix | Delete
[16] Fix | Delete
.theme-browser .themes {
[17] Fix | Delete
clear: both;
[18] Fix | Delete
}
[19] Fix | Delete
[20] Fix | Delete
.themes-php .wrap h1 .button {
[21] Fix | Delete
margin-left: 20px;
[22] Fix | Delete
}
[23] Fix | Delete
[24] Fix | Delete
/* Search form */
[25] Fix | Delete
.themes-php .search-form {
[26] Fix | Delete
display: inline-flex;
[27] Fix | Delete
align-items: center;
[28] Fix | Delete
position: relative;
[29] Fix | Delete
top: 0;
[30] Fix | Delete
gap: .5rem;
[31] Fix | Delete
width: 100%;
[32] Fix | Delete
justify-content: end;
[33] Fix | Delete
}
[34] Fix | Delete
[35] Fix | Delete
.themes-php .wp-filter-search {
[36] Fix | Delete
position: relative;
[37] Fix | Delete
margin: 0;
[38] Fix | Delete
width: 280px;
[39] Fix | Delete
}
[40] Fix | Delete
[41] Fix | Delete
/* Position admin messages */
[42] Fix | Delete
.theme .notice,
[43] Fix | Delete
.theme .notice.is-dismissible {
[44] Fix | Delete
left: 0;
[45] Fix | Delete
margin: 0;
[46] Fix | Delete
position: absolute;
[47] Fix | Delete
right: 0;
[48] Fix | Delete
top: 0;
[49] Fix | Delete
}
[50] Fix | Delete
[51] Fix | Delete
/**
[52] Fix | Delete
* Main theme element
[53] Fix | Delete
* (has flexible margins)
[54] Fix | Delete
*/
[55] Fix | Delete
.theme-browser .theme {
[56] Fix | Delete
cursor: pointer;
[57] Fix | Delete
float: left;
[58] Fix | Delete
margin: 0 4% 4% 0;
[59] Fix | Delete
position: relative;
[60] Fix | Delete
width: 30.6%;
[61] Fix | Delete
border: 1px solid #dcdcde;
[62] Fix | Delete
box-shadow: 0 1px 1px -1px rgba(0, 0, 0, 0.1);
[63] Fix | Delete
box-sizing: border-box;
[64] Fix | Delete
}
[65] Fix | Delete
[66] Fix | Delete
.theme-browser .theme:nth-child(3n) {
[67] Fix | Delete
margin-right: 0;
[68] Fix | Delete
}
[69] Fix | Delete
[70] Fix | Delete
.theme-browser .theme:hover,
[71] Fix | Delete
.theme-browser .theme.focus {
[72] Fix | Delete
cursor: pointer;
[73] Fix | Delete
}
[74] Fix | Delete
[75] Fix | Delete
.theme-browser .theme .theme-name {
[76] Fix | Delete
font-size: 15px;
[77] Fix | Delete
font-weight: 600;
[78] Fix | Delete
height: 18px;
[79] Fix | Delete
margin: 0;
[80] Fix | Delete
padding: 15px;
[81] Fix | Delete
box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1);
[82] Fix | Delete
overflow: hidden;
[83] Fix | Delete
white-space: nowrap;
[84] Fix | Delete
text-overflow: ellipsis;
[85] Fix | Delete
background: #fff;
[86] Fix | Delete
background: rgba(255, 255, 255, 0.65);
[87] Fix | Delete
}
[88] Fix | Delete
[89] Fix | Delete
/* Activate and Customize buttons, shown on hover and focus */
[90] Fix | Delete
.theme-browser .theme .theme-actions {
[91] Fix | Delete
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
[92] Fix | Delete
opacity: 0;
[93] Fix | Delete
transition: opacity 0.1s ease-in-out;
[94] Fix | Delete
height: auto;
[95] Fix | Delete
background: rgba(246, 247, 247, 0.7);
[96] Fix | Delete
border-left: 1px solid rgba(0, 0, 0, 0.05);
[97] Fix | Delete
}
[98] Fix | Delete
[99] Fix | Delete
.theme-browser .theme:hover .theme-actions,
[100] Fix | Delete
.theme-browser .theme.focus .theme-actions {
[101] Fix | Delete
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
[102] Fix | Delete
opacity: 1;
[103] Fix | Delete
}
[104] Fix | Delete
[105] Fix | Delete
.theme-browser .theme .theme-actions .button-primary {
[106] Fix | Delete
margin-right: 3px;
[107] Fix | Delete
}
[108] Fix | Delete
[109] Fix | Delete
.theme-browser .theme .theme-actions .button {
[110] Fix | Delete
float: none;
[111] Fix | Delete
margin-left: 3px;
[112] Fix | Delete
}
[113] Fix | Delete
[114] Fix | Delete
/**
[115] Fix | Delete
* Theme Screenshot
[116] Fix | Delete
*
[117] Fix | Delete
* Has a fixed aspect ratio of 1.5 to 1 regardless of screenshot size
[118] Fix | Delete
* It is also responsive.
[119] Fix | Delete
*/
[120] Fix | Delete
.theme-browser .theme .theme-screenshot {
[121] Fix | Delete
display: block;
[122] Fix | Delete
overflow: hidden;
[123] Fix | Delete
position: relative;
[124] Fix | Delete
-webkit-backface-visibility: hidden; /* Prevents flicker of the screenshot on hover. */
[125] Fix | Delete
transition: opacity 0.2s ease-in-out;
[126] Fix | Delete
}
[127] Fix | Delete
[128] Fix | Delete
.theme-browser .theme .theme-screenshot:after {
[129] Fix | Delete
content: "";
[130] Fix | Delete
display: block;
[131] Fix | Delete
padding-top: 66.66666%; /* using a 3/2 aspect ratio */
[132] Fix | Delete
}
[133] Fix | Delete
[134] Fix | Delete
.theme-browser .theme .theme-screenshot img {
[135] Fix | Delete
height: auto;
[136] Fix | Delete
position: absolute;
[137] Fix | Delete
left: 0;
[138] Fix | Delete
top: 0;
[139] Fix | Delete
width: 100%;
[140] Fix | Delete
transition: opacity 0.2s ease-in-out;
[141] Fix | Delete
}
[142] Fix | Delete
[143] Fix | Delete
.theme-browser .theme:hover .theme-screenshot,
[144] Fix | Delete
.theme-browser .theme.focus .theme-screenshot {
[145] Fix | Delete
background: #fff;
[146] Fix | Delete
}
[147] Fix | Delete
[148] Fix | Delete
.theme-browser.rendered .theme:hover .theme-screenshot img,
[149] Fix | Delete
.theme-browser.rendered .theme.focus .theme-screenshot img {
[150] Fix | Delete
opacity: 0.4;
[151] Fix | Delete
}
[152] Fix | Delete
[153] Fix | Delete
.theme-browser .theme .more-details {
[154] Fix | Delete
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
[155] Fix | Delete
opacity: 0;
[156] Fix | Delete
position: absolute;
[157] Fix | Delete
top: 35%;
[158] Fix | Delete
right: 20%;
[159] Fix | Delete
left: 20%;
[160] Fix | Delete
width: 60%;
[161] Fix | Delete
background: #1d2327;
[162] Fix | Delete
background: rgba(0, 0, 0, 0.7);
[163] Fix | Delete
color: #fff;
[164] Fix | Delete
font-size: 15px;
[165] Fix | Delete
text-shadow: 0 1px 0 rgba(0, 0, 0, 0.6);
[166] Fix | Delete
-webkit-font-smoothing: antialiased;
[167] Fix | Delete
font-weight: 600;
[168] Fix | Delete
padding: 15px 12px;
[169] Fix | Delete
text-align: center;
[170] Fix | Delete
border-radius: 3px;
[171] Fix | Delete
border: none;
[172] Fix | Delete
transition: opacity 0.1s ease-in-out;
[173] Fix | Delete
cursor: pointer;
[174] Fix | Delete
}
[175] Fix | Delete
[176] Fix | Delete
.theme-browser .theme .more-details:focus {
[177] Fix | Delete
box-shadow: 0 0 0 2px #2271b1;
[178] Fix | Delete
}
[179] Fix | Delete
[180] Fix | Delete
.theme-browser .theme.focus {
[181] Fix | Delete
border-color: #2271b1;
[182] Fix | Delete
box-shadow: 0 0 0 1px #2271b1;
[183] Fix | Delete
/* Only visible in Windows High Contrast mode */
[184] Fix | Delete
outline: 2px solid transparent;
[185] Fix | Delete
}
[186] Fix | Delete
[187] Fix | Delete
.theme-browser .theme.focus .more-details {
[188] Fix | Delete
opacity: 1;
[189] Fix | Delete
}
[190] Fix | Delete
[191] Fix | Delete
/* Current theme needs to have its action always on view */
[192] Fix | Delete
.theme-browser .theme.active.focus .theme-actions {
[193] Fix | Delete
display: block;
[194] Fix | Delete
}
[195] Fix | Delete
[196] Fix | Delete
.theme-browser.rendered .theme:hover .more-details,
[197] Fix | Delete
.theme-browser.rendered .theme.focus .more-details {
[198] Fix | Delete
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
[199] Fix | Delete
opacity: 1;
[200] Fix | Delete
}
[201] Fix | Delete
[202] Fix | Delete
/**
[203] Fix | Delete
* The currently active theme
[204] Fix | Delete
*/
[205] Fix | Delete
.theme-browser .theme.active .theme-name {
[206] Fix | Delete
background: #1d2327;
[207] Fix | Delete
color: #fff;
[208] Fix | Delete
padding-right: 110px;
[209] Fix | Delete
font-weight: 300;
[210] Fix | Delete
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5);
[211] Fix | Delete
}
[212] Fix | Delete
[213] Fix | Delete
.theme-browser .customize-control .theme.active .theme-name {
[214] Fix | Delete
padding-right: 15px;
[215] Fix | Delete
}
[216] Fix | Delete
[217] Fix | Delete
.theme-browser .theme.active .theme-name span {
[218] Fix | Delete
font-weight: 600;
[219] Fix | Delete
}
[220] Fix | Delete
[221] Fix | Delete
.theme-browser .theme.active .theme-actions {
[222] Fix | Delete
background: rgba(44, 51, 56, 0.7);
[223] Fix | Delete
border-left: none;
[224] Fix | Delete
opacity: 1;
[225] Fix | Delete
}
[226] Fix | Delete
[227] Fix | Delete
.theme-id-container {
[228] Fix | Delete
position: relative;
[229] Fix | Delete
}
[230] Fix | Delete
[231] Fix | Delete
.theme-browser .theme.active .theme-actions,
[232] Fix | Delete
.theme-browser .theme .theme-actions {
[233] Fix | Delete
position: absolute;
[234] Fix | Delete
top: 50%;
[235] Fix | Delete
transform: translateY(-50%);
[236] Fix | Delete
right: 0;
[237] Fix | Delete
padding: 9px 15px;
[238] Fix | Delete
box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1);
[239] Fix | Delete
}
[240] Fix | Delete
[241] Fix | Delete
.theme-browser .theme.active .theme-actions .button-primary {
[242] Fix | Delete
margin-right: 0;
[243] Fix | Delete
}
[244] Fix | Delete
[245] Fix | Delete
.theme-browser .theme .theme-author {
[246] Fix | Delete
background: #1d2327;
[247] Fix | Delete
color: #f0f0f1;
[248] Fix | Delete
display: none;
[249] Fix | Delete
font-size: 14px;
[250] Fix | Delete
margin: 0 10px;
[251] Fix | Delete
padding: 5px 10px;
[252] Fix | Delete
position: absolute;
[253] Fix | Delete
bottom: 56px;
[254] Fix | Delete
}
[255] Fix | Delete
[256] Fix | Delete
.theme-browser .theme.display-author .theme-author {
[257] Fix | Delete
display: block;
[258] Fix | Delete
}
[259] Fix | Delete
[260] Fix | Delete
.theme-browser .theme.display-author .theme-author a {
[261] Fix | Delete
color: inherit;
[262] Fix | Delete
}
[263] Fix | Delete
[264] Fix | Delete
/**
[265] Fix | Delete
* Add new theme
[266] Fix | Delete
*/
[267] Fix | Delete
.theme-browser .theme.add-new-theme {
[268] Fix | Delete
border: none;
[269] Fix | Delete
box-shadow: none;
[270] Fix | Delete
}
[271] Fix | Delete
[272] Fix | Delete
.theme-browser .theme.add-new-theme a {
[273] Fix | Delete
text-decoration: none;
[274] Fix | Delete
display: block;
[275] Fix | Delete
position: relative;
[276] Fix | Delete
z-index: 1;
[277] Fix | Delete
}
[278] Fix | Delete
[279] Fix | Delete
.theme-browser .theme.add-new-theme a:after {
[280] Fix | Delete
display: block;
[281] Fix | Delete
content: "";
[282] Fix | Delete
background: transparent;
[283] Fix | Delete
background: rgba(0, 0, 0, 0);
[284] Fix | Delete
position: absolute;
[285] Fix | Delete
top: 0;
[286] Fix | Delete
left: 0;
[287] Fix | Delete
right: 0;
[288] Fix | Delete
bottom: 0;
[289] Fix | Delete
padding: 0;
[290] Fix | Delete
text-shadow: none;
[291] Fix | Delete
border: 5px dashed #dcdcde;
[292] Fix | Delete
border: 5px dashed rgba(0, 0, 0, 0.1);
[293] Fix | Delete
box-sizing: border-box;
[294] Fix | Delete
}
[295] Fix | Delete
[296] Fix | Delete
.theme-browser .theme.add-new-theme span:after {
[297] Fix | Delete
background: #dcdcde;
[298] Fix | Delete
background: rgba(140, 143, 148, 0.1);
[299] Fix | Delete
border-radius: 50%;
[300] Fix | Delete
display: inline-block;
[301] Fix | Delete
content: "\f132";
[302] Fix | Delete
-webkit-font-smoothing: antialiased;
[303] Fix | Delete
font: normal 74px/115px dashicons;
[304] Fix | Delete
width: 100px;
[305] Fix | Delete
height: 100px;
[306] Fix | Delete
vertical-align: middle;
[307] Fix | Delete
text-align: center;
[308] Fix | Delete
color: #8c8f94;
[309] Fix | Delete
position: absolute;
[310] Fix | Delete
top: 30%;
[311] Fix | Delete
left: 50%;
[312] Fix | Delete
margin-left: -50px;
[313] Fix | Delete
text-indent: -4px;
[314] Fix | Delete
padding: 0;
[315] Fix | Delete
text-shadow: none;
[316] Fix | Delete
z-index: 4;
[317] Fix | Delete
}
[318] Fix | Delete
[319] Fix | Delete
.rtl .theme-browser .theme.add-new-theme span:after {
[320] Fix | Delete
text-indent: 4px;
[321] Fix | Delete
}
[322] Fix | Delete
[323] Fix | Delete
.theme-browser .theme.add-new-theme a:hover .theme-screenshot,
[324] Fix | Delete
.theme-browser .theme.add-new-theme a:focus .theme-screenshot {
[325] Fix | Delete
background: none;
[326] Fix | Delete
}
[327] Fix | Delete
[328] Fix | Delete
.theme-browser .theme.add-new-theme a:hover span:after,
[329] Fix | Delete
.theme-browser .theme.add-new-theme a:focus span:after {
[330] Fix | Delete
background: #fff;
[331] Fix | Delete
color: #2271b1;
[332] Fix | Delete
}
[333] Fix | Delete
[334] Fix | Delete
.theme-browser .theme.add-new-theme a:hover:after,
[335] Fix | Delete
.theme-browser .theme.add-new-theme a:focus:after {
[336] Fix | Delete
border-color: transparent;
[337] Fix | Delete
color: #fff;
[338] Fix | Delete
background: #2271b1;
[339] Fix | Delete
content: "";
[340] Fix | Delete
}
[341] Fix | Delete
[342] Fix | Delete
.theme-browser .theme.add-new-theme .theme-name {
[343] Fix | Delete
background: none;
[344] Fix | Delete
text-align: center;
[345] Fix | Delete
box-shadow: none;
[346] Fix | Delete
font-weight: 400;
[347] Fix | Delete
position: relative;
[348] Fix | Delete
top: 0;
[349] Fix | Delete
margin-top: -18px;
[350] Fix | Delete
padding-top: 0;
[351] Fix | Delete
padding-bottom: 48px;
[352] Fix | Delete
}
[353] Fix | Delete
[354] Fix | Delete
.theme-browser .theme.add-new-theme a:hover .theme-name,
[355] Fix | Delete
.theme-browser .theme.add-new-theme a:focus .theme-name {
[356] Fix | Delete
color: #fff;
[357] Fix | Delete
z-index: 2;
[358] Fix | Delete
}
[359] Fix | Delete
[360] Fix | Delete
/**
[361] Fix | Delete
* Theme Overlay
[362] Fix | Delete
* Shown when clicking a theme
[363] Fix | Delete
*/
[364] Fix | Delete
.theme-overlay .theme-backdrop {
[365] Fix | Delete
position: absolute;
[366] Fix | Delete
left: -20px;
[367] Fix | Delete
right: 0;
[368] Fix | Delete
top: 0;
[369] Fix | Delete
bottom: 0;
[370] Fix | Delete
background: #f0f0f1;
[371] Fix | Delete
background: rgba(240, 240, 241, 0.9);
[372] Fix | Delete
z-index: 10000; /* Over WP Pointers. */
[373] Fix | Delete
}
[374] Fix | Delete
[375] Fix | Delete
.theme-overlay .theme-header {
[376] Fix | Delete
position: absolute;
[377] Fix | Delete
top: 0;
[378] Fix | Delete
left: 0;
[379] Fix | Delete
right: 0;
[380] Fix | Delete
height: 48px;
[381] Fix | Delete
border-bottom: 1px solid #dcdcde;
[382] Fix | Delete
}
[383] Fix | Delete
[384] Fix | Delete
.theme-overlay .theme-header button {
[385] Fix | Delete
padding: 0;
[386] Fix | Delete
}
[387] Fix | Delete
[388] Fix | Delete
.theme-overlay .theme-header .close {
[389] Fix | Delete
cursor: pointer;
[390] Fix | Delete
height: 48px;
[391] Fix | Delete
width: 50px;
[392] Fix | Delete
text-align: center;
[393] Fix | Delete
float: right;
[394] Fix | Delete
border: 0;
[395] Fix | Delete
border-left: 1px solid #dcdcde;
[396] Fix | Delete
background-color: transparent;
[397] Fix | Delete
transition: color .1s ease-in-out, background .1s ease-in-out;
[398] Fix | Delete
}
[399] Fix | Delete
[400] Fix | Delete
.theme-overlay .theme-header .close:before {
[401] Fix | Delete
font: normal 22px/50px dashicons !important;
[402] Fix | Delete
color: #787c82;
[403] Fix | Delete
display: inline-block;
[404] Fix | Delete
content: "\f335";
[405] Fix | Delete
font-weight: 300;
[406] Fix | Delete
}
[407] Fix | Delete
[408] Fix | Delete
/* Left and right navigation */
[409] Fix | Delete
.theme-overlay .theme-header .right,
[410] Fix | Delete
.theme-overlay .theme-header .left {
[411] Fix | Delete
cursor: pointer;
[412] Fix | Delete
color: #787c82;
[413] Fix | Delete
background-color: transparent;
[414] Fix | Delete
height: 48px;
[415] Fix | Delete
width: 54px;
[416] Fix | Delete
float: left;
[417] Fix | Delete
text-align: center;
[418] Fix | Delete
border: 0;
[419] Fix | Delete
border-right: 1px solid #dcdcde;
[420] Fix | Delete
transition: color .1s ease-in-out, background .1s ease-in-out;
[421] Fix | Delete
}
[422] Fix | Delete
[423] Fix | Delete
.theme-overlay .theme-header .close:focus,
[424] Fix | Delete
.theme-overlay .theme-header .close:hover,
[425] Fix | Delete
.theme-overlay .theme-header .right:focus,
[426] Fix | Delete
.theme-overlay .theme-header .right:hover,
[427] Fix | Delete
.theme-overlay .theme-header .left:focus,
[428] Fix | Delete
.theme-overlay .theme-header .left:hover {
[429] Fix | Delete
background: #dcdcde;
[430] Fix | Delete
border-color: #c3c4c7;
[431] Fix | Delete
color: #000;
[432] Fix | Delete
}
[433] Fix | Delete
[434] Fix | Delete
.theme-overlay .theme-header .close:focus:before,
[435] Fix | Delete
.theme-overlay .theme-header .close:hover:before {
[436] Fix | Delete
color: #000;
[437] Fix | Delete
}
[438] Fix | Delete
[439] Fix | Delete
.theme-overlay .theme-header .close:focus,
[440] Fix | Delete
.theme-overlay .theme-header .right:focus,
[441] Fix | Delete
.theme-overlay .theme-header .left:focus {
[442] Fix | Delete
box-shadow: none;
[443] Fix | Delete
outline: none;
[444] Fix | Delete
}
[445] Fix | Delete
[446] Fix | Delete
.theme-overlay .theme-header .left.disabled,
[447] Fix | Delete
.theme-overlay .theme-header .right.disabled,
[448] Fix | Delete
.theme-overlay .theme-header .left.disabled:hover,
[449] Fix | Delete
.theme-overlay .theme-header .right.disabled:hover {
[450] Fix | Delete
color: #c3c4c7;
[451] Fix | Delete
background: inherit;
[452] Fix | Delete
cursor: inherit;
[453] Fix | Delete
}
[454] Fix | Delete
[455] Fix | Delete
.theme-overlay .theme-header .right:before,
[456] Fix | Delete
.theme-overlay .theme-header .left:before {
[457] Fix | Delete
font: normal 20px/50px dashicons !important;
[458] Fix | Delete
display: inline;
[459] Fix | Delete
font-weight: 300;
[460] Fix | Delete
}
[461] Fix | Delete
[462] Fix | Delete
.theme-overlay .theme-header .left:before {
[463] Fix | Delete
content: "\f341";
[464] Fix | Delete
}
[465] Fix | Delete
[466] Fix | Delete
.theme-overlay .theme-header .right:before {
[467] Fix | Delete
content: "\f345";
[468] Fix | Delete
}
[469] Fix | Delete
[470] Fix | Delete
.theme-overlay .theme-wrap {
[471] Fix | Delete
clear: both;
[472] Fix | Delete
position: fixed;
[473] Fix | Delete
top: 9%;
[474] Fix | Delete
left: 190px;
[475] Fix | Delete
right: 30px;
[476] Fix | Delete
bottom: 3%;
[477] Fix | Delete
background: #fff;
[478] Fix | Delete
box-shadow: 0 1px 20px 5px rgba(0, 0, 0, 0.1);
[479] Fix | Delete
z-index: 10000; /* Over WP Pointers. */
[480] Fix | Delete
box-sizing: border-box;
[481] Fix | Delete
-webkit-overflow-scrolling: touch;
[482] Fix | Delete
}
[483] Fix | Delete
[484] Fix | Delete
body.folded .theme-browser ~ .theme-overlay .theme-wrap {
[485] Fix | Delete
left: 70px;
[486] Fix | Delete
}
[487] Fix | Delete
[488] Fix | Delete
.theme-overlay .theme-about {
[489] Fix | Delete
position: absolute;
[490] Fix | Delete
top: 49px;
[491] Fix | Delete
bottom: 57px;
[492] Fix | Delete
left: 0;
[493] Fix | Delete
right: 0;
[494] Fix | Delete
overflow: auto;
[495] Fix | Delete
padding: 2% 4%;
[496] Fix | Delete
}
[497] Fix | Delete
[498] Fix | Delete
.theme-overlay .theme-actions {
[499] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function