|
|
| Модератор форума: chocopie, Samuel, Mihail |
| Форум » uCoz » Помощь по uCoz » Друзья помогите??? |
| Друзья помогите??? |
off-line Добавлено: 2013-Фев-02 - 12:11 | Сообщение #1
помогите найти код снега у меня в шаблоне...ставил не я ...а найти не могу блин(
с меню + в репу и наградка! вот конструктор шаблонов: Код <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html> <head> <meta http-equiv="charset" content="UTF-8"/> <meta name="robots" content="all" /> <title>[TITLE]</title> <link type="text/css" rel="StyleSheet" href="/_st/my.css" /> <link rel="shortcut icon" type="image/x-icon" href="/img/favicon.png" /> <script type="text/javascript" src="/js/snowstormnanewgod.js"></script> </head> <body> <!-- <header> --> <div class="h_menu_bg"> <div class="h_menu_box"> <a href="/" class="h_logo"></a> <ul> <li><a href="/forum">Форум сайта</a></li> <li><a href="/load">Файлы</a></li> <li><a href="/gb">Страница отзывов</a></li> <li><a href="http://Luxkino.tk">Фильмы</a></li> </ul> </div> </div> <div class="h_info_bg"> <div class="h_info_box"> <div class="h_info_one"> <div class="h_info_one_t">Топ <span>юзеров</span></div> <ul> $MYINF_1$ </ul> </div> <div class="h_info_two"> <div class="h_info_two_t">Новые <span>материалы</span></div> <ul> $MYINF_2$ </ul> </div> <div class="v_dashed"></div> <div class="h_info_two"> <div class="h_info_two_t">Популярные <span>материалы</span></div> <ul> $MYINF_3$ </ul> </div> <?if($LOGIN_FORM$)?> $LOGIN_FORM$ <?else?> <div class="h_prof"> <div class="h_prof_av"> <?if($USER_AVATAR_URL$)?> <img src="/img/prof_no_av.png" width="83" height="83" border="0" alt="$USERNAME$" /> <?else?> <img src="$USER_AVATAR_URL$" width="83" height="83" border="0" alt="$USERNAME$" /> <?endif?> <div class="h_prof_ex"><a href="$LOGOUT_LINK$"><img src="/img/h_prof_ex_ico.png" border="0" alt="" /> Выход</a></div> </div> <ul> <li><a href="$PERSONAL_PAGE_LINK$">Мой профиль</a></li> <div class="v_dotted"></div> <li><a href="$PM_URL$">Сообщения (<b>$UNREAD_PM$</b>)</a></li> <div class="v_dotted"></div> <li><a href="/index/11">Настройки</a></li> </ul> </div> <?endif?> </div> </div> <div class="h_navig_box"> <div class="h_search"> <form action="/search/" style="margin: 0pt;" method="get" onSubmit="this.sfSbm.disabled=true"> <div class="h_schQuery"> <input type="text" class="queryField" size="20" maxlength="40" name="q" placeholder="Введите поисковое слово" /> </div> <div class="h_schBtn"> <input type="submit" value="Найти" name="sfSbm" class="searchSbmFl" /> </div> </form> </div> <div class="h_entries">На сайте уже <b class="num126"> $MYINF_5$</b>материалов <span class="rips126"></span>, зарегистрировано <b class="us126">$MYINF_4$</b> пользователя<span class="view126"></span></div> <div class="h_addbtn"> <div class="h_added"><?if($ADD_ENTRY_LINK$)?><a href="/load/0-0-0-0-1">Добавить материал</a><?else?><a href="#">Доступ запрещен</a><?endif?></div> <a href="/load/rss" class="h_rss_ico"></a> </div> </div> <div class="h_infos_panel"> <div class="h_infos_post_one"></div> $MYINF_8$ <div class="h_forum_new"> <ul> $MYINF_9$ </ul> </div> <script type="text/javascript"> var us = $('.num126').html(),num = $('.us126').html(),rip = $('.nums126').html(), view = ['пользователь','пользователя','пользователей'], rips = ['материал','материала','материалов'], coment = ['комментарий','комментария','комментариев']; $('.rips126').html(skl(rips,rip)); $('.view126').html(skl(view,num)); $('.co126').html(skl(coment,us)); function skl(a,n) { return a[n % 10 == 1 && n % 100 != 11 ? 0 : n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 10 || n % 100 >= 20) ? 1 : 2]; }; </script> <link media="screen" href="/css/tipsy.css" type="text/css" rel="stylesheet" /> <script type="text/javascript" src="/js/jquery.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><!-- </header> --> <div class="c_navig_box"> <img src="/img/info_ico.png" border="0" alt="" class="c_info_ico" /> <div class="c_navig_text">Хлебные крошки </div> <div class="c_navig_ico"><a href="#" class="rev_ico_two"></a> <div class="v_dashed_two"></div> <a href="/forum/0-0-0-37" class="rss_ico_two"></a></div> </div> <div id="container"> <!-- <middle> --> <div class="sidebar_l"> <!-- <container> --> <!-- <block> --> <div class="lbox"> <div class="lbox_t">TITLE</div> <div class="lbox_c" style="padding:0;">CONTENT</div> </div> <div class="g_dotted_white_two"></div> <!-- </block> --> <!-- </container> --> </div> <div id="maincont"> [BODY] </div> <div class="sidebar_r"> <!-- <container> --> <!-- <block> --> <div class="block"> <div class="block_tit">TITLE</div> <div class="block_con" style="padding:4px 10px;"> CONTENT </div> </div> <!-- </block> --> <!-- </container> --> </div> <div class="clear"></div> <!-- </middle> --> </div> <!-- <footer> --><div class="footer"> <div class="footer_box"> <a href="/" class="f_logo"></a> <div class="f_dotted"></div> <div class="f_text">Администрация не отвечает за материалы, размещенные на данном портале и не возмещает никаких потерь. <noindex><a rel="nofollow" target="_blank" href="ссылка">ссылка</a></noindex>. $POWERED_BY$.<a href="ссылка">ссылка</a></div> <div class="f_banner"> <span class="opacity_all"><img src="/img/blank.png" width="88" height="31" /></span> <span class="opacity_all"><img src="/img/blank.png" width="88" height="31" /></span> </div> </div> </div> <script type="text/javascript" src="/js/opacity.js"></script> <script src="/js/iLoad.js"></script><!-- </footer> --> </body> </html> <!-- <popup> --> <body style="background:#fff;"> <div class="entry_box" style="margin:20px auto;background:#fff;text-align:left;width:630px!important;"> <div class="fentry_title"><img src="/img/entry_arr.png" border="0" alt="" /> [TITLE]</div> <div style="padding:8px 8px;">[BODY] </div> </body> <!-- </popup> --> |
off-line Добавлено: 2013-Фев-02 - 12:16 | Сообщение #2
вот css
Код @import url(http://fonts.googleapis.com/css?family=Cuprum:400,700,400italic&subset=latin,cyrillic); /* General Style */ body {background:url('/img/bg.png');margin:0;padding:0;font: 12px 'Cuprum';color:#626262;text-align:center;} td, input, select, textarea {font: 12px 'Cuprum';} body a {color:#3d3d3d;text-decoration:none;} body a:hover {color:#588ca7;} * {} img {border: 0px;} a.noun img {margin: 2px;} ul, li {margin: 0px; padding: 0px;} .clear {clear:both;overflow:hidden;} :focus {outline: none;} textarea {resize: none;} hr {height:1px;background:#f4f4f4;border:0px;overflow:hidden;} .opacity_all {border:0;padding:0;outline:none;opacity:0.5;} .tOnline, .gOnline, .uOnline {font-size:10px!important;text-align:right;} .tOnline, .gOnline, .uOnline b {color:#;} .site_info_text {padding:10px 10px;text-align:justify;} .site_info_text strong {color:#588ca7;} .csTop {display:none;} /* --- */ /* Header */ .h_menu_bg {background:url('/img/h_menu_bg.png')repeat-x;height:52px;margin:0 auto;overflow:hidden;} .h_menu_box {border-left:2px solid #404040;border-right:2px solid #404040;width:1029px;height:52px;margin:0 auto;overflow:hidden;} .h_logo {display:block;background:url('/img/h_logo.png')no-repeat;width:248px;height:52px;float:left;margin-left:20px;} .h_menu_box ul {list-style:none;float:right;margin-right:20px;} .h_menu_box li {float:left;padding:10px 15px;} .h_menu_box li a {-webkit-transition:background 0.1s ease;display:block;padding:9px 15px;color:#f3f3f3;text-transform:uppercase;text-decoration:none;} .h_menu_box li a:hover {background:#3e3e3e;border-radius:3px;} .h_info_bg {background:url('/img/h_info_bg.png');height:133px;margin:0 auto;overflow:hidden;} .h_info_box {background:#fff;border-left:2px solid #d4d4d4;border-right:2px solid #d4d4d4;width:1029px;height:133px;margin:0 auto;overflow:hidden;} .h_info_one {width:170px;height:95px;border:2px solid #f1f1f1;border-radius:3px;margin:17px 17px 0 17px;float:left;} .h_info_one ul {list-style:none;} .h_info_one li {text-align:left;} .h_info_one li a {-webkit-transition:background 0.1s ease;display:block;background:#fbfbfb;border-radius:3px;color:#626262;padding:3px 8px;margin:3px;text-decoration:none;} .h_info_one li a:hover {background:#f2f1e1;} .h_info_one_t {text-transform:uppercase;color:#6f6f6f;font-style:italic;height:16px;margin-top:4px;} .h_info_one_t span {color:#c7b28b;} .h_info_two {width:247px;height:95px;border:2px solid #f1f1f1;border-radius:3px;margin:17px 16px 0 0;float:left;} .h_info_two ul {list-style:none;} .h_info_two li {text-align:left;} .h_info_two li a {-webkit-transition:all 0.1s ease;display:block;background:url('/img/arr_black_two.png')no-repeat 11px 8px #fbfbfb;border-radius:3px;color:#626262;padding:3px 8px 3px 25px;margin:3px;text-decoration:none;} .h_info_two li a:hover {background:url('/img/arr_black_two.png')no-repeat 11px 8px #f8f8f8;} .h_info_two_t {text-transform:uppercase;color:#6f6f6f;font-style:italic;height:16px;margin-top:4px;} .h_info_two_t span {color:#588ca7;} .v_dashed {background:url('/img/v_dashed.png')no-repeat;width:5px;height:98px;float:left;margin:17px 16px 0 0;} .v_dashed_two {background:url('/img/v_dashed.png')no-repeat;width:5px;height:22px;float:left;margin:0 10px 0 10px;} .v_dashed_white {background:url('/img/v_dashed_white.png')no-repeat;width:5px;height:86px;float:left;margin:12px 7px 0 7px;} .v_dotted {background:url('/img/v_dotted.png')no-repeat;width:136px;height:1px;margin:5px 9px;} .g_dotted {background:url('/img/g_dotted.png')no-repeat;width:241px;height:1px;margin:5px 0 5px 4px;} .g_dotted_two {background:url('/img/g_dotted_two.png')no-repeat;width:127px;height:1px;margin:9px 0;} .g_dotted_white {background:url('/img/g_dotted_white.png')no-repeat;width:227px;height:5px;margin:10px 0 6px 3px;} .g_dotted_white_two {background:url('/img/g_dotted_white.png')no-repeat;width:192px;height:5px;margin:9px 0 9px 8px;} .g_dotted_white_tree {background:url('/img/g_dotted_white.png')repeat-x;height:5px;margin:0 12px 0 12px;} .h_prof {background:#464646;width:248px;height:99px;margin:17px 17px 0 0;float:right;} .h_prof_av {background:#fff;float:left;padding:3px;margin:5px 0 5px 5px;position:relative;} .h_prof_ex {background:url('/img/h_prof_ex.png');position:absolute;bottom:3px;left:3px;padding:3px 9px;text-align:left;width:65px;} .h_prof_ex a {text-transform:uppercase;text-decoration:none;color:#e8dad9;} .h_prof_ex a:hover {color:#fff;} .h_prof_ex img {margin-right:6px;} .h_prof ul {list-style:none;margin-top:5px;overflow:hidden;} .h_prof li {text-align:left;} .h_prof li a {-webkit-transition:all 0.1s ease;display:block;background:url('/img/arr_white.png')no-repeat 9px 8px;color:#f3f3f3;padding:3px 8px 3px 20px;margin:3px 8px 3px 8px;text-decoration:none;} .h_prof li a:hover {background:url('/img/arr_white.png')no-repeat 9px 8px #3e3e3e;border-radius:3px;} .h_prof li a span {float:right;} .h_login_form {width:250px;height:99px;margin:17px 15px 0 0;float:right;} .h_login_input {padding:8px 7px 0 0;overflow:hidden;} .loginField {width:223px;height:27px!important;float:left;padding:0 8px!important;} .passwordField {width:170px;height:27px!important;float:left;clear:left;padding:0 8px!important;margin-top:7px;} .loginButton {height:29px!important;margin-top:7px;float:right;} .h_login_lnks {margin-top:7px;} .h_login_lnks span {margin-right:30px;} .h_login_lnks a span {color:#f48669;} .h_login_lnks a span:hover {color:#588ca7;} .h_navig_box {background:#fff;border-top:1px dashed #f0f0f0;border-left:2px solid #d3d3d3;border-right:2px solid #d3d3d3;width:1029px;height:41px;margin:0 auto;overflow:hidden;} .h_entries {float:left;padding:14px 0 14px 20px;color:#626262;} .h_entries b {color:#7d9ca4;} .h_addbtn {float:right;margin-right:17px;} .h_added {background:url('/img/add_ico.png')no-repeat 18px 15px #fafafa;float:left;} .h_added a {display:block;padding:14px 18px 14px 40px;text-transform:uppercase;text-decoration:none;color:#626262;} .h_added a:hover {background:url('/img/add_ico.png')no-repeat 18px 15px #f6f6f6;} .h_rss_ico {display:block;background:url('/img/rss_ico.png')no-repeat;float:left;margin:8px 0 0 17px;width:42px;height:25px;} .h_rss_ico:hover {-webkit-transition:background 0.1s ease;background:url('/img/rss_ico_h.png')no-repeat;} .h_forum_new {float:left;width:266px;margin-top:8px;} .h_forum_new ul {list-style:none;} .h_forum_new li a {-webkit-transition:background 0.1s ease;display:block;background:url('/img/arr_white.png')no-repeat 11px 9px;color:#f3f3f3;padding:4px 12px 4px 23px;margin:6px 4px 6px 11px;text-decoration:none;text-align:left;} .h_forum_new li a:hover {background:url('/img/arr_white.png')no-repeat 11px 9px #5c5c5c;border-radius:3px;} .h_forum_btn_box {float:right;margin:16px 16px 0 0;} .h_forum_btn {-webkit-transition:background 0.1s ease;display:block;background:#4d4d4d;border-radius:3px;padding:7px 12px;color:#d4d4d4;text-decoration:none;font-weight:700;} .h_forum_btn:hover {background:#5c5c5c;color:#d4d4d4;} /* --- */ /* Center */ .c_navig_box {background:#fff;border-bottom:1px dashed #f0f0f0;border-left:2px solid #d3d3d3;border-right:2px solid #d3d3d3;width:1029px;height:41px;margin:0 auto;overflow:hidden;text-align:left;} .c_info_ico {margin:11px 20px;float:left;} .c_navig_img {vertical-align:1px;margin:0 14px;} .c_navig_text {margin:14px 0;float:left;} .c_navig_text span {text-transform:uppercase;color:#7d9ca4;} .c_navig_text a {color:#626262;text-decoration:none;margin:11px 0;} .c_navig_text a:hover {color:#7d9ca4;} .c_navig_ico {float:right;margin:10px 14px 9px 14px;} .rev_ico_two {-webkit-transition:background 0.1s ease;display:block;background:url('/img/rev_ico_two.png')no-repeat;width:22px;height:22px;float:left;} .rev_ico_two:hover {background:url('/img/rev_ico_two_h.png')no-repeat;} .rss_ico_two {-webkit-transition:background 0.1s ease;display:block;background:url('/img/rss_ico_two.png')no-repeat;width:22px;height:22px;float:left;} .rss_ico_two:hover {background:url('/img/rss_ico_two_h.png')no-repeat;} /* --- */ /* Left Block*/ .lbox {width:192px;margin:8px 0 8px 8px;} .lbox_t {background:#fbfbfb;border-radius:3px;padding:3px 8px;text-transform:uppercase;text-align:center;font-style:italic;color:#6f6f6f;} .lbox_t span {color:#f48669;} .lbox_c {border:2px solid #f1f1f1;border-radius:3px;padding:5px 5px;margin-top:5px;overflow:hidden;} .layer {margin-top:5px;} .layer img {position:relative;width:170px;height:96px;border:2px solid #93abbb;padding:3px 3px;} .layer_t {background:url('/img/block_p_bg.png');width:170px;text-align:center;padding:2px 0;position:absolute;left:5px;top:82px;color:#ececec;} .toc {background:#fff;padding:1px 5px 0 5px!important;} .lbox_tags {margin-top:5px;overflow:hidden;} .lbox_tags a {-webkit-transition:background 0.1s ease;background:#fbfbfb;border-radius:3px;padding:7px 9px;margin:3px 3px;display:block;float:left;color:#7c7c7c;} .lbox_tags a:hover {background:#93abbb;color:#fff;} /* --- */ /* Chat */ #mchatIfm2 {height:250px!important;} #mchatMsgF {margin:7px 6px 7px 7px;width:132px!important;height:40px!important;} #secuCodeMc3 {width:43px!important;height:23px!important;} #mchatBtn {margin:0 0 7px 7px;float:left;} .chat_block {border-bottom:1px dotted #d3d3d3;overflow:hidden;} .chat_top {overflow:hidden;} .chat_name {text-align:left;padding:6px 9px;float:left;} .chat_name img {margin-right:6px;} .chat_date {float:right;padding:6px 9px;font-style:italic;color:#7d9ca4;font-size:10px;} .chat_message {color:#7c7c7c;padding:0 9px 6px 9px;text-align:left;} .chat_ico {float:left;margin:7px 7px 7px 0;} .chat_dotted {border-top:1px dotted #d3d3d3;} .chat_fld_mess {float:left;} .chat_reload {-webkit-transition:background 0.1s ease;display:block;background:url('/img/chat_reload.png')no-repeat;width:15px;height:15px;margin:2px 0 3px 1px;} .chat_reload:hover {background:url('/img/chat_reload_h.png')no-repeat;} .chat_smiles {-webkit-transition:background 0.1s ease;display:block;background:url('/img/chat_smiles.png')no-repeat;width:15px;height:15px;margin:0 0 3px 1px;} .chat_smiles:hover {background:url('/img/chat_smiles_h.png')no-repeat;} .chat_settings {-webkit-transition:background 0.1s ease;display:block;background:url('/img/chat_settings.png')no-repeat;width:15px;height:15px;} .chat_settings:hover {background:url('/img/chat_settings_h.png')no-repeat;} .chat_fld_secure {float:left;margin:7px 0 0 7px;} .chat_img_secure {float:right;margin:7px 7px 0 0;} /* --- */ /* Poll */ .pollQue {background:url('/img/block_tit.png')repeat-x bottom;padding:7px 0;text-align:center;} .pollAns {padding:10px 10px;} .pollButton {margin-top:7px;} .pollLnk {padding:0 10px 10px 10px;overflow:hidden;} .poll_l {float:left;color:#626262;} .poll_l b {color:#6695ad;} .poll_r {float:right;} /* --- */ /* Right Block */ .block {background:#fff;border:2px solid #f4f4f4;width:255px;margin:8px 8px;overflow:hidden;} .block_tit {background:url('/img/block_tit.png')no-repeat bottom;text-transform:uppercase;color:#626262;font-style:italic;padding:8px 15px;} .block_tit span {color:#588ca7;} .block_con {padding:10px 10px;overflow:hidden;} .block_con ul {list-style:none;} .block_con li a {-webkit-transition:all 0.1s ease;background:url('/img/block_con_li_h.png')no-repeat 10px 8px #fbfbfb;display:block;border-radius:3px;color:#626262;padding:6px 15px 6px 30px;margin:5px 0;text-decoration:none;} .block_con li a:hover {background:url('/img/block_con_li_h.png')no-repeat 10px 8px #93abbb;color:#fff;} .block_new_comm {-webkit-transition:background 0.1s ease;background:#fbfbfb;border-radius:3px;padding:5px 5px;margin:5px 0;overflow:hidden;} .block_new_comm:hover {background:#93abbb;color:#fff;} .block_new_comm:hover .block_new_text a {color:#fff;} .block_new_av {background:#494949;border-radius:3px;padding:3px 3px;margin-right:11px;float:left;} .block_new_av img {border-radius:3px;width:33px;height:33px:} .block_new_text {margin:3px 0;} .block_new_text a {color:#7d9ca4;text-decoration:none;font-weight:700;} .block_new_text p {margin:3px 0 0 0;} .block_new_text p a {color:#626262;text-transform:uppercase;text-decoration:none;font-weight:normal;} .block_popular {border:1px solid #efefef;padding:3px 3px;margin:4px 3px;float:left;position:relative;} .block_popular img {width:221px;height:69px;} .block_popular_r {background:url('/img/block_p_bg.png');border-radius:3px;position:absolute;top:8px;right:9px;padding:3px 0;color:#efefef;text-align:center;width:48px;height:22px;font-size:9px;} .block_popular_c {background:url('/img/block_p_bg.png');border-radius:3px;position:absolute;bottom:8px;right:9px;padding:3px 0;color:#efefef;text-align:center;width:48px;height:22px;font-size:9px;} .block_popular_name {background:#fbfbfb;border-radius:3px;padding:6px 15px;margin:1px 3px;clear:left;} .block_popular_name a {text-transform:uppercase;text-decoration:none;color:#626262;} .block_popular_name a:hover {color:#7d9ca4;} .block_popular_name p {margin:5px 0 0 0;} .block_popular_name p a {text-decoration:none;color:#7d9ca4;text-transform:none;font-weight:700;} .block_popular_name p a:hover {color:#626262;} .block_counter_box {background:url('/img/block_tit.png')no-repeat bottom;padding-bottom:16px;margin:5px 8px 0 8px;overflow:hidden;} .block_counter {float:left;margin-top:3px;} .block_onlcounter {float:right;} .block_uslist {margin:10px 9px 15px 9px;} .block_todayus {background:#fbfbfb;border-radius:3px;color:#6f6f6f;padding:6px 15px;margin:0 8px;text-transform:uppercase;font-style:italic;text-align:center;} .block_todayus span {color:#588ca7;} .block_todayusinf {margin:10px 9px;} /* --- */ /* Entry View */ .entry_box {border:2px solid #f3f3f3;width:541px;margin:8px 8px 8px 0;overflow:hidden;} .entry_title {background:url('/img/block_tit.png')repeat-x bottom;text-transform:uppercase;color:#f59a83;font-style:italic;padding:8px 15px;} .entry_title img {margin-right:7px;} .entry_title a {color:#7d9ca4;text-decoration:none;} .entry_title a:hover {color:#868686;} .entry_title a span {color:#868686;text-decoration:none;} .entry_title a span:hover {color:#7d9ca4;} .entry_left {float:left;margin:8px 8px;} .entry_poster {overflow:hidden;border:2px solid #f1f1f1;border-radius:3px;padding:3px;margin-top:6px;float:left;position:relative;} .entry_poster img {width:176px;height:100px;border-radius:2px;float:left;} .entry_bg_screen {position:absolute;background:rgba(0, 0, 0, 0.7);width:176px;height:100px;border-radius:3px;} .entry_plus_screen {background:url('/img/plus.png')no-repeat;width:40px;height:40px;margin:16% auto;} .entry_right {width:323px;float:left;margin:8px 8px 8px 4px;} .entry_message {color:#626262;text-align:justify;} .entry_details {border:1px solid #f1f1f1;padding:4px 4px;margin:8px 0 4px 0;overflow:hidden;} .det_one {list-style:none;float:left;} .det_one li {background:url('/img/det_arr.png')no-repeat 9px 8px;padding:3px 7px 3px 20px;color:#7c7c7c;} .det_one li b {color:#7d9ca4;} .det_one li a {text-decoration:none;font-weight:700;color:#7d9ca4;} .det_one li a:hover {color:#626262;} .det_two {list-style:none;float:left;margin-left:20px;} .det_two li {background:url('/img/det_arr.png')no-repeat 9px 8px;padding:3px 7px 3px 20px;color:#7c7c7c;} .det_two li b {color:#7d9ca4;} .entry_comments {background:url('/img/entry_comments.png')no-repeat;width:44px;height:42px;float:right;color:#fff;} .entry_comments div {text-align:center;padding-top:6px;} /* --- */ /* Entry File */ .fentry_title {background:url('/img/block_tit.png')repeat-x bottom;text-transform:uppercase;color:#6f6f6f;font-style:italic;padding:8px 15px;} .fentry_title img {margin-right:7px;} .fentry_det {padding:10px 10px;overflow:hidden;} .fentry_det ul {list-style:none;margin-left:10px;} .fentry_det li {float:left;margin-right:30px;} .fentry_det li a {color:#7d9ca4;} .fentry_det li a:hover {color:#626262;} .fentry_det li b {color:#7d9ca4;} .fentry_poster {max-width:425px;margin:10px auto;overflow:hidden;} .fentry_poster img {border:2px solid #f3f3f3;border-radius:3px;padding:3px 3px;max-width:425px;} .fentry_poster_t {background:#fbfbfb;border-radius:3px;padding:3px 8px;margin:5px 0;text-align:center;} .fentry_message {padding:10px 10px;} .fentry_unic {background:#fef8f6;border-radius:3px;padding:10px 10px;margin:10px 10px;text-align: justify;} .fentry_flbox {overflow:hidden;width:505px;margin:10px auto;} .fentry_flbox_l {background:#fbfbfb;border-radius:3px;float:left;padding:4px 4px;overflow:hidden;} .fentry_bg_screen1 {position:absolute;background:rgba(0, 0, 0, 0.7);width:87px;height:51px;margin-top:-51px;border-radius:3px;text-align:center;font-size:15px;color:#fff;font-style:italic;line-height:51px;} .fentry_bg_screen2 {position:absolute;background:rgba(0, 0, 0, 0.7);width:64px;height:51px;margin-top:-51px;border-radius:3px;text-align:center;font-size:15px;color:#fff;font-style:italic;line-height:51px;} .fentry_bg_screen3 {position:absolute;background:rgba(0, 0, 0, 0.7);width:73px;height:51px;margin-top:-51px;border-radius:3px;text-align:center;font-size:15px;color:#fff;font-style:italic;line-height:51px;} .fentry_bg_screen4 {position:absolute;background:rgba(0, 0, 0, 0.7);width:113px;height:63px;margin-top:-63px;border-radius:3px;text-align:center;font-size:15px;color:#fff;font-style:italic;line-height:63px;} .fentry_bg_screen5 {position:absolute;background:rgba(0, 0, 0, 0.7);width:117px;height:63px;margin-top:-63px;border-radius:3px;text-align:center;font-size:15px;color:#fff;font-style:italic;line-height:63px;} .fentry_flb1 {background:#fff;border-radius:3px;padding:1px 1px;margin:0 4px 4px 0;float:left;} .fentry_flb1 img {width:87px;height:51px;border-radius:3px;} .fentry_flb2 {background:#fff;border-radius:3px;padding:1px 1px;margin:0 4px 4px 0;float:left;} .fentry_flb2 img {width:64px;height:51px;border-radius:3px;} .fentry_flb3 {background:#fff;border-radius:3px;padding:1px 1px;float:left;} .fentry_flb3 img {width:73px;height:51px;border-radius:3px;} .fentry_flb4 {background:#fff;border-radius:3px;padding:1px 1px;margin-right:4px;float:left;clear:left;} .fentry_flb4 img {width:113px;height:63px;border-radius:3px;} .fentry_flb5 {background:#fff;border-radius:3px;padding:1px 1px;float:left;} .fentry_flb5 img {width:117px;height:63px;border-radius:3px;} .fentry_flbox_r {float:left;width:250px;margin:3px 0 0 9px;} .fentry_flbt {text-transform:uppercase;color:#626262;font-style:italic;padding:8px 15px;} .fentry_flbt span {color:#f48669;} .fentry_flbox_r ul {list-style:none;} .fentry_flbox_r li a {-webkit-transition:background 0.1s ease;display:block;background:url('/img/arr_black_two.png')no-repeat 11px 8px #fbfbfb;border-radius:3px;color:#626262;padding:3px 8px 3px 25px;margin:3px 0;text-decoration:none;} .fentry_flbox_r li a:hover {background:url('/img/arr_black_two.png')no-repeat 11px 8px #f8f8f8;} .fentry_downbox {width:428px;margin:10px auto 20px auto;overflow:hidden;} .fentry_downbtn {-webkit-transition:background 0.1s ease;background:#fbfbfb;border-radius:3px;float:left;text-align:left;} .fentry_downbtn:hover {background:#f8f8f8;} .fentry_downbtn div {float:left;text-align:left;padding:8px 14px 8px 0;} .fentry_downbtn div span {text-transform:uppercase;} .fentry_downbtn div b {color:#7d9ca4;} .fentry_downbtn img {float:left;margin:16px 19px 0 19px;} .fentry_downbtn p {margin:5px 0 0 0;font-style:italic;font-size:10px;color:#909090;} .fentry_downbox ul {float:right;list-style:none;padding:3px 0;} .fentry_downbox li {padding:3px 0;text-align:right;} .fentry_downbox li a {color:#7d9ca4;} .fentry_downbox li a:hover {color:#626262;} .fentry_downbox li b {color:#7d9ca4;} /* --- */ /* Footer */ .footer {background:url('/img/footer_bg.png')repeat-x;height:83px;margin:0 auto;overflow:hidden;} .footer_box {border-left:2px solid #404040;border-right:2px solid #404040;width:1029px;height:83px;margin:0 auto;overflow:hidden;} .f_logo {display:block;background:url('/img/f_logo.png')no-repeat;width:188px;height:43px;float:left;margin:20px 0 0 50px;} .f_dotted {background:url('/img/f_dotted.png')no-repeat;width:5px;height:32px;margin:26px 30px;float:left;} .f_text {float:left;text-align:left;margin:26px 0;width:400px;color:#fff;} .f_text a {text-decoration:none;font-weight:700;color:#7d9ca4;} .f_text a:hover {color:#fff;} .f_banner {float:right;margin:23px 50px 0 0;} .f_banner img {background:#3e3e3e;border-radius:3px;padding:3px 3px;margin:0 5px;} /* --- */ /* Search */ .h_search {float:left;padding:5px 5px 5px 7px;} .h_schQuery {float:left;padding-right:3px;} .queryField {width:190px!important;height:25px!important;margin-top:2px;padding:0 8px!important;} .h_schBtn {float:left;padding-top:2px;} .searchSbmFl {height:27px;} /* --- */ /* Global */ #container {background:#fff;border-left:2px solid #d4d4d4;border-right:2px solid #d4d4d4;width:1029px;margin:0 auto;text-align:left;overflow:hidden;} .sidebar_l {float:left;width:200px;overflow:hidden;} .sidebar_r {float:right;width:275px;} #maincont {float:left;width:545px;margin-left:8px;} /* --- */ /* Comments Add */ #forma_comment {float:left;width:513px;background:#fff;margin:10px 10px;} .comm_rules ul {list-style:decimal;margin:10px 35px;} #forma_comment textarea {margin:0;float:left;padding:10px;width:513px!important;} #panel_error {float:left;width:100%;margin:5px 0 10px 0;} #panel_bottom {float:left;width:100%;} #panel_bottom img {display:none;} .left {float:left;} .right {float:right;} #comment_panel {float:left;width:503px;padding:5px 5px;margin-top:5px;} #comment_panel .codeButtons {display:none;} #panel_bb {float:right;} #panel_bb a:link, #panel_bb a:visited {-webkit-transition:background 0.2s ease;font-size:11px;background:#464646;border:1px solid #464646;color:#fff;border-radius:3px;padding:3px 7px;text-transform:uppercase;font: 12px 'Cuprum';} #panel_bb a:hover {background:#5c5c5c;} .panel_i {font-style:italic!important; } .panel_u {text-decoration: underline!important; } .panel_info {float:right!important; margin: 0px!important;} .menu_n {float:left;display:block;position:relative;margin:2px 0 0 5px;} .dd_ugol1, .dd_menu {width:240px;} .dd_menu {float:left;padding:5px;left:-999em;z-index:998;background:#fff;position:absolute;border:1px solid #f3f3f3;margin:0 0 0 -5px;border-radius:5px 5px 5px 5px;box-shadow:0 0px 5px #f8f8f8;} .menu_n:hover .dd_menu {right:auto;left:0px;top:30px;} .dd_ugol1 {float:left;height:25px;top:-25px;left:4px;position:absolute;} #secuImgC {margin:0!important;float:left!important;display:inline!important;} .securityCode {color:#777!important;margin:0 5px 0 0;float:left!important;height:35px!important;padding:5px 5px 5px 5px!important;} .kn_dobavit {webkit-transition:background 0.1s ease;background:#464646!important;border:1px solid #464646!important;float:right!important;color:#fff!important;height:30px!important;padding:0px 10px 0px 10px!important;margin-right:20px;} .kn_dobavit:hover {background:#5c5c5c!important;} #forma_comment a:hover img {filter: progid: DXImageTransform.Microsoft.Alpha(opacity=50); -moz-opacity: 0.5; opacity: 0.5; filter: alpha(opacity=50);} /* --- */ input[name="ban"], select[name="w"], select[name="gender"] { display:none; } /* Comments View */ .comm_added_box {margin:10px 10px;} .comm_added_date {padding:4px 8px;color:#4e5761;font-family:Cuprum;} .comm_added_date span {margin:0 12px;color:#7d9ca4;} .comm_added_entry {float:right;margin-right:7px;} a.comm_added_usname {font-weight:700;} .comm_added_allc {background:#fbfbfb;border-radius:3px;margin-bottom:3px;overflow:hidden;} .comm_added_avc {float:left;border-radius:3px;margin:8px;} .comm_added_avc img {float:left;padding:3px;width:45px;} .comm_added_messc {padding:8px 6px 8px 6px;text-align:left;float:left;width:80%;font-size:12px;} .comm_added_messc a {color:#588ca7;font-weight:700;} .comm_added_messc a:hover {color:#626262;} .comm_added_answer {padding:8px 6px 8px 0;text-align:left;width:80%;font-size:12px;color:#588ca7;} .comm_message {color:#636363;margin-top:7px;float:left;} .comm_no {text-align:center;margin:13px 0 5px 0;font: 12px 'Cuprum';} .commReg {border:2px solid #fef8f6;padding:10px 0;margin-bottom:8px;text-align:center;width:541px;} /* --- */ /* User Group Marks */ 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;} /* ---------------- */ /* Other Styles */ .codeMessage, .quoteMessage {border:1px solid #f4f4f4!important;padding:5px 10px;margin:0 0 10px 0;font: 10px 'tahoma';} .bbcodeBlock, .bbquoteBlock {margin:5px;} .bbCodeName {margin:10px 0 0 0;font: 12px 'Cuprum'!important;color:#588ca7;} .bbQuoteName {margin:10px 0 0 0;font: 12px 'Cuprum'!important;color:#f58669;} /* ------------ */ /* Pages */ .pages_block {display:block;height:32px;margin:15px 0 0 0;text-align:center;} .swchItemA span {border:2px solid #f48669;padding:4px 10px;} .swchItem span {-webkit-transition:border 0.1s ease;border:2px solid #f1f1f1;padding:4px 10px;} a.swchItem:link {color:#626262;text-decoration:none;} .swchItem span:hover {border:2px solid #93abbb;padding:4px 10px;} .swchItemA1 span, .swchItem1 span {border:2px solid #f1f1f1;padding:4px 10px;} /* --- */ /* Forum */ .forumContent {background:#fff;margin:8px 8px;overflow:hidden;font: 12px 'Cuprum';} .gTable {background:#f3f3f3;padding:1px;} .gTableTop {background:url('/img/entry_arr.png')no-repeat 15px 11px #fff;text-transform:uppercase;color:#6f6f6f;font-style:italic;padding:8px 15px 8px 31px;} .gTableSubTop {background:#fbfbfb;color:#909090;padding:4px 8px;font-size:10px;} a.catLink:link, a.catLink:visited, a.catLink:active {color:#6f6f6f;} a.catLink:hover {color:#7d9ca4;} a.threadAuthorLink:link, a.threadAuthorLink:visited, a.threadAuthorLink:active {color:#f58669;} a.lastPostUserLink:link, a.lastPostUserLink:visited, a.lastPostUserLink:active {color:#aaa;} a.threadAuthorLink:hover {color:#626262;} a.forumLastPostLink:link, a.forumLastPostLink:visited, a.forumLastPostLink:active {color:#588ca7;} a.forumLastPostLink:hover {color:#626262;} a.lastPostUserLink:hover, a.threadAuthorLink:hover {color:#626262;} a.forum:link, a.forum:visited, a.forum:active {color:#588ca7;font-size:13px;margin-left:5px;} a.forum:hover {color:#626262;} .threadsType {background:#f9f9f9;color:#636363;height:20px;font-size:11px;padding:2px 5px;} .gTableBody {padding:2px;background:#fff;} .gTableBody1 {padding:2px;background:#fff;} .gTableBottom {padding:2px;background:#fff;} .gTableLeft {padding:4px 8px;background:#fff;font-weight:bold;color:#636363;} .gTableRight {padding:4px 8px;background:#f9f9f9;} .gTableError {padding:2px;background:#fff;color:#FF0000;} .forumNameTd,.forumLastPostTd {padding:3px 8px;background:#fff} .forumIcoTd,.forumThreadTd,.forumPostTd {padding:2px;background:#fff;} .forumLastPostTd,.forumArchive {padding:3px 8px;font-size:8pt;} .threadsDetails {background:#fff;color:#626262;font-size:11px;padding:6px 8px;} .forumOnlineBar {background:#fbfbfb;color:#636363;font-size:11px;padding:6px 8px;} .lastPostGuest, .threadAuthor {font-weight:bold} .archivedForum{font-size:7pt;color:#FF0000;font-weight:bold;} .forumDescr {color:#858585;font-size:8pt;margin-left:5px;} .forumModer {color:#858585;font-size:8pt;padding-left:5px;} .forumViewed {font-size:9px;padding-left:5px;} .forumNamesBar {font-size:11px;padding:10px 10px!important;} a.forumBar {color:#626262;} a.forumBarA:link,a.forumBarA:visited,a.forumBarA:active {color:#f48669;} a.forumBarA:hover {color:#7d9ca4;} .fastNav, .fastSearch, .fastLoginForm, .moderOptions {background:#f9f9f9;border:1px solid #ececec;padding:2px 2px 2px 2px;font-size:8pt;outline:none;color:#636363;} .fastNavMain {background:#C7D7EF;} .fastNavCat {background:#E7EEF8;} .fastNavCatA {background:#E7EEF8;color:#0000FF} .fastNavForumA {color:#0000FF} .switches {background:#ececec;} .pagesInfo {background:#fff;padding:4px 10px;font-size:10px;color:#626262;} .switch {background:#fff;font-size:10px;padding:4px 10px;} .switchActive {background:#fbfbfb;color:#626262;padding:4px 10px;} .threadNametd,.threadAuthTd,.threadLastPostTd {padding:2px;padding:2px;background:#fff;} .threadIcoTd,.threadPostTd,.threadViewTd {padding:2px;background:#fff;} .threadLastPostTd {padding:2px;font-size:8pt;} .threadDescr {color:#858585;font-size:7pt;padding-left:5px;} .threadNoticeLink {font-weight:bold;} a.threadPinnedLink:link,a.threadPinnedLink:visited,a.threadPinnedLink:active {text-decoration:none;color:#5f8aac;margin-left:5px;} a.threadPinnedLink:hover {text-decoration:none;color:#2c5a7e;} a.threadLink:link, a.threadLink:visited, a.threadLink:active {color:#588ca7;margin-left:5px;} a.threadLink:hover {color:#626262;} .postpSwithces {font-size:7pt;} .thDescr {font-weight:normal;} .threadFrmBlock {font-size:7pt;text-align:right;} .replaceTable {background:#EEEEEE;height:100px;width:300px;border:1px solid #AAAAAA;} .legendTd {font-size:7pt;} .postPoll {background:#fbfbfb;text-align:center;} .postFirst {background:#fff;} .postRest1 {background:#fff;} .postRest2 {background:#fff;} .postSeparator {height:3px;background:#f5f5f5;} .postTdTop {background:#fff;color:#626262;font-size:11px;padding:6px 8px;border-bottom:1px solid #f3f3f3;} .postTdInfo {border-right:1px solid #f3f3f3;} .postBottom {background:#fff;color:#626262;font-size:11px;padding:6px 8px;border-top:1px solid #f3f3f3;} .postUser {font-weight:bold;} .postRankName {margin-top:5px;} .postRankIco {margin-bottom:5px;margin-top:2px;} .reputation {margin-top:5px;} .signatureHr {margin-top:20px;color:#2D435B;} .posttdMessage {padding:5px;background:#FFFFFF;} .posttdMessage img {max-width:450px;} .pollQuestion {text-align:center;font-weight:bold;} .pollButtons,.pollTotal {text-align:center;} .pollSubmitBut,.pollreSultsBut {width:140px;font-size:7pt;} .pollSubmit {font-weight:bold;} .pollEnd {text-align:center;height:30px;} .signatureView {font-size:7pt;} .statusBlock {padding-top:3px;} .statusOnline {color:#0000FF;} .statusOffline {color:#FF0000;} .pollBut {width:110px;} .pollBody {padding:7px; margin:0px; background:#FFFFFF} .textResults {background:#E2E6EA} .textResultsTd {background:#FFFFFF} .pollNow {border-bottom:1px solid #E2E6EA; border-left:1px solid #E2E6EA; border-right:1px solid #E2E6EA;} .totalVotesTable {border-bottom:1px solid #E2E6EA; border-left:1px solid #E2E6EA; border-right:1px solid #E2E6EA;} .totalVotesTd {background:#FFFFFF;} .userAvatar {overflow:hidden;border:2px solid #f1f1f1;border-radius:3px;padding:3px;margin:10px 0;width:70px;} .forum_post {clear:left;background:#fbfbfb;border-radius:3px;color:#626262;padding:3px 8px;margin:3px;text-align:left;} /* --- */ /* Inputs */ textarea {background:#fff;border:1px solid #ebebeb;color:#a4a4a4;border-radius:3px;box-shadow:inset 2px 2px 3px #f8f8f8;font: 12px 'Cuprum';padding:6px 8px;} input[type=submit], input[type=reset], input[type=button] {-webkit-transition:background 0.2s ease;font-size:11px;background:#464646;border:1px solid #464646;color:#fff;border-radius:3px;padding-left:7px;padding-right:7px;cursor:pointer;line-height:20px;text-transform:uppercase;font: 12px 'Cuprum';} input[type=submit]:hover, input[type=reset]:hover, input[type=button]:hover {background:#5c5c5c;} input[type=submit]:active, input[type=reset]:active, input[type=button]:active {} input[type=text], input[type=password] {background:#fff;border:1px solid #ebebeb;color:#a4a4a4;border-radius:3px;box-shadow:inset 2px 2px 3px #f8f8f8;font: 12px 'Cuprum';padding:6px 8px;} input[type=text]:focus, input[type=password]:focus, textarea:focus {box-shadow:inset 0px 1px 3px #d4d4d4!important;-webkit-box-shadow:inset 0px 1px 3px #d4d4d4!important;-moz-box-shadow:inset 0px 1px 3px #d4d4d4!important;} #mchatBtn, input.codeButtons, input.button {padding-left: 0px;padding-right: 0px;} .commFl {width:500px!important;height:60px;margin-left:8px;} .commSbmFl {margin-right:16px;} /* --- */ ЭТО ППЦ какой то ...не могу найти( выручайте |
off-line Добавлено: 2013-Фев-02 - 12:29 | Сообщение #3
Убери вот
Код <script type="text/javascript" src="/js/snowstormnanewgod.js"></script>
Мой сайт - miravet.ru |
| |||
| |||
