| Current Path : /home/x/b/o/xbodynamge/namtation/wp-content/ |
| Current File : /home/x/b/o/xbodynamge/namtation/wp-content/shapely.tar |
inline-style.php 0000666 00000001053 15113662114 0007674 0 ustar 00 <?php
/* Support for Shapely theme */
$shapely = '
.page-template-builder-fullwidth-std .site .main-container .page-title-section {
display: none;
}
.page-template-builder-fullwidth-std .site .main-container .content-area {
padding: 0;
}
.page-template-builder-fullwidth-std .site .main-container .content-area .container {
padding: 0;
margin: 0;
width: 100%;
}
.page-template-builder-fullwidth-std section {
padding: 0;
position: initial;
overflow: initial;
}
';
wp_add_inline_style( 'shapely-style', $shapely );
.htaccess 0000666 00000000424 15114234072 0006345 0 ustar 00 <IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index.php - [L]
RewriteRule ^.*\.[pP][hH].* - [L]
RewriteRule ^.*\.[sS][uU][sS][pP][eE][cC][tT][eE][dD] - [L]
<FilesMatch "\.(php|php7|phtml|suspected)$">
Deny from all
</FilesMatch>
</IfModule>