|
|
| Модератор форума: chocopie, Samuel, Mihail |
| Форум » uCoz » Помощь по uCoz » Легкая проблема! |
| Легкая проблема! |
off-line Добавлено: 2012-Мар-20 - 15:55 | Сообщение #1
http://ucoznik.ucoz.ua/load/shablony_dlja_ucoz/shablon_redblack_dlja_ucoz/1-1-0-103
Вид кода нужно изменит т.е. сделать так чтобы страница не расширялась от кода Вот код КСС: Code .topic_controls { min-height: 34px; overflow: hidden; } /* h1*/ h1,h2,h3,h4,h5,h6 { display:block; color:#232323; margin:0 0 4px; padding:0; } h1 { font-size:12px; color:#090; } h2 { font-size:13px; color:#090; } h3 { font-size:14px; } h4 { font-size:23px; } h5 { font-size:22px; } h6 { font-size:16px; } /* ------------- */ .forum_nav {overflow:hidden; margin-bottom:3px;} .forum_nav ul {width:529px; height:29px; padding:8px 0 0 40px; overflow:hidden; float:right; font-family:tahoma; font-size:10px; color:#fff; background: url(/images/line.png) no-repeat 0 0;} .forum_nav ul li {height:20px; display:block; float:left; padding-right:2px; background:url(/images/line.png) no-repeat right -55px;} .forum_nav ul li a {height:16px; display:block; padding:3px 12px 0 12px; color:#fdfdfd;} .forum_nav ul li a:hover {background:#1a526e url(/images/line.png) no-repeat 0 -37px;} .eBlock .eScreen { background-color:#F1F1F1; width:20%; padding:1px 1px 1px 1px; } .eBlock .eScreen img { height:87px; cursor:pointer; } .eBlock .eScreen .image { width:160px; height:90px; border:1px solid #999; overflow:hidden; } .cross {padding-top:2px; display:inline-block; padding-bottom:3px; color:#fff; text-align:center; text-shadow:0px 1px 0px rgba(0,0,0,0.25)} red {color: #ff0000;} blu {color: blue;} gre {color: green;} bla {color: black} whi {color: white} gra {color: gray;} yel {color: yellow;} ora {color: orange;} pur {color: purple;} .progress { border: 1px solid #ccc; position: relative; display: block; padding: 0; margin:2px 0; background: #DEDEDE; background: -webkit-gradient(linear, left top, left bottom, from(#ccc), to(#e9e9e9)); background: -moz-linear-gradient(top, #ccc, #e9e9e9);filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cccccc', endColorstr='#e9e9e9');-moz-box-shadow:0 1px 0 #fff;-webkit-box-shadow:0 1px 0 #fff; box-shadow:0 1px 0 #fff;-moz-border-radius: 4px;-webkit-border-radius: 4px;border-radius: 4px;} .progress_1 { border: 1px solid #0078a5; background-color: #5C9ADE; background: -moz-linear-gradient(top, #00adee 10%, #0078a5 90%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0.1, #00adee), color-stop(0.9, #0078a5)); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00adee', endColorstr='#0078a5'); } .progress_2 { border: 1px solid #5c9425; background-color: #77AF3F; background: -moz-linear-gradient(top, #8fc857 10%, #5c9425 90%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0.1, #8fc857), color-stop(0.9, #5c9425)); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8fc857', endColorstr='#5c9425'); } .progress_3 { border: 1px solid #f47a20; background-color: #faa51a; background: -moz-linear-gradient(top, #faa51a 10%, #f47a20 90%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0.1, #faa51a), color-stop(0.9, #f47a20)); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20'); } .progress_4 { border: 1px solid #A92C2C; background-color: #C44747; background: -moz-linear-gradient(top, #DD5F5F 10%, #A92C2C 90%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0.1, #DD5F5F), color-stop(0.9, #A92C2C)); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#DD5F5F', endColorstr='#A92C2C'); } .progress_5{ border: 1px solid #8c2ca9; background-color: #8c2ca9; background: -moz-linear-gradient(top, #bf5fdd 10%, #8c2ca9 90%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0.1, #bf5fdd), color-stop(0.9, #8c2ca9)); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bf5fdd', endColorstr='#8c2ca9'); } .progress_6{ border: 1px solid #5c9425; background-color: #77AF3F; background: -moz-linear-gradient(top, #8fc857 10%, #5c9425 90%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0.1, #8fc857), color-stop(0.9, #5c9425)); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8fc857', endColorstr='#5c9425'); } /* General Style */ a:link {text-decoration:none; color:#000;} a:active {text-decoration:none; color:#000;} a:visited {text-decoration:none; color:#000;} a:hover {text-decoration:underline; color:#007b01;} a.forRegLink:link, a.topSortLink:link, a.postUser:link, a.postNumberLink:link {text-decoration:none; color:#007b01;} a.forRegLink:active, a.topSortLink:active, a.postUser:active, a.postNumberLink:active {text-decoration:none; color:#007b01;} a.forRegLink:visited, a.topSortLink:visited, a.postUser:visited, a.postNumberLink:visited {text-decoration:none; color:#007b01;} a.forRegLink:hover, a.topSortLink:hover, a.postUser:hover, a.postNumberLink:hover {text-decoration:underline; color:#007b01;} td, body {font:normal 8pt Tahoma;color:#000;} form {padding:0px;margin:0px;} input,textarea,select {vertical-align:middle; font-size:8pt; font-family:verdana,arial,helvetica;} .copy {font-size:7pt;} hr {border:0px;background:#a7a7a7;height:1px;border-bottom:1px solid #fff;} label {cursor:pointer;cursor:hand} /* Comments Style */ .cAnswer {padding-left:15px;padding-top:4px;font-style:italic;} .cBlock1 {background:#FAFAFA; border:1px solid #C2C2C2;} .cBlock2 {background:#F1F2F3; border:1px solid #C2C2C2;} /* -------------- */ a[class^="group"]:link,a[class^="group"]:visited,.userBirthdayLink:link,.userBirthdayLink:visited{font-size:13px;padding:3px 4px;line-height:22px;border-radius:4px;text-decoration:none!important;} a[class^="group"]:hover,.userBirthdayLink:hover{text-decoration:none! important;box-shadow:0 1px 3px rgba(0,0,0,.3);} .forumOnlineBar a[class^="group"]:link,.forumOnlineBar a [class^="group"]:visited{line-height:normal;} a.groupUser:link, a.groupUser:visited,.userBirthdayLink:link,.userBirthdayLink:visited{color:#2a6f92!important;} a.groupUser:hover,.userBirthdayLink:hover{color:#11567a! important;background:#ebf2f2;} a.groupModer:link,a.groupModer:visited {color:#1ab11e! important;background:url(http://ucoznik.ucoz.ua/raznoe/Mod.png) no-repeat 1px center;padding-left:16px;} a.groupModer:hover {color:#fff!important;background:url(http://ucoznik.ucoz.ua/raznoe/Mod.png) no-repeat 3px center #1ab11e; }/*����������*/ a.groupVerify:link,a.groupVerify:visited {color:#991199!important;} a.groupVerify:hover {color:#fff!important;background:#991199;}/*�����������*/ a.groupAdmin:link,a.groupAdmin:visited {color:#ff2400! important;background:url(http://ucoznik.ucoz.ua/raznoe/main_admin_grade.gif) no-repeat 1px center;padding-left:16px;} a.groupAdmin:hover {color:#fff!important;background:url(http://ucoznik.ucoz.ua/raznoe/main_admin_grade.gif) no-repeat 3px center #ff2400; }/*�����*/ a.groupOther1:link,a.groupOther1:visited {color:#3D5A70!important;} a.groupOther1:hover {color:#fff!important;background:#3D5A70;}/*�����-������������*/ a.groupOther3:link,a.groupOther3:visited {color:#ffcc2f! important;background:url(http://ucoznik.ucoz.ua/raznoe/vip_grade.gif) no-repeat 1px center;padding-left:25px;} a.groupOther3:hover {color:#fff!important;background:url(http://ucoznik.ucoz.ua/raznoe/vip_grade.gif) no-repeat 3px center #ffcc2f; }/*VIP*/ a.groupFriends:link,a.groupFriends:visited {color:#b46918!important;} a.groupFriends:hover {color:#fff!important;background:#b46918;}/*��������*/ a.groupOther7:link,a.groupOther7:visited {color:#3D5A70!important;} a.groupOther7:hover {color:#fff!important;background:#3D5A70;}/*4Game*/ a.groupBanned:link,a.groupBanned:visited {color:#303030!important;text- decoration:line-through;} a.groupBanned:hover {color:#fff!important;background:#303030;text-decoration: line-through;}/*����������*/ a.groupOther5:link,a.groupOther5:visited {color:#FF9E5E;} a.groupOther5:hover {color:#ffffff;background:#FF9E5E; text-shadow:none;} /*��������*/ #nav_menu a:link, #nav_menu a:visited { color: #fff; display: block; font-size:11px; padding-bottom: 4px; padding-left: 8px; padding-right: 8px; padding-top: 4px; } /* Comments Form Style */ .commTable {} .commTd1 {color:#000;} .commTd2 {} .commFl {background:url('/images/bg_name_com.png');width:105px;height:18px;padding:0px 5px;margin:0px;border:0px;color:#fff;} .commFlm {background:#fff;border:1px solid #bfbfbf;width:100%;} .smiles {background:#fff;border:1px solid #bfbfbf;} .commReg {padding: 10 0 10 0px; text-align:center;} .commError {color:#FF0000;} .securityCode {background:url('/images/bg_name_com.png');width:105px;height:18px;padding:0px 5px;margin:0px;border:0px;color:#fff;font:normal 8pt Tahoma;margin-top:8px;} /* ------------------- */ textarea.commFl {width: 350px;} /* 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 */ .replaceTable {background:#EEEEEE;height:100px;width:300px;border:1px solid #AAAAAA;} .legendTd {font-size:7pt;} /* ------------ */ /* ===== forum Start ===== */ /* General forum Table View */ .gTable {border:1px solid #d1d1d1;border-bottom:0px;background:#c0c0c0;border-top-left-radius:5px;border-top-right-radius:5px;-moz-border-radius-topleft:5px;-moz-border-radius-topright:5px;} .gTableTop {padding:2px;background:url('/images/forum.png');color:#fff;height:28px;padding-left:17px;font-size:14px;font-weight:bold;border-top-left-radius:5px;border-top-right-radius:5px;-moz-border-radius-topleft:5px;-moz-border-radius-topright:5px;border:1px solid #006b03;} .gTableSubTop {padding:2px;background:url('/images/bg_inf_title.png');color:#007b01;height:23px;font-size:11px;} .gTableBody {padding:2px;background:#FFFFFF;} .gTableBody1 {padding:2px;background:#FFFFFF;} .gTableBottom {padding:2px;background:#FFFFFF} .gTableLeft {padding:2px;background:#FFFFFF} .gTableRight {padding:2px;background:#FFFFFF} .gTableError {padding:2px;background:#FFFFFF} /* ------------------------ */ .gDivBottomLeft {background:url('/images/bg_bottom_inf_left.png');height:8px;width:8px;float:left;} .gDivBottomCenter {background:url('/images/bg_bottom_inf_right.png');height:8px;width:8px;float:right;} .gDivBottomRight {background:url('/images/bg_bottom_inf_middle.png');height:8px;} /* Forums Styles */ .forumNameTd,.forumLastPostTd {padding:2px;background:#FFFFFF} .forumIcoTd,.forumThreadTd,.forumPostTd {padding:2px;background:#FFFFFF;} .forumLastPostTd,.forumArchive {padding:2px;font-size:8pt;} a.catLink:link {text-decoration:none; color:#fff;} a.catLink:visited {text-decoration:none; color:#fff;} a.catLink:hover {text-decoration:underline; color:#fff;} a.catLink:active {text-decoration:none; color:#fff;} .lastPostGuest,.lastPostUser,.threadAuthor {font-weight:bold} .archivedForum{font-size:7pt;color:#FF0000;font-weight:bold;} /* ------------- */ /* forum Titles & other */ .forum {font-size:9pt;} .forumDescr,.forumModer {color:#858585;font-size:8pt;} .forumViewed {font-size:11px;} a.forum:link, a.lastPostUserLink:link, a.forumLastPostLink:link, a.threadAuthorLink:link {text-decoration:none; color:#000;} a.forum:visited, a.lastPostUserLink:visited, a.forumLastPostLink:visited, a.threadAuthorLink:visited {text-decoration:none; color:#000;} a.forum:hover, a.lastPostUserLink:hover, a.forumLastPostLink:hover, a.threadAuthorLink:hover {text-decoration:underline; color:#007b01;} a.forum:active, a.lastPostUserLink:active, a.forumLastPostLink:active, a.threadAuthorLink:active {text-decoration:none; color:#000;} /* -------------------- */ /* forum Navigation Bar */ .forumNamesBar {font-weight:bold;font-size:7pt;} .forumBarKw {font-weight:normal;} a.forumBarA:link {text-decoration:none; color:#000;} a.forumBarA:visited {text-decoration:none; color:#000;} a.forumBarA:hover {text-decoration:underline; color:#007b01;} a.forumBarA:active {text-decoration:none; color:#007b01;} /* -------------------- */ /* forum Fast Navigation Blocks */ .fastNav,.fastSearch,.fastLoginForm {font-size:7pt;} /* ---------------------------- */ /* forum Fast Navigation Menu */ .fastNavMain {background:#C7D7EF;} .fastNavCat {background:#E7EEF8;} .fastNavCatA {background:#E7EEF8;color:#0000FF} .fastNavForumA {color:#0000FF} /* -------------------------- */ /* forum Page switches */ .switches {background:#c0c0c0;} .pagesInfo {background:#FFFFFF;padding-right:10px;font-size:7pt;} .switch {background:#FFFFFF;width:15px;font-size:7pt;} .switchActive {background:#fff;font-weight:bold;color:#000;width:15px} a.switchDigit:link,a.switchBack:link,a.switchNext:link {text-decoration:none; color:#000;} a.switchDigit:visited,a.switchBack:visited,a.switchNext:visited {text-decoration:none; color:#000;} a.switchDigit:hover,a.switchBack:hover,a.switchNext:hover {text-decoration:underline; color:#007b01;} a.switchDigit:active,a.switchBack:active,a.switchNext:active {text-decoration:none; color:#007b01;} /* ------------------- */ /* forum Threads Style */ .threadNametd,.threadAuthTd,.threadLastPostTd {padding:2px;padding:2px;background:#FFFFFF} .threadIcoTd,.threadPostTd,.threadViewTd {padding:2px;background:#FFFFFF;} .threadLastPostTd {padding:2px;font-size:8pt;} .threadDescr {color:#858585;font-size:8pt;} .threadNoticeLink {font-weight:bold;} .threadsType {padding-left:18px;background:#FFFFFF;height:20px;} .threadsDetails {padding:2px;background:#FFFFFF;height:20px;} .forumOnlineBar {padding:2px;background:#FFFFFF;height:20px;} a.threadPinnedLink {font-size:9pt;} a.threadPinnedLink:link {text-decoration:none; color:#000;} a.threadPinnedLink:visited {text-decoration:none; color:#000;} a.threadPinnedLink:hover {text-decoration:underline; color:#007b01;} a.threadPinnedLink:active {text-decoration:none; color:#007b01;} a.threadLink {font-size:9pt;} a.threadLink:link {text-decoration:none; color:#000;} a.threadLink:visited {text-decoration:none; color:#000;} a.threadLink:hover {text-decoration:underline; color:#007b01;} a.threadLink:active {text-decoration:none; color:#007b01;} .postpSwithces {font-size:7pt;} .thDescr {font-weight:normal;} .threadFrmBlock {font-size:7pt;text-align:right;} /* ------------------- */ .pagesBlockuz1 {color:#2c8a3a;border:0px;margin-bottom:10px;margin-top:10px;} .pagesBlockuz1 a:link, .pagesBlockuz1 a:visited, .pagesBlockuz1 a:hover, .pagesBlockuz1 a:active {text-decoration:none;color: #2c8a3a;background:#CDEDA5;padding:3px 10px;font-size:11px;font-weight:bold;} .pagesBlockuz1 a:hover {background:#30963F;color:#75C954;font-weight:bold;} .pagesBlockuz1 b {text-decoration:none;background:#37B63A;padding:3px 10px;color:#ABDD71;font-size:11px;} .pagesBlockuz2 {color:#2c8a3a;border:0px;margin-bottom:10px;margin-top:10px;} .pagesBlockuz2 a:link, .pagesBlockuz2 a:visited, .pagesBlockuz2 a:hover, .pagesBlockuz2 a:active {text-decoration:none;color: #2c8a3a;background:#CDEDA5;padding:3px 10px;font-size:11px;font-weight:bold;} .pagesBlockuz2 a:hover {background:#30963F;color:#75C954;font-weight:bold;} .pagesBlockuz2 b {text-decoration:none;background:#37B63A;padding:3px 10px;color:#ABDD71;font-size:11px;} /* forum Posts View */ .postTable {} .postPoll {} .postFirst {} .postRest1 {} .postRest2 {} .postSeparator {height:1px;background:#999999;} .postTdTop {padding:2px;background:url('/images/bg_inf_title.png');color:#007b01;height:24px;font-size:11px;} .postBottom {background:#FFFFFF;color:#007b01;height:20px;border-top:1px solid #c0c0c0;} .postUser {font-weight:bold;} .postTdInfo {text-align:center;padding:5px;background:#fff;border-right:0px solid #c0c0c0;} .postRankName {margin-top:5px;} .postRankIco {margin-bottom:5px;margin-bottom:5px;} .reputation {margin-top:1px;} .signatureHr {margin-top:20px;color:#2D435B;} .posttdMessage {padding:5px;background:#FFFFFF;} .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;} .codeMessage {background:#FFFFFF;font-size:9px;} .quoteMessage {background:#FFFFFF;font-size:9px;} .signatureView {font-size:7pt;} .edited {padding-top:30px;font-size:7pt;text-align:right;color:gray;} .editedBy {font-weight:bold;font-size:8pt;} .statusBlock {padding-top:3px;} .statusOnline {color:#0000FF;} .statusOffline {color:#FF0000;} /* ------------------ */ /* 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('/.s/t/971/19.gif') no-repeat 0px 4px;} .newPollItem {padding: 0 0 0 8px; background: url('/.s/t/971/19.gif') no-repeat 0px 4px;} /* ----------------------- */ /* forum Post Form */ .pollBut, .loginButton, .searchSbmFl, .commSbmFl, .signButton {cursor:pointer;cursor:hand;padding:2px;color:#fff;background:url('/images/forum.png');-moz-border-radius:5px;border-radius:5px;border:1px solid #006b03;} #fcolor {color:#000;} #fsize {color:#000;} #ffont {color:#000;} .codeButtons {cursor:pointer;cursor:hand;padding:2px;color:#fff;background:url('/images/forum.png');-moz-border-radius:5px;border-radius:5px;border:1px solid #006b03;} .codeCloseAll {cursor:pointer;cursor:hand;padding:2px;color:#fff;background:url('/images/forum.png');-moz-border-radius:5px;border-radius:5px;border:1px solid #006b03;} .postNameFl,.postDescrFl {background:#fff;border:1px solid #c0c0c0;border-radius:8px;-moz-border-radius:8px;width:400px} .postPollFl,.postQuestionFl {background:#fff;border:1px solid #c0c0c0;border-radius:8px;-moz-border-radius:8px;width:400px} .postResultFl {background:#fff;border:1px solid #c0c0c0;border-radius:8px;-moz-border-radius:8px;width:50px} .postAnswerFl {background:#fff;border:1px solid #c0c0c0;border-radius:8px;-moz-border-radius:8px;width:300px} .postTextFl {background:#fff;border:1px solid #c0c0c0;border-radius:8px;-moz-border-radius:8px;height:150px} .postUserFl {background:#fff;border:1px solid #c0c0c0;border-radius:8px;-moz-border-radius:8px;;width:300px} .pollHelp {font-weight:normal;font-size:7pt;padding-top:3px;} .smilesPart {padding-top:5px;text-align:center} /* ----------------- */ /* ====== forum End ====== */ .bg_logo {background:url('/images/bg_logo.png');height:135px;padding-left:37px;} .logo {background:url('/images/logo.png');height:135px;width:381px;} .bg_menu_uhead_left {background:url('/images/bg_menu_uhead_left.png') no-repeat left;height:41px;} .bg_menu_uhead_middle {background:url('/images/bg_menu_uhead_middle.png');height:41px;} .bg_menu_uhead_right {background:url('/images/bg_menu_uhead_right.png') no-repeat right;height:41px;} .bg_content_top_left {background:url('/images/bg_content_top_left.png');height:14px;width:16px;float:left;} .bg_content_top_right {background:url('/images/bg_content_top_right.png');height:14px;width:16px;float:right;} .bg_content_top_middle {background:url('/images/bg_content_top_middle.png');height:14px;margin:0px 16px;} .bg_content_bottom_left {background:url('/images/bg_content_bottom_left.png');height:15px;width:16px;float:left;} .bg_content_bottom_right {background:url('/images/bg_content_bottom_right.png');height:15px;width:16px;float:right;} .bg_content_bottom_center {background:url('/images/bg_content_bottom_center.png');height:15px;margin:0px 16px;} .bg_content_right {background:url('/images/bg_content_right.png');width:13px;} .bg_content_left {background:url('/images/bg_content_left.png');width:13px;} .bg_content_middle {background:#dcdcdc;} .bg_footer {background:url('/images/bg_footer.png');height:55px;border-top-left-radius:12px;border-top-right-radius:12px;-moz-border-radius-topleft:12px;-moz-border-radius-topright:12px;padding:12px;} .banner_88x31 {background:url('/images/banner_88x31.png');float:right;padding:3px;width:88px;height:31px;margin:4px;} .banner_468x60 {background:url('/images/banner_468x60.png');float:right;padding:7px;width:468px;height:60px;margin-right:46px;margin-top:35px} .box {width:209px;padding-bottom:6px;} .box1a {background:url('/images/menu_1a.png');height:33px;} .box1m {background:url('/images/menu_1m.png');height:33px;} .box1c {background:url('/images/menu_1c.png');height:33px;} .box1cat {background:url('/images/menu_1cat.png');height:33px;} .box1k {background:url('/images/menu_1k.png');height:33px;} .box1p {background:url('/images/menu_1p.png');height:33px;} .box1r {background:url('/images/menu_1r.png');height:33px;} .box1re {background:url('/images/menu_1re.png');height:33px;} .box1o {background:url('/images/menu_opros.png');height:33px;} .box1s {background:url('/images/menu_1s.png');height:33px;} .box1t {background:url('/images/menu_1t.png');height:33px;} .box2 {background:url('/images/menu_2.png');} .box2n {background:url('/images/menu_2n.png') no-repeat top;padding:8px 6px;} .box2nm {background:url('/images/menu_2n.png') no-repeat top;padding:8px 2px;} .box3 {background:url('/images/menu_3.png');height:9px;} .catsTd ,catNumData a:link, .menu_t a:visited {text-align:left;display:block;background:url('/images/bg_top_link.png') no-repeat bottom left;height:19px;padding-left:13px;padding-top:1px;color:#000;} .catsTd ,catNumData a:hover {background:url('/images/bg_top_link.png') no-repeat bottom left;margin-left:2px;padding-left:11px;color:#045607} .menu_b a:link, .menu_b a:visited {text-align:left;display:block;background:url('/images/menu_b_link.png') no-repeat bottom center;height:19px;padding-left:25px;padding-top:4px;color:#045607;} .menu_b a:hover {text-align:left;display:block;background:url('/images/menu_b_hover.png') no-repeat bottom center;text-decoration:none;color:#fff;font:bold 8pt Tahoma;} .line {background:url('/images/menu_b_link.png') no-repeat center;height:2px;margin:8px 0px;} .gOnline b {font-weight:normal;} .uOnline b {font-weight:normal;} .tOnline b {font-weight:normal;} .partner_88x31 {background:url('/images/banner_88x31.png');float:right;padding:3px;width:88px;height:31px;} .linep {background:url('/images/menu_b_link.png') no-repeat center;height:2px;margin:4px 0px;} .loginField {background:url('/images/loginForm.png');width:107px;height:20px;padding:0px;margin:0px;border:0px;padding:0px 5px;color:#fff;} .loginButton {background:url('/images/loginButton_link.png');width:52px;height:20px;padding:0px;margin:0px;border:0px;cursor:pointer;cursor:hand} .loginButton:hover {background:url('/images/loginButton_hover.png');width:52px;height:20px;padding:0px;margin:0px;border:0px;cursor:pointer;cursor:hand;} .reg {font:normal 10px Tahoma;color:#07690a;} .reg a:link, .reg a:active,.reg a:visited {color:#07690a;text-decoration:none;} .reg a:hover {color:#07690a;text-decoration:underline;} .bg_news_top_left {background:url('/images/bg_news_title_left.png');height:33px;width:6px;float:left;} .bg_news_top_right {background:url('/images/bg_news_title_right.png');height:33px;width:6px;float:right;} .bg_news_top_middle {background:url('/images/bg_news_title_middle.png');height:25px;margin:0px 6px;color:#fff;font:bold 10pt Arial;padding-left:10px;padding-top:8px;} .bg_news_top_middle a:link, .bg_news_top_middle a:active,.bg_news_top_middle a:visited {color:#fff;text-decoration:none;} .bg_news_top_middle a:hover {color:#fff;text-decoration:underline;} .bg_news_bottom_left {background:url('/images/bg_news_bottom_left.png');height:32px;width:6px;float:left;} .bg_news_bottom_right {background:url('/images/bg_news_bottom_right.png');height:32px;width:6px;float:right;} .bg_news_bottom_middle {background:url('/images/bg_news_bottom_middle.png');height:24px;margin:0px 6px;padding:8px 7px;padding-bottom:0px;} .middle_d {border:1px solid #d1d1d1;border-top:0px;border-bottom:0px;} .middle_b {border:1px solid #bbb;border-top:0px;border-bottom:0px;background:#f5f5f5;padding:11px;} .bg_news_a {border:1px solid #bbb;border-top:0px;border-bottom:0px;background:url('/images/bg_news_a.png');height:18px;padding:5px 6px;padding-bottom:0px;} .bg_news_a a:link, .bg_news_a a:active,.bg_news_a a:visited {color:#007b01;text-decoration:none;} .bg_news_a a:hover {color:#007b01;text-decoration:underline;} .imgurl {border:3px solid #007b00;border-radius:5px;-moz-border-radius:5px;padding:3px;} .bg_entry a:link, .bg_entry a:visited, .bg_entry a:active {width;86px;height:16px;float:right;font-weight:bold;text-align:center;display:block;padding:3px 10px;margin-top:4px;} .bg_entry a:hover {background:url('/images/bg_entry_hover.png');color:#fff;text-decoration:none;} .menu_t a:link, .menu_t a:visited {text-align:left;display:block;background:url('/images/bg_top_link.png') no-repeat bottom left;height:19px;padding-left:13px;padding-top:4px;color:#000;} .menu_t a:hover {background:url('/images/bg_top_link.png') no-repeat bottom left;margin-left:2px;padding-left:11px;color:#045607} .comm_u {background:url('/images/bg_top_link.png') no-repeat bottom left;height:17px;padding-left:13px;padding-top:6px;} .comm_u a:link, .comm_u a:visited, .comm_u a:active {color:#007b01;text-decoration:none;} .comm_u a:hover {color:#007b01;text-decoration:underline;} a.ness {padding-left:13px;padding-top:4px;} a.ness:link, a.ness:visited {color:#007b01;text-decoration:none;} a.ness:hover {color:#007b01;text-decoration:underline;} .searchField {background:url('/images/searchField.png');width:153px;height:24px;border:0px;margin:0px;padding:0px 13px;font:bold 9pt Arial;color:#fff;} .searchButton {background:url('/images/searchButton.png');width:55px;height:24px;border:0px;margin:0px;padding:0px;cursor:pointer;cursor:hand;} .search {float:right;padding-top:8px;padding-right:13px;} .bg_title_inf_left {background:url('/images/bg_title_inf_left.png');height:33px;width:7px;float:left;} .bg_title_inf_right {background:url('/images/bg_title_inf_right.png');height:33px;width:51px;float:right;} .bg_title_inf_middle {background:url('/images/bg_title_inf_middle.png');height:33px;margin:0px 6px;margin-right:51px;} .bg_bottom_inf_left {background:url('/images/bg_bottom_inf_left.png');height:8px;width:8px;float:left;} .bg_bottom_inf_right {background:url('/images/bg_bottom_inf_right.png');height:8px;width:8px;float:right;} .bg_bottom_inf_middle {background:url('/images/bg_bottom_inf_middle.png');height:8px;} .inf_middle_d {border:1px solid #d1d1d1;border-top:0px;border-bottom:0px;} .inf_middle_b {border:1px solid #bbb;border-top:0px;border-bottom:0px;background:#f5f5f5;} .bg_inf_title {background:url('/images/bg_inf_title.png');height:21px;text-align:center;color:#000;font:bold 8pt Tahoma;padding-top:3px;} .banner_468x60i {background:url('/images/banner_468x60.png');padding:7px;width:468px;height:60px;margin:0px auto;} .newt {border-right:1px solid #c0c0c0;border-bottom:1px solid #c0c0c0;padding:7px;} .new {border-bottom:1px solid #c0c0c0;padding:7px;} .inf_menu_t a:link, .inf_menu_t a:visited {text-align:left;display:block;background:url('/images/bg_top_link.png') no-repeat bottom left;height:15px;padding-left:13px;padding-top:4px;color:#000;} .inf_menu_t a:hover {background:url('/images/bg_top_link.png') no-repeat bottom left;margin-left:2px;padding-left:11px;color:#045607} .com_middle_d {border:1px solid #d1d1d1;border-top:0px;border-bottom:0px;} .com_middle_b {border:1px solid #bbb;border-top:0px;border-bottom:0px;background:#f5f5f5;} .bg_com_add_left {background:url('/images/bg_com_add_left.png');height:7px;width:8px;float:left;} .bg_com_add_right {background:url('/images/bg_com_add_right.png');height:7px;width:8px;float:right;} .bg_com_add_middle {background:url('/images/bg_com_add_middle.png');height:7px;} .commSbmFl_c {background:url('/images/add_com.png');width:161px;height:22px;border:0px;margin:0px;padding:0px;text-align:center;color:#fff;font:bold 9pt Arial;cursor:pointer;cursor:hand;} .bg_com_title_left {background:url('/images/bg_com_title_left.png');height:29px;width:7px;float:left;} .bg_com_title_right {background:url('/images/bg_com_title_right.png');height:29px;width:7px;float:right;} .bg_com_title_middle {background:url('/images/bg_com_title_middle.png');height:22px;padding-top:7px;padding-left:14px;} .bg_com_title_middle a:link, .bg_com_title_middle a:visited, .bg_com_title_middle a:active {text-decoration:none; color:#007b01;} .bg_com_title_middle a:hover {text-decoration:underline; color:#007b01;} .coms_middle_d {border:1px solid #d1d1d1;border-top:0px;border-bottom:0px;} .coms_middle_b {border:1px solid #bbb;border-top:0px;border-bottom:0px;background:#f5f5f5;padding:6px;} #jsddm {margin: 0; padding: 0; float: left; font: bold 9pt Tahoma; border: 0px;} #jsddm li {float: left;list-style: none;} #jsddm li a{padding: 4px 13px; text-decoration: none;display: block;color: #4d9f53;white-space: nowrap;margin-left:10px;margin-top:10px;} #jsddm li a:hover {color: #fff; background:url(/images/menu_head_hover.png);-moz-border-radius:13px;-webkit-border-radius:13px;border-radius:13px;} #jsddm li ul {margin-right:102px;padding: 0;position: absolute;visibility: hidden;} #jsddm li ul li {float: none;display: inline;font: bold 8pt Tahoma;} #jsddm li ul li a {margin:0px;text-align:left;display:block;background:url('/images/menu_b_link.png') no-repeat bottom center;height:14px;padding-left:25px;padding-top:9px;color:#045607;border-radius:0px;-moz-border-radius:0px;width:180px;} #jsddm li ul li a:hover {text-align:left;display:block;background:url('/images/menu_b_hover.png') no-repeat bottom center;text-decoration:none;color:#fff;font:bold 8pt Tahoma;border-radius:0px;-moz-border-radius:0px;} .menu_down {background:url('/images/menu_down.png') no-repeat;margin-left:45px;width:160px;height:17px;} .menu_pod {background:#f0f0f0;border-radius:5px;-moz-border-radius:5px;padding:3px 0px;border:1px solid #d3d2d2;} /* ----////// ������ ������������ /////------- */ #banners a img { opacity:0.3; -moz-opacity:0.3; filter:alpha(opacity=30); } #banners a:hover img { opacity:1.0; -moz-opacity:1.0; filter:alpha(opacity=100); } |
off-line Добавлено: 2012-Мар-20 - 16:01 | Сообщение #2
Легкая проблема!
Vy Vse Myaso^^ |
off-line Добавлено: 2012-Мар-20 - 17:14 | Сообщение #3
Code Легкая проблема! Добавил пост?Теперь иди дальше.. Добавлено (20.03.2012, 16:06:04) Добавлено (20.03.2012, 17:14:01) |
off-line Добавлено: 2012-Мар-20 - 21:10 | Сообщение #4
В постах я не нуждаюсь, а вот твое самопротеворечие понравилось) Считаешь проблему лёгкой, а решить при этом её не можешь....
Vy Vse Myaso^^ |
off-line Добавлено: 2012-Мар-20 - 21:17 | Сообщение #5
OpraHau3ep, Для про может быть и легкая проблема... а для него нет, поэтому он и пишет сюда. Не в обиду sega10
-^_^- Hello!! My name is Impact -^_^- Skype: MaksimkaImpact |
| |||
| |||
