Edit File by line
/home/zeestwma/richards.../wp-conte.../plugins/jetpack/modules/shortcod.../css
File: slideshow-shortcode-rtl.css
.jetpack-slideshow-window {
[0] Fix | Delete
background-color: #222;
[1] Fix | Delete
border: 20px solid #222;
[2] Fix | Delete
border-radius: 10px;
[3] Fix | Delete
height: 0;
[4] Fix | Delete
margin-bottom: 20px;
[5] Fix | Delete
overflow: hidden;
[6] Fix | Delete
padding-top: 30px !important;
[7] Fix | Delete
padding-bottom: 56.25% !important;
[8] Fix | Delete
position: relative;
[9] Fix | Delete
z-index: 1;
[10] Fix | Delete
}
[11] Fix | Delete
[12] Fix | Delete
.jetpack-slideshow-window.jetpack-slideshow-white {
[13] Fix | Delete
background-color: #fff;
[14] Fix | Delete
border-color: #fff;
[15] Fix | Delete
}
[16] Fix | Delete
[17] Fix | Delete
.jetpack-slideshow-window,
[18] Fix | Delete
.jetpack-slideshow-window * {
[19] Fix | Delete
box-sizing: content-box;
[20] Fix | Delete
}
[21] Fix | Delete
[22] Fix | Delete
.jetpack-slideshow-loading {
[23] Fix | Delete
height: 100%;
[24] Fix | Delete
text-align: center;
[25] Fix | Delete
margin: auto;
[26] Fix | Delete
}
[27] Fix | Delete
[28] Fix | Delete
body div.jetpack-slideshow-window * img {
[29] Fix | Delete
/* Override any styles that might be present in the page stylesheet */
[30] Fix | Delete
background-color: transparent !important;
[31] Fix | Delete
background-image: none !important;
[32] Fix | Delete
border-width: 0 !important;
[33] Fix | Delete
display: block;
[34] Fix | Delete
margin: 0 auto;
[35] Fix | Delete
max-width: 100%;
[36] Fix | Delete
max-height: 100%;
[37] Fix | Delete
padding: 0 !important;
[38] Fix | Delete
position: relative;
[39] Fix | Delete
transform: translateY(-50%);
[40] Fix | Delete
top: 50%;
[41] Fix | Delete
}
[42] Fix | Delete
[43] Fix | Delete
.jetpack-slideshow-loading img {
[44] Fix | Delete
vertical-align: middle;
[45] Fix | Delete
}
[46] Fix | Delete
[47] Fix | Delete
.jetpack-slideshow-slide {
[48] Fix | Delete
display: none;
[49] Fix | Delete
height: 100% !important;
[50] Fix | Delete
right: 0;
[51] Fix | Delete
margin: auto;
[52] Fix | Delete
position: absolute;
[53] Fix | Delete
text-align: center;
[54] Fix | Delete
top: 0;
[55] Fix | Delete
width: 100% !important;
[56] Fix | Delete
}
[57] Fix | Delete
[58] Fix | Delete
.jetpack-slideshow-slide img {
[59] Fix | Delete
vertical-align: middle;
[60] Fix | Delete
margin: 0 auto;
[61] Fix | Delete
}
[62] Fix | Delete
[63] Fix | Delete
.jetpack-slideshow-line-height-hack {
[64] Fix | Delete
overflow: hidden;
[65] Fix | Delete
width: 0;
[66] Fix | Delete
font-size: 0;
[67] Fix | Delete
}
[68] Fix | Delete
[69] Fix | Delete
.jetpack-slideshow-slide-caption {
[70] Fix | Delete
font-size: 13px;
[71] Fix | Delete
font-family: "Helvetica Neue", sans-serif;
[72] Fix | Delete
color: #f6f7f7;
[73] Fix | Delete
text-shadow: #222 -1px 1px 2px;
[74] Fix | Delete
line-height: 25px;
[75] Fix | Delete
height: 25px;
[76] Fix | Delete
position: absolute;
[77] Fix | Delete
bottom: 5px;
[78] Fix | Delete
right: 0;
[79] Fix | Delete
z-index: 100;
[80] Fix | Delete
width: 100%;
[81] Fix | Delete
text-align: center;
[82] Fix | Delete
}
[83] Fix | Delete
[84] Fix | Delete
.jetpack-slideshow-controls {
[85] Fix | Delete
z-index: 1000;
[86] Fix | Delete
position: absolute;
[87] Fix | Delete
bottom: 30px;
[88] Fix | Delete
margin: auto;
[89] Fix | Delete
text-align: center;
[90] Fix | Delete
width: 100%;
[91] Fix | Delete
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
[92] Fix | Delete
opacity: 0.5;
[93] Fix | Delete
direction: ltr;
[94] Fix | Delete
transition: 300ms opacity ease-out;
[95] Fix | Delete
}
[96] Fix | Delete
[97] Fix | Delete
.jetpack-slideshow-window:hover .jetpack-slideshow-controls {
[98] Fix | Delete
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
[99] Fix | Delete
opacity: 1;
[100] Fix | Delete
}
[101] Fix | Delete
[102] Fix | Delete
body div div.jetpack-slideshow-controls a,
[103] Fix | Delete
body div div.jetpack-slideshow-controls a:hover {
[104] Fix | Delete
border: 2px solid rgba(255, 255, 255, 0.1) !important;
[105] Fix | Delete
background-color: rgba(0, 0, 0, 0.6) !important;
[106] Fix | Delete
background-image: url(../../../modules/shortcodes/img/slideshow-controls.png) !important;
[107] Fix | Delete
background-repeat: no-repeat;
[108] Fix | Delete
background-size: 142px 16px !important;
[109] Fix | Delete
background-position: -34px 8px !important;
[110] Fix | Delete
color: #222 !important;
[111] Fix | Delete
margin: 0 5px !important;
[112] Fix | Delete
padding: 0 !important;
[113] Fix | Delete
display: inline-block !important;
[114] Fix | Delete
zoom: 1;
[115] Fix | Delete
height: 32px !important;
[116] Fix | Delete
width: 32px !important;
[117] Fix | Delete
line-height: 32px !important;
[118] Fix | Delete
text-align: center !important;
[119] Fix | Delete
border-radius: 10em !important;
[120] Fix | Delete
transition: 300ms border-color ease-out;
[121] Fix | Delete
}
[122] Fix | Delete
[123] Fix | Delete
@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
[124] Fix | Delete
body div div.jetpack-slideshow-controls a,
[125] Fix | Delete
body div div.jetpack-slideshow-controls a:hover {
[126] Fix | Delete
background-image: url(../../../modules/shortcodes/img/slideshow-controls-2x.png) !important;
[127] Fix | Delete
}
[128] Fix | Delete
}
[129] Fix | Delete
body div div.jetpack-slideshow-controls a:hover {
[130] Fix | Delete
border-color: rgba(255, 255, 255, 1) !important;
[131] Fix | Delete
}
[132] Fix | Delete
[133] Fix | Delete
body div div.jetpack-slideshow-controls a:first-child {
[134] Fix | Delete
background-position: -76px 8px !important;
[135] Fix | Delete
}
[136] Fix | Delete
[137] Fix | Delete
body div div.jetpack-slideshow-controls a:last-child {
[138] Fix | Delete
background-position: -117px 8px !important;
[139] Fix | Delete
}
[140] Fix | Delete
[141] Fix | Delete
body div div.jetpack-slideshow-controls a:nth-child(2) {
[142] Fix | Delete
background-position: -34px 8px !important;
[143] Fix | Delete
}
[144] Fix | Delete
[145] Fix | Delete
body div div.jetpack-slideshow-controls a.running {
[146] Fix | Delete
background-position: -34px 8px !important;
[147] Fix | Delete
}
[148] Fix | Delete
[149] Fix | Delete
body div div.jetpack-slideshow-controls a.paused {
[150] Fix | Delete
background-position: 9px 8px !important;
[151] Fix | Delete
}
[152] Fix | Delete
[153] Fix | Delete
.jetpack-slideshow-controls a img {
[154] Fix | Delete
border: 50px dotted #f0f;
[155] Fix | Delete
}
[156] Fix | Delete
[157] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function