<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>CSS &#8211; Kerem ER</title>
	<atom:link href="https://kkerem.com/tag/css/feed/" rel="self" type="application/rss+xml" />
	<link>https://kkerem.com</link>
	<description>Web Geliştiricisi</description>
	<lastBuildDate>Tue, 11 Nov 2025 02:26:03 +0000</lastBuildDate>
	<language>tr-TR</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://kkerem.com/wp-content/uploads/favicon-1-150x150.png</url>
	<title>CSS &#8211; Kerem ER</title>
	<link>https://kkerem.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>WordPress Login sayfasına CSS</title>
		<link>https://kkerem.com/wordpress-login-sayfasina-css/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Sun, 14 Jan 2018 21:31:49 +0000</pubDate>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[PHP]]></category>
		<guid isPermaLink="false">http://localhost/kerem/?p=167</guid>

					<description><![CDATA[Aşağıda ki kodları functions.php içerisine eklemeniz yeterli. function my_login_stylesheet() { echo ' &#60;style type="text/css"&#62; body {background: #FFF !important;max-width: 400px;width: 95%;margin: 0 auto !important} #login {width: 100% !important;padding-top:30%} #login_error #login_error {display: none !important} #login form {box-shadow: none;margin-top:0;background:none} .login .button.wp-hide-pw .dashicons {top: 1.25rem !important;} #login form input {transition:.3s;} #login form input[type="text"]:focus, #login input[type="password"]:focus {outline:2px auto #2076D8;} #login input[type="text"], #login [&#8230;]]]></description>
										<content:encoded><![CDATA[<p class="my-3">Aşağıda ki kodları <code>functions.php</code> içerisine eklemeniz yeterli.</p>
<pre><code class="language-php hljs"><span class="hljs-function"><span class="hljs-keyword">function</span> <span class="hljs-title">my_login_stylesheet</span>() </span>{
    <span class="hljs-keyword">echo</span> <span class="hljs-string">'
    &lt;style type="text/css"&gt;
    body {background: #FFF !important;max-width: 400px;width: 95%;margin: 0 auto !important}
    #login {width: 100% !important;padding-top:30%}
    #login_error #login_error {display: none !important}
    #login form {box-shadow: none;margin-top:0;background:none}
    .login .button.wp-hide-pw .dashicons {top: 1.25rem !important;}
    #login form input {transition:.3s;}
    #login form input[type="text"]:focus, #login input[type="password"]:focus {outline:2px auto #2076D8;}
    #login input[type="text"], #login input[type="password"] {transition: .2s;padding: 10px;border: 1px solid #eaecef;background: #FFF !important;box-shadow: none !important;border-radius: 3px;box-sizing: border-box;font-size: 16px;margin-top:15px;box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;}
    #login input[type="submit"] {padding: 20px;display: block;background-color: #2076D8;font-weight: 600;color: #FFF;margin-top: 5px;border: none;line-height: 0;width: 100%;margin: 15px 0;box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;}
    #login input[type="submit"]:hover {background-color: #0a64ca;cursor: pointer;}
    #login input[type="checkbox"] {box-shadow:none;border-radius: 4px;background: white;border: 1px solid #eaecef;}
    #login .submit {display: block !important;}
    #login .message {border: 1px solid #eaecef;border-radius: 0.25rem;border-left: 4px solid #00a0d2;padding: 1rem;margin: 40px 25px 0 25px;box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;}
    #nav{text-align:center;}
    #backtoblog {display: none}
    &lt;/style&gt;
    '</span>; 
} 
<span class="hljs-title function_ invoke__">add_action</span>(<span class="hljs-string">'login_enqueue_scripts'</span>, <span class="hljs-string">'my_login_stylesheet'</span>);

<span class="hljs-function"><span class="hljs-keyword">function</span> <span class="hljs-title">my_login_logo_url</span>() </span>{
    <span class="hljs-keyword">return</span> <span class="hljs-title function_ invoke__">home_url</span>();
}
<span class="hljs-title function_ invoke__">add_filter</span>(<span class="hljs-string">'login_headerurl'</span>, <span class="hljs-string">'my_login_logo_url'</span>);

<span class="hljs-function"><span class="hljs-keyword">function</span> <span class="hljs-title">my_login_logo_url_title</span>() </span>{
    <span class="hljs-keyword">return</span> <span class="hljs-string">''</span>;
}
<span class="hljs-title function_ invoke__">add_filter</span>(<span class="hljs-string">'login_headertitle'</span>, <span class="hljs-string">'my_login_logo_url_title'</span>);</code></pre>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
