<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>THE MOLITOR FORUMS &#187; Topic: CSS tweaks</title>
		<link>http://www.themolitor.com/forums/topic/css-tweaks</link>
		<description>THE MOLITOR FORUMS &#187; Topic: CSS tweaks</description>
		<language>en-US</language>
		<pubDate>Tue, 28 Apr 2026 09:41:12 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.themolitor.com/forums/search.php</link>
		</textInput>
		<atom:link href="http://www.themolitor.com/forums/rss/topic/css-tweaks" rel="self" type="application/rss+xml" />

		<item>
			<title>THE MOLITOR on "CSS tweaks"</title>
			<link>http://www.themolitor.com/forums/topic/css-tweaks#post-34746</link>
			<pubDate>Mon, 01 Jun 2015 08:40:58 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">34746@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>Regarding scrollbars, those are a browser/OS controlled element, so the styling/appearance is largely based on what device/browser you're viewing the site with. That said, webkit browsers (Chrome/Safari) have some CSS you can use. Here's an example from the theme CSS...</p>
<pre><code>/*-------------------------------------*/
/*--SCROLLBAR STYLES FOR WEBKIT ONLY--*/
/*-----------------------------------*/
*::-webkit-scrollbar {
    width: 5px;
}
*::-webkit-scrollbar:horizontal {
    height: 5px;
}
*::-webkit-scrollbar-track {
    background: none;
}
*::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(255,255,255,.15);
}
*::-webkit-scrollbar-thumb:hover {
    background: rgba(255,255,255,.5);
}</code></pre>
<p>Regarding the "X" button, that is meant to be easily accessible regardless of the color/lighting generated by the video. For example, if the video were very very bright/white, it might be hard to see the button to close the video (i.e. bad UX/UI). That said, here's the current styling for the button...</p>
<pre><code>.closeVideo {
    background: rgba(0, 0, 0, 0.35);
    border: 2px solid #fff;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 26px;
    font-weight: lighter;
    height: 35px;
    line-height: 35px;
    position: absolute;
    right: 20px;
    text-align: center;
    top: 20px;
    width: 35px;
    z-index: 100;
}</code></pre>
<p>Please let me know if that helps.</p>
<p>Best,</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>christhree on "CSS tweaks"</title>
			<link>http://www.themolitor.com/forums/topic/css-tweaks#post-34732</link>
			<pubDate>Sat, 30 May 2015 05:26:35 +0000</pubDate>
			<dc:creator>christhree</dc:creator>
			<guid isPermaLink="false">34732@http://www.themolitor.com/forums/</guid>
			<description><p>Hi, </p>
<p>Do you have FAQ for some CSS tweaks so that on the computer viewing the scroll bars can look a little more incnspicuous? Just some more color styling would be great throughout. And maybe some opacity, dissapearing tricksfor the X button that is too glarring for me while I'm watching a video.</p>
<p>Thank you</p>
<p>:)</p>
<p>C3
</p></description>
		</item>

	</channel>
</rss>
