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