|
|
Обсуждение проблем верстки шаблонов и стилизации форума.
22 ноя 2011, 21:14
Всем привет. Сообщений на такую тему много, однако они помогают если у тебя стандартный стиль prosilver. Кто может реально помочь, а не давать ссылки на уже избитый и бесполезный в данной ситуации материал? Стиль whiteb. Файла common нет. Файл stylesheet - Код: выделить все
/* CSS Document */ /* whiteb */ /* Autor: Florea Cosmin - Ionut */ /* Contact: florea.cosmin92@yahoo.com */ /* Site oficial: www.ifcosmin.ro */
* { /* Reset browsers default margin, padding and font sizes */ margin: 0; padding: 0; }
html { font-size: 100%; }
body { /* Text-Sizing with ems: http://www.clagnut.com/blog/348/ */ font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif; color: #000; background: #CECECE url(images/body.gif); font-size: 10px; margin: 0; padding: 0; } #body-simple { background: #ECECEC; padding: 5px; }
/* Misc stuff */ img { border: none; }
.gen { margin: 1px 1px; font-size: 1.2em; }
.genmed { margin: 1px 1px; font-size: 1.1em; }
.gensmall { margin: 1px 1px; font-size: 1em; }
.titles { font-family: "Lucida Grande", Helvetica, Arial, sans-serif; font-weight: bold; font-size: 1.3em; text-decoration: none; }
.error, table td .error { color: #F40030; }
.spacer { color: #D4D4D4; background: #5C5C5C url(images/th.gif) top left repeat-x; border-left: solid 1px #575757; border-right: solid 1px #3E3E3E; border-top: solid 1px #2B2B2B; border-bottom: solid 1px #2D2D2D; padding: 1px; }
hr { height: 0px; border: solid #B8B8B8 0px; border-top-width: 1px;}
.pagination { padding: 4px; font-size: 1em; font-weight: bold; }
/* Links ------------ */ a { color: #3A3A3A; text-decoration: none; }
a:active, a:visited { color: #3A3A3A; text-decoration: none; }
a:hover { color: #F40030; text-decoration: underline; }
a.forumlink { font-weight: bold; font-family: "Lucida Grande", Helvetica, Arial, sans-serif; font-size: 1.2em; }
a.topictitle { margin: 1px 0px; font-family: "Lucida Grande", Helvetica, Arial, sans-serif; font-weight: bold; font-size: 1.2em; }
a.topictitle, .postbody a { color: #3A3A3A; } a.topictitle:visited, .postbody a:visited { color: #3F3F3F; } a.topictitle:visited:hover, .postbody a:visited:hover { color: #3A3A3A; } a.topictitle:hover, .postbody a:hover { color: #F40030; }
/* Header and logo */ #logo-row { background: #FFF url(images/bg_logo.gif) bottom left repeat-x; } #logo-left { background: url(images/logo_left.gif) bottom left no-repeat; } #logo-right { background: url(images/logo_right.gif) bottom right no-repeat; } html>body #logo-right { min-height: 70px; }
#logo-registered { float: right; padding: 15px 10px 5px; color: #666; font-size: 11px; text-align: right; }
#logo-login { float: right; padding: 15px 10px 5px; color: #666; font-size: 11px; text-align: right; } #logo-login input.post { margin-bottom: 3px; }
#logo-clear { clear: both; }
* html #logo-login, * html #logo-registered { }
* html #logo-clear { font-size: 1px; line-height: 1px; height: 0; overflow: hidden; position: relative; }
.pm-notify-new, .pm-notify-unread { border-left: solid 1px #828282; border-right: solid 1px #727272; border-top: solid 1px #828282; border-bottom: solid 1px #727272; background: #EAEAEA url(images/cell.gif) top left repeat-x; margin: 10px 0; padding: 10px; text-align: center; font-size: 12px; font-weight: bold; } .pm-notify-new a, .pm-notify-new a:visited, .pm-notify-unread a, .pm-notify-unread a:visited { text-decoration: underline; } .pm-notify-header { margin-bottom: 10px; color: #F40030; } .pm-notify-new { padding: 30px; }
/* Navigation buttons */ .navrow { background: #454545 url(images/bg_navbar.gif) top left repeat-x; height: 21px; overflow: hidden; color: #C6C6C6; text-align: center; font-size: 11px; padding-top: 10px; } /* * html .navrow { padding: 0; } */ .navrow b, .navrow strong { font-weight: normal; } .navrow a, .navrow a:visited { color: #E8E8E8; text-decoration: none; padding-left: 5px; padding-right: 5px; } .navrow a:hover { color: #fff; text-decoration: underline; }
a.link-new, a.link-new:visited { color: #F40030; } a.link-new:hover, a.link-new:visited:hover { color: #BB1B3B; }
/* Content and tables */ #content { background: url(images/bg_top1.gif) top left repeat-x; padding: 0 10px 10px; } #maintable { border: solid 2px #FFF; margin: 0 auto; } #contentrow { padding: 8px; background: #ECECEC url(images/bg_top2.gif) top left repeat-x; }
.tablebg { border: solid 1px #B0B0B0; background: #EAEAEA url(images/cell.gif) top left repeat-x; } .block-start .tablebg { border-top-width: 0; border-bottom-width: 0; border-color: #B0B0B0; border-right-color: #ECECEC; }
.row1, .row2, .row3, .legend, .forumrules, tr.row1 .row, tr.row2 .row, tr.row3 .row, .postbottom { border-left: solid 1px #F3F3F3; border-right: solid 1px #B8B8B8; border-top: solid 1px #F3F3F3; border-bottom: solid 1px #B8B8B8; background: #EAEAEA url(images/cell.gif) top left repeat-x; padding: 4px; } th { color: #D4D4D4; font-size: 11px; font-weight: bold; background: #5C5C5C url(images/th.gif) top left repeat-x; white-space: nowrap; padding: 0 5px; text-align: center; height: 26px; border-left: solid 1px #575757; border-right: solid 1px #3E3E3E; border-top: solid 1px #2B2B2B; border-bottom: solid 1px #2D2D2D; } th a, th a:visited { color: #D4D4D4 !important; text-decoration: underline; } th a:hover { color: #EDEDED; text-decoration: underline; }
td { padding: 2px; } td.profile { padding: 4px; } .catdiv, .cat, .cathead { height: 24px; padding: 0 3px; border-left: solid 1px #F3F3F3; border-right: solid 1px #B8B8B8; border-top: solid 1px #F3F3F3; border-bottom: solid 1px #B8B8B8; background: #E1E1E1 url(images/cathead.gif) top left repeat-x; }
.cat, .cathead { text-indent: 4px; }
/* Table header */ caption, .cap-div { margin: 0; padding: 0; background: url(images/hdr_mid.gif) top left repeat-x; white-space: nowrap; height: 27px; text-align: left; } .cap-left { background: url(images/hdr_left.gif) top left no-repeat; } .cap-right { background: url(images/hdr_right.gif) top right no-repeat; padding-top: 6px; padding-left: 29px; height: 21px; } caption, caption h1, caption h2, caption h3, caption h4, caption span, .cap-div, .cap-div h1, .cap-div h2, .cap-div h3, .cap-div h4, .cap-div span { font-size: 12px; font-weight: bold; color: #3A3A3A; } caption h1, caption h2, caption h3, caption h4, caption span, .cap-div h1, .cap-div h2, .cap-div h3, .cap-div h4, .cap-div span { display: inline; } caption a, caption a:visited, .cap-div a, .cap-div a:visited { color: #3A3A3A; text-decoration: underline; } caption a:hover, .cap-div a:hover { color: #F40030; text-decoration: underline; }
.block-start { background: url(images/ftr_mid.gif) bottom left repeat-x; } .block-end-left { background: url(images/ftr_left.gif) top left no-repeat; } .block-end-right { background: url(images/ftr_right.gif) top right no-repeat; } .block-end-left, .block-end-right { height: 4px; overflow: hidden; padding: 0; }
/* Footer */ #wrapfooter { text-align: center; color: #848484; padding-top: 10px; }
.copyright { color: #848484; font-weight: normal; font-size: 9px; line-height: 1.2em; } .copyright a, .copyright a:visited { color: #848484; text-decoration: underline; } .copyright a:hover { color: #3A3A3A; }
/* Breadcrumbs */ .breadcrumb .row1 { border-width: 1px 0 0 1px; background: #F4F4F4; } p.breadcrumbs { margin: 0; padding: 0; float: left; color: #848484; font-weight: bold; white-space: normal; font-size: 1em; } .rtl p.breadcrumbs { float: right; }
p.datetime { margin: 0; padding: 0; float: right; white-space: nowrap; font-size: 1em; }
.rtl p.datetime { float: left; }
/* Index/viewforum */ .subforum.read { background: url(images/sub_old.gif) top left no-repeat; padding-left: 12px; } .subforum.unread { background: url(images/sub_new.gif) top left no-repeat; padding-left: 12px; } .legend { text-align: center; margin: 0 auto; padding: 2px; border-top-color: #B0B0B0; border-left-color: #B0B0B0; } .legend-viewforum { margin: 0; text-align: left; border-top-color: #B0B0B0; border-left-color: #B0B0B0; }
.forumrules { padding: 4px; font-weight: normal; font-size: 1.1em; border-left: solid 1px #BEBEBE; border-right: solid 1px #B8B8B8; border-top: solid 1px #BEBEBE; border-bottom: solid 1px #B8B8B8; background: #F4F4F4; font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif; } .forumrules h3 { color: #F40030; }
/* Post */ .postsubject { font-size: 12px; font-weight: bold; color: #3A3A3A; } td.postbottom { background: #EDEDED url(images/profile.gif) top left repeat-x; font-size: 10px; color: #696969; white-space: nowrap; padding: 2px 4px; vertical-align: middle; border-left: solid 1px #F3F3F3; border-right: solid 1px #B8B8B8; border-top: solid 1px #F3F3F3; border-bottom: solid 1px #B8B8B8; } td.postbuttons { padding-top: 3px; } .postdetails { color: #444; font-size: 10px; text-align: left; } .postdetails b { color: #444; } .posterrank { font-size: 9px; color: #444; } .posterprofile { font-size: 10px; color: #3A3A3A; }
.postauthor { color: #3A3A3A; font-size: 12px; margin-bottom: 3px; font-weight: bold; } .postonline { margin-bottom: 2px; }
.postreported, .postreported a:visited, .postreported a:hover, .postreported a, .postreported a:active { margin: 1px 0px; color: #F40030; font-weight: bold; }
.postapprove, .postapprove a:visited, .postapprove a:hover, .postapprove a, .postapprove a:active { color: #00FF00; font-weight: bold; }
.postapprove img, .postreported img { vertical-align: bottom; padding-top: 5px; }
.postbody { font-size: 12px; line-height: 1.4em; margin: 3px 0; } .signature { font-size: 11px; color: #666; margin-top: 5px; } .signature .line { color: #959595; }
.postbody li, ol, ul { margin: 0 0 0 1.5em; }
.rtl .postbody li, .rtl ol, .rtl ul { margin: 0 1.5em 0 0; }
.posthilit { background-color: #969696; color: #000; }
.postsubject { font-size: 12px; font-weight: bold; color: #3A3A3A; }
.postbody a { text-decoration: underline; }
/* UCP */ .folder-current a, .folder-current a:visited { color: #F40030; font-weight: bold; } .folder-current a:hover { color: #F40030; }
td.pm_marked_colour { background: #F40030; } td.pm_marked_colour_left { border-left: solid 3px #F40030; padding-left: 2px; } td.pm_marked_colour_right { border-right: solid 3px #F40030; padding-right: 2px; }
td.pm_replied_colour { background: #3A3A3A; } td.pm_replied_colour_left { border-left: solid 3px #3A3A3A; padding-left: 2px; } td.pm_replied_colour_right { border-right: solid 3px #3A3A3A; padding-right: 2px; }
td.pm_friend_colour { background: #007700; } td.pm_friend_colour_left { border-left: solid 3px #007700; padding-left: 2px; } td.pm_friend_colour_right { border-right: solid 3px #007700; padding-right: 2px; }
td.pm_foe_colour { background: #DD0046; } td.pm_foe_colour_left { border-left: solid 3px #DD0046; padding-left: 2px; } td.pm_foe_colour_right { border-right: solid 3px #DD0046; padding-right: 2px; }
/* Form Elements ------------ */ form { margin: 0px; padding: 0px; border: 0px; }
textarea, select, .post, .btnbbcode, .btnmain, .btnlite, .btnfile, .helpline { font-weight: normal; font-family: "Lucida Grande", Verdana, Helvetica, sans-serif; color: #444; border: 1px solid #9F9F9F; background-color: #EDEDED; } .cat .btnmain, .cat .btnlite, .cat select { color: #444; background-color: #F4F4F4; border-color: #9F9F9F; }
input { font-size: 1.1em; padding: 1px; } textarea { font-size: 1.3em; line-height: 1.4em; padding: 2px; } select { font-size: 1.1em; padding: 1px; }
option { padding: 0 1em 0 0; }
.rtl option { padding: 0 0 0 1em; }
.post { border-style: solid; border-width: 1px; }
.btnbbcode { font-size: 1.1em; color: #3A3A3A; border: 1px solid #9F9F9F; background-color: #F4F4F4; } .btnbbcode:hover { border-color: #7A7A7A; color: #000; }
.btnmain { font-weight: bold; cursor: pointer; padding: 1px 5px; font-size: 1.1em; }
.btnlite { font-weight: normal; cursor: pointer; padding: 1px 5px; font-size: 1.1em; }
.btnfile { font-weight: normal; padding: 1px 5px; font-size: 1.1em; }
.helpline { background-color: transparent; color: #6D6D6D; border-style: none; } #helpline { color: #6D6D6D; }
* html textarea, * html select, * html .post, * html .btnmain, * html .btnlite, * html .btnfile { } * html .cat .btnmain, * html .cat .btnlite { } textarea:hover, select:hover, .post:hover, .btnmain:hover, .btnlite:hover, .btnfile:hover { border-color: #5D5D5D; } textarea:focus, select:focus, .post:focus, .btnmain:focus, .btnlite:focus, .btnfile:focus { border-color: #5A5A5A; color: #000; background-color: #F4F4F4; } .cat .btnmain:hover, .cat .btnlite:hover, .cat select:hover { border-color: #5A5A5A; } .cat .btnmain:focus, .cat .btnlite:focus, .cat select:focus { border-color: #5A5A5A; color: #000; }
label:hover { color: #F40030; }
textarea.posting-textarea, #ie8#fix { width: 98%; }
/* BBCode ------------ */ .bb-wrapper { clear: both; margin: 10px 20px; } .bb-wrapper .bb-wrapper { margin: 5px 10px; } .bb-left-top, .bb-right-top, .bb-left-bot, .bb-right-bot { width: 4px; height: 4px; overflow: hidden; padding: 0; } .bb-left-top { background: url(images/bb_left_top.gif) top left no-repeat; } .bb-right-top { background: url(images/bb_right_top.gif) top right no-repeat; } .bb-left-bot { background: url(images/bb_left_bot.gif) bottom left no-repeat; } .bb-right-bot { background: url(images/bb_right_bot.gif) bottom right no-repeat; } .bb-top, .bb-bot { height: 4px; overflow: hidden; padding: 0; } .bb-top { background: #F4F4F4 url(images/bb_top.gif) top left repeat-x; } .bb-bot { background: #F4F4F4 url(images/bb_bot.gif) bottom left repeat-x; } .bb-left, .bb-right { width: 4px; overflow: hidden; background-color: #F4F4F4; padding: 0; } .bb-left { border-left: solid 1px #C5C5C5; } .bb-right { border-right: solid 1px #C5C5C5; } .bb-content { background-color: #F4F4F4; padding: 0 2px; } .bb-quote { background-image: url(images/bg_quote.gif); background-repeat: no-repeat; background-position: top right; } .bb-code { background-image: url(images/bg_code.gif); background-repeat: no-repeat; background-position: top right; } .bb-attach { background-image: url(images/bg_attach.gif); background-repeat: no-repeat; background-position: top right; } .quotetitle, .attachtitle, .codetitle { color: #3A3A3A; font-size: 0.85em; font-weight: bold; padding-bottom: 3px; } .quotetitle .quotetitle { font-size: 1em; }
.quotecontent, .attachcontent { font-weight: normal; font-size: 1em; line-height: 1.4em; /* font-family: "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif; */ color: #444; } .attachcontent { font-size: 0.85em; }
.codecontent { direction: ltr; font-weight: normal; font-size: 11px; font-family: Monaco, 'Courier New', monospace; color: #444; }
.attachcontent, .codecontent { overflow: auto; overflow-x: auto; }
.syntaxbg { color: #EBEBEB; }
.syntaxcomment { color: #3A3A3A; }
.syntaxdefault { color: #444; }
.syntaxhtml { color: #3A3A3A; }
.syntaxkeyword { color: #292929; }
.syntaxstring { color: #383838; }
/* More misc stuff */ h1 { font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif; font-weight: bold; font-size: 1.8em; text-decoration: none; }
h2 { font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-size: 1.5em; text-decoration: none; line-height: 120%; }
h3 { font-size: 1.3em; font-weight: bold; font-family: Arial, Helvetica, sans-serif; line-height: 120%; }
h4 { margin: 0px; font-size: 1.1em; font-weight: bold; }
p { font-size: 1.1em; }
p.moderators { margin: 0px; float: left; color: #3A3A3A; font-weight: bold; }
.rtl p.moderators { float: right; }
p.linkmcp { margin: 0px; float: right; white-space: nowrap; }
.rtl p.linkmcp { float: left; }
p.searchbar { padding: 2px 0; white-space: nowrap; }
p.searchbarreg { margin: 0px; float: right; white-space: nowrap; }
.rtl p.searchbarreg { float: left; }
p.forumdesc { padding-bottom: 4px; }
p.topicauthor { margin: 1px 0px; }
p.topicdetails { margin: 1px 0px; } td.history-current, tr.row1 td.history-current, tr.row2 td.history-current { background: #F4F4F4; }
table.colortable td { padding: 0; }
pre { font-size: 1.1em; font-family: Monaco, 'Courier New', monospace; }
.nowrap { white-space: nowrap; }
.username-coloured { font-weight: bold; }
.sep { color: #3A3A3A; }
/* reset style for file input */ .btnfile, .btnfile:hover, .btnfile:focus { border: none; background-color: #FFF; color: #000; }
Файл overall_header.html - Код: выделить все
<!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}" lang="{S_USER_LANG}" xml:lang="{S_USER_LANG}"> <head> <!-- INCLUDE ca_config.html --> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" /> <meta http-equiv="content-type" content="text/html; charset={S_CONTENT_ENCODING}" /> <meta http-equiv="content-language" content="{S_USER_LANG}" /> <meta http-equiv="content-style-type" content="text/css" /> <meta http-equiv="imagetoolbar" content="no" /> {META} <title>{SITENAME} - <!-- IF S_IN_MCP -->{L_MCP} - <!-- ELSEIF S_IN_UCP -->{L_UCP} - <!-- ENDIF -->{PAGE_TITLE}</title>
<!-- IF S_ENABLE_FEEDS --> <link rel="alternate" type="application/atom+xml" title="{L_FEED} - {SITENAME}" href="{U_FEED}" /> <!-- IF S_ENABLE_FEEDS_NEWS --><link rel="alternate" type="application/atom+xml" title="{L_FEED} - {L_FEED_NEWS}" href="{U_FEED}?mode=news" /><!-- ENDIF --> <!-- IF S_ENABLE_FEEDS_FORUMS --><link rel="alternate" type="application/atom+xml" title="{L_FEED} - {L_ALL_FORUMS}" href="{U_FEED}?mode=forums" /><!-- ENDIF --> <!-- IF S_ENABLE_FEEDS_TOPICS --><link rel="alternate" type="application/atom+xml" title="{L_FEED} - {L_ALL_TOPICS}" href="{U_FEED}?mode=topics" /><!-- ENDIF --> <!-- IF S_ENABLE_FEEDS_FORUM and S_FORUM_ID --><link rel="alternate" type="application/atom+xml" title="{L_FEED} - {L_FORUM} - {FORUM_NAME}" href="{U_FEED}?f={S_FORUM_ID}" /><!-- ENDIF --> <!-- IF S_ENABLE_FEEDS_TOPIC and S_TOPIC_ID --><link rel="alternate" type="application/atom+xml" title="{L_FEED} - {L_TOPIC} - {TOPIC_TITLE}" href="{U_FEED}?f={S_FORUM_ID}&t={S_TOPIC_ID}" /><!-- ENDIF --> <!-- ENDIF -->
<link rel="stylesheet" href="{T_STYLESHEET_LINK}" type="text/css" />
<script type="text/javascript"> // <![CDATA[
var onload_functions = new Array(); var onunload_functions = new Array(); var ca_main_width = '{$CA_WIDTH}';
<!-- IF S_USER_PM_POPUP --> if ({S_NEW_PM}) { popup('{UA_POPUP_PM}', 400, 225, '_phpbbprivmsg'); } <!-- ENDIF -->
function popup(url, width, height, name) { if (!name) { name = '_popup'; }
window.open(url.replace(/&/g, '&'), name, 'height=' + height + ',resizable=yes,scrollbars=yes,width=' + width); return false; }
function jumpto() { var page = prompt('{LA_JUMP_PAGE}:', '{ON_PAGE}'); var per_page = '{PER_PAGE}'; var base_url = '{A_BASE_URL}';
if (page !== null && !isNaN(page) && page == Math.floor(page) && page > 0) { if (base_url.indexOf('?') == -1) { document.location.href = base_url + '?start=' + ((page - 1) * per_page); } else { document.location.href = base_url.replace(/&/g, '&') + '&start=' + ((page - 1) * per_page); } } }
/** * Find a member */ function find_username(url) { popup(url, 760, 570, '_usersearch'); return false; }
/** * Mark/unmark checklist * id = ID of parent container, name = name prefix, state = state [true/false] */ function marklist(id, name, state) { var parent = document.getElementById(id); if (!parent) { eval('parent = document.' + id); }
if (!parent) { return; }
var rb = parent.getElementsByTagName('input'); for (var r = 0; r < rb.length; r++) { if (rb[r].name.substr(0, name.length) == name) { rb[r].checked = state; } } }
<!-- IF ._file -->
/** * Play quicktime file by determining it's width/height * from the displayed rectangle area * * Only defined if there is a file block present. */ function play_qt_file(obj) { var rectangle = obj.GetRectangle();
if (rectangle) { rectangle = rectangle.split(',') var x1 = parseInt(rectangle[0]); var x2 = parseInt(rectangle[2]); var y1 = parseInt(rectangle[1]); var y2 = parseInt(rectangle[3]);
var width = (x1 < 0) ? (x1 * -1) + x2 : x2 - x1; var height = (y1 < 0) ? (y1 * -1) + y2 : y2 - y1; } else { var width = 200; var height = 0; }
obj.width = width; obj.height = height + 16;
obj.SetControllerVisible(true);
obj.Play(); } <!-- ENDIF -->
/** * New function for handling multiple calls to window.onload and window.unload by pentapenguin */ window.onload = function() { for (var i = 0; i < onload_functions.length; i++) { eval(onload_functions[i]); } }
window.onunload = function() { for (var i = 0; i < onunload_functions.length; i++) { eval(onunload_functions[i]); } }
if(navigator.userAgent && navigator.userAgent.indexOf('Mac OS X') > 0) { document.write('<link rel="stylesheet" href="{T_THEME_PATH}/mac.css" type="text/css" />'); }
// ]]> </script> <script type="text/javascript" src="{T_TEMPLATE_PATH}/ca_scripts.js"></script> </head> <body class="{S_CONTENT_DIRECTION}">
<a name="top"></a>
<div id="logo-row"> <div id="logo-left"> <div id="logo-right"> <!-- IF not S_IS_BOT --> <!-- IF S_USER_LOGGED_IN --> <div id="logo-registered"> <!-- IF S_DISPLAY_PM --> <a href="{U_PRIVATEMSGS}">{PRIVATE_MESSAGE_INFO}<!-- IF PRIVATE_MESSAGE_INFO_UNREAD -->, {PRIVATE_MESSAGE_INFO_UNREAD}<!-- ENDIF --></a><br /> <!-- ENDIF --> {LAST_VISIT_DATE}<br /> {CURRENT_TIME} </div> <!-- ELSE --> <!-- IF S_LOGIN_ACTION --> <div id="logo-login"> <form method="post" action="{S_LOGIN_ACTION}"> <input class="post" type="text" name="username" size="7" title="{LA_USERNAME}" /> <input class="post" type="password" name="password" size="7" title="{LA_PASSWORD}" /><br /> <!-- IF S_AUTOLOGIN_ENABLED --><input type="checkbox" class="radio" name="autologin" title="{LA_LOG_ME_IN}" /> <!-- ENDIF --> <input type="submit" class="btnmain" name="login" value="{L_LOGIN}" /> {S_FORM_TOKEN} </form> </div> <!-- ENDIF --> <!-- ENDIF --> <!-- ENDIF --> <a href="{U_INDEX}">{SITE_LOGO_IMG}</a> <div id="logo-clear"></div> </div> </div> </div> <div class="navrow"> <!-- IF not S_IS_BOT --> <!-- IF S_USER_LOGGED_IN --><a href="{U_PROFILE}">{L_PROFILE}</a> • <!-- ENDIF --> <!-- IF S_USER_LOGGED_IN --> <!-- IF S_DISPLAY_PM --><a href="{U_PRIVATEMSGS}">{L_PRIVATE_MESSAGES}</a> • <!-- ENDIF --> <!-- ELSEIF S_REGISTER_ENABLED and not (S_SHOW_COPPA or S_REGISTRATION) --><a href="{U_REGISTER}">{L_REGISTER}</a> • <!-- ENDIF --> <!-- ENDIF --> <!-- IF U_RESTORE_PERMISSIONS --><a href="{U_RESTORE_PERMISSIONS}">{L_RESTORE_PERMISSIONS}</a> • <!-- ENDIF --> <a href="{U_FAQ}">F.A.Q.</a> <!-- IF S_DISPLAY_SEARCH --> • <a href="{U_SEARCH}">{L_SEARCH}</a><!-- ENDIF --> <!-- IF not S_IS_BOT --> <!-- IF S_DISPLAY_MEMBERLIST --> • <a href="{U_MEMBERLIST}">{L_MEMBERLIST}</a><!-- ENDIF --> <!-- ENDIF --> <!-- IF not S_IS_BOT --> • <a href="{U_LOGIN_LOGOUT}">{L_LOGIN_LOGOUT}</a><!-- ENDIF --> </div> <div id="content"> <table border="0" cellspacing="0" cellpadding="0" width="{$CA_WIDTH}" id="maintable" align="center"> <tr> <td id="contentrow">
<!-- IF not S_IS_BOT && not $CA_SKIP_PM_NOTIFY && S_USER_LOGGED_IN && S_DISPLAY_PM --> <!-- IF S_USER_NEW_PRIVMSG --> <div class="pm-notify-new"><div class="pm-notify-header">{L_PRIVATE_MESSAGES}</div><a href="{U_PRIVATEMSGS}">{PRIVATE_MESSAGE_INFO}<!-- IF PRIVATE_MESSAGE_INFO_UNREAD -->, {PRIVATE_MESSAGE_INFO_UNREAD}<!-- ENDIF --></a></div> <!-- ELSEIF S_USER_UNREAD_PRIVMSG --> <div class="pm-notify-unread"><div class="pm-notify-header">{L_PRIVATE_MESSAGES}</div><a href="{U_PRIVATEMSGS}">{PRIVATE_MESSAGE_INFO}<!-- IF PRIVATE_MESSAGE_INFO_UNREAD -->, {PRIVATE_MESSAGE_INFO_UNREAD}<!-- ENDIF --></a></div> <!-- ENDIF --> <!-- ENDIF -->
<!-- IF S_BOARD_DISABLED and S_USER_LOGGED_IN and (U_MCP or U_ACP) --> <div class="pm-notify-new"><div class="pm-notify-header">{L_INFORMATION}</div>{L_BOARD_DISABLED}</div> <!-- ENDIF -->
<!-- IF S_DISPLAY_SEARCH --> <p class="searchbar"> <span style="float: {S_CONTENT_FLOW_BEGIN};"><a href="{U_SEARCH_UNANSWERED}">{L_SEARCH_UNANSWERED}</a> | <a href="{U_SEARCH_ACTIVE_TOPICS}">{L_SEARCH_ACTIVE_TOPICS}</a></span> <!-- IF S_USER_LOGGED_IN --> <span style="float: {S_CONTENT_FLOW_END};"><a href="{U_SEARCH_UNREAD}">{L_SEARCH_UNREAD}</a> | <a href="{U_SEARCH_NEW}">{L_SEARCH_NEW}</a> | <a href="{U_SEARCH_SELF}">{L_SEARCH_SELF}</a></span> <!-- ELSE --> <span style="float: {S_CONTENT_FLOW_END};">{CURRENT_TIME}</span> <!-- ENDIF --> </p> <!-- ENDIF -->
<br style="clear: both;" /> <!-- INCLUDE breadcrumbs.html -->
-
Doc82
-
- Сообщений: 2
- Зарегистрирован:
02 ноя 2011, 19:55
- Благодарил (а): 0 раз.
- Поблагодарили: 0 раз.
Вернуться в Решение проблем со стилями
Кто сейчас на форуме
Зарегистрированные пользователи: Bing [Bot], Google [Bot], Yandex [Bot]
|
|
|
|
|