Смотрите видео ниже, чтобы узнать, как установить наш сайт в качестве веб-приложения на домашнем экране.
Примечание: В настоящее время эта функция требует доступа к сайту с помощью встроенного браузера Safari.
<xen:if is="@enableResponsive">
@media only screen and (max-width: @maxResponsiveWideWidth)
{
#Block1st {display: none; !important;}
#Block2nd {margin-left: 0px !important;}
}
@media only screen and (max-width: @maxResponsiveMediumWidth), only screen and (max-device-width: @maxResponsiveNarrowWidth)
{
#Block1st {display: none; !important;}
#Block2nd {margin-left: 0px !important;}
.VietXfAdvStats_Thread .VietXfAdvStats_SectionItemInfo { display: none !important; }
}
</xen:if>
.VietXfAdvStats {
}
.VietXfAdvStats h3 {
@property "subHeading";
font-size: 11px;
color: @secondaryDarker;
background-color: @secondaryLighter;
background-repeat: repeat-x;
background-position: top;
padding: 5px 10px;
margin: 3px auto 0;
border-top: 1px solid @secondaryLighter;
border-bottom: 1px solid @secondaryLight;
@property "/subHeading";
@property "categoryStrip";
padding: 5px 10px 2px;
margin: 0;
border-bottom-color: @subHeading.border-bottom-color;
border-radius: 5px;
min-height: 6px;
@property "/categoryStrip";
margin-bottom: 5px;
}
.VietXfAdvStats h3 .VietXfAdvStats_Header {
@property "categoryStripTitle";
font-size: 10pt;
color: @secondaryDarker;
@property "/categoryStripTitle";
}
.VietXfAdvStats h3 .VietXfAdvStats_Controls {
float: right;
font-size: @categoryStripTitle.font-size;
}
.VietXfAdvStats h3 .VietXfAdvStats_Controls select {
margin-top: -3px;
}
#Block1st {
float: left;
width: @VietXfAdvStats_Block1stWidth;
}
#Block2nd {
margin-left: {xen:calc '@VietXfAdvStats_Block1stWidth + 5'}px;
}
#Block1stPanes,
#Block2ndPanes {
border-left: 1px solid @primaryLighter;
border-right: 1px solid @primaryLighter;
border-bottom: 1px solid @primaryLighter;
padding-bottom: 5px;
}
#Block1st .VietXfAdvStats_Block1stContent {
padding-left: 25px;
padding-right: 5px;
line-height: 14px;
}
#Block2nd .VietXfAdvStats_Block2ndContent {
padding-left: 5px;
padding-right: 5px;
line-height: 14px;
}
#Block1st .VietXfAdvStats_Block1stContent{
background: url(styles/default/xenforo/list.gif) no-repeat top left;
}
.VietXfAdvStats_Section {
position: relative;
zoom: 1;
}
.VietXfAdvStats_SectionItem {
display: table;
table-layout: fixed;
width: 100%;
word-wrap: normal;
padding-top: 3px;
padding-bottom: 3px;
}
.VietXfAdvStats_SectionItem .VietXfAdvStats_SectionItemBlock {
display: table-cell;
vertical-align: middle;
}
.VietXfAdvStats_SectionItem .VietXfAdvStats_SectionItemTitle {
@property "VietXfAdvStats_SectionItemTitleCss";
@property "/VietXfAdvStats_SectionItemTitleCss";
}
.VietXfAdvStats_SectionItem .VietXfAdvStats_SectionItemInfo {
@property "VietXfAdvStats_SectionItemInfoCss";
font-size: 11px;
text-align: right;
@property "/VietXfAdvStats_SectionItemInfoCss";
}
/** IE <8 **/
.VietXfAdvStats_SectionItem { *display: block; _vertical-align: bottom; }
.VietXfAdvStats_SectionItem .listBlock { *display: block; *float: left; }
.VietXfAdvStats_SectionItem .listBlock { _height: 52px; *min-height: 52px; } /* todo: should be calculation */
.VietXfAdvStats_Section .VietXfAdvStats_SectionItemTitle { *width: 69.98%; }
.VietXfAdvStats_Section .VietXfAdvStats_SectionItemInfo { *width: 29.98%; }
.VietXfAdvStats_SectionItem {
background-color: @contentBackground;
background: url('styles/default/xenforo/listbg.gif') repeat;
}
/** USERS SECTION */
.VietXfAdvStats_User {
}
.VietXfAdvStats_User .VietXfAdvStats_SectionItemTitle {
width: {xen:if '{xen:calc '@VietXfAdvStats_UserNameWidth'} > 0', '@VietXfAdvStats_UserNameWidth', 'auto'};
}
.VietXfAdvStats_User .VietXfAdvStats_SectionItemInfo {
width: {xen:if '{xen:calc '@VietXfAdvStats_UserInfoWidth'} > 0', '@VietXfAdvStats_UserInfoWidth', 'auto'};
}
/** THREADS SECTION */
.VietXfAdvStats_Thread {
}
.VietXfAdvStats_Thread .VietXfAdvStats_ThreadTitle.new a {
font-weight: bold;
}
.VietXfAdvStats_Thread .VietXfAdvStats_SectionItemTitle {
width: {xen:if '{xen:calc '@VietXfAdvStats_ThreadTitleWidth'} > 0', '@VietXfAdvStats_ThreadTitleWidth', 'auto'};
}
.VietXfAdvStats_Thread .VietXfAdvStats_SectionItemInfo {
width: {xen:if '{xen:calc '@VietXfAdvStats_ThreadInfoWidth'} > 0', '@VietXfAdvStats_ThreadInfoWidth', 'auto'};
}
<xen:if is="@enableResponsive">
@media only screen and (max-width: @maxResponsiveWideWidth)
{
#Block1st {display: none; !important;}
#Block2nd {margin-left: 0px !important;}
}
@media only screen and (max-width: @maxResponsiveMediumWidth), only screen and (max-device-width: @maxResponsiveNarrowWidth)
{
#Block1st {display: none; !important;}
#Block2nd {margin-left: 0px !important;}
.VietXfAdvStats_Thread .VietXfAdvStats_SectionItemInfo { display: none !important; }
}
</xen:if>
.VietXfAdvStats {
}
.VietXfAdvStats h3 {
@property "subHeading";
font-weight: bold;
font-size: 12px;
color: @textCtrlText;
background-color: @pageBackground;
padding: 8px;
margin: 3px auto 0;
border: 1px solid rgb(221, 221, 221);
border-radius: 0px;
@property "/subHeading";
@property "categoryStrip";
padding: 5px 10px;
margin: 0;
border-bottom-color: @subHeading.border-bottom-color;
border-radius: 0px;
min-height: 6px;
@property "/categoryStrip";
margin-bottom: 5px;
}
.VietXfAdvStats h3 .VietXfAdvStats_Header {
@property "categoryStripTitle";
font-weight: bold;
font-size: 14px;
color: @textCtrlText;
padding: 3px;
border-radius: 0px;
@property "/categoryStripTitle";
}
.VietXfAdvStats h3 .VietXfAdvStats_Controls {
float: right;
font-size: @categoryStripTitle.font-size;
}
.VietXfAdvStats h3 .VietXfAdvStats_Controls select {
margin-top: -3px;
}
#Block1st {
float: left;
width: @VietXfAdvStats_Block1stWidth;
}
#Block2nd {
margin-left: {xen:calc '@VietXfAdvStats_Block1stWidth + 5'}px;
}
#Block1stPanes,
#Block2ndPanes {
border-left: 1px solid @primaryLighter;
border-right: 1px solid @primaryLighter;
border-bottom: 1px solid @primaryLighter;
padding-bottom: 5px;
}
#Block1st .VietXfAdvStats_Block1stContent {
padding-left: 5px;
padding-right: 5px;
line-height: 14px;
}
#Block2nd .VietXfAdvStats_Block2ndContent {
padding-left: 5px;
padding-right: 5px;
line-height: 14px;
}
.VietXfAdvStats_Section {
position: relative;
zoom: 1;
}
.VietXfAdvStats_SectionItem {
display: table;
table-layout: fixed;
width: 100%;
word-wrap: normal;
padding-top: 3px;
padding-bottom: 3px;
}
.VietXfAdvStats_SectionItem .VietXfAdvStats_SectionItemBlock {
display: table-cell;
vertical-align: middle;
}
.VietXfAdvStats_SectionItem .VietXfAdvStats_SectionItemTitle {
@property "VietXfAdvStats_SectionItemTitleCss";
@property "/VietXfAdvStats_SectionItemTitleCss";
}
.VietXfAdvStats_SectionItem .VietXfAdvStats_SectionItemInfo {
@property "VietXfAdvStats_SectionItemInfoCss";
font-size: 11px;
text-align: right;
@property "/VietXfAdvStats_SectionItemInfoCss";
}
/** IE <8 **/
.VietXfAdvStats_SectionItem { *display: block; _vertical-align: bottom; }
.VietXfAdvStats_SectionItem .listBlock { *display: block; *float: left; }
.VietXfAdvStats_SectionItem .listBlock { _height: 52px; *min-height: 52px; } /* todo: should be calculation */
.VietXfAdvStats_Section .VietXfAdvStats_SectionItemTitle { *width: 69.98%; }
.VietXfAdvStats_Section .VietXfAdvStats_SectionItemInfo { *width: 29.98%; }
.VietXfAdvStats_SectionItem {
background-color: @contentBackground;
background: url('styles/default/xenforo/listbg.gif') repeat;
}
/** USERS SECTION */
.VietXfAdvStats_User {
}
.VietXfAdvStats_User .VietXfAdvStats_SectionItemTitle {
width: {xen:if '{xen:calc '@VietXfAdvStats_UserNameWidth'} > 0', '@VietXfAdvStats_UserNameWidth', 'auto'};
}
.VietXfAdvStats_User .VietXfAdvStats_SectionItemInfo {
width: {xen:if '{xen:calc '@VietXfAdvStats_UserInfoWidth'} > 0', '@VietXfAdvStats_UserInfoWidth', 'auto'};
}
/** THREADS SECTION */
.VietXfAdvStats_Thread {
}
.VietXfAdvStats_Thread .VietXfAdvStats_ThreadTitle.new a {
font-weight: bold;
}
.VietXfAdvStats_Thread .VietXfAdvStats_SectionItemTitle {
width: {xen:if '{xen:calc '@VietXfAdvStats_ThreadTitleWidth'} > 0', '@VietXfAdvStats_ThreadTitleWidth', 'auto'};
}
.VietXfAdvStats_Thread .VietXfAdvStats_SectionItemInfo {
width: {xen:if '{xen:calc '@VietXfAdvStats_ThreadInfoWidth'} > 0', '@VietXfAdvStats_ThreadInfoWidth', 'auto'};
}
Где ты там ссылку нашел? А если убрать "VietXF - " то ищи по фразамПодскажите, как убрать ссылку на vxf.vn из статистики?
хм, чуть мышку не сломал) кликал по всему моду, никаких ссылок...Я убрал VietXF :-)
Но оставил "Расширенная статистика форума", а оказывается по ней еще и кликнуть можно и оно вылетает на их сайт vxf.vn
Странно, вот мой код:Я же не буду придумывать, вот пожалуйста, смотрите :-)
Посмотреть вложение 21896
Мы используем основные cookies для обеспечения работы этого сайта, а также дополнительные cookies для обеспечения максимального удобства пользователя.
Посмотрите дополнительную информацию и настройте свои предпочтения