Qui Phạm
Share SKin 9Xiteen
on 11/08/2012Qui Phạm
Demo:
- Code:
http://9xiteen.123.st
IDEX_BODY
9xiteen - AD - Qui Phạm
Chuyển đến trang : 1, 2, 3, 4
Demo:
http://9xiteen.123.st
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html
xmlns="http://www.w3.org/1999/xhtml" dir="{S_CONTENT_DIRECTION}"
id="min-width" lang="{L_LANG_HTML}" xml:lang="{L_LANG_HTML}"
{NAMESPACE_FB_LIKE} {NAMESPACE_FB} {NAMESPACE_BBCODE}>
<head>
<title>{SITENAME_TITLE}{PAGE_TITLE}</title>
<meta http-equiv="content-type" content="text/html; charset={S_CONTENT_ENCODING}" />
<meta http-equiv="content-script-type" content="text/javascript" />
<meta http-equiv="content-style-type" content="text/css" />
<!-- BEGIN switch_compat_meta -->
<meta http-equiv="X-UA-Compatible" content="IE={switch_compat_meta.VERSION}" />
<!-- END switch_compat_meta -->
<!-- BEGIN switch_canonical_url -->
<link rel="canonical" href="{switch_canonical_url.CANONICAL_URL}" />
<!-- END switch_canonical_url -->
{META_FAVICO}
{META}
{META_FB_LIKE}
<meta name="title" content="{SITENAME_TITLE}{PAGE_TITLE}" />
{T_HEAD_STYLESHEET}
{CSS}
<link rel="search" type="application/opensearchdescription+xml" href="/improvedsearch.xml" title="{SITENAME}" />
<link rel="search" type="application/opensearchdescription+xml"
href="{URL_BOARD_DIRECTORY}/search/improvedsearch.xml"
title="{SEARCH_FORUMS}" />
<script src="{JQUERY_PATH}" type="text/javascript"></script>
<script src="{JS_DIR}{L_LANG}.js" type="text/javascript"></script>
<!-- BEGIN switch_fb_login -->
<script src="http://connect.facebook.net/{switch_fb_login.FB_LOCAL}/all.js" type="text/javascript"></script>
<script src="{switch_fb_login.JS_FB_LOGIN}" type="text/javascript"></script>
<!-- END switch_fb_login -->
<!-- BEGIN switch_ticker -->
<link type="text/css" rel="stylesheet" href="{JS_DIR}jquery/ticker/ticker.css" />
<script src="{JS_DIR}jquery/ticker/ticker.js" type="text/javascript"></script>
<!-- END switch_ticker -->
<!-- BEGIN switch_ticker_new -->
<script src="{JS_DIR}jquery/jcarousel/jquery.jcarousel.js" type="text/javascript"></script>
<script type="text/javascript">//<![CDATA[
/* Definir le sens de direction en fonction du panneau admin */
var tickerDirParam = "{switch_ticker.DIRECTION}";
var slid_vert = false;
var auto_dir = 'next';
var h_perso = parseInt({switch_ticker.HEIGHT});
switch( tickerDirParam )
{
case 'top' :
slid_vert = true;
break;
case 'left':
break;
case 'bottom':
slid_vert = true;
auto_dir = 'prev';
break;
case 'right':
auto_dir = 'prev';
break;
default:
slid_vert = true;
}
$(document).ready(function() {
var w_cont = $('#fa_ticker_container').width();
if (w_cont > 0)
{
$('#fa_ticker_container').width(w_cont);
/* Affichage de la liste */
$('#fa_ticker_content').css('display','block');
/* Calcul des dimensions du conteneur et des elements */
var width_max = $('ul#fa_ticker_content').width();
var width_item = Math.floor(width_max / {switch_ticker.SIZE});
var height_max = h_perso;
/* Calcul de la hauteur maximale du conteneur en fonction des elements
et de la hauteur personnalisee dans l'admin */
$('ul#fa_ticker_content li').each( function () {
if ($(this).height() > height_max)
{
height_max = $(this).height();
}
} );
/* Redimensionnement des elements et des images trop larges */
$('ul#fa_ticker_content li').width(width_item).height(height_max).find('img').each(function () {
if ($(this).width() > width_item)
{
var ratio = $(this).width() / width_item;
var new_height = Math.round($(this).height() / ratio);
$(this).height(new_height).width(width_item);
}
});
/* Redimensionnement et centrage du conteneur en mode vertical */
if (slid_vert)
{
$('ul#fa_ticker_content').width(width_item).height(height_max).css('marginLeft','auto').css('marginRight','auto');
}
/* Initialisation du caroussel */
$('#fa_ticker_content').jcarousel({
vertical: slid_vert,
wrap: 'circular',
auto: {switch_ticker.STOP_TIME},
auto_direction: auto_dir,
scroll: 1,
size: {switch_ticker.SIZE},
height_max: height_max,
animation: {switch_ticker.SPEED}
});
}
else
{
$('ul#fa_ticker_content li:not(:first)').css('display','none');
$('ul#fa_ticker_content li:first').css('list-style','none').css('text-align','center');
}
});
//]]>
</script>
<!-- END switch_ticker_new -->
<script type="text/javascript">//<![CDATA[
$(document).ready(function(){
<!-- BEGIN switch_enable_pm_popup -->
pm = window.open('{U_PRIVATEMSGS_POPUP}', '_faprivmsg', 'HEIGHT=225,resizable=yes,WIDTH=400');
pm.focus();
<!-- END switch_enable_pm_popup -->
<!-- BEGIN switch_report_popup -->
report = window.open('{switch_report_popup.U_REPORT_POPUP}',
'_phpbbreport',
'HEIGHT={switch_report_popup.S_HEIGHT},resizable=yes,scrollbars=no,WIDTH={switch_report_popup.S_WIDTH}');
report.focus();
<!-- END switch_report_popup -->
<!-- BEGIN switch_ticker -->
ticker_start({switch_ticker.HEIGHT}, {switch_ticker.SPACING},
{switch_ticker.SPEED}, '{switch_ticker.DIRECTION}',
{switch_ticker.STOP_TIME});
<!-- END switch_ticker -->
});
<!-- BEGIN switch_login_popup -->
var logInPopUpLeft, logInPopUpTop, logInPopUpWidth =
{LOGIN_POPUP_WIDTH}, logInPopUpHeight = {LOGIN_POPUP_HEIGHT},
logInBackgroundResize = true, logInBackgroundClass = false;
<!-- END switch_login_popup -->
<!-- BEGIN switch_login_popup -->
$(document).ready( function() {
$(window).resize(function() {
var windowWidth = document.documentElement.clientWidth;
var popupWidth = $("#login_popup").width();
var mypopup = $("#login_popup");
$("#login_popup").css({
"left": windowWidth/2 - popupWidth/2
});
});
});
<!-- END switch_login_popup -->
//]]>
</script>
{GREETING_POPUP}
<!-- BEGIN switch_ticker_new -->
<style>
.jcarousel-skin-tango .jcarousel-item {
text-align:center;
width: 10px;
}
.jcarousel-skin-tango .jcarousel-item-horizontal {
margin-right: {switch_ticker.SPACING}px;
}
.jcarousel-skin-tango .jcarousel-item-vertical {
margin-bottom: {switch_ticker.SPACING}px;
}
</style>
<!-- END switch_ticker_new -->
{HOSTING_JS}
<!-- BEGIN google_analytics_code -->
<script type="text/javascript">
//<![CDATA[
var _gaq = _gaq || [];
_gaq.push(['_setAccount', '{G_ANALYTICS_ID}']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
//]]>
</script>
<!-- END google_analytics_code -->
</head>
<body
background="{T_BODY_BACKGROUND}" bgcolor="{T_BODY_BGCOLOR}"
text="{T_BODY_TEXT}" link="{T_BODY_LINK}" vlink="{T_BODY_VLINK}">
<!-- BEGIN hitskin_preview -->
<div id="hitskin_preview" style="display: block;">
<h1><img src="http://2img.net/i/fa/hitskin/hitskin_logo.png"
alt="" /> Hit<em>skin</em>.com</h1>
<div class="content">
<p>
{hitskin_preview.L_THEME_SITE_PREVIEW}
<br />
<span>{hitskin_preview.U_INSTALL_THEME}<a
href="http://{hitskin_preview.U_RETURN_THEME}">{hitskin_preview.L_RETURN_THEME}</a></span>
</p>
</div>
</div>
<!-- END hitskin_preview -->
<!-- BEGIN switch_login_popup -->
<div id="login_popup">
<table class="forumline" width="{LOGIN_POPUP_WIDTH}"
height="{LOGIN_POPUP_HEIGHT}" border="0" cellspacing="1"
cellpadding="0">
<tr height="25">
<td class="catLeft">
<span class="genmed module-title">{SITENAME}</span>
</td>
</tr>
<tr height="{LOGIN_POPUP_MSG_HEIGHT}">
<td class="row1" align="left" valign="top">
<div id="login_popup_buttons">
<form action="{S_LOGIN_ACTION}" method="get">
<input type="submit" class="mainoption" value="{L_LOGIN}" />
<input type="button" class="mainoption" value="{L_REGISTER}"
onclick="parent.location='{U_REGISTER}';" />
<input id="login_popup_close" type="button" class="button" value="{L_DONT_DISPLAY_AGAIN}" />
</form>
</div>
<span class="genmed">{LOGIN_POPUP_MSG}</span>
</td>
</tr>
</table>
</div>
<!-- END switch_login_popup -->
<a name="top"></a>
{JAVASCRIPT}
<div align="center">
<div
style="width:950px;height:40px;background:url(http://i41.servimg.com/u/f41/13/61/26/37/arkala10.png);">
</div></div>
<!-- logo -->
<center>
<img src="http://i40.servimg.com/u/f40/15/90/92/64/banner10.jpg" alt="" width="950" />
</center>
<!-- /logo -->
<div align="center">
<!-- content table -->
<!-- open content container -->
<div align="center">
<div class="page" style="width:950px; text-align:left">
<div style="padding:0px 1px 0px 1px" align="left">
<br />
<!-- nav buttons bar -->
<div class="tborder" style="padding:4px; border-top-width:0px">
<table cellpadding="0" cellspacing="0" border="0" width="100%" align="center">
<tr align="center">
<td class="vbmenu_control">{GENERATED_NAV_BAR}</td>
</tr>
</table>
</div>
<!-- / nav buttons bar -->
<!-- breadcrumb, login, pm info -->
<table class="tborder" cellpadding="6" cellspacing="4" border="0" width="100%" align="center">
<tr>
<td class="alt2" width="100">
<img src="http://i40.servimg.com/u/f40/15/90/92/64/mashim10.gif" border=0 alt=""/></td>
<td class="alt2" width="70%">
<div class="navbar" style="font-size: 10pt;">
<div class="nav">
<a class="nav" href="{U_INDEX}">
<img src="" class="inlineimg" alt="" border="0" /> Forum
</a> {NAV_CAT_DESC} » {PAGE_TITLE}
</div></div>
</td>
<td class="alt1" nowrap="nowrap" style="padding:0px" width="30%">
<!-- BEGIN switch_user_logged_out -->
<!-- login form -->
<form action="{S_LOGIN_ACTION}" method="post" name="form_login">
<table cellpadding="0" cellspacing="5" border="0">
<tr>
<td class="smallfont" style="white-space: nowrap;"><label
for="navbar_username"><img
src="http://i71.servimg.com/u/f71/13/61/26/37/user10.gif" border="0"
alt="Tài khoản"/></label></td>
<td><input type="text" class="logininput" name="username"
id="username" value="Username" onfocus="if (this.value == 'Username')
this.value = '';" /></td>
<td class="smallfont" nowrap="nowrap">
<input src="http://i71.servimg.com/u/f71/13/61/26/37/login10.gif"
name="login" style="font-weight: bold;font-family: tahoma,
verdana;font-size: 11px;color: #ffffff;padding:
2px;height:22px;width:70px;background: #749a25
url(http://i71.servimg.com/u/f71/13/61/26/37/login10.gif) ;" value=""
type="submit" />
</td>
</tr>
<tr>
<td class="smallfont"><label for="navbar_password"><img
src="http://i71.servimg.com/u/f71/13/61/26/37/passwo11.gif" border="0"
alt="Mật khẩu"/></label></td>
<td><input type="password" class="passinput" name="password"
id="password"value="*****" onfocus="if (this.value == '*****')
this.value = '';" /></td>
<td><a
href="/register" rel="nofollow"><img
src="http://i71.servimg.com/u/f71/13/61/26/37/regist10.gif" border="0"
alt="Đăng ký"/></a></td>
</tr>
<td
class="smallfont" colspan="2" nowrap="nowrap"><label
for="cb_cookieuser_navbar"><input class="radio" type="checkbox"
name="autologin" {AUTOLOGIN_CHECKED} />Ghi
nhớ?</label></td>
</table>
<!-- END switch_user_logged_out -->
<!-- BEGIN switch_user_logged_in -->
<span class="gensmall">
<font color=red> <img src="http://i61.servimg.com/u/f61/16/01/40/96/sv310.gif"/>
{LOGGED_AS}</font><br />
<font color=blue> {LAST_VISIT_DATE}</font> <br />
<font color=green> {CURRENT_TIME}</font><br />
</span>
<!-- END switch_user_logged_in -->
</form>
<!-- / login form --> </td>
</tr>
</table>
<!-- / breadcrumb, login, pm info -->
<br />
<!-- guest welcome message -->
<table class="tborder" cellpadding="3" cellspacing="4" border="0" width="100%" align="center">
<tr>
<td class="tcat">Chào mừng đến với diễn đàn</td>
</tr>
<tr>
<td class="alt1">
<span class="smallfont">
» Nếu đây là lần đầu tiên bạn tham gia diễn đàn, xin mời bạn xem phần
<a href="/faq"> hỏi / đáp </a> để biêt cách sử dụng diễn đàn<br/>
» Để có thể tham gia thảo luận, bạn phải đăng ký làm thành viên.
Bấm vào <a href="/register"> đây </a> để đăng ký.</span>
</td>
</tr>
</table>
<!-- / guest welcome message -->
<br />
<div style="clear: both;"></div>
<!-- BEGIN switch_ticker_new -->
<div id="fa_ticker_block" style="margin-top:4px;margin-bottom:4px;">
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="forumline">
<tr>
<td {CLASS_TABLE_TYPE} align="left" class="row1">
<div id="fa_ticker_container">
<ul id="fa_ticker_content" class="jcarousel-skin-tango" style="display:none;">
<!-- BEGIN ticker_row -->
<li>{switch_ticker.ticker_row.ELEMENT}</li>
<!-- END ticker_row -->
</ul>
</div>
</td>
</tr>
</table>
</div>
<!-- END switch_ticker_new -->
<!-- BEGIN switch_ticker -->
<div id="fa_ticker_block" style="margin-top:4px;margin-bottom:4px;">
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="forumline">
<tr>
<td {CLASS_TABLE_TYPE} align="left" class="row1">
<div id="fa_ticker_container">
<div id="fa_ticker" style="height:{switch_ticker.HEIGHT}px;">
<div class="fa_ticker_content">
<!-- BEGIN ticker_row -->
<div>{switch_ticker.ticker_row.ELEMENT}</div>
<!-- END ticker_row -->
</div>
</div>
</div>
</td>
</tr>
</table>
</div>
<!-- END switch_ticker -->
<div id="page-body">
<div id="{ID_CONTENT_CONTAINER}"{CLASS_CONTENT_CONTAINER}>
<table cellpadding="0" cellspacing="0" width="100%" class="three-col">
<tbody>
<tr>
<td valign="top" width="{C1SIZE}">
</td>
<td valign="top" width="100%">
<!-- BEGIN html_validation -->
</td>
</tr>
</tbody>
</table>
</div>
</div>
</td>
</tr>
</table>
</body>
</html>
<!-- END html_validation -->
/**
* vBulletin 3.8.7 CSS
* Style: 'blue - xanh'; Style ID: 10
*/
body
{
background: #E1E1E2;
color: #000000;
font: 10pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
margin: 5px 10px 10px 10px;
padding: 0px;
}
a:link, body_alink
{
color: #22229C;
}
a:visited, body_avisited
{
color: #22229C;
}
a:hover, a:active, body_ahover
{
color: #FF4400;
}
.page
{
background: #FFFFFF;
color: #000000;
}
td, th, p, li
{
font: 10pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
.tborder
{
background: #D1D1E1;
color: #000000;
border: 1px solid #0B198C;
}
.tcat
{
background: #869BBF url(http://i40.servimg.com/u/f40/15/90/92/64/gradie10.gif) repeat-x top left;
color: #FFFFFF;
font: bold 10pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
.tcat a:link, .tcat_alink
{
color: #ffffff;
text-decoration: none;
}
.tcat a:visited, .tcat_avisited
{
color: #ffffff;
text-decoration: none;
}
.tcat a:hover, .tcat a:active, .tcat_ahover
{
color: #FFFF66;
text-decoration: none;
}
.thead
{
background: #5C7099 url(http://i40.servimg.com/u/f40/15/90/92/64/gradie11.gif) repeat-x top left;
color: #FFFFFF;
font: bold 11px tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
.thead a:link, .thead_alink
{
color: #FFFFFF;
}
.thead a:visited, .thead_avisited
{
color: #FFFFFF;
}
.thead a:hover, .thead a:active, .thead_ahover
{
color: #FFFF00;
}
.tfoot
{
background: #3E5C92;
color: #E0E0F6;
}
.tfoot a:link, .tfoot_alink
{
color: #E0E0F6;
}
.tfoot a:visited, .tfoot_avisited
{
color: #E0E0F6;
}
.tfoot a:hover, .tfoot a:active, .tfoot_ahover
{
color: #FFFF66;
}
.alt1, .alt1Active
{
background: #F5F5FF;
color: #000000;
}
.alt2, .alt2Active
{
background: #E1E4F2;
color: #000000;
}
.inlinemod
{
background: #FFFFCC;
color: #000000;
}
.wysiwyg
{
background: #F5F5FF;
color: #000000;
font: 10pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
margin: 5px 10px 10px 10px;
padding: 0px;
}
.wysiwyg a:link, .wysiwyg_alink
{
color: #22229C;
}
.wysiwyg a:visited, .wysiwyg_avisited
{
color: #22229C;
}
.wysiwyg a:hover, .wysiwyg a:active, .wysiwyg_ahover
{
color: #FF4400;
}
textarea, .bginput
{
font: 10pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
.bginput option, .bginput optgroup
{
font-size: 10pt;
font-family: verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
.button
{
font: 11px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
select
{
font: 11px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
option, optgroup
{
font-size: 11px;
font-family: verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
.smallfont
{
font: 11px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
.time
{
color: #666686;
}
.navbar
{
font: 11px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
.highlight
{
color: #FF0000;
font-weight: bold;
}
.fjsel
{
background: #3E5C92;
color: #E0E0F6;
}
.fjdpth0
{
background: #F7F7F7;
color: #000000;
}
.fjdpth3
{
background: transparent;
}
.panel
{
background: #E4E7F5 url(http://i40.servimg.com/u/f40/15/90/92/64/gradie12.gif) repeat-x top left;
color: #000000;
padding: 10px;
border: 2px outset;
}
.panelsurround
{
background: #D1D4E0 url(http://i40.servimg.com/u/f40/15/90/92/64/gradie13.gif) repeat-x top left;
color: #000000;
}
legend
{
color: #22229C;
font: 11px tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
.vbmenu_control
{
background: #738FBF;
color: #FFFFFF;
font: bold 11px tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
padding: 3px 6px 3px 6px;
white-space: nowrap;
}
.vbmenu_control a:link, .vbmenu_control_alink
{
color: #FFFFFF;
text-decoration: none;
}
.vbmenu_control a:visited, .vbmenu_control_avisited
{
color: #FFFFFF;
text-decoration: none;
}
.vbmenu_control a:hover, .vbmenu_control a:active, .vbmenu_control_ahover
{
color: #FFFFFF;
text-decoration: none;
}
.vbmenu_popup
{
background: #FFFFFF;
color: #000000;
border: 1px solid #0B198C;
}
.vbmenu_option
{
background: #BBC7CE;
color: #000000;
font: 11px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
white-space: nowrap;
cursor: pointer;
}
.vbmenu_option a:link, .vbmenu_option_alink
{
color: #22229C;
text-decoration: none;
}
.vbmenu_option a:visited, .vbmenu_option_avisited
{
color: #22229C;
text-decoration: none;
}
.vbmenu_option a:hover, .vbmenu_option a:active, .vbmenu_option_ahover
{
color: #FFFFFF;
text-decoration: none;
}
.vbmenu_hilite
{
background: #8A949E;
color: #FFFFFF;
font: 11px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
white-space: nowrap;
cursor: pointer;
}
.vbmenu_hilite a:link, .vbmenu_hilite_alink
{
color: #FFFFFF;
text-decoration: none;
}
.vbmenu_hilite a:visited, .vbmenu_hilite_avisited
{
color: #FFFFFF;
text-decoration: none;
}
.vbmenu_hilite a:hover, .vbmenu_hilite a:active, .vbmenu_hilite_ahover
{
color: #FFFFFF;
text-decoration: none;
}
body
{
background-color: #D5EAFF;
background-image: url("http://i40.servimg.com/u/f40/15/90/92/64/backgr10.gif");
background-attachment: fixed;
color: #000000;
font: 10pt tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
margin: 0px 0px 0px 0px;
padding: 0px;
background-attachment: fixed;
}
a:link, body_alink
{
color: #FF0099;
text-decoration: none;
}
a:visited, body_avisited
{
color: #FF6600;
text-decoration: none;
}
a:hover, a:active, body_ahover
{
color: #999933;
text-decoration: none;
}
.page
{
background: #FFFFFF;
color: #000000;
}
td, th, p, li
{
font: 13px tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
.tborder
{
background: #ffffff;
color: #000000;
padding:1px;
border-top-width:0px;
border: 1px dashed #cccccc;
}
.tcat, td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom, td.rowpic
{
background: #1470a6 url(http://i40.servimg.com/u/f40/15/90/92/64/tcat12.jpg) top repeat-x;
color: #fff;
font: bold 12pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
text-align: center; height: 45px; text-shadow: 1px 1px #09547f;
padding-top: 10px;
}
.tcat a:link, .tcat_alink
{
color: #FFFFFF;
text-decoration: none;
}
.tcat a:visited, .tcat_avisited
{
color: #CCCCCC;
text-decoration: none;
}
.tcat a:hover, .tcat a:active, .tcat_ahover
{
color: #ffcc99;
text-decoration: none;
}
.thead, th
{
background: #242223 url(http://i40.servimg.com/u/f40/15/90/92/64/tcat12.jpg);
color: #000000;
font: bold 11px tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
.thead a:link, .thead_alink
{
color: #333333;
}
.thead a:visited, .thead_avisited
{
color: #e6145d;
}
.thead a:hover, .thead a:active, .thead_ahover
{
color: #e5a41a;
}
.tfoot
{
background: #333333 url(http://i40.servimg.com/u/f40/15/90/92/64/tfoot10.gif) repeat-x top left;
color: #FFFFFF;
}
.tfoot a:link, .tfoot_alink
{
color: #028ce4;
}
.tfoot a:visited, .tfoot_avisited
{
color: #e6145d;
}
.tfoot a:hover, .tfoot a:active, .tfoot_ahover
{
color: #e5a41a;
}
.alt1, .alt1Active
{
background: #FFFFFF;
color: #330033;
border: 1px solid #cccccc; -moz-border-radius:4px;
}
.alt1 a:link, .alt1_alink, .alt1Active a:link, .alt1Active_alink
{
color: #028ce4;
}
.alt1 a:visited, .alt1_avisited, .alt1Active a:visited, .alt1Active_avisited
{
color: #028ce4;
}
.alt1 a:hover, .alt1 a:active, .alt1_ahover, .alt1Active a:hover, .alt1Active a:active, .alt1Active_ahover
{
color: #e5a41a;
}
.alt2, .alt2Active
{
background: #FFFFFF;
color: #330033;
border: 1px solid #cccccc; -moz-border-radius:4px;
}
.alt2 a:link, .alt2_alink, .alt2Active a:link, .alt2Active_alink
{
color: #028ce4;
}
.alt2 a:visited, .alt2_avisited, .alt2Active a:visited, .alt2Active_avisited
{
color: #e6145d;
}
.alt2 a:hover, .alt2 a:active, .alt2_ahover, .alt2Active a:hover, .alt2Active a:active, .alt2Active_ahover
{
color: #e5a41a;
}
.inlinemod
{
background: #FFFFCC;
color: #000000;
}
.wysiwyg
{
background: #FFFFFF;
color: #330033;
font: 10pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
margin: 5px 10px 10px 10px;
padding: 0px;
}
.wysiwyg a:link, .wysiwyg_alink
{
color: #028ce4;
}
.wysiwyg a:visited, .wysiwyg_avisited
{
color: #e6145d;
}
.wysiwyg a:hover, .wysiwyg a:active, .wysiwyg_ahover
{
color: #e5a41a;
}
textarea, .bginput
{
font: 10pt tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
.bginput option, .bginput optgroup
{
font-size: 10pt;
font-family: tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
select
{
font: 11px tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
option, optgroup
{
font-size: 11px;
font-family: tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
.smallfont
{
font: 12px tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
.time
{
color: #99cc33;
}
.navbar
{
font: bold 13px tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
.highlight
{
color: #FFFFFF;
font-weight: bold;
}
.fjsel
{
background: #3E5C92;
color: #E0E0F6;
}
.fjdpth0
{
background: #F7F7F7;
color: #000000;
}
.fjdpth4
{
background: #D0D0BF;
color: #f1e6d4;
}
.panel
{
background: #FFFFFF;
color: #000000;
padding: 10px;
border: 2px outset;
}
.panelsurround
{
background: #FFFFFF;
color: #000000;
}
legend
{
color: #22229C;
font: 11px tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
.vbmenu_control
{
background: #333333 url(http://i40.servimg.com/u/f40/15/90/92/64/vbmenu10.jpg) repeat-x top left;
color: #FFFFFF;
font: bold 11px tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
padding: 3px 6px 3px 6px;
white-space: nowrap;
}
.vbmenu_control a:link, .vbmenu_control_alink
{
color: #FFFFFF;
text-decoration: none;
}
.vbmenu_control a:visited, .vbmenu_control_avisited
{
color: #FFFFFF;
text-decoration: none;
}
.vbmenu_control a:hover, .vbmenu_control a:active, .vbmenu_control_ahover
{
color: #FFFFFF;
text-decoration: none;
}
.vbmenu_popup
{
background: #FFFFFF;
color: #000000;
border: 1px solid #0B198C;
}
.vbmenu_option
{
background: #FFFFFF;
color: #000000;
font: 11px tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
white-space: nowrap;
cursor: pointer;
}
.vbmenu_option a:link, .vbmenu_option_alink
{
color: #0066FF;
text-decoration: none;
}
.vbmenu_option a:visited, .vbmenu_option_avisited
{
color: #0066FF;
text-decoration: none;
}
.vbmenu_option a:hover, .vbmenu_option a:active, .vbmenu_option_ahover
{
color: #FF4400;
text-decoration: none;
}
.vbmenu_hilite
{
background: #000000;
color: #0066FF;
font: 11px tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
white-space: nowrap;
cursor: pointer;
}
.vbmenu_hilite a:link, .vbmenu_hilite_alink
{
color: #0066FF;
text-decoration: none;
}
.vbmenu_hilite a:visited, .vbmenu_hilite_avisited
{
color: #0066FF;
text-decoration: none;
}
.vbmenu_hilite a:hover, .vbmenu_hilite a:active, .vbmenu_hilite_ahover
{
color: #FF4400;
text-decoration: none;
}
/* ***** styling for 'big' usernames on postbit etc. ***** */
.bigusername { font-size: 16pt; }
/* ***** small padding on 'thead' elements ***** */
td.thead, th.thead, div.thead { padding: 4px; }
/* ***** basic styles for multi-page nav elements */
.pagenav a { text-decoration: none; }
.pagenav td { padding: 2px 4px 2px 4px; }
/* ***** de-emphasized text */
.shade, a.shade:link, a.shade:visited { color: #777777; text-decoration: none; }
a.shade:active, a.shade:hover { color: #FF4400; text-decoration: none; }
.tcat .shade, .thead .shade, .tfoot .shade { color: #DDDDDD; }
/* ***** define margin and font-size for elements inside panels ***** */
.fieldset { margin-bottom: 6px; }
.fieldset, .fieldset td, .fieldset p, .fieldset li { font-size: 11px; }
a:visited { color: #F90573; text-decoration: none; }
.meta {
padding-bottom:9px;
background:transparent url("http://i40.servimg.com/u/f40/15/90/92/64/box-sh10.gif") no-repeat bottom left;
font-size:.9em;
}
.meta dl {
border:1px solid #e0e0e0;
background:white;
margin:0;
padding:4px;
list-style:none;
display:block;
}
* html .meta dl {
height:1em;
}
.meta dl dd, .meta dl dt {
display:inline;
margin:0;
padding:0;
}
.meta dl dt {
margin:0 .5em 0 0;
color:#828282;
}
.meta dl dt a {
color:#828282;
text-decoration:none;
}
.meta dl dd {
margin:0 1em 0 0;
font-weight:bold;
color:black;
}
.meta dl img {
vertical-align:middle;
}
.meta dl dd a {
text-decoration:none;
color:black;
}
a.popup {
position:relative;
z-index:10;
color:#000000;
text-decoration:none;
}
a.popup:hover {z-index:10; background-color:#FFFFFF }
a.popup span {display:none; }
a.popup:hover span {
display:block;
position:absolute;
top:15px; left:15px;
width:auto;
padding:3px;
border:0px solid #000000;
background-image:url('http://a.imageshack.us/img231/6131/15655891430909703691.png');
}
input:hover, input:focus
{
border:#1391E6 1px solid !important;
box-shadow: 0 0 5px #1391E6 !important;
-moz-border-radius: 2px !important;
-webkit-border-radius: 2px !important;
-webkit-box-shadow: 0 0 3px #1391E6 !important;
-moz-box-shadow: 0 0 3px #1391E6 !important;
transition: all 0.25s ease-in-out !important;
-webkit-transition: all 0.25s ease-in-out !important;
-moz-transition: all 0.25s ease-in-out !important;
}
.duongvien
{
background:white;
padding:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
border: 1px solid #AAAAAA;
}
.duongvien:hover {
-moz-box-shadow: 0px 0px 5px black;
-webkit-box-shadow: 0px 0px 5px black;
border: 0px;
}
#menu_con{
height:29px;
position: absolute;
padding:6px 6px 0px 6px;
margin-left:730px;
color:black
}
#menu_con:hover, #menu_con1:hover{
background:#93B87C;
color:white;
}
#menu_con1{
height:29px;
position: absolute;
padding:6px 6px 0px 6px;
margin-left:600px;
color:black;
}
#menu_con1 img,#menu_con img{
vertical-align:middle;
-moz-border-radius:3px;
-webkit-border-radius:3px;
margin-bottom:6px;
}
.balloonstyle{
position:absolute;
top: -500px;
margin-left: 110px;
margin-top:-10px;
padding: 5px;
visibility: hidden;
font:normal 12px Verdana;
line-height: 18px;
z-index: 100;
background-color: white;
width: 280px;
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135,Strength=5);
}
.arrowhead{
z-index: 99;
position:absolute;
top: -500px;
left: 0;
visibility: hidden;
}
.button
{
background: #4d91cd;
color: #FFFFFF;
font: 12px arial,verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
border: 1px solid #4d91cd;
padding-left: 4px;
padding-right: 4px;
padding-bottom:2px;
padding-top:2px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
}
.button:hover{-moz-border-radius:
3px;-webkit-border-radius:3px;color:#000000;border-color:#999;background:#f3f3f3;background-image:-moz-linear-gradient(top,#ffffff,#ebebeb);background-image:-webkit-gradient(linear,left
top,left
bottom,from(#ffffff),to(#ebebeb));filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr=#ffffff,endColorStr=#ebebeb);outline:0;-moz-box-shadow:0
0 5px #4d91cd;-webkit-box-shadow:0 0 5px #4d91cd;box-shadow:0 0 5px
#4d91cd}
.tcat_bottom
{
color: #000000;
font: bold 11pt tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
border: 0;
height: 80px;
background: url(http://i40.servimg.com/u/f40/15/90/92/64/tcat-b10.png) repeat-x transparent;
padding-left:6px;
}
.info
{
background: url() no-repeat top left; border: 1px #FFFF00 solid; margin-bottom: 3px; padding: 3px
}
.info{font-size:10px;font-style:normal}
.info
{
background:#F0FAFF; border:#ACE4FF dotted 1px; margin:4px 15px 7px; padding:3px;
}
.khungke
{
background:#FFFFFF;
font-size: 8pt;
color: #000000; font-family: Tahoma, Arial, Verdana;
padding:2px 10px 2px 10px;
margin-bottom: 2px;
border: 1px dashed #CCCCCC;
}
.khung {
border-top: solid 1px #CCCCCC;
border-left: solid 1px #CCCCCC;
border-right: solid 1px #CCCCCC;
border-bottom: solid 1px #CCCCCC;
margin: 3px 5px;
padding: 2px;
color: #333333;
background: #FFFFFF;
font-size: 11px;
}
#anhquamoi
img:hover{width:100px;height:100px;transition: all 0.5s ease-in-out
!important;-webkit-transition: all 0.5s ease-in-out
!important;-moz-transition: all 0.5s ease-in-out
!important;}.balloonstyle{position:absolute;top: -500px;margin-left:
110px;margin-top:-10px;padding: 5px;visibility: hidden;font:normal 12px
Verdana;line-height: 18px;z-index: 100;background-color: white;width:
280px;filter:
progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135,Strength=5);}.arrowhead{z-index:
99;position:absolute;top: -500px;left: 0;visibility: hidden;}.duongvien
{background:white;padding:5px;-moz-border-radius:5px;-webkit-border-radius:5px;border:
1px solid #AAAAAA;}.duongvien:hover {-moz-box-shadow: 0px 0px 5px
black;-webkit-box-shadow: 0px 0px 5px black;border: 0px;}
.c_border{
-moz-box-shadow: -2px 2px 2px white;
-webkit-box-shadow: -2px 2px 2px white;
border: 1px solid white;
box-shadow: -2px 2px 2px white;
border: 1px solid #C4C4C4;
background: url(http://i40.servimg.com/u/f40/15/90/92/64/atl-bg10.jpg) bottom left repeat-x;
text-align:left;
width: 894px;
}
.c_border:hover {
-moz-box-shadow: -2px 2px 2px white;
-webkit-box-shadow: -2px 2px 2px white;
border: 1px solid white;
box-shadow: 0px 0px 10px 0px #36CEFC;
z-index: 999;
transition:
all 0.5s ease-in-out !important;-webkit-transition: all 0.5s
ease-in-out !important;-moz-transition: all 0.5s ease-in-out !important;
background: url(http://i40.servimg.com/u/f40/15/90/92/64/atl-bg10.jpg) bottom left repeat-x;
border: 1px solid #36CEFC;
width: 100%px;
}
.td_border{
padding-top:5px;
padding-bottom:5px;
}
#password, #username{
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
padding:1px 1px 1px 16px;
width:100px;
}
#password {
background:#FFFFFF url(http://i28.servimg.com/u/f28/15/68/89/57/pass9610.png) no-repeat scroll left center; }
#username {
background:#FFFFFF url(http://i28.servimg.com/u/f28/15/68/89/57/id966810.png) no-repeat scroll left center; }
input.mainoption, input[type=submit], input[type=text], input[type=password], select, textarea{
background: #FFF;
color: #000; border:1px solid #CCC;
}
.lastpost a:link{ float: left; }
.lastpost a:visited{ float: left; }
.who
{ float: left; } .when { float: right; } .what { clear: both;
margin-bottom: 0; margin-left: 0; margin-right: 0;
margin-top: 0; overflow-x: hidden; overflow-y: hidden;
padding-bottom: 5px; padding-left: 20px; padding-right: 20px;
padding-top: 5px; } .duongvien { background:white; padding:5px;
-moz-border-radius:5px; -webkit-border-radius:5px; border: 1px solid
#AAAAAA; } .duongvien:hover { -moz-box-shadow: 0px 0px 5px black;
-webkit-box-shadow: 0px 0px 5px black; border: 0px; } .title
{background: url(sieusaohsf/top-quote.png) no-repeat 0px 10px;
padding-left: 20px; }
a.gal:link { text-decoration: none;
border-bottom: 1px dotted #016798; color: #016798; padding: 0 0 0 12px;
background: url(http://i21.servimg.com/u/f21/13/61/26/37/exlink11.gif)
no-repeat 0; } a.gal:visited { text-decoration: none; border-bottom: 1px
dotted #016798; color: #016798; padding: 0 0 0 12px; background:
url(http://i21.servimg.com/u/f21/13/61/26/37/exlink11.gif) no-repeat 0; }
a.gal:hover, a.gal:active { text-decoration: underline; border-bottom:
0px dotted #F8BF24; color: #016798; padding: 0 0 0 12px; background:
url(http://i21.servimg.com/u/f21/13/61/26/37/exlink10.gif) no-repeat 0; }
.khung
{
background:#FFFFFF;
font-size: 8pt;
color: #000000; font-family: Verdana,Tahoma, Helvetica, Arial, sans-serif;
padding:2px 10px 2px 10px;
margin-bottom: 2px;
border: 1px dashed #001AFF;
}
a[href="/u1"] {background-image: url('http://i64.servimg.com/u/f64/13/54/69/46/th_18511.gif'); background-position:20px;}
a[href="/u1"] {text-shadow: 0px 0px 0px #111, 0 0 0.5em red, 0 0 0.4em red;}
#smallrum{padding: 0.4em 1em;margin: 3px 1px;
background: #FFFFFF none;
-moz-box-shadow: -2px 2px 2px #c8c8c8;
-webkit-box-shadow: -2px 2px 2px #c8c8c8;box-shadow: -2px 2px 2px #c8c8c8;color: #ccf0ff;width: 375px;}
#smallrum a img{vertical-align: middle; padding-right: 2px;}
#smallrum a.gensmall {
display: inline-block;
text-align: left;
width: 160px;
}
body, a, a:hover {cursor: url(http://cur.cursors-4u.net/cursors/cur-2/cur116.cur), progress;}
a:hover {
cursor: url(http://cur.cursors-4u.net/cursors/cur-2/cur223.cur), default;
color:#FF6600;
}
a:hover{
text-decoration: none!important;
color : yellow;text-shadow:0 0 .2em red, 0 0 .2em red, 0 0 .2em red;
}
a:hover,a:active{color:#333;text-decoration:none;background-image:url(http://dl2.glitter-graphics.net/pub/1354/1354052a1azn09aeq.gif);}.postbody
img{max-width:450px;}
.forumline.module-advert {opacity: 0.2;}
.quote{
background-color: #FAFAFA;
color: #444;
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
line-height: 125%;
padding: 7px;}
div.postbody table{background: #FFFBC3 none;
border: 1px dashed #FF9C00;}
div.postbody
table span.genmed{color:#777777;display:block;padding: 6px 30px 13px
30px;background: #fffbc3
url(http://cdn1.iconfinder.com/data/icons/fatcow/16x16_0440/folder_add.png)
no-repeat 5px 8px;font: bold 18px Courier New}
input.button1, input.button2, button.button2, #main-content a.cgu-buttons {
border: 1px solid #afafaf;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-moz-box-shadow: 1px 3px 0px #afafaf;
-webkit-box-shadow: 1px 3px 0px #afafaf;
}
______________________________ /*lastest topic---------------------------*/
#c3lastest {
display:none;
height:386;
overflow:hidden;
padding:0;
margin:0;
border-bottom:1px solid #ccc
}
.rai {
float:right;
text-align:right
}
#number {
width:40px;
border:0
}
#zmenu {
border:0
}
.c3zotion{-moz-border-radius:6px;-webkit-border-radius:6px;background:#fff;border:1.3px
dashed
#009FBF!important;font-weight:700;height:22px;margin-top:7px;padding-top:5px;text-transform:uppercase;vertical-align:middle!important;width:170px}
input.c3zotion{-moz-border-radius:6px;-webkit-border-radius:6px;border:1.3px
dashed
#009FBF!important;font-weight:700;height:30px;margin-top:7px;text-transform:uppercase;width:170px}
#last-posts{width:100%;}
#select-lastpost{float:right;cursor:pointer;}
#option-lastpost{height:18px;}
.op-last{float:left;cursor:pointer;height:18px;margin:-5px 2px 0;width:80px;text-align:center;}
.op-last2{height:28px;margin-top:-12px;font-weight:bold;line-height:250%;border-radius:5px
5px 0 0;border-bottom:0;color:red;background-color:#FFF;}
.op-last-bottom{float:left;border:1px solid #999;margin:-1px 2px
0;padding:5px;cursor:pointer;height:15px;background-color:#DDD;}
.op-last-bottom2{height:23px;font-weight:bold;border-radius:0 0 5px
5px;border-top:0;background-color:white;margin-top:-4px;color:red;background-color:#FFF;}
.op-last-select{font-weight:bold!important;color:#0E53FB;}
.op-choice{float:left;display:none;}
.op-change{float:left;margin-left:5px;}
.op-prew,.op-next{width:20px;height:20px;cursor:pointer;float:left;margin:0 2px;}
.op-prew{background:url(http://i48.servimg.com/u/f48/13/58/60/43/contro18.png) 50% 50%;}
.op-next{background:url(http://i48.servimg.com/u/f48/13/58/60/43/contro20.png) 50% 50%;}
#main-lastpost{background: white url(http://i27.servimg.com/u/f27/15/47/59/46/listbg10.gif);min-height:300px;}
#dl-lastpost{display:none;}
#name-lastpost,.name-lastpost {
position: absolute;
padding: 5px 25px;
font-style: italic;
}
.dl-post {
height: 20px;
}
lp1,.lp2,.lp3,.lp4,.lp5,.lp6,.lp7,.lp8,.imglp{
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
position: absolute;
font-size: 11px;
}
.dl-post:hover{
background-color:#DDD;
}
.lpmi {
width: 100px;
}
.lp1 img {
height: 14px;
}
.lp2 {
margin-left: 5px;
width: 160px;
}
.lp3 {
margin-left: 188px;
width: 100px;
}
.lp4 {
margin-left: 308px;
width: 100px;
}
.lp5 {
margin-left: 420px;
width: 100px;
}
.lp6 {
margin-left: 538px;
}
.lp7 {
margin-left: 575px;
}
.lp8 {
margin-left: 618px;
height: 14px;
}
.imglp {
margin-left: 608px;
margin-top:1px;
}
#trang-lastpost {
float: right;
}
.TrangTruoc,.TrangSau,.TrangHT{font:12px Courier;cursor:pointer;color:red;float: left;height:30px;width:30px;opacity:0.6;}
.TrangTruoc:hover,.TrangSau:hover,.TrangHT:hover{opacity:1;}
.TrangTruoc{display:none;background:url(http://i48.servimg.com/u/f48/16/58/89/73/fancy_12.png) no-repeat;}
.TrangSau{background:url(http://i48.servimg.com/u/f48/13/58/60/43/fancy_10.png) no-repeat;}
#SoTrangLT{width:25px;height:22px;text-align:center;font-weight:bold;border:3px dashed white;}
#SoTrangLT:hover{border:3px dashed black;color:red;}
#Load {
display:none;
background: white url(http://i48.servimg.com/u/f48/13/58/60/43/loadaj10.gif) 50% 50% no-repeat;
position: fixed;
left: 50%;
top: 40%;
width: 50px;
height: 50px;
border: 10px solid #82D23D;
border: 20px solid rgba(130, 210, 60, .3);
border-radius: 50px;
margin-left: -25px;
}
Chuyển đến trang : 1, 2, 3, 4
Quick reply
Permissions in this forum:
Bạn không có quyền trả lời bài viết
|
|