<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
 * CometChat 
 * Copyright (c) 2012 Inscripts - support@cometchat.com | http://www.cometchat.com | http://www.inscripts.com
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

html, body {
	overflow: hidden;
	background: &lt;?php echo $themeSettings['tab_background'];?&gt;;
	direction: &lt;?php echo $dir;?&gt;;
}

ul {
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
}

li {
  float: left;
  margin: 0;
  padding: 10px;
} 

.container {
	font-weight: normal;
	font-family: &lt;?php echo $themeSettings['tab_font_family'];?&gt;;
	font-size: &lt;?php echo $themeSettings['tab_font_size'];?&gt;;
	color: &lt;?php echo $themeSettings['tab_color'];?&gt;;
	padding: 0px;
}

.container a{
	color: &lt;?php echo $themeSettings['tab_link_color'];?&gt;;
}

small {
	color: &lt;?php echo $themeSettings['tab_color_self'];?&gt;;
	font-size: &lt;?php echo $themeSettings['tab_font_size_small'];?&gt;;
}

.followme {
	float: left;
	width: 154px;
	border-right: 1px dotted &lt;?php echo $themeSettings['bar_border_light'];?&gt;;
	padding: 10px;
}</pre></body></html>