• Страница 1 из 1
  • 1
Скрипты и коды для юкоз - Форум аццкого кодера » Записи участника » life4 [8]
Результаты поиска
Дата: Пятница, 06.09.2013, 13:08 | Сообщение #1 | Тема: Алфавитный поиск по сайту
life4
Рядовой
Группа: Проверенные
Сообщений: 8
Награды: 0
Репутация: 0
Статус: Offline


здравствуйте likbezz, не получается отразить скрипт поиска по алфавиту на моем сайте savegame.my1.ru, недавно купил этот сайт и хотелось бы видеть результата как на 100cracks.ru, но вот не задача, он не отображается, хотя прописан верно, также не отображается форма входа, хотя я ее ставлю через $LOGIN_FORM$, помогите, пожалуйста.

страница со списком материалов раздела, где прописан alphabet:
Код
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Сохранения — 100saves.ru</title>
<link type="text/css" rel="StyleSheet" href="/_st/my.css" />
</head>

<body>

<script type="text/javascript" src="/js/tipsy.js"></script>
<script type='text/javascript'>
  $(function() {  
  $('.north').tipsy({gravity: 'n'});
  $('.south').tipsy({gravity: 's'});
  $('.east').tipsy({gravity: 'e'});
  $('.west').tipsy({gravity: 'w'});  
  });
</script>  
   
<div id="site_w">

$GLOBAL_AHEADER$

<!-- <middle> -->
<div class="c_cbg"><div class="c_tbg"><div class="c_bbg">

<nav>

<div class="r_in"><a href="/load/rss/" class="rss"></a></div>

<ul>
  <li><a href="/">Главная</a></li>
  <li><a href="/load">Архив файлов</a></li>
  <?if($ADD_ENTRY_LINK$)?><li><a href="/load/0-0-0-0-1">Добавить файл</a></li><?endif?>
</ul>

</nav>

<aside>

$GLOBAL_CLEFTER$

</aside>

<article>

<!-- <body> --><div class="alphabet_bg">
<div class="alphabet"><a href="/load/eng/0-9/58">0-9</a></div><div class="alphabet"><a href="/load/eng/a/4">A</a></div><div class="alphabet"><a href="/load/eng/b/5">B</a></div><div class="alphabet"><a href="/load/eng/c/6">C</a></div><div class="alphabet"><a href="/load/eng/d/7">D</a></div><div class="alphabet"><a href="/load/eng/e/8">E</a></div><div class="alphabet"><a href="/load/eng/f/9">F</a></div><div class="alphabet"><a href="/load/eng/g/10">G</a></div><div class="alphabet"><a href="/load/eng/h/11">H</a></div><div class="alphabet"><a href="/load/eng/i/12">I</a></div><div class="alphabet"><a href="/load/eng/j/13">J</a></div><div class="alphabet"><a href="/load/eng/k/14">K</a></div><div class="alphabet"><a href="/load/eng/l/15">L</a></div><div class="alphabet"><a href="/load/eng/m/16">M</a></div><div class="alphabet"><a href="/load/eng/n/17">N</a></div><div class="alphabet"><a href="/load/eng/o/18">O</a></div><div class="alphabet"><a href="/load/eng/p/19">P</a></div><div class="alphabet"><a href="/load/eng/q/20">Q</a></div><div class="alphabet"><a href="/load/eng/r/21">R</a></div><div class="alphabet"><a href="/load/eng/s/22">S</a></div><div class="alphabet"><a href="/load/eng/t/23">T</a></div><div class="alphabet"><a href="/load/eng/u/24">U</a></div><div class="alphabet"><a href="/load/eng/v/25">V</a></div><div class="alphabet"><a href="/load/eng/w/26">W</a></div><div class="alphabet"><a href="/load/eng/x/27">X</a></div><div class="alphabet"><a href="/load/eng/Y/28">Y</a></div><div class="alphabet"><a href="/load/eng/z/29">Z</a></div>
<div class="alphabet"><a href="/load/rus/a/30">А</a></div><div class="alphabet"><a href="/load/rus/b/31">Б</a></div><div class="alphabet"><a href="/load/rus/v/32">В</a></div><div class="alphabet"><a href="/load/rus/g/33">Г</a></div><div class="alphabet"><a href="/load/rus/d/34">Д</a></div><div class="alphabet"><a href="/load/rus/e/35">Е</a></div><div class="alphabet"><a href="/load/rus/zh/36">Ж</a></div><div class="alphabet"><a href="/load/rus/z/37">З</a></div><div class="alphabet"><a href="/load/rus/i/38">И</a></div><div class="alphabet"><a href="/load/rus/k/39">К</a></div><div class="alphabet"><a href="/load/rus/l/40">Л</a></div><div class="alphabet"><a href="/load/rus/m/41">М</a></div><div class="alphabet"><a href="/load/rus/n/42">Н</a></div><div class="alphabet"><a href="/load/rus/o/43">О</a></div><div class="alphabet"><a href="/load/rus/p/44">П</a></div><div class="alphabet"><a href="/load/rus/r/45">Р</a></div><div class="alphabet"><a href="/load/rus/s/46">С</a></div><div class="alphabet"><a href="/load/rus/t/47">Т</a></div><div class="alphabet"><a href="/load/rus/u/48">У</a></div><div class="alphabet"><a href="/load/rus/f/49">Ф</a></div><div class="alphabet"><a href="/load/rus/kh/50">Х</a></div><div class="alphabet"><a href="/load/rus/c/51">Ц</a></div><div class="alphabet"><a href="/load/rus/ch/52">Ч</a></div><div class="alphabet"><a href="/load/rus/sh/53">Ш</a></div><div class="alphabet"><a href="/load/rus/shh/54">Щ</a></div><div class="alphabet"><a href="/load/rus/eh/55">Э</a></div><div class="alphabet"><a href="/load/rus/ja/57">Я</a></div>
</div>
$BODY$
<?if($PAGE_SELECTOR$)?><div class="page_s">$PAGE_SELECTOR$</div><?endif?><!-- </body> -->

</article>

</div></div></div>
<!-- </middle> -->

</div>

$GLOBAL_BFOOTER$

</body>
</html>


css
Код
@import url(http://fonts.googleapis.com/css?family=Cuprum&subset=latin,cyrillic);

/* Basic Styles */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display:block;}
h1, h2, h3 {display:inline; font-size:11px;}
h1.trainers {font:bold 14px Verdana;}
h2.sub_trainers {font:bold 12px Verdana;}
h3.sub_trainers2 {font:bold 12px Verdana;}
p {text-align:justify; line-height:1.3;}
/* ------------ */

/* Made by Yerbol */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,img,ins,kbd,q,s,samp,s mall,strike,sub,sup,tt,var,center,dl,dt,dd,lifieldset,form,label,legend,caption,tbody,tfoot,thead,article,aside,canvas,details,embed,figure, figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}body{line-height:1}
body {background:url(/images/bg_pattern.png) repeat; margin:0; padding:0;}
td, body {font:11px Tahoma, "Geneva CY", sans-serif; color:#353535;}
#site_w {width:981px; margin:10px auto 0 auto;}

header {background:url(/images/h_top_image_bg.png) no-repeat; height:150px; margin:0 0 10px 0;}
.h_logo {float:left; width:200px; height:77px; padding:60px 0 0 75px;}
.h_search {float:right; padding:60px 52px 0 0;}
.h_search input[type="text"] {border:0; background:url(/images/search.png) no-repeat 0 0; padding:0; height:42px; font:12px Tahoma; color:#191919; line-height:28px; text-indent:10px; width:356px; outline:none; -moz-box-shadow: 0 0 10px rgba(0,0,0,0.8); -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.8); box-shadow: 0 0 10px rgba(0,0,0,0.8);}
.h_search input[type="submit"] {display:none;}
nav {background:url(/images/h_nav.png) no-repeat 0 0; overflow:hidden; margin:0 -10px 10px -10px;}
nav ul, nav ul li {display:block; padding:0; margin:0; list-style:none;}
nav ul {height:36px; display:block;}
nav ul li {background:url(/images/h_nav_a.png) no-repeat right 0; padding:0 2px 0 0; float:left; height:36px; line-height:36px;}
nav ul li a {height:36px; display:block; padding:0 15px; font-weight:bold; color:#2e2e2e; text-decoration:none;}
nav ul li a:hover {background:url(/images/h_nav_a.png) repeat-x 0 -36px; text-decoration:underline;}
.r_in {float:right; overflow:hidden; padding:10px 10px 0 0;}
a.rss {background:url(/images/rss.png) no-repeat 0 -16px; width:16px; height:16px; float:left;}
a.rss:hover {background:url(/images/rss.png) no-repeat 0 0; height:16px;}

.c_tbg {background:url(/images/c_bg.png) no-repeat 0 0;}
.c_cbg {background:url(/images/c_bg.png) repeat-y -981px 0; overflow:hidden;}
.c_bbg {background:url(/images/c_bg.png) no-repeat right bottom; padding:1px 10px 14px 10px; overflow:hidden;}

.profile_pm {background:#fff; -webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px; overflow:hidden; padding:10px 10px;}
.profile_pm input {height:28px; margin:0 7px 0 0;}
.edit_p {background:#fff; -webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px; overflow:hidden; padding:10px 10px;}
.edit_p input {margin:0 7px 0 0;}
input.manFlaSite, input.manFlaICQ, input.manFlAvaLink, textarea.manFlaSign {width:450px !important; display:inline; background:#fff; border:1px solid #ccc; padding:7px 7px; resize:none; margin:0; font:11px Tahoma, "Geneva CY", sans-serif; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;}
.search_u {background:#fff; -webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px; overflow:hidden; padding:10px 10px;}
.search_u input[type="submit"] {height:17px; line-height:17px; padding:0 5px;}
.search_u input[type="text"] {height:15px; margin:0 0 0 10px; padding:0 5px;}

article {margin:0 299px 0 0; padding:0;}
aside {float:right; width:279px;}
.side_right {float:right; width:279px;}
.c_left {margin:0 299px 0 0; padding:0;}

.b_title {background:url(/images/blocks.png) no-repeat 0 0; height:34px;}
.b_title_in {color:#fff; font:bold 11px Tahoma; text-shadow:0 -1px 0 #265063; padding:10px 10px; text-align:left;}
.b_content {overflow:hidden; padding:7px 0 8px 0;}
.b_content_p {padding:7px 0 8px 0;}
.b_content:last-child {padding:7px 0 0 0;}

.n {overflow:hidden; border-bottom:1px solid #cfcfcf; padding:0 0 8px 0; margin:0 0 10px 0;}
.n_title {background:url(/images/news.png) no-repeat 0 0; height:34px;}
.n_title_in {color:#fff; font:bold 11px Tahoma; text-shadow:0 -1px 0 #1d1d1d; padding:10px 10px; text-align:left;}
.n_title_in h1 {color:#fff; font:bold 11px Tahoma; text-shadow:0 -1px 0 #1d1d1d; margin:0; padding:0;}
.n_title_in a:link, .n_title_in a:visited, .n_title_in a:active {color:#fff; text-decoration:none;}
.n_title_in a:hover {color:#fff; text-decoration:underline;}
.n_content {overflow:hidden; padding:10px 0 0 0;}
.n_content img {display:block;}
.n_content .text {text-align:justify; font:12px Tahoma, "Geneva CY", sans-serif; margin:6px 0 0 0; line-height:1.4;}
.n_content .text p {margin:0; padding:10px 10px; overflow:hidden; background:#eee; border-left:3px solid #cfcfcf;}
.n_content .text a:link, .n_content .text a:visited, .n_content .text a:active {text-decoration:none; color:#2f6a86;}
.n_content .text a:hover {text-decoration:underline;}
.n_content .text img {max-width:640px;}
div.setup {margin:0; padding:10px 10px; overflow:hidden; background:#eee; border-left:3px solid #cfcfcf;}
div.red {margin:0; overflow:hidden; padding:10px 10px; background:#ecd9d9; border-left:3px solid #dbbfbf;}
.n_details {color:#878787; text-align:left; font:11px Tahoma; margin:4px 0 0 0;}
span.bold {font:bold 11px Tahoma;}
.full_n {float:right; color:#2f6a86;}
.full_n a:link, .full_n a:visited, .full_n a:active {color:#2f6a86; text-decoration:none;}
.full_n a:hover {color:#2f6a86; text-decoration:underline;}
.tags {background:url(/images/tags.png) no-repeat 0 0; padding:0 0 0 18px; text-align:left;}
.tags a:link, .tags a:visited, .tags a:active {color:#8b8b8b; text-decoration:none;}
.tags a:hover {color:#8b8b8b; text-decoration:underline;}
.download_info {overflow:hidden; margin:10px 0; border-top:1px solid #cfcfcf; padding:10px 0 0 0;}
.download_info .left {float:left; width:200px; padding:0 10px 0 0; border-right:1px solid #cfcfcf;}
.download_info .right {margin:0 0 0 220px;}
.download_info .right #left {float:left; margin:0 30px 0 0; width:190px; word-wrap:break-word;}
.download_info .right .in {text-align:left; margin:0 0 8px 0;}
.download_info .right .in2 { text-align:left; margin:0 0 0 0;}
.download_info .right .in span {text-align:left; margin:0 0 0 5px; font:bold 11px Tahoma;}
.download_info .right .in2 span {text-align:left; margin:0 0 0 5px; font:bold 11px Tahoma;}
.download_b {background:url(/images/download_button.png) no-repeat 0 0; color:#fff; text-shadow:0 -1px 0 #161616; width:200px; height:35px; line-height:35px; border:0; text-align:center;}
.download_b:hover {background:url(/images/download_button.png) no-repeat 0 -35px; text-shadow:0 -1px 0 #1e4f67;}
.download_b span {margin:0 0 0 10px;}
.download_b a {color:#fff; font:16px Cuprum;}
.download_b a:link, .download_b a:visited, .download_b a:active {text-decoration:none; color:#fff;}
.download_b a:hover {text-decoration:underline; color:#fff;}
.download_b_f {background:url(/images/download_button_f.png) no-repeat 0 0; color:#fff; font:11px Tahoma; text-shadow:0 -1px 0 #161616; width:200px; height:35px; line-height:35px; border:0; text-align:center;}
.related_entries {border-bottom:1px solid #cfcfcf; margin:0 -9px 10px -10px; padding:0 10px;}
.related_entries_title {color:#2e6985; font:bold 12px Tahoma; border-bottom:1px dashed #cfcfcf; display:inline-block; padding:0 0 3px 0;}
.related_entries_title_in2 {padding:0 0 8px 0; overflow:hidden;}
.related_entries_title_in2 span {margin:5px 0 5px 30px; display:block;}
.related_entries_title2 {color:#2e6985; font:bold 12px Tahoma; margin:0 0 5px 0; border-bottom:1px dashed #cfcfcf; display:inline-block; padding:0 0 3px 0;}

footer {margin:10px 0;}
.f_blue {background:url(/images/f_all.png) repeat-x 0 -29px; width:981px; margin:0 auto; height:31px; border-bottom:3px solid #174960; -webkit-border-bottom-right-radius: 3px; -webkit-border-bottom-left-radius: 3px; -moz-border-radius-bottomright: 3px; -moz-border-radius-bottomleft: 3px; border-bottom-right-radius: 3px; border-bottom-left-radius: 3px;}
.f_blue_in {color:#fff; text-shadow:0 -1px 0 #245166; padding:9px 10px 0 10px;}
.f_blue_in a:link, .f_blue_in a:visited, .f_blue_in a:active {color:#fff; text-decoration:underline;}
.f_blue_in a:hover {color:#fff; text-decoration:none;}
.f_black {background:url(/images/f_all.png) repeat-x 0 0; width:981px; margin:0 auto; height:29px; border-top:3px solid #171717; -webkit-border-top-left-radius: 3px; -webkit-border-top-right-radius: 3px; -moz-border-radius-topleft: 3px; -moz-border-radius-topright: 3px; border-top-left-radius: 3px; border-top-right-radius: 3px;}
.f_black_in {color:#bdbdbd; text-shadow:0 -1px 0 #1d1d1d; padding:8px 10px 0 10px;}

.pollQue {font:bold 12px Tahoma, "Geneva CY", sans-serif; text-align:center; border-bottom:1px dashed #999999; display:inline; padding:0 0 3px 0;}
.p_c {text-align:center;}
.pollAns {margin:5px 0 0 0; text-align:left;}
.pollAns:not(#Foo) label {padding:3px 0px 0px 16px;}
.pollAns:not(#Foo) input[type=radio] {display:none;}
.pollAns:not(#Foo) input[type=radio] + label {background:url(/images/input_rp_na.png) no-repeat 0 5px;}
.pollAns:not(#Foo) input[type=radio]:checked + label {background:url(/images/input_rp_a.png) no-repeat 0px 5px;}
.pollAns:not(#Foo) input[type=radio]:hover + label {cursor:pointer;}
.pollButton {text-align:left; margin:7px 0 0 0;}
.pollBut {background:#212121; float:right; border:0; font:bold 11px Tahoma; color:#fff; padding:5px 5px; overflow:hidden; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;}
.pollBut:hover {background:#2d6783;}
.pollLnk {display:inline-block; float:left; text-align:left; font:10px Tahoma; margin:-1px 0 0 0;}
.pollLnk a:link, .pollLnk a:visited, .pollLnk a:active {color:#666666; text-decoration:none;}
.pollLnk a:hover {color:#666666; text-decoration:underline;}

.alphabet_bg {background:#f5f5f5; text-align:center; padding:17px 10px 12px 10px; overflow:hidden; border-bottom:1px solid #cfcfcf; margin:-10px -9px 10px -10px;}
.alphabet {display:inline;}
.alphabet a {font:12px Tahoma, "Geneva CY", sans-serif; text-align:center; display:inline-block; text-decoration:none; margin:0 5px 5px 0; width:19px; height:17px; padding:3px 0 0 0; background:#d9d9d9; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;}
.alphabet a:active, .alphabet a:hover {background:#2b2b2b; color:#fff; text-decoration:none;}

.side_nav_bg {background:#f5f5f5; text-align:left; padding:10px 10px; overflow:hidden; border-bottom:1px solid #cfcfcf; margin:-10px -9px 10px -10px;}

.best_month {overflow:hidden;}
.best_month img {width:279px; margin:3px 0 2px 0; display:block; opacity:1; border:0; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;}
.best_month img:hover {opacity:1; border:0;}

.best {overflow:hidden; margin:0; padding:2px 0 0 10px; background:#fff; box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.25); -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;}
.best ul, .best ul li {display:block; padding:0; margin:0; list-style:none;}
.best ul {height:26px; display:block;}
.best ul li {background:url(/images/best_li_h.png) no-repeat left center; padding:0 0 0 10px; float:left; height:26px; line-height:26px;}
.best ul li a {height:26px; display:block; padding:0 5px; color:#2e2e2e; text-decoration:none;}
.best ul li a:hover {text-decoration:underline;}

.profile {overflow:hidden;}
.profile_l {float:left; width:100px;}
.profile_l img {width:100px; display:block;}
.profile_r {margin:0 0 0 110px;}
.profile_r a:link, .profile_r a:visited, .profile_r a:active {color:#2f6a86; text-decoration:none;}
.profile_r a:hover {color:#2f6a86; text-decoration:underline;}
.profile_name {font:bold 14px Tahoma, "Geneva CY", sans-serif; border-bottom:1px solid #cfcfcf; padding:0 0 7px 0; margin:0 0 7px 0;}
.statusOnline {color:#1c6c09; font:13px Tahoma, "Geneva CY", sans-serif;}
.statusOffline {color:#838383; font:13px Tahoma, "Geneva CY", sans-serif;}
.profile_name_r {float:right;}
.profile_name_r select {margin:-7px 0 0 0 !important;}
.profile_line {padding:0 0 5px 0; font:12px Tahoma, "Geneva CY", sans-serif;}
.profile_db {border-top:1px solid #cfcfcf; padding:7px 0 0 0; margin:2px 0 0 0;}
.profile_db_t {font:bold 12px Tahoma, "Geneva CY", sans-serif; margin:0 0 7px 0;}
.profile_db_c {font:12px Tahoma, "Geneva CY", sans-serif;}
.profile_info {margin:8px 0 0 0;}
.profile_info_c_in {background:#f5f5f5; padding:10px 10px; font:12px Tahoma, "Geneva CY", sans-serif; min-height:30px; box-shadow: inset 0 0 5px 1px #e3e3e3; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;}
.profile_info_c_in span {color:#838383; display:block; margin:0 0 5px 0;}
.profile_links {text-align:center;}
.profile_links a:link, .profile_links a:visited, .profile_links a:active {color:#838383; text-decoration:none; }
.profile_links a:hover {color:#838383; text-decoration:underline;}

.inf_com {overflow:hidden; margin:0 0 10px 0;}
.inf_com_l {float:left; width:25px;}
.inf_com_l img {width:25px; display:block; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.8);}
.inf_com_r {margin:0 0 0 35px;}
.inf_com_r_t {font:10px Tahoma, "Geneva CY", sans-serif;}
.inf_com_r_t a:link, .inf_com_r_t a:visited, .inf_com_r_t a:active {color:#2f6a86; text-decoration:none;}
.inf_com_r_t a:hover {color:#2f6a86; text-decoration:underline;}
.inf_com_r_t span {margin:0 0 0 10px; color:#838383;}
.inf_com_r_tt {font:11px Tahoma, "Geneva CY", sans-serif;}

.tipsy {padding: 5px; font-size: 11px; opacity: 0.8; filter: alpha(opacity=80); background-repeat: no-repeat; background-image: url('/images/tipsy.gif');}
.tipsy-inner {padding: 5px 8px 5px 8px; background-color: black; color: white; max-width: 240px; text-align: center;}
.tipsy-inner {-moz-border-radius:2px; -webkit-border-radius:2px; border-radius:2px;}
.tipsy-north {background-position: top center;}
.tipsy-south {background-position: bottom center;}
.tipsy-east {background-position: right center;}
.tipsy-west {background-position: left center;}

input.login, input.password {background:#fff; border: 1px solid #ccc; font:12px Verdana; color:#555; padding:5px 6px; width:265px; height:17px; line-height:17px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); -webkit-transition: border linear 0.2s, box-shadow linear 0.2s; -moz-transition: border linear 0.2s, box-shadow linear 0.2s; -o-transition: border linear 0.2s, box-shadow linear 0.2s; transition: border linear 0.2s, box-shadow linear 0.2s;}
input.login:focus, input.password:focus {border-color: rgba(82, 168, 236, 0.8); outline: 0; outline: thin dotted \9; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6); -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);}
input.login {margin:3px 0 0 0;}
input.password {margin:10px 0 0 0;}
input.enter_site, input.manFlSbm, input.manFlRst {margin:10px 0 2px 0; background: -moz-linear-gradient(top, #3c3c3c 0%, #252525 100%); background: -webkit-linear-gradient(top, #3c3c3c 0%, #252525 100%); background: -o-linear-gradient(top, #3c3c3c 0%, #252525 100%); border:0; float:left; color:#fff; padding:1px 6px 2px 6px; height:26px; line-height:23px; font:bold 11px Tahoma;}
input.enter_site:hover, input.manFlSbm:hover, input.manFlRst:hover {background: -moz-linear-gradient(top, #434343 0%, #343434 100%); background: -webkit-linear-gradient(top, #434343 0%, #343434 100%); background: -o-linear-gradient(top, #434343 0%, #343434 100%); cursor:pointer;}
input.manFlSbm {margin:10px 10px 2px 0;}
.right_form {float:right;}
.register {border-right:1px solid #202020; -webkit-border-top-left-radius: 3px;-webkit-border-bottom-left-radius: 3px;-moz-border-radius-topleft: 3px;-moz-border-radius-bottomleft: 3px;border-top-left-radius: 3px;border-bottom-left-radius: 3px; margin:10px 0 2px 0; background: -moz-linear-gradient(top, #3c3c3c 0%, #252525 100%); background: -webkit-linear-gradient(top, #3c3c3c 0%, #252525 100%); background: -o-linear-gradient(top, #3c3c3c 0%, #252525 100%); float:left; color:#fff; padding:1px 10px 2px 10px; height:23px; line-height:21px; font:bold 11px Tahoma;}
.register span {line-height:24px; color:#fff;}
.register:hover {background: -moz-linear-gradient(top, #434343 0%, #343434 100%); background: -webkit-linear-gradient(top, #434343 0%, #343434 100%); background: -o-linear-gradient(top, #434343 0%, #343434 100%); cursor:pointer;}  
.reminder {border-left:1px solid #404040; -webkit-border-top-right-radius: 3px;-webkit-border-bottom-right-radius: 3px;-moz-border-radius-topright: 3px;-moz-border-radius-bottomright: 3px;border-top-right-radius: 3px;border-bottom-right-radius: 3px; margin:10px 0 2px 0; background: -moz-linear-gradient(top, #3c3c3c 0%, #252525 100%); background: -webkit-linear-gradient(top, #3c3c3c 0%, #252525 100%); background: -o-linear-gradient(top, #3c3c3c 0%, #252525 100%); float:left; color:#fff; padding:1px 10px 2px 10px; height:23px; line-height:21px; font:bold 11px Tahoma;}
.reminder span {line-height:24px; color:#fff;}
.reminder:hover {background: -moz-linear-gradient(top, #434343 0%, #343434 100%); background: -webkit-linear-gradient(top, #434343 0%, #343434 100%); background: -o-linear-gradient(top, #434343 0%, #343434 100%); cursor:pointer;}

a:link, a:active, a:visited, a.noun:link, a.noun:active, a.noun:visited {text-decoration:none; color:#353535;}
a:hover, a.noun:hover {text-decoration:underline; color:#353535;}

td img {vertical-align: middle;}
form {padding:0; margin:0;}
select {vertical-align:middle; font:11px Tahoma, "Geneva CY", sans-serif;}
textarea, input {background:#fff; border:1px solid #ccc; padding:7px 7px; resize:none; margin:0; font:11px Tahoma, "Geneva CY", sans-serif; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); -webkit-transition: border linear 0.2s, box-shadow linear 0.2s; -moz-transition: border linear 0.2s, box-shadow linear 0.2s; -o-transition: border linear 0.2s, box-shadow linear 0.2s; transition: border linear 0.2s, box-shadow linear 0.2s;}
textarea:focus, input:focus {border-color: rgba(82, 168, 236, 0.8); outline: 0; outline: thin dotted \9; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6); -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);}
input[type="submit"], input[type="radio"] {box-shadow: inset 0 0 0 0 #ccc;}
.copy {font-size:7pt;}
input#siF13, input#siF14, input#siF15, input#siF16, input#siF17 {-moz-box-sizing: border-box; box-sizing: border-box;}

hr {color:#cfcfcf; border-top:0; border-left:0; border-right:0; height:1px;}
label {cursor:pointer;cursor:hand}

.manTdError {color:#FF0000;}
.manTd1 {padding:5px 0;}

.com_num {margin:-3px 0 0 0;}
.com_num .right {float:right;}
.com_body {margin:8px 0 0 0;}
.com_style_a {border-top:1px solid #cfcfcf; padding:10px 10px; margin:0 -9px 0 -10px; overflow:hidden;}
.com_ava {float:left; width:40px;}
.com_ava img {display:block;}
.com_text {margin:0 0 0 50px;}
.com_text .text {font:11px Tahoma, "Geneva CY", sans-serif;}
.com_user_date {color:#959595; margin:0 0 5px 0;}
.com_user_date .right {float:right;}
.com_user_date .right img {opacity:0.4;}
.com_user_date span {color:#2c6682; margin:0 10px 0 0;}
.com_user_date a:link, .com_user_date a:active, .com_user_date a:visited {color:#2c6682; text-decoration:none;}
.com_user_date a:hover {color:#2c6682; text-decoration:underline;}
.myWinCont textarea {width:440px !important; margin:0 5px 5px 0;}
.com_answer_url {margin:5px 0 0 0; text-align:left;}
.com_answer_url a:link, .com_answer_url a:visited, .com_answer_url a:active {color:#3f83a4; text-decoration:underline;}
.com_answer_url a:hover {color:#3f83a4; text-decoration:none;}
.c_line {border-top:1px solid #cfcfcf; margin:0 -9px 10px -10px;}
.com_bottom {overflow:hidden;}
.com_add textarea {width:645px; height:50px; resize:none;}
.com_sc {float:left; margin:10px 0 0 0; border-right:1px solid #cfcfcf; padding:0 10px 0 0;}
.securityCode {margin:0;}
#secuImgC {float:right;}
.com_add_b {float:right;}
input.com_add_b_i {background:#222222; border:0; font:12px Tahoma; margin:10px 0 0 0; color:#fff; border-top:1px solid #373737; border-bottom:1px solid #171717; box-shadow: inset 0 0 0 0 #ebebeb;}
input.com_add_b_i:hover {background:#2a2a2a;}
.com_reg_u {float:left; margin:10px 0 0 9px;}
.com_reg_u .guest {font:12px Tahoma, "Geneva CY", sans-serif; margin:0 0 5px 0;}
.com_reg_u .guest_links {font:11px Tahoma, "Geneva CY", sans-serif;}
.com_reg_u .guest_links span {margin:0 10px 0 0;}
.com_reg_u .guest_links a:link, .com_reg_u .guest_links a:visited, .com_reg_u .guest_links a:active {color:#5f5f5f; text-decoration:underline;}
.com_reg_u .guest_links a:hover {color:#5f5f5f; text-decoration:none;}
.com_error {float:right; padding:0 10px 0 0; margin:16px 0 0 0; font:11px Tahoma, "Geneva CY", sans-serif;}
.com_ps {border-top:1px solid #cfcfcf; padding:7px 10px 8px 10px; margin:0 -9px 0 -10px;}

a.groupModer:link,a.groupModer:visited,a.groupModer:hover {color:blue;}
a.groupAdmin:link,a.groupAdmin:visited,a.groupAdmin:hover {color:red;}
a.groupVerify:link,a.groupVerify:visited,a.groupVerify:hover {color:green;}

.replaceTable {background:#EEEEEE;height:100px;width:300px;border:1px solid #AAAAAA;}
.legendTd {font-size:7pt;}

.searchSbmFl, .commSbmFl, .signButton {background:#222222; border:0; font:12px Tahoma; margin:0; color:#fff; border-top:1px solid #373737; border-bottom:1px solid #171717; box-shadow: inset 0 0 0 0 #ebebeb;}
.searchSbmFl:hover, signButton:hover {background:#2a2a2a;}
input.queryField {height:16px; margin:0 7px 0 0;}
.codeButtons, .codeCloseAll {font-size:7pt; margin:0 0 5px 0;background: #8D8A83;color:#DAD7CC; padding:2px; border:1px outset #615E58; box-shadow: inset 0 0 0 0 #ccc;}
.codeButtons:hover, .codeCloseAll:hover {background:#252525; border:1px outset #000;}
.smiles {display:none !important;}

.page_s {text-align:left; padding:5px 0 1px 0;}
.pagesBlockuz1 {}
.pagesBlockuz1 a:link, .pagesBlockuz1 a:visited, .pagesBlockuz1 a:hover, .pagesBlockuz1 a:active {text-decoration:none; padding:5px 5px; font:12px Tahoma, "Geneva CY", sans-serif; color:#353535; background:#d9d9d9; border:0; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;}
.pagesBlockuz1 a:hover {background:#2b2b2b; color:#ccc; font:12px Tahoma, "Geneva CY", sans-serif; border:0;}
.pagesBlockuz1 b {text-decoration:none; background:#2b2b2b; padding:5px 5px; color:#ccc; font:bold 12px Tahoma, "Geneva CY", sans-serif; border:0; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;}  

#overlay {position:absolute; left:0; top:0; z-index:9000; background-color:rgba(0,0,0,0.8); display:none; font-family: Tahoma; }
#boxes .window {position:fixed; left:0; top:0; display:none; z-index:9999; padding:20px; text-align: center; font-size: 16px;}
#boxes #dialog {width:400px; height:250px; padding:10px; background-color:#fff; text-align:justify; -webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.45); -moz-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.45); box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.45);}
.close {position:absolute; margin-left:360px; margin-top:0px;}
.close img {border:0;}

.m_title {font:bold 16px Tahoma, "Geneva CY", sans-serif;}
.m_skype {overflow:hidden; margin:10px 0 20px 0;}
.m_skype_l {float:left; width:24px;}
.m_skype_r {margin:2px 0 0 34px;}
.m_icq {overflow:hidden; margin:10px 0 20px 0;}
.m_icq_l {float:left; width:24px;}
.m_icq_r {margin:2px 0 0 34px;}
/* ---------------*/


 
Дата: Пятница, 06.09.2013, 19:22 | Сообщение #2 | Тема: Алфавитный поиск по сайту
life4
Рядовой
Группа: Проверенные
Сообщений: 8
Награды: 0
Репутация: 0
Статус: Offline


огромное спасибо likbezz, пол часа думал что не так, оказывается просто я не создал разделы, не могли бы вы помочь с кнопкой входа, прописал код кнопки в первом столбце сайта, но вход выглядит как-то криво, я не знаток в скриптах...

Код
<!-- <block1> -->

<div class="b_title"><div class="b_title_in">Форма входа</div></div>
<div class="b_content" style="overflow:visible;"><div id="uidLogForm" align="center"><style>
.ulogin-btn {text-align: center !important;padding: 10px 0;}
.ulogin-btn a, .ulogin-btn a span {display: inline-block !important;font: 12px/38px 'Arial' !important;cursor: pointer !important;}
.ulogin-btn span.ulb-left {padding-left: 40px !important;background: url(/.s/img/uidlogin/ulb-left.png) no-repeat !important;}
.ulogin-btn span.ulb-right {padding-right: 20px !important;background: url(/.s/img/uidlogin/ulb-right.png) no-repeat right top !important;}
.ulogin-btn span.ulb-mid {padding: 0 0 0 6px !important;background: url(/.s/img/uidlogin/ulb-mid.png) repeat-x !important;}
</style>
<div class="ulogin-btn">$LOGIN_FORM$

</div></div></div>

<!-- </block1> -->

<!-- <block2> -->

<div class="b_title"><div class="b_title_in">Случайное сохранение</div></div>
<div class="b_content">$MYINF_4$</div>

<!-- </block2> -->

<!-- <block2> -->

<div class="b_title"><div class="b_title_in">Популярные сохранения/saves</div></div>
<div class="b_content" style="padding:10px 0 10px 0;">
<div class="best">
<ul>
$MYINF_2$
</ul>
</div>
</div>

<!-- </block2> -->

<!-- <block2> -->
<?if($POLL$)?>
<div class="b_title"><div class="b_title_in">Последние комментарии</div></div>
<div class="b_content" style="padding:10px 0 10px 0;"><?if($MYINF_5$)?>$MYINF_3$<?else?>Комментариев нет.<?endif?></div>
<?endif?>
<!-- </block2> -->

<!-- <block2> -->

<!-- </block2> -->

<center>$COUNTER$</center>


 
Дата: Пятница, 06.09.2013, 21:08 | Сообщение #3 | Тема: Алфавитный поиск по сайту
life4
Рядовой
Группа: Проверенные
Сообщений: 8
Награды: 0
Репутация: 0
Статус: Offline


спасибо, помогло, постоянно захожу на ваш форум, желаю удачи!

 
Дата: Понедельник, 11.08.2014, 21:09 | Сообщение #4 | Тема: Не могу поставить задний фон
life4
Рядовой
Группа: Проверенные
Сообщений: 8
Награды: 0
Репутация: 0
Статус: Offline


Приветствую Ликбеззз, сделал редизайн сайта starieigri.ru, и к сожалению в последнюю очередь обнаружил, что задний фон не возможно изменить или подставить, т.к. оператор #page background частично занят шапкой сайта, то есть если я поставлю любое изображение, в качестве заднего фона, и задам ему параметр attachment: fixed (что мне и надо сделать), то шапка (серая полоса сверху сайта там где надписи вход, rss...) будет сползать вниз при прокрутке экрана вместе с изображением... Вы можете подсказать, как можно использую новые операторы или изменяя старые сделать задний фон (который вызывает столько проблем из-за шапки) статичным при передвижении экрана?

Вот CSS


 
Дата: Понедельник, 11.08.2014, 21:59 | Сообщение #5 | Тема: Не могу поставить задний фон
life4
Рядовой
Группа: Проверенные
Сообщений: 8
Награды: 0
Репутация: 0
Статус: Offline


спасибо за ответ Ликбеззз, не могли бы вы написать, порядок действий? - просто, до сих пор в тегах юкоз я не очень разбираюсь. что-то добавил, но не получилось...

 
Дата: Понедельник, 11.08.2014, 23:07 | Сообщение #6 | Тема: Не могу поставить задний фон
life4
Рядовой
Группа: Проверенные
Сообщений: 8
Награды: 0
Репутация: 0
Статус: Offline


Создал как на примере блок #topbar-box, можно узнать что делать дальше, как добавить блок #topbar?

Сообщение отредактировал life4 - Вторник, 12.08.2014, 00:40
 
Дата: Вторник, 12.08.2014, 08:01 | Сообщение #7 | Тема: Не могу поставить задний фон
life4
Рядовой
Группа: Проверенные
Сообщений: 8
Награды: 0
Репутация: 0
Статус: Offline


Буду очень признателен если вы покажите мне как сделать, я действительно не могу полностью сделать работу, как в приведенном выше примере...



 
Дата: Вторник, 12.08.2014, 15:53 | Сообщение #8 | Тема: Не могу поставить задний фон
life4
Рядовой
Группа: Проверенные
Сообщений: 8
Награды: 0
Репутация: 0
Статус: Offline


спасибо Ликбеззз, помог! сейчас доделаю дизайн, держи плюс к репутации!

 
Скрипты и коды для юкоз - Форум аццкого кодера » Записи участника » life4 [8]
  • Страница 1 из 1
  • 1
Поиск:


Мобильная версия