Intelligent
Дата: Суббота, 08.05.2010, 20:41 | Сообщение # 1
Президент
Министр
Академик
Доктор
Кандидат
Аспирант
Магистр
Бакалавр
Абитуриент
Школьник
Звание: Абитуриент
Группа: Заблокированные
Сообщений: 70
Значит так: я делаю на своём сайте вот такие блоки как на этом сайте Доступно только для пользователей (не реклама). "Последние ответы на форуме" "Популярные темы на форуме" "Лучшии пользователи" "Новые пользователи". Получился код который надо вставить на главную страницу. Куда именно в код главной страницы надо вставить этот код? Сам код:
Code
<!--informer--> <table width="100%"> <tr><td width="50%" align="center" class="inftop">Последние ответы на форуме</td><td align="center" class="inftop">Популярные темы на форуме</td></tr> <tr><td width="50%" class="infsubtop">1</td><td class="infsubtop">2</td></tr> <tr><td width="50%" align="center" class="inftop">Лучшие пользователи</td><td align="center" class="inftop">Новые пользователи</td></tr> <tr><td width="50%" class="infsubtop">3</td><td class="infsubtop">4</td></tr> </table> <!--/informer-->
Код главной страницы:
Code
<DIV align="center"> <?xml version="1.0" encoding="windows-1251" ?> <!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"> <head> <title>Всё для CS,uCoz.Бесплатно</title> <meta http-equiv="content-type" content="text/html; charset=windows-1251"/> <link type="text/css" rel="StyleSheet" href="/_st/my.css" /> <script type="text/javascript" src="/js/pading.js"></script> <script type="text/javascript" src="/js/design.js"></script> <script type="text/javascript" src="/js/cookie.js"></script> <link type="text/css" rel="StyleSheet" href="/_st/my.css" /> <link type="text/css" rel="StyleSheet" href="http://s23.ucoz.net/src/layer6.css" /> <script type="text/javascript" src="http://s23.ucoz.net/src/u.js"></script> <style type="text/css"> .UhideBlock {display:none} .caFHVr5 {position:absolute;right:0px;top:0px;} div > table.caFHVr5 {position:fixed;} </style> <link rel="shortcut icon" href="http://extm-cs.ru/img/ct.gif" type="image/x-icon"/> </head> <body style="background:url('/diz/fon_blokov.png') #000000; margin:0px; padding:0px;"> <script type="text/javascript">function faFHVr5(a){try{document.getElementById("paFHVr5").style.display=a;}catch(e){}try{document.getElementById("aFHVr5").style.display=a;}catch(e){}}function f2aFHVr5(){faFHVr5('');}</script> <div id="paFHVr5"><table border="0" cellspacing="0" cellpadding="0" class="caFHVr5" id="aFHVr5" style="z-index:10000;width:230px"><tr><td valign="top" width="12"><a href="javascript://" onclick="faFHVr5('none');return false;" title="Закрыть"><img alt="" src="http://s23.ucoz.net/img/ma/cv.gif" style="border:0;width:12px;height:54px;"/></a></td><td width="218"><script type="text/javascript">var begun_auto_pad = 170744863; var begun_block_id = 170744923; var begun_self_keywords = 'реклама на щитах, верну мужа';</script></td></tr></table></div> <center><table border="0" cellpadding="0" cellspacing="0" width="92%"><tr><td class="bBlok3"><center> $GLOBAL_AHEADER$ </center></td></tr></table></center> <p></p> <table border="0" cellpadding="5" cellspacing="0" width="92%"><tr><td class="bBlok2"> <center><table border="0" cellpadding="5" cellspacing="0" width="100%"><tr><td valign="top" align="center"></td></tr></table></center> <table border="0" cellpadding="10" cellspacing="0" width="100%"><tr><td valign="top" align="center"> <!-- <middle> --> <table border="0" cellpadding="0" cellspacing="0" width="100%"> <tr> <td valign="top" style="width:203px;"> $GLOBAL_CLEFTER$ </td> <td valign="top" width="80%" style="padding:0 5px;"> <div style="border:1px solid black;padding:5px"> <!-- <body> -->$CONTENT$<!-- </body> --></div></td> <td valign="top"> $GLOBAL_DRIGHTER$ </td> </tr> </table> <!-- </middle> --> $GLOBAL_BFOOTER$ </td></tr> </table> <!-- </middle> --> </td></tr></table> <br /> $GLOBAL_BFOOTER$ <!--/U1BFOOTER1Z--> </td></tr> </table> <!-- </middle> --> </td></tr></table> <br /> $GLOBAL_BFOOTER$ <script type="text/javascript"> /*<![CDATA[*/ //Hint Start // CLASS : MW_System_Load // Init function MW_System_Load(){ this.wib = screen.width; this.heb = screen.height; this.documes = (document.getElementById || document.createElement || document.getElementsByTagName) ? true : false; this.objects = window.addEventListener || window.attachEvent ? window : document.addEventListener ? document : null; this.types = 'load'; } MW_System_Load.prototype.addsevent = function(func){ if(this.objects.addEventListener){ this.objects.addEventListener(this.types,func,false); return true; } else if (this.objects.attachEvent){ this.objects.attachEvent("on" + this.types,func); } else { return false; } } MW_System_Load.prototype.browser = function(){ this.ver = navigator.appVersion; this.agent = navigator.userAgent.toLowerCase(); this.dom = document.getElementById ? 1:0; this.all = document.all ? 1:0; this.ie5 = (this.ver.indexOf("MSIE 5")>-1 && this.dom) ? 1:0; this.ie6 = (this.ver.indexOf("MSIE 6")>-1 && this.dom) ? 1:0; this.ie4 = (document.all && !this.dom) ? 1:0; this.ie = this.ie4 || this.ie5 || this.ie6; this.opera = this.agent.indexOf("opera")>-1; this.gecko = (this.agent.indexOf("gecko")!=-1) ? 1:0; this.bw = (this.ie || this.opera || this.gecko); return this; } MW_System_Load.prototype.findobj = function(obj){ this.parent = window.document; if(this.parent[obj]){ return this.parent[obj]; } if(this.parent.all && this.parent.all[obj]){ return this.parent.all[obj]; } if(this.parent.layers && this.parent.layers[obj]){ return this.parent.layers[obj]; } if(this.parent.getElementById && this.parent.getElementById(obj)){ return this.parent.getElementById(obj); } return null; } var MW = new MW_System_Load(); function MW_System_Hint(){} MW_System_Hint.prototype.show = function(obj,str){ var hint = MW.findobj('hint'); if(!obj){ return; } if(!MW.documes){ return; } if(!hint){ return; } hint.className = 'hint'; hint.style.left = 15; hint.style.top = 50; obj.onmouseout = function(advance){ hint.style.width = ''; hint.style.visibility = 'hidden'; if(hint.firstChild) hint.removeChild(hint.firstChild); hint.appendChild(document.createTextNode(str)); }; obj.onmousemove = function(advance){ <!--//str = str.replace(/</g,"<");--> <!--//str = str.replace(/>/g,">");--> hint.style.width = ''; hint.innerHTML = str; vc = document.getElementsByTagName((document.compatMode && document.compatMode=="CSS1Compat") ? "HTML":"BODY")[0]; x = window.event ? event.clientX + vc.scrollLeft : advance.pageX; y = window.event ? event.clientY + vc.scrollTop : advance.pageY; vcwidth = vc.clientWidth ? vc.clientWidth + vc.scrollLeft : window.innerWidth + window.pageXOffset; vcheight = vc.innerHeight ? window.innerHeight + window.pageYOffset : vc.clientHeight + vc.scrollTop; if(hint.offsetWidth>500){ hint.style.width = '200'; } if((x + hint.offsetWidth + 15) > vcwidth){ hint.style.left = x - hint.offsetWidth - 4; } else { hint.style.left = x + 15; } if((y + hint.offsetHeight + 19) > vcheight){ hint.style.top = y - hint.offsetHeight; } else { hint.style.top = y + 25; } //if(typeof(hint.style.MozOpacity)!="undefined"){ hint.style.opacity = '.91'; hint.style.filter = "alpha(opacity:91)"; //} hint.style.visibility = 'visible'; }; } MW_System_Hint.prototype.initialize = function(){ var hint = document.createElement("DIV"); hint.setAttribute('id','hint'); document.getElementsByTagName('body')[0].appendChild(hint); hint.style.visibility = 'hidden'; var hintmarker = ['a','img','img','input','span','div','textarea']; var textmarker = ['title','alt','title','title','title','title','title']; var lenmarker = hintmarker.length; for(var i=0; i<lenmarker; i++) { atr = document.getElementsByTagName(hintmarker[i]); } for(var j=0; j<atr.length; j++){ if(viewhint=atr[j].getAttribute(textmarker[i])){ atr[j].removeAttribute(textmarker[i]); HINT.show(atr[j],viewhint); } } } var HINT = new MW_System_Hint(); if(MW.objects){ MW.addsevent(HINT.initialize); } //Hint End /*]]>*/ </script> <script type="text/javascript"> /*<![CDATA[*/ function getBrowserInfo() { var t,v = undefined; if (window.opera) t = 'Opera'; else if (document.all) { t = 'IE'; var nv = navigator.appVersion; var s = nv.indexOf('MSIE')+5; v = nv.substring(s,s+1); } else if (navigator.appName) t = 'Netscape'; return {type:t,version:v}; } function bookmark(a){ var url = window.document.location; var title = window.document.title; var b = getBrowserInfo(); if (b.type == 'IE' && 7 > b.version && b.version >= 4) window.external.AddFavorite(url,title); else if (b.type == 'Opera') { a.href = url; a.rel = "sidebar"; a.title = url+','+title; return true; } else if (b.type == "Netscape") window.sidebar.addPanel(title,url,""); else alert("Нажмите CTRL-D, чтобы добавить страницу в закладки."); return false; } /*]]>*/ </script> </body> <script type="text/javascript"> var begun_auto_pad = 199390567; var begun_block_id = 199390665; </script> <script src="http://autocontext.begun.ru/autocontext2.js" type="text/javascript"></script> </html> </DIV>
Добавлено (08.05.2010, 20:39) --------------------------------------------- Извенити второй код не вмистился! Вот он:
Куда его вставить в CSS? Вот код:
Code
.inftop {background: url(http://csfilez.net.ru/design/4.1.gif) #000000;color:#828282;height:22px;font-size:10px;border:1px solid #494949;} .infsubtop {padding: 5 5 5 5; border:solid 1px #484848;background: black url(http://csfilez.net.ru/design/1.1.gif);} .infsubtop table td li {list-style-image: url(http://csfilez.net.ru/design/8.gif);}
Вот CSS:
Code
fieldset {background: url() no-repeat top right;border:1px solid #debc1d;} #anyclass a:hover img {opacity:1.0; -moz-opacity:1.0; filter:alpha(opacity=100);background:none;} #anyclass a img { OPACITY:0.3px; -MOZ-OPACITY:0.3px; FILTER:alpha(opacity=60) } #anyclass a:hover img { OPACITY:1px; -MOZ-OPACITY:1px; FILTER:alpha(opacity=100); BACKGROUND:none } .counter {color:#585858; border: #000000 1px solid;} a.demoScrollover { /* аІаВаЕб? аПаО б?аМаОаЛб?аАаНаИб? */ color: blue; } a.demoScrollover em:first-line { /* аІаВаЕб? аПб?аИ аНаАаВаЕаДаЕаНаИаИ */ color: red; } .blockmenu { height:18px; width: 100%; font: normal 10px Arial, Helvetica, sans-serif; text-align: left; } .blockmenu a:link, .blockmenu a:visited { color:#ffffff; text-decoration:none; padding-left:16px; line-height:18px; display:block; font-weight:normal; background: url(/img/15.bmp); border-top: 1px solid #666666; border-right: 1px solid #666666; border-bottom: 1px solid #666666; border-left: 1px solid #666666; text-align: left; } .blockmenu a:hover { color:#ffffff; text-decoration:none; padding-left:16px; line-height:18px; display:block; font-weight:normal; border: 1px solid #1E90FF; background: #333333 url("http://my-server.ucoz.ua/img/8.gif") no-repeat left center; text-align: left; } form { padding:0px; margin:0px; } /* Hint */ <script type="text/javascript" src="http://my-server.ucoz.ua/js/design.js"></script> .hint {background:url('http://my-server.ucoz.ua/diz/1.1.gif');color:#debc1d;border-top:1px solid #debc1d;border-right:1px solid #debc1d;border-bottom:1px solid #debc1d;border-left:1px solid #debc1d;padding:3px;position:absolute;} .hint {background:url('http://my-server.ucoz.ua/diz/1.1.gif');color:#debc1d;border-top:1px solid #debc1d;border-right:1px solid #debc1d;border-bottom:1px solid #debc1d;border-left:1px solid #debc1d;padding:3px;position:absolute;} .1hr {border-top:1px dashed #a5de1e;} /* ------------- */ /* General Style */ .boxTitle {height:44px;background:url('http://extm-cs.ru/shapka/verh.gif'); text-align:center;color:#debc1d;text-transform:none;padding-bottom:8px;} .boxContent {background:url('http://extm-cs.ru/shapka/center.gif'); padding:0px 10px 0 10px;} .boxTable {width:205px;margin-bottom:5px;} a:link {text-decoration:none; color:#8e8e8e;} a:active {text-decoration:none; color:#8e8e8e;} a:visited {text-decoration:none; color:#8e8e8e;} a:hover {text-decoration:none; color:#debc1d;} .topLink a:link {text-decoration:none; color:#000000;} .topLink a:active {text-decoration:none; color:#000000;} .topLink a:visited {text-decoration:none; color:#000000;} .topLink a:hover {text-decoration:none; color:#FF0000;} .box {padding:5px;} .box h3 {color:#FFE400;font-size:13pt;} td, body {font-family:verdana,arial,helvetica; font-size:8pt; color:#C8C8C8} form {padding:0px;margin:0px;} input,textarea,select {vertical-align:middle; font-size:8pt; font-family:verdana,arial,helvetica;} .copy {font-size:7pt;} a.noun:link {text-decoration:none; color:#dedede} a.noun:active {text-decoration:none; color:#dedede} a.noun:visited {text-decoration:none; color:#dedede} a.noun:hover {text-decoration:none; color:#FFFFFF} .mframe1 {padding:2 10 30 10px;} hr {height:4px;background:#393939;border:1px solid #222222} label {cursor:pointer;cursor:hand} .blocktitle {font-family:Verdana,Sans-Serif;color:#FFFFFF;font-size:13px;font-weight:bold; padding-left:22px; background: url('http://my-server.ucoz.ua/diz/8.gif') no-repeat 5px 2px;} .menut0 {} .menut {padding:2 3 3 15px;} .mframe {padding:2 0 30 30px;} .bannerTable {width:468;height:60;} .menu1 {font-weight:bold;font-size:8pt;font-family:Arial,Sans-Serif;} a.menu1:link {text-decoration:none; color:#dedede} a.menu1:active {text-decoration:none; color:#dedede} a.menu1:visited {text-decoration:none; color:#dedede} a.menu1:hover {text-decoration:none; color:#FFFFFF} /* ------------- */ /* Menus */ ul.uz {list-style: none; margin: 0 0 0 0; padding-left: 0px;} li.menus {margin: 0; padding: 0 0 0 13px; background: url('http://my-server.ucoz.ua/diz/8.gif') no-repeat 0px 2px; margin-bottom: .6em;} /* ----- */ /* Main Menu */ .m {font-weight:normal;} a.m:link {text-decoration:none; color:#dedede} a.m:active {text-decoration:none; color:#dedede} a.m:visited {text-decoration:none; color:#dedede} a.m:hover {text-decoration:none; color:#debc1d} .ma {font-weight:bold;} a.ma:link {text-decoration:none; color:#FFFFFF;} a.ma:visited {text-decoration:none; color:#FFFFFF} a.ma:hover {text-decoration:none; color:#FFFFFF} li.m {margin: 0; padding: 0 0 0 13px; background: url('http://my-server.ucoz.ua/diz/8.gif') no-repeat 0px 2px; margin-bottom: .6em;} /* --------- */ /* Module Part Menu */ .catsTd {padding: 0 0 6px 13px; background: url('http://my-server.ucoz.ua/diz/8.gif') no-repeat 0px 2px;} .catName {font-family:Verdana,Tahoma,Arial,Sans-Serif;font-size:11px;} .catNameActive {font-family:Verdana,Tahoma,Arial,Sans-Serif;font-size:11px;} .catNumData {font-size:7pt;} .catDescr {font-size:7pt; padding-left:10px;} a.catName:link {text-decoration:none; color:#dedede;} a.catName:visited {text-decoration:none; color:#dedede;} a.catName:hover {text-decoration:none; color:#FFFFFF;} a.catName:active {text-decoration:none; color:#dedede;} a.catNameActive:link {text-decoration:none; color:#FFFFFF;} a.catNameActive:visited {text-decoration:none; color:#FFFFFF;} a.catNameActive:hover {text-decoration:none; color:#FFFFFF;} a.catNameActive:active {text-decoration:none; color:#FFFFFF;} /* ----------------- */ /* Entries Style */ .eBlock {background:url('http://my-server.ucoz.ua/diz/fon_ceredina.gif') #000000;border:1px solid #252525;} .eBlock1 {background:url('http://my-server.ucoz.ua/diz/fon_ceredina.gif') #000000;border:1px solid #3d3d3d;} .eBlock2 {background:url('http://my-server.ucoz.ua/diz/fon_ceredina.gif') #000000;border:1px solid #debc1d;} .eTitle {font-family:Verdana,Arial,Sans-Serif;font-size:11px;font-weight:bold;color:#debc1d; padding: 4px; border:1px solid #252525; height:12px; background:url('http://my-server.ucoz.ua/diz/9.gif') repeat-x ;} .eTitle a:link {text-decoration:none; color:#8e8e8e;} .eTitle a:visited {text-decoration:none; color:#8e8e8e;} .eTitle a:hover {text-decoration:none; color:#debc1d;} .eTitle a:active {text-decoration:none; color:#debc1d;} .eText {text-align:justify; padding:10px;} .eDetails {background:#151515;color:#60606B;padding-bottom:5px;padding-top:3px; text-align:left;font-size:8pt; } .eRating {font-size:7pt;background:url('http://my-server.ucoz.ua/diz/fon.bmp') repeat-x #333333; border: #222222 1px solid; color:#808080;} .eRating1 {font-size:7pt;background:url('http://my-server.ucoz.ua/diz/fon.bmp') repeat-x #333333; border: #222222 1px solid; color:#808080;} .eAttach {margin: 16px 0 0 0; padding: 0 0 0 15px; background: url('http://src.ucoz.ru/t/955/21.gif') no-repeat 0px 0px;} /* --------------- */ /* Entry Manage Table */ .manTable {border:1px solid #252525;background:#0F0F13;} .manTdError {color:#FF0000;} .manTd1 {} .manTd2 {} .manTd3 {} .manTdSep {} .manHr {} .manTdBrief {} .manTdText {} .manTdFiles {} .manFlFile {} .manTdBut {} .manFlSbm {} .manFlRst {} .manFlCnt {} /* ------------------ */ /* Comments Style */ .cAnswer {color:#848484;padding-left:15px;padding-top:4px;font-style:italic;} .cBlock1 {background:url('http://my-server.ucoz.ua/diz/fon_ceredina.gif') #000000;border:1px solid #262626;} .cBlock2 {background:url('http://my-server.ucoz.ua/diz/fon_ceredina.gif') #000000;border:1px solid #262626;} /* -------------- */ /* Comments Form Style */ .commTable {background:url('http://my-server.ucoz.ua/diz/fon_ceredina.gif') #000000;border:1px solid #262626;color:#FFFFFF;} .commTable1 {background:url('http://my-server.ucoz.ua/diz/fon_ceredina.gif') #000000;border:1px solid #262626;color:#FFFFFF;} .commTd1 {color:#FFFFFF;font-weight:bold;padding-left:5px;} .commTd2 {padding-bottom:2px;} .commFl {width:100%;color:#FFFFFF;background:#000000;border:1px solid #252525;} .smiles {border:1px solid #252525;background:#000000;} .commReg {padding: 10 0 10 0px; text-align:center;} .commError {color:#FF0000;} .securityCode {color:#848484;background:#000000;border:1px solid #252525;} /* ------------------- */ /* News/Blog Archive Menu */ .archLi {padding: 0 0 3px 10px; background: url('http://src.ucoz.ru/t/955/22.gif') no-repeat 0px 4px;} .archActive {color:#FFFFFF;} a.archLink:link {text-decoration:none; color:#FFFFFF;} a.archLink:visited {text-decoration:none; color:#FFFFFF;} a.archLink:hover {text-decoration:none; color:#D8D5D5;} a.archLink:active {text-decoration:none; color:#D8D5D5;} /* ---------------------- */ /* News/Blog Archive Style */ .archiveCalendars {text-align:center;color:#E2B4B4;} .archiveDateTitle {font-weight:bold;color:#FFFFFF;padding-top:15px;} .archEntryHr {width:250px;color:#2B2B30;} .archiveeTitle li {margin-left: 15px; padding: 0 0 0 15px; background: url('http://src.ucoz.ru/t/955/23.gif') no-repeat 0px 2px; margin-bottom: .6em;} .archiveEntryTime {width:65px;font-style:italic;} .archiveEntryComms {font-size:9px;color:#C3C3C3;} a.archiveDateTitleLink:link {text-decoration:none; color:#FFFFFF} a.archiveDateTitleLink:visited {text-decoration:none; color:#FFFFFF} a.archiveDateTitleLink:hover {text-decoration:none; color:#FFFFFF} a.archiveDateTitleLink:active {text-decoration:none; color:#FFFFFF} .archiveNoEntry {text-align:center;color:#E2B4B4;} /* ------------------------ */ /* News/Blog Calendar Style */ .calMonth {} .calWday {color:#B7B7B7; background:#282828; width:18px;} .calWdaySe {color:#B7B7B7; background:#111111; width:18px;} .calWdaySu {color:#B7B7B7; background:#111111; width:18px; font-weight:bold;} .calMday {color:#C2C2C2;border:1px solid #444444;} .calMdayA {color:#debc1d;background:url('http://my-server.ucoz.ua/diz/fon.bmp') repeat-x #494949;border:1px solid #222222;font-weight:bold;} .calMdayIs {color:#282828;background:url('http://my-server.ucoz.ua/diz/fon.bmp') repeat-x #494949;font-weight:bold;border:1px solid #222222;} .calMdayIsA {color:#282828;background:url('http://my-server.ucoz.ua/diz/fon.bmp') repeat-x #494949;font-weight:bold;border:1px solid #222222;} a.calMonthLink:link,a.calMdayLink:link {text-decoration:none; color:#C2C2C2;} a.calMonthLink:visited,a.calMdayLink:visited {text-decoration:none; color:#C2C2C2;} a.calMonthLink:hover,a.calMdayLink:hover {text-decoration:none; color:#debc1d;} a.calMonthLink:active,a.calMdayLink:active {text-decoration:none; color:#debc1d;} /* ------------------------ */ /* Poll styles */ .pollBut {width:110px;} .pollBody {padding:7px; margin:0px; background:#000000} .textResults {background:#FFFFFF} .textResultsTd {background:#700000} .pollNow {background:#FFFFFF} .pollNowTd {background:#700000} .totalVotesTable {background:#FFFFFF} .totalVotesTd {background:#700000} /* ---------- */ /* User Group Marks */ a.groupModer:link,a.groupModer:visited,a.groupModer:hover {color:#e71818;} a.groupAdmin:link,a.groupAdmin:visited,a.groupAdmin:hover {color:red;font-weight:bold; background:url('http://1x.do.am/SCRIN3/admis2.png') no-repeat right;padding-right:13px;} a.groupVerify:link,a.groupVerify:visited,a.groupVerify:hover {color:#ea883f;} a.groupOther1:link,a.groupOther1:visited,a.grou pOther1:hover {color:#debc1d;} a.groupOther2:link,a.groupOther2:visited,a.grou pOther2:hover {color:#fde801;} a.groupOther3:link,a.groupOther3:visited,a.grou pOther3:hover {color:#99b501;} a.groupOther4:link,a.groupOther4:visited,a.grou pOther4:hover {color:#01d1fd;font-weight:bold;} a.groupOther5:link,a.groupOther5:visited,a.grou pOther5:hover {color:#c78bf1;} a.groupOther6:link,a.groupOther6:visited,a.grou pOther6:hover {color:#ADFF2F;} a.groupOther7:link,a.groupOther7:visited,a.grou pOther7:hover {color:#728248;} a.groupOther8:link,a.groupOther8:visited,a.grou pOther8:hover {color:#01d1fd;font-weight:bold;} a.groupOther9:link,a.groupOther9:visited,a.grou pOther9:hover {color:#FF6347;} a.groupOther10:link,a.groupOther10:visited,a.grou pOther10:hover {color:#00cccc;font-weight:bold;} a.groupOther251:link,a.groupOther251:visited,a.grou pOther251:hover {color:#debc1d;} a.groupOther255:link,a.groupOther255:visited,a.grou pOther255:hover {color:#919191;} /* ---------------- */ /* Other Styles */ .replaceTable {background:#0F0F13;height:100px;width:300px;border:1px solid #252525;} .replaceBody {background:url('http://my-server.ucoz.ua/diz/1.gif') #000000;} /* ------------ */ /* ===== forum Start ===== */ .postpSwithces {color:#222226;} /* General forum Table View */ .gDivLeft {border-right:1px solid #debc1d;border-left:1px solid #debc1d;border-top:1px solid #debc1d;border-bottom:1px solid #debc1d;} .gTable {background:#000000;border-bottom:2px solid #;} .gTableTop {padding:2px;background:url('http://my-server.ucoz.ua/diz/forumpolosa.gif') no-repeat;height:29px;color:#000000;font-family:Verdana,Sans-Serif; font-size:12px;font-weight:bold; padding-left:22px;} .gTableSubTop {padding:2px;border:1px solid #debc1d;color:#ACACAC;height:23px;font-size:10px;background:url('http://my-server.ucoz.ua/diz/10.gif') center #000000; } .gTableBody {padding:2px;background:#1e1e1e;} .gTableBody1 {padding:2px;background:#1e1e1e;} .gTableBottom {padding:2px;background:#1e1e1e;} .gTableLeft {padding:2px;background:#1e1e1e;font-weight:bold;color:#dedede} .gTableRight {padding:2px;background:#1e1e1e;color:#60606B;} .gTableError {padding:2px;background:#1e1e1e;color:#FF0000;} /* ------------------------ */ /* Forums Styles */ .forumNameTd,.forumLastPostTd {padding:2px;background:#202020} .forumIcoTd,.forumThreadTd,.forumPostTd {padding:2px;background:#1e1e1e} .forumLastPostTd,.forumArchive {padding:2px;font-size:7pt;} a.catLink:link {text-decoration:none; color:#000000;} a.catLink:visited {text-decoration:none; color:#000000;} a.catLink:hover {text-decoration:none; color:#debc1d;} a.catLink:active {text-decoration:none; color:#000000;} .lastPostGuest,.lastPostUser,.threadAuthor {font-weight:bold} .archivedForum{font-size:7pt;color:#FF0000;font-weight:bold;} /* ------------- */ /* forum Titles & other */ .forum {font-weight:bold;font-size:9pt;} .forumDescr,.forumModer {color:#888888;font-size:7pt;} .forumViewed {font-size:9px;} a.forum:link, a.lastPostUserLink:link, a.forumLastPostLink:link, a.threadAuthorLink:link {text-decoration:none; color:#dedede;} a.forum:visited, a.lastPostUserLink:visited, a.forumLastPostLink:visited, a.threadAuthorLink:visited {text-decoration:none; color:#dedede;} a.forum:hover, a.lastPostUserLink:hover, a.forumLastPostLink:hover, a.threadAuthorLink:hover {text-decoration:none; color:#debc1d;} a.forum:active, a.lastPostUserLink:active, a.forumLastPostLink:active, a.threadAuthorLink:active {text-decoration:none; color:#dedede;} /* -------------------- */ /* forum Navigation Bar */ .forumNamesBar {padding-bottom:7px;font-weight:bold;font-size:7pt;} .forumBarKw {font-weight:normal;} a.forumBarA:link {text-decoration:none; color:#dedede;} a.forumBarA:visited {text-decoration:none; color:#dedede;} a.forumBarA:hover {text-decoration:none; color:#FFFFFF;} a.forumBarA:active {text-decoration:none; color:#dedede;} /* -------------------- */ /* forum Fast Navigation Blocks */ .fastNav,.fastSearch,.fastLoginForm {font-size:7pt;} /* ---------------------------- */ /* forum Fast Navigation Menu */ .fastNavMain {background:#862D2D;color:#FFFFFF;} .fastNavCat {background:#F9E6E6;} .fastNavCatA {background:#F9E6E6;color:#0000FF} .fastNavForumA {color:#0000FF} /* -------------------------- */ /* forum Page switches */ .pagesInfo {background:#222226;padding-right:10px;font-size:7pt;} .switches {background:#333333;} .switch {background:#222226;width:15px;font-size:7pt;} .switchActive {background:#2B2B2B;font-weight:bold;color:#debc1d;width:15px} a.switchDigit:link,a.switchBack:link,a.switchNext:link {text-decoration:none; color:#dedede;} a.switchDigit:visited,a.switchBack:visited,a.switchNext:visited {text-decoration:none; color:#dedede;} a.switchDigit:hover,a.switchBack:hover,a.switchNext:hover {text-decoration:none; color:#FFFFFF;} a.switchDigit:active,a.switchBack:active,a.switchNext:active {text-decoration:none; color:#dedede;} /* ------------------- */ /* forum Threads Style */ .threadNametd,.threadAuthTd,.threadLastPostTd {padding:2px;padding:2px;background:#1e1e1e} .threadIcoTd,.threadPostTd,.threadViewTd {padding:2px;background:#1e1e1e} .threadLastPostTd {padding:2px;font-size:7pt;} .threadDescr {color:#60606B;font-size:7pt;} .threadNoticeLink {font-weight:bold;} .threadsType {padding:2px;background:#292929;height:20px;font-weight:bold;font-size:7pt;color:#FFFFFF;padding-left:40px; border:1px solid #333333;} .threadsDetails {padding:2px;background:#292929;height:20px;color:#747474;color:#FFFFFF;} .forumOnlineBar {padding:2px;background:#292929;height:20px;color:#dedede;} a.threadPinnedLink:link {text-decoration:none; color:#dedede;} a.threadPinnedLink:visited {text-decoration:none; color:#dedede;} a.threadPinnedLink:hover {text-decoration:none; color:#FFFFFF;} a.threadPinnedLink:active {text-decoration:none; color:#dedede;} .threadPinnedLink,.threadLink {font-weight:bold;} a.threadLink:link {text-decoration:none; color:#dedede;} a.threadLink:visited {text-decoration:none; color:#dedede;} a.threadLink:hover {text-decoration:none; color:#FFFFFF;} a.threadLink:active {text-decoration:none; color:#dedede;} .postpSwithces {font-size:7pt;} .thDescr {font-weight:normal;} .threadFrmBlock {font-size:7pt;text-align:right;} /* ------------------- */ /* Posts View */ .postTable {background:#747474} .postPoll {background:url('http://my-server.ucoz.ua/diz/fon_ceredina.gif') #000000;text-align:center;} .postFirst {background:url('http://my-server.ucoz.ua/diz/fon_ceredina.gif') #000000;border-bottom:1px solid #;} .postRest1 {background:url('http://my-server.ucoz.ua/diz/fon_ceredina.gif') #000000;} .postRest2 {background:url('http://my-server.ucoz.ua/diz/fon_ceredina.gif') #000000;} .postSeparator {height:2px;background:#000000;} .postTdTop {border:0px solid #;color:#ACACAC;height:23px;font-size:10px;background:url('http://my-server.ucoz.ua/diz/10.gif') center #212121; } .postBottom {background:url('http://my-server.ucoz.ua/diz/26.gif') center;height:20px;color:#;} .postUser {font-weight:bold;} .postTdInfo {background:url('http://my-server.ucoz.ua/diz/fon_ceredina.gif') #000000;text-align:center;padding:5px;} .postRankName {margin-top:5px;} .postRankIco {margin-bottom:5px;margin-bottom:5px;} .reputation {margin-top:5px;} .signatureHr {margin-top:20px;color:#E4FAFD;} .posttdMessage {background:url('http://my-server.ucoz.ua/diz/13.bmp') repeat-x #222226;padding:5px;} .posttdMessage img {max-width:600px;} .posttdMessage img {max-height:800px;} .postPoll {padding:5px;} .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;} .bbQuoteName {color: #c8c8c8 !important; padding-left: 5px; padding-bottom: 2px; font-size: 7pt; } .bbCodeName {color: #c8c8c8 !important; padding-left: 5px; padding-bottom: 2px; font-size: 7pt; } .codeMessage {background: #161618; font-size: 9px; border: 1px #444444 dashed !important; padding-left: 1px; padding-top: 1px; padding-bottom: 1px; padding-right: 1px; } .quoteMessage {background: #161618; font-size: 9px; border: 1px #444444 dashed !important; padding-left: 1px; padding-top: 1px; padding-bottom: 1px; padding-right: 1px; } .signatureView {font-size:7pt;} .edited {padding-top:30px;font-size:7pt;text-align:right;color:#747474;} .editedBy {font-weight:bold;font-size:8pt;} .statusBlock {padding-top:3px;} .statusOnline {color:#b1f808;} .statusOffline {color:#FFFFFF;} /* ---------- */ /* forum AllInOne Fast Add */ .newThreadBlock {background: #F9F9F9;border: 1px solid #B2B2B2;} .newPollBlock {background: #F9F9F9;border: 1px solid #B2B2B2;} .newThreadItem {padding: 0 0 0 8px; background: url('http://my-server.ucoz.ua/diz/27.gif') no-repeat 0px 4px;} .newPollItem {padding: 0 0 0 8px; background: url('http://my-server.ucoz.ua/diz/27.gif') no-repeat 0px 4px;} /* ----------------------- */ /* Post Form */ .miniChat, .pollBut, .loginButton, .searchSbmFl, .commSbmFl, .signButton {font-size:7pt;background:url('http://my-server.ucoz.ua/diz/fon.bmp') repeat-x #494949;color:#808080;border:1px solid #222222;} .loginField {font-size:7pt;background:url('http://my-server.ucoz.ua/diz/fon.bmp') repeat-x #494949;color:#808080;border:1px solid #222222;} .codeButtons {font-size:7pt;background:url('http://my-server.ucoz.ua/diz/131.png') #1e1e1e;color:#debc1d;border:1px solid #444444;} .codeCloseAll {font-size:7pt;background:url('http://my-server.ucoz.ua/diz/131.png') #1e1e1e;color:#debc1d;border:1px solid #444444;} .postNameFl,.postDescrFl {background:#0F0F13;border:1px solid #252525;width:400px;color:#60606B;} .postPollFl,.postQuestionFl {background:#0F0F13;border:1px solid #252525;width:400px;color:#60606B;} .postResultFl {background:#0F0F13;border:1px solid #252525;width:50px;color:#60606B;} .postAnswerFl {background:#0F0F13;border:1px solid #252525;width:300px;color:#60606B;} .postTextFl {background:#0F0F13;border:1px solid #252525;width:550px;height:150px;color:#60606B;} .postUserFl {background:#0F0F13;border:1px solid #252525;width:300px;color:#60606B;} .pollHelp {font-weight:normal;font-size:7pt;padding-top:3px;} .smilesPart {padding-top:5px;text-align:center} /* --------- */ /* ====== forum End ====== */ /* Scroll bar */ BODY {scrollbar-face-color: #333333;scrollbar-shadow-color: #222222;scrollbar-highlight-color: #333333;scrollbar-3dlight-color: #444444;scrollbar-darkshadow-color: #323232;scrollbar-track-color: #000000;scrollbar-arrow-color: #222222;font-family: Verdana;FONT-SIZE: 9pt;COLOR: #222222;FONT-FAMILY: arial,helvetica,sans-serif;margin: 0;padding: 0;} /* --------- */ /* Mchat */ .formMchat {font-size : 7pt; width:140px; background:url('http://my-server.ucoz.ua/diz/fon.bmp') repeat-x #494949; border: #222222 1px solid; color:#707070} .cMessage {color:#707070} .mChatFon {background:url('http://my-server.ucoz.ua/diz/fon_blokov.png') #000000;border:1px solid #252525;} .mchat {background:url('http://my-server.ucoz.ua/diz/fon.bmp') repeat-x #333333; border: #222222 1px solid; color:#707070;} /* --------- */ /* PageSelector */ .catPages1 {color:#000000;border:1px;margin-bottom:10px;margin-top:10px;} .catPages1 a:link, .catPages1 a:visited, .catPages1 a:hover, .catPages1 a:active {text-decoration:none;color: #debc1d;background:#252525;padding:3px 10px;font-size:11px;font-weight:bold;border:2px solid #171717;} .catPages1 a:hover {background:#2c2c2c;color:#debc1d;font-weight:bold;border:2px solid #282828;} .catPages1 b {text-decoration:none;background:#2c2c2c;padding:3px 10px;color:#ccc;font-size:11px;border:2px solid #1b1b1b;} .pagesBlockuz1 {color:#000000;border:1px;margin-bottom:10px;margin-top:10px;} .pagesBlockuz1 a:link, .pagesBlockuz1 a:visited, .pagesBlockuz1 a:hover, .pagesBlockuz1 a:active {text-decoration:none;color: #debc1d;background:#252525;padding:3px 10px;font-size:11px;font-weight:bold;border:2px solid #171717;} .pagesBlockuz1 a:hover {background:#2c2c2c;color:#debc1d;font-weight:bold;border:2px solid #282828;} .pagesBlockuz1 b {text-decoration:none;background:#2c2c2c;padding:3px 10px;color:#ccc;font-size:11px;border:2px solid #1b1b1b;} .pagesBlock1 {color:#000000;border:1px;margin-bottom:10px;margin-top:10px;} .pagesBlock1 a:link, .pagesBlock1 a:visited, .pagesBlock1 a:hover, .pagesBlock1 a:active {text-decoration:none;color: #debc1d;background:#252525;padding:3px 10px;font-size:11px;font-weight:bold;border:2px solid #171717;} .pagesBlock1 a:hover {background:#2c2c2c;color:#debc1d;font-weight:bold;border:2px solid #282828;} .pagesBlock1 b {text-decoration:none;background:#2c2c2c;padding:3px 10px;color:#ccc;font-size:11px;border:2px solid #1b1b1b;} .pagesBlockuz2 {color:#000000;border:1px;margin-bottom:10px;margin-top:10px;} .pagesBlockuz2 a:link, .pagesBlockuz2 a:visited, .pagesBlockuz2 a:hover, .pagesBlockuz2 a:active {text-decoration:none;color: #debc1d;background:#252525;padding:3px 10px;font-size:11px;font-weight:bold;border:2px solid #171717;} .pagesBlockuz2 a:hover {background:#2c2c2c;color:#debc1d;font-weight:bold;border:2px solid #282828;} .pagesBlockuz2 b {text-decoration:none;background:#2c2c2c;padding:3px 10px;color:#ccc;font-size:11px;border:2px solid #1b1b1b;} /* --------- */ /* PageSelectorGlav */ #content {white-space:nowrap} #content a{display:inline-block;font:12px Tahoma;width:35px;padding:1px;margin:1px;color:#debc1d;border:2px solid #171717;background:#252525;text-align:center;text-decoration:none;} #content a:hover, .curPage{background:#2c2c2c;margin:1px;color:#debc1d;border:2px solid #282828; !important;} #pageScroll {margin:0 auto;overflow:hidden;position:relative;top:-3px;cursor:default} .scrollWrap {background:#252525;font:0;position:relative} .scrollBar {background:#333333;cursor:pointer;cursor:hand;font:0px;position:relative;z-index:400} .scrollPage {background:#252525;font:0;position:absolute;z-index:300;} .pagesTotal {font:12px Tahoma;color:#000000} #pagesBlock1, .pagesBlock1, .pagesBlockuz1 {display:none !important;} /* --------- */ /* Design */ .gTableSkl {background:transparent;border-bottom:1px solid #454545;} .postSkl {padding:1px;border:1px solid #252525;background:url('http://my-server.ucoz.ua/diz/fon_blokov.png') repeat-x #000000;} .querySkl {background:url('http://my-server.ucoz.ua/diz/fon.bmp') repeat-x #494949; border: #222222 1px solid; color:#707070;} .querySkl1 {background:url('http://my-server.ucoz.ua/diz/fon.bmp') repeat-x #333333; border: #222222 1px solid; color:#707070;} .sklForumPlus {padding:2px;border:1px solid #222222;height:23px;font-size:10px;background:url('http://my-server.ucoz.ua/diz/fon.bmp') repeat-x #494949; color:#707070;} .navig a {color:#debc1d;padding:0 5px 0 5px;} .navig a:link {color:#debc1d;} .navig a:active {color:#debc1d;} .navig a:visited {color:#debc1d;} .navig a:hover {text-decoration:none;color:#debc1d;background-image:url('http://my-server.ucoz.ua/diz/72.jpg'); border-top:1px solid #262626;border-right:1px solid #262626;border-bottom:1px solid #262626;border-left:1px solid #262626;padding: 5px 4px 6px 4px;} .navig1 a {color:#8e8e8e;padding:0 5px 0 5px;} .navig1 a:link {color:#8e8e8e;} .navig1 a:active {color:#8e8e8e;} .navig1 a:visited {color:#8e8e8e;} .navig1 a:hover {text-decoration:none;color:#debc1d;background-image:url('http://my-server.ucoz.ua/diz/72.jpg'); border-top:1px solid #262626;border-right:1px solid #262626;border-bottom:1px solid #262626;border-left:1px solid #262626;padding: 1px 4px 2px 4px;} .button {background:url('http://my-server.ucoz.ua/img/fon2.bmp') repeat-x #333333; border: #222222 1px solid; color:#707070;} .bBlok {padding:2px;background:url('http://my-server.ucoz.ua/diz/fon_ceredina.gif') #000000;border:1px solid #262626;} .bBlok1 {padding:3px;background:url('http://my-server.ucoz.ua/diz/fon_ceredina.gif') #000000;border:1px solid #262626;} .bBlok4 {padding:5px;background:url('http://my-server.ucoz.ua/diz/fon_ceredina.gif') #000000;border:1px solid #262626;} .bBlok2 {padding:0px;background:url('http://my-server.ucoz.ua/diz/fon_ceredina.gif') #000000;border:1px solid #262626;} .bBlok3 {padding:0px;background:url('http://my-server.ucoz.ua/diz/fon_ceredina.gif') #000000;border:px solid #262626;} .bBlok5 {padding:0px;background:url('http://my-server.ucoz.ua/diz/fon_ceredina.gif') #000000;border:1px solid #262626;} .poll .answer div div {height:8px !important; background: url('/diz/poll.gif') no-repeat right !important;} .posttdMessageS {background:url('http://my-server.ucoz.ua/diz/fon_blokov.png') #000000;padding:5px;} .posttdMessageS1 {background:url('http://my-server.ucoz.ua/diz/fon_blokov.png') #000000;text-align:center;padding:5px;} .bor {color:#585858;border: #252525 1px solid;} .cS {border:0px solid #252525;color:#ACACAC;height:23px;font-size:10px;background:#252525} .counter {color:#585858; border: #debc1d 1px solid;} /* --------- */#anyclass A IMG{opacity:0.3; -moz-opacity:0.2; filter:alpha(opacity=10);} /* fields & buttons */ input, textarea {vertical-align:middle;color:#636363;background:#222226;border:1px solid #333333;font-size:12px;font-family:Trebuchet MS,Verdana,Tahoma,Arial,Sans-Serif;} select {vertical-align:middle;color:#636363;background:#222226;border:1px solid #333333;font-size:10px;font-family:Trebuchet MS,Verdana,Tahoma,Arial,Sans-Serif;} .searchSbmFl,.uplFileFl,.gTableBottom input, .fastLogBt, .fastSearch, .fastNav, .commSbmFl, .pollBut {vertical-align:middle;color:#636363;background:#222226;border:1px solid #333333;font-size:10px;font-family:Trebuchet MS,Verdana,Tahoma,Arial,Sans-Serif;} /* -- -- */ /* Site Spoiler by Bra3er*/ a.bspoiler:link {text-decoration:none;color:#898989} a.bspoiler:vi
Простите пожайлусто за второй код не поставил в споёлер. Модэраторы пожайлусто поставте в спойлер! С меня +