Приветствую Вас Прохожий | RSS Вторник, 26.11.2024, 00:43
(Cайты из ТОП 100 | сайт: http://help-android.org.ua/ Help-Android.org.ua - помощь по Андроид, статьи An...) [ Новые сообщения · Участники · Общие Правила форума · Поиск · RSS ]
  • Страница 1 из 1
  • 1
Модератор форума: LEO--MESSI  
Цвет названия страниц!
SkayNet Дата: Вторник, 07.09.2010, 17:53 | Сообщение # 1

Президент
Министр
Академик
Доктор
Кандидат
Аспирант
Магистр
Бакалавр
Абитуриент
Школьник
Звание: Бакалавр
Группа: Проверенные
Сообщений: 103
Награды: 0
Репутация: 10
Замечания: 0%
Ребят как изменить цвет названия страниц сайта в блоке меню

ВОТ СКРИН: http://s59.radikal.ru/i166/1009/3a/4e7f0b46e815.png

 
ilyko96 Дата: Вторник, 07.09.2010, 18:02 | Сообщение # 2

Президент
Министр
Академик
Доктор
Кандидат
Аспирант
Магистр
Бакалавр
Абитуриент
Школьник
Звание: Бакалавр
Группа: Проверенные
Сообщений: 79
Награды: 0
Репутация: 38
Замечания: 0%
SkayNet, знаю что через css, как именно - не знаю))))))


Подпись пользователя ilyko96В этом мире много психов,
Каждый третий - это псих!
Говорите с нами тихо,
Может мы - одни из них...)
 
triuer Дата: Вторник, 07.09.2010, 18:04 | Сообщение # 3

Президент
Министр
Академик
Доктор
Кандидат
Аспирант
Магистр
Бакалавр
Абитуриент
Школьник
Звание: Магистр
Группа: Проверенные
Сообщений: 165
Награды: 4
Репутация: 182
Замечания: 0%
SkayNet, в CSS вот это ищи
Code
/* Site Menus */
.uMenuH li {float:left;padding:0 5px;}

.uMenuV .uMenuItem {font-weight:normal;}
.uMenuV li a:link {text-decoration:none; color:#57627F}
.uMenuV li a:active {text-decoration:none; color:#57627F}
.uMenuV li a:visited {text-decoration:none; color:#57627F}
.uMenuV li a:hover {text-decoration:underline; color:#000000}

.uMenuV a.uMenuItemA:link {text-decoration:none; color:#94E7FF}
.uMenuV a.uMenuItemA:visited {text-decoration:none; color:#94E7FF}
.uMenuV a.uMenuItemA:hover {text-decoration:none; color:#94E7FF}
.uMenuV .uMenuArrow {position:absolute;width:10px;height:10px;right:0;top:3px;background:url('/.s/img/wd/1/ar1.gif') no-repeat 0 0;}
.uMenuV li {margin: 0; padding: 0 0 0 13px; background: url('/.s/t/992/12.gif') no-repeat 0px 3px; margin-bottom: .6em;}
/* --------- */

И меняй как тебе надо.
 
SkayNet Дата: Вторник, 07.09.2010, 18:14 | Сообщение # 4

Президент
Министр
Академик
Доктор
Кандидат
Аспирант
Магистр
Бакалавр
Абитуриент
Школьник
Звание: Бакалавр
Группа: Проверенные
Сообщений: 103
Награды: 0
Репутация: 10
Замечания: 0%
КОроче сss у мя вот так выглядит:
Code
a:link{text-decoration:none;color:#003753;}
a:active{text-decoration:none;color:#003753;}
a:visited{text-decoration:none;color:#003753;}
a:hover{text-decoration:underline;color:#000000;}
td, body{font-family:verdana, arial, helvetica;font-size:8pt;}
form{padding:0;margin:0;}
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:#003753;}
a.noun:active{text-decoration:none;color:#003753;}
a.noun:visited{text-decoration:none;color:#003753;}
a.noun:hover{text-decoration:none;color:#000000;}
hr{color:#8EA8C4;height:1px;}
label{cursor:pointer;cursor:hand;}
.blockTitle{padding-left:19px;font-weight:700;color:#FFFFFF;font-size:12px;background:url('/.s/t/997/9.gif') no-repeat 7px 6px;text-transform:capitalize;}
a.menu1:link{text-decoration:underline;color:#DDEEF7;}
a.menu1:visited{text-decoration:underline;color:#DDEEF7;}
a.menu1:hover{text-decoration:underline;color:#78C1FF;}
a.menu1:active{text-decoration:underline;color:#FFFFFF;}
.menuTd{font-family:Tahoma, Arial, Helvetica;padding-left:15px;padding-right:12px;background:url('/.s/t/997/10.gif') no-repeat 0 3px;}
.mTd{padding-left:12px;padding-top:5px;padding-right:1px;}
.pageTitle{font-family:Tahoma, Arial, Helvetica;font-size:8pt;font-weight:700;color:#FFFFFF;padding-left:10px;padding-right:10px;}
.mframe{padding-left:15px;padding-bottom:20px;padding-right:3px;}
.blockT1{border-left:1px solid #5694B5;}
.blockT2{padding:5px;}
ul.uz, ul.uMenuRoot{list-style:none;margin:0;padding-left:0;}
li.menus{margin:0;padding:0 0 0 13px;background:url('/.s/t/997/11.gif') no-repeat 3px 4px;margin-bottom:.6em;}
.uMenuH li{float:left;padding:0 5px;}
.uMenuV .uMenuItem{font-family:Tahoma, Arial, Helvetica;}
.uMenuV li a:link{text-decoration:none;color:#518EAD;}
.uMenuV li a:visited{text-decoration:none;color:#518EAD;}
.uMenuV li a:hover{text-decoration:none;color:#518EAD;font-weight:700;}
.uMenuV li a:active{text-decoration:none;color:#518EAD;font-weight:700;}
.uMenuV .uMenuItemA{font-weight:700;}
.uMenuV a.uMenuItemA:link{text-decoration:none;color:#518EAD;}
.uMenuV a.uMenuItemA:visited{text-decoration:none;color:#518EAD;}
.uMenuV a.uMenuItemA:hover{text-decoration:none;color:#518EAD;}
.uMenuV .uMenuArrow{position:absolute;width:10px;height:10px;right:0;top:3px;background:url('/.s/img/wd/1/ar1.gif') no-repeat 0 0;}
.uMenuV li{border:1px solid #EDEDED;margin:2px;padding:2px 2px 2px 13px;background:#FFFFFF;}
.catsTd{padding:0 0 3px 12px;background:url('/.s/t/998/11.gif') no-repeat 2px 4px;}
.catName{font-family:Tahoma, Arial, Sans-Serif;font-size:11px;}
.catNameActive{font-family:Tahoma, Arial, Sans-Serif;font-size:11px;}
.catNumData{font-size:7pt;color:#1b5775;}
.catDescr{font-size:7pt;padding-left:10px;}
a.catName:link{text-decoration:none;color:#1b5775;}
a.catName:visited{text-decoration:none;color:#1b5775;}
a.catName:hover{text-decoration:underline;color:#1b5775;}
a.catName:active{text-decoration:underline;color:#1b5775;}
a.catNameActive:link{text-decoration:underline;color:#1b5775;}
a.catNameActive:visited{text-decoration:underline;color:#1b5775;}
a.catNameActive:hover{text-decoration:underline;color:#1b5775;}
a.catNameActive:active{text-decoration:underline;color:#1b5775;}
.eBlock{background:url('http://ultipes.ru/img/gradient.jpg') top repeat-x #FFFFFF;border:1px solid #DEDEDE;padding:10px 5px 5px;}
.eTitle{font-family:Arial, Sans-Serif;font-size:12px;font-weight:700;color:#518EAD;padding:0 0 0 10px;border-left:5px solid #4491D7;}
.eMessage{text-align:justify;padding-bottom:5px;}
.eText{text-align:justify;padding-bottom:5px;padding-top:5px;border-top:1px solid #DDDDDD;}
.textHr{color:#DDDDDD;height:1px;border:1px solid #DDDDDD;}
.eDetails{border-top:1px solid #DDDDDD;border-bottom:1px solid #DDDDDD;font-family:Tahoma, Arial, Sans-Serif;color:#1A1A1A;padding-bottom:5px;padding-top:3px;text-align:left;font-size:7pt;}
.eDetails1{border-top:1px solid #DDDDDD;border-bottom:1px solid #DDDDDD;font-family:Tahoma, Arial, Sans-Serif;color:#1A1A1A;padding-bottom:5px;padding-top:3px;text-align:left;font-size:8pt;}
.eDetails2{border-bottom:1px solid #DDDDDD;font-family:Tahoma, Arial, Sans-Serif;color:#1A1A1A;padding-bottom:5px;padding-top:3px;text-align:left;font-size:8pt;}
.eRating{font-size:7pt;}
.eAttach{margin:16px 0 0;padding:0 0 0 15px;background:url('/.s/t/997/12.gif') no-repeat 0 0;}
.manTdError{color:#FF0000;}
.cAnswer{padding-left:15px;padding-top:4px;font-style:italic;}
.cBlock1{background:url('/.s/t/997/8.gif') top repeat-x #FFFFFF;border:1px solid #DEDEDE;padding:10px 5px 5px;}
.cBlock2{background:url('/.s/t/997/8.gif') top repeat-x #FFFFFF;border:1px solid #DEDEDE;padding:10px 5px 5px;}
.commTable{background:url('/.s/t/997/8.gif') top repeat-x #FFFFFF;border:1px solid #DEDEDE;padding:10px 5px 5px;}
.commTd1{color:#000000;}
.commFl{width:100%;}
.smiles{border:1px inset;background:#FFFFFF;border:1px solid #E1E1E1;}
.commReg{padding:10 0 10 0;text-align:center;}
.commError{color:#FF0000;}
.archUl{list-style:none;margin:0;padding-left:0;}
.archLi{padding:0 0 3px 10px;background:url('/.s/t/997/13.gif') no-repeat 0 4px;}
.archActive{text-decoration:underline;}
.archLi{font-family:Tahoma, Arial, Sans-Serif;font-size:11px;}
a.archLink:link{text-decoration:none;color:#518EAD;}
a.archLink:visited{text-decoration:none;color:#518EAD;}
a.archLink:hover{text-decoration:underline;color:#518EAD;}
a.archLink:active{text-decoration:underline;color:#518EAD;}
.archiveCalendars{text-align:center;color:#0000FF;}
.archiveDateTitle{font-weight:700;color:#518EAD;padding-top:15px;}
.archEntryHr{width:250px;color:#DDDDDD;}
.archiveeTitle li{margin-left:15px;padding:0 0 0 15px;background:url('/.s/t/997/14.gif') no-repeat 0 3px;margin-bottom:.6em;}
.archiveEntryTime{width:65px;font-style:italic;}
.archiveEntryComms{font-size:9px;color:#C3C3C3;}
a.archiveDateTitleLink:link{text-decoration:none;color:#518EAD;}
a.archiveDateTitleLink:visited{text-decoration:none;color:#518EAD;}
a.archiveDateTitleLink:hover{text-decoration:underline;color:#518EAD;}
a.archiveDateTitleLink:active{text-decoration:underline;color:#518EAD;}
.archiveNoEntry{text-align:center;color:#0000FF;}
.calMonth{text-align:right;}
.calWday{background:url('/.s/t/997/3.gif') #6EACCE;width:17px;}
.calWdaySe{background:url('/.s/t/997/3.gif') #6EACCE;width:17px;font-weight:700;}
.calWdaySu{background:url('/.s/t/997/3.gif') #6EACCE;width:17px;font-weight:700;color:#FF0000;}
.calMday{border:1px solid #E1E1E1;background:#FFFFFF;}
.calMdayA{border:1px inset #E1E1E1;background:#FFFFFF;font-weight:700;}
.calMdayIs{border:1px outset #E1E1E1;background:#FFFFFF;}
.calMdayIsA{border:1px outset;background:#DEDEDE;font-weight:700;}
a.calMonthLink:link{text-decoration:none;color:#518EAD;}
a.calMonthLink:visited{text-decoration:none;color:#518EAD;}
a.calMonthLink:hover{text-decoration:underline;color:#518EAD;}
a.calMonthLink:active{text-decoration:underline;color:#000000;}
a.calMdayLink:link{text-decoration:underline;color:#518EAD;}
a.calMdayLink:visited{text-decoration:underline;color:#518EAD;}
a.calMdayLink:hover{text-decoration:underline;color:#000000;}
a.calMdayLink:active{text-decoration:underline;color:#000000;}
.pollBut{width:110px;}
.pollBody{padding:7px;margin:0;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;}
a.groupModer:link, a.groupModer:visited, a.groupModer:hover{color:#1A4780;font-weight:700;}
a.groupAdmin:link, a.groupAdmin:visited, a.groupAdmin:hover{color:#FA1C39;font-weight:700;}
a.groupFriends:link, a.groupFriends:visited, a.groupFriends:hover{color:green;}
a.groupOther3:link, a.groupOther3:visited, a.groupOther3:hover{color:#0C9BCD;}
a.groupOther5:link, a.groupOther5:visited, a.groupOther5:hover{color:#9400D3;}
.replaceTable{background:#FFFFFF;border:1px solid #E1E1E1;height:100px;width:300px;}
.legendTd{font-size:7pt;}
.gTable{background:#E1E1E1;}
.gTableTop{padding:2px;background:url('http://s003.radikal.ru/i204/1009/2d/4af9efb80e6a.png') #0273B4;padding-left:20px;padding-bottom:1px;color:#FFFFFF;font-variant:small-caps;font-weight:700;height:28px;font-size:10pt;}
.gTableSubTop{padding:2px;background:url('http://ultipes.ru/img/vlya.png') #FBFBFC;color:#000000;height:20px;font-size:10px;}
.gTableBody{padding:2px;background:url('/.s/t/997/4.gif') bottom repeat-x #FBFBFC;}
.gTableBody1{padding:2px;background:#FFFFFF;}
.gTableBottom{padding:2px;background:url('/.s/t/997/4.gif') bottom repeat-x #FBFBFC;}
.gTableLeft{padding:2px;background:url('/.s/t/997/4.gif') bottom repeat-x #FBFBFC;font-weight:700;color:#518EAD;}
.gTableRight{padding:2px;background:url('/.s/t/997/4.gif') bottom repeat-x #FBFBFC;}
.gTableError{padding:2px;background:url('/.s/t/997/4.gif') bottom repeat-x #FBFBFC;color:#FF0000;}
.forumNameTd, .forumLastPostTd{padding:2px;background:#FFFFFF;}
.forumIcoTd, .forumThreadTd, .forumPostTd{padding:2px;background:#F2F2F2;}
.forumLastPostTd, .forumArchive{padding:2px;font-size:7pt;}
a.catLink:link{text-decoration:none;color:#FFFFFF;}
a.catLink:visited{text-decoration:none;color:#FFFFFF;}
a.catLink:hover{text-decoration:underline;color:#FFFFFF;}
a.catLink:active{text-decoration:underline;color:#FFFFFF;}
.lastPostGuest, .lastPostUser, .threadAuthor{font-weight:700;}
.archivedForum{font-size:7pt;color:#FF0000;font-weight:700;}
.forum{font-weight:700;font-size:9pt;}
.forumDescr, .forumModer{color:#858585;font-size:7pt;}
.forumViewed{font-size:9px;}
a.forum:link, a.lastPostUserLink:link, a.forumLastPostLink:link, a.threadAuthorLink:link{text-decoration:none;color:#518EAD;}
a.forum:visited, a.lastPostUserLink:visited, a.forumLastPostLink:visited, a.threadAuthorLink:visited{text-decoration:none;color:#518EAD;}
a.forum:hover, a.lastPostUserLink:hover, a.forumLastPostLink:hover, a.threadAuthorLink:hover{text-decoration:underline;color:#6F8EB3;}
a.forum:active, a.lastPostUserLink:active, a.forumLastPostLink:active, a.threadAuthorLink:active{text-decoration:underline;color:#518EAD;}
.forumNamesBar{padding-bottom:7px;font-weight:700;font-size:7pt;}
.forumBarKw{font-weight:normal;}
a.forumBarA:link{text-decoration:none;color:#000000;}
a.forumBarA:visited{text-decoration:none;color:#000000;}
a.forumBarA:hover{text-decoration:none;color:#518EAD;}
a.forumBarA:active{text-decoration:underline;color:#518EAD;}
.fastNav, .fastSearch, .fastLoginForm{font-size:7pt;}
.fastNavMain{background:#C7D7EF;}
.fastNavCat{background:url('/.s/t/997/4.gif') bottom repeat-x #FBFBFC;}
.fastNavCatA{background:url('/.s/t/997/4.gif') bottom repeat-x #FBFBFC;color:#0000FF;}
.fastNavForumA{color:#0000FF;}
.switches{background:#E1E1E1;}
.pagesInfo{background:#FFFFFF;padding-right:10px;font-size:7pt;}
.switch{background:#FFFFFF;width:15px;font-size:7pt;}
.switchActive{background:#EEEEEE;font-weight:700;color:#518EAD;width:15px;}
a.switchDigit:link, a.switchBack:link, a.switchNext:link{text-decoration:none;color:#000000;}
a.switchDigit:visited, a.switchBack:visited, a.switchNext:visited{text-decoration:none;color:#000000;}
a.switchDigit:hover, a.switchBack:hover, a.switchNext:hover{text-decoration:underline;color:#FF0000;}
a.switchDigit:active, a.switchBack:active, a.switchNext:active{text-decoration:underline;color:#FF0000;}
.threadNametd, .threadAuthTd, .threadLastPostTd{padding:2px;padding:2px;background:#FFFFFF;}
.threadIcoTd, .threadPostTd, .threadViewTd{padding:4px;background:#F2F2F2;}
.threadLastPostTd{padding:2px;font-size:7pt;}
.threadDescr{color:#858585;font-size:7pt;}
.threadNoticeLink{font-weight:700;}
.threadsType{padding:2px;background:#EEEEEE;height:20px;font-weight:700;font-size:7pt;color:#000000;padding-left:40px;}
.threadsDetails{padding:2px;background:#EEEEEE;height:20px;color:#000000;}
.forumOnlineBar{padding:2px;background:#EEEEEE;height:20px;color:#000000;}
a.threadPinnedLink:link{text-decoration:none;color:#0000FF;}
a.threadPinnedLink:visited{text-decoration:none;color:#0000FF;}
a.threadPinnedLink:hover{text-decoration:none;color:#FF0000;}
a.threadPinnedLink:active{text-decoration:underline;color:#FF0000;}
a.threadLink:link{text-decoration:none;color:#518EAD;}
a.threadLink:visited{text-decoration:none;color:#518EAD;}
a.threadLink:hover{text-decoration:underline;color:#000000;}
a.threadLink:active{text-decoration:underline;color:#000000;}
.postpSwithces{font-size:7pt;}
.thDescr{font-weight:normal;}
.threadFrmBlock{font-size:7pt;text-align:right;}
.postTable{background:#E1E1E1;}
.postPoll{background:url('/.s/t/997/4.gif') bottom repeat-x #FBFBFC;text-align:center;}
.postFirst{background:url('/.s/t/997/4.gif') bottom repeat-x #FBFBFC;border-bottom:3px solid #FFFFFF;}
.postRest1{background:url('/.s/t/997/4.gif') bottom repeat-x #FBFBFC;}
.postRest2{background:url('/.s/t/997/4.gif') bottom repeat-x #FBFBFC;}
.postSeparator{height:3px;background:#40A3CF;}
.postTdTop{background:url('/.s/t/997/8.gif') #FFFFFF;color:#518EAD;height:20px;padding-top:8px;}
.postBottom{background:#EEEEEE;height:20px;}
.postUser{font-weight:700;}
.postTdInfo{text-align:center;padding:5px;background:url('/.s/t/997/4.gif') bottom repeat-x #FBFBFC;}
.postRankName{margin-top:5px;}
.postRankIco{margin-bottom:5px;margin-bottom:5px;}
.reputation{margin-top:5px;}
.signatureHr{margin-top:20px;color:#597798;}
.posttdMessage{padding:5px;background:#FFFFFF;}
.postPoll{padding:5px;}
.pollQuestion{text-align:center;font-weight:700;}
.pollButtons, .pollTotal{text-align:center;}
.pollSubmitBut, .pollreSultsBut{width:140px;font-size:7pt;}
.pollSubmit{font-weight:700;}
.pollEnd{text-align:center;height:30px;}
.codeMessage{overflow:auto;max-height:none !important;margin:5px 0;padding:10px;background-color:#EFEFEF;color:#333333;border:1px dashed #999999 !important;text-align:left;font-size:12px;font-family:monospace;}
.quoteMessage{overflow:auto;max-height:none !important;margin:2px 0;padding:5px;background-color:#EFEFEF;color:#333333;border:1px dashed #999999 !important;font-size:10px;color:#666666;}
.signatureView{font-size:7pt;}
.edited{padding-top:30px;font-size:7pt;text-align:right;color:gray;}
.editedBy{font-weight:700;font-size:8pt;}
.statusBlock{padding-top:3px;}
.statusOnline{color:#0000FF;}
.statusOffline{color:#FF0000;}
.newThreadBlock{background:#F9F9F9;border:1px solid #B2B2B2;}
.newPollBlock{background:#F9F9F9;border:1px solid #B2B2B2;}
.newThreadItem{padding:0 0 0 8px;background:url('/.s/t/997/16.gif') no-repeat 0 4px;}
.newPollItem{padding:0 0 0 8px;background:url('/.s/t/997/16.gif') no-repeat 0 4px;}
.loginButton{font-size:7pt;background:#FFFFFF;color:#575757;border:1px outset #636363;}
.pollBut, .searchSbmFl, .commSbmFl, .signButton{font-size:7pt;background:url('/.s/t/997/3.gif') #6EACCE;color:#FFFFFF;border:1px outset #615E58;}
.codeButtons{font-size:7pt;background:url('/.s/t/997/3.gif') #6EACCE;color:#FFFFFF;border:1px outset #615E58;}
.codeCloseAll{font-size:7pt;font-weight:700;background:url('/.s/t/997/3.gif') #6EACCE;color:#FFFFFF;border:1px outset #615E58;}
.postNameFl, .postDescrFl{width:400px;}
.postPollFl, .postQuestionFl{width:400px;}
.postResultFl{width:50px;}
.postAnswerFl{width:300px;}
.postTextFl{width:550px;height:150px;background:url('http://ultipes.ru/files_site/fon.png') no-repeat top right;border:1px solid #C4C4C4;}
}.postUserFl{width:300px;}
.pollHelp{font-weight:normal;font-size:7pt;padding-top:3px;}
.smilesPart{padding-top:5px;text-align:center;}
.catPages1{color:#519CFA;border:0;margin-bottom:10px;margin-top:10px;}
.catPages1 a:link, .catPages1 a:visited, .catPages1 a:hover, .catPages1 a:active{text-decoration:none;color:#FFFFFF;background:#1777C8;padding:3px 10px;font-size:11px;font-weight:700;}
.catPages1 a:hover{background:#169FE3;color:#DAECF5;font-weight:700;}
.catPages1 b{text-decoration:none;background:#1777C8;padding:3px 10px;color:#BFDAFF;font-size:11px;}
.pagesBlockuz1{color:#519CFA;border:0;margin-bottom:10px;margin-top:10px;}
.pagesBlockuz1 a:link, .pagesBlockuz1 a:visited, .pagesBlockuz1 a:hover, .pagesBlockuz1 a:active{text-decoration:none;color:#FFFFFF;background:#1777C8;padding:2px 8px;font-size:10px;font-weight:700;}
.pagesBlockuz1 a:hover{background:#169FE3;color:#DAECF5;font-weight:700;}
.pagesBlockuz1 b{text-decoration:none;background:#1777C8;padding:2px 8px;color:#BFDAFF;font-size:10px;}
.catPages2{color:#519CFA;border:0;margin-bottom:10px;margin-top:10px;}
.catPages2 a:link, .catPages2 a:visited, .catPages2 a:hover, .catPages2 a:active{text-decoration:none;color:#FFFFFF;background:#1777C8;padding:3px 10px;font-size:11px;font-weight:700;}
.catPages2 a:hover{background:#169FE3;color:#DAECF5;font-weight:700;}
.catPages2 b{text-decoration:none;background:#1777C8;padding:3px 10px;color:#BFDAFF;font-size:11px;}
.pagesBlockuz2{color:#519CFA;border:0;margin-bottom:10px;margin-top:10px;}
.pagesBlockuz2 a:link, .pagesBlockuz2 a:visited, .pagesBlockuz2 a:hover, .pagesBlockuz2 a:active{text-decoration:none;color:#FFFFFF;background:#1777C8;padding:3px 10px;font-size:11px;font-weight:700;}
.pagesBlockuz2 a:hover{background:#169FE3;color:#DAECF5;font-weight:700;}
.pagesBlockuz2 b{text-decoration:none;background:#1777C8;padding:3px 10px;color:#BFDAFF;font-size:11px;}
.dob{background:url('http://ultipes.ru/files_site/dob1.png');width:150;height:27;border:0;}
.dob:hover{background:url('http://ultipes.ru/files_site/dob2.png');width:150;height:27;border:0;}
.UhideBlockA{color:#757575;background-color:#F2F2F2;border:1px dotted #BEBEBE;padding:5px;}
.poll .answer div div{height:11px !important;background:url('http://ultipes.ru/img/poll.png') no-repeat right !important;}
h3{font-family:Tahoma;font-size:11px;font-weight:700;color:#СССССС;align:absmiddle;}
#banners a img{opacity:0.5;-moz-opacity:0.5;filter:alpha(opacity=50);}
#banners a:hover img{opacity:1.0;-moz-opacity:1.0;filter:alpha(opacity=100);}
#counters a img{opacity:0.7;-moz-opacity:0.7;filter:alpha(opacity=70);}
#counters a:hover img{opacity:0.7;-moz-opacity:0.7;filter:alpha(opacity=70);}
#menu_verx{font-size:0.85em;height:3.2em;color:#000000;text-align:center;background:url('http://teste.ucoz.ru/files/original.png');font-size:8pt;}
#menu_verx div{margin:auto;}
#menu_verx span{float:left;color:#999999;background:url('http://ultipes.ru/files_site/menu_hover.png');padding:11px 18px;}
#menu_verx a{display:block;float:left;color:#E8E8E8;background:url('http://teste.ucoz.ru/files/original.png');text-align:center;padding:10px 18px;text-decoration:none;}
#menu_verx a:hover{color:#D9F1F2;background:url('http://ultipes.ru/files_site/menu_hover.png');padding:11px 18px;}
input.uSpoilerButton{width:100%;border:0;padding:3px 3px 3px 13px;outline:0;font-size:8pt;background-color:inherit !important;cursor:pointer;font-weight:700;text-align:left;margin-left:3px;}
input.uSpoilerButton::-moz-focus-inner{border:0;}
div.uSpoilerClosed input.uSpoilerButton{background:url('http://ultipes.ru/images/spoiler_plus.gif') no-repeat left center;}
div.uSpoilerOpened input.uSpoilerButton{background:url('http://ultipes.ru/images/spoiler_minus.gif') no-repeat left center;}
div.uSpoilerClosed, div.uSpoilerOpened{border:1px solid #C3CBD1;border-left-width:3px;background:#F0F0F0;}
div.uSpoilerText{margin-top:3px;padding-top:2px;padding-left:3px;border-top:1px solid #C3CBD1;}
 
НеЗнАйКо Дата: Вторник, 07.09.2010, 18:15 | Сообщение # 5

Президент
Министр
Академик
Доктор
Кандидат
Аспирант
Магистр
Бакалавр
Абитуриент
Школьник
GрoBовщик
Группа: Удаленные
Сообщений: 980
Награды: 67
Репутация: 11
Замечания: 40%
SkayNet, ссылки называются
Code
a:link {color:#твой_цвет;}  
a:active{color:#твой_цвет;}  
a:visited {color:#твой_цвет;}  
a:hover {color:#твой_цвет;}  
 
SkayNet Дата: Вторник, 07.09.2010, 18:16 | Сообщение # 6

Президент
Министр
Академик
Доктор
Кандидат
Аспирант
Магистр
Бакалавр
Абитуриент
Школьник
Звание: Бакалавр
Группа: Проверенные
Сообщений: 103
Награды: 0
Репутация: 10
Замечания: 0%
ааааа всё понял как
 
triuer Дата: Вторник, 07.09.2010, 18:16 | Сообщение # 7

Президент
Министр
Академик
Доктор
Кандидат
Аспирант
Магистр
Бакалавр
Абитуриент
Школьник
Звание: Магистр
Группа: Проверенные
Сообщений: 165
Награды: 4
Репутация: 182
Замечания: 0%
SkayNet, строки 30-33.
 
  • Страница 1 из 1
  • 1
Поиск:

Статистика Форума
Новые пользователи Последние темы Лучшие пользователи

1 Nynikak (Марина)

NL20:29 - 06.07.2024

2 Vladimrij (Vladimir)

UA08:13 - 06.04.2024

3 Highvard (Никита)

BY11:02 - 10.03.2024

4 Khaliff93 (Artem)

US14:28 - 26.02.2024

5 Vvvpol (Stepan)

UA16:43 - 22.02.2024

6 exvardi (Vladimir)

MD14:47 - 18.02.2024

7 Ja_Rule (Евгений Пил)

BY10:19 - 13.02.2024

8 funvaz (Gosha)

KZ20:46 - 22.12.2023

9 dj2nik (dj2nik)

UA11:22 - 11.12.2023

10 gluk123 (Max)

UA09:42 - 21.10.2023

11 AlexGrim (Alex)

RU09:22 - 17.10.2023

12 Renegat95 (Ромич)

RU09:08 - 08.10.2023

13 leon1965 (Bob Dutu)

CA15:43 - 13.08.2023

14 2ef005 (Андрей)

UA12:13 - 04.07.2023

15 Coresh100 (Сергей Моро)

BY23:22 - 28.06.2023

16 11smith11 (Smith Bonda)

UA18:49 - 18.06.2023

17 perimetr (Николай)

BY16:53 - 13.05.2023

18 elm2 (Андрей)

BY09:46 - 03.05.2023

19 qetruhdf2 (alx alex)

RU23:29 - 02.04.2023

20 3737 (Dudgos)

CA18:24 - 19.03.2023

21 ziercool (ziercool)

PL17:54 - 15.03.2023

22 dedtalash (Вадим)

BY14:32 - 27.02.2023

23 Robin113 (Andrei)

DE18:05 - 17.02.2023

24 vova_vova (Vov)

UA23:03 - 09.11.2022

25 Bull888 (Светлана)

UA09:08 - 25.10.2022

26 tigo1 (Tigo)

AM21:52 - 21.10.2022

27 fekin4321 (VladFekin)

UA00:32 - 14.10.2022

28 Tasiil (Дмитрий)

BY06:12 - 06.10.2022

29 ambako22 (ambako)

GE20:10 - 13.09.2022

30 sadnon (Vitaliy)

UA09:37 - 10.09.2022

1 Работа на заводе

German Vikrumas [29]

2 Комплексный прогон сайтов ру и...

myod kysovue [54]

3 Армия

MarinaKli MarinaKli [0]

4 Может у кого есть!

MarinaKli Vistel [6]

5 Нужны копирайты

MarinaKli mvr312 [1]

6 Остались честные СМИ?

KateKuz KateKuz [0]

7 Раздача подарков и стикеров в ...

KateKuz MDNdemon [1]

8 Дисковое пространство

KateKuz frolov1028 [3]

9 Ручной прогон по трастовым сай...

kalip27 kalip27 [19]

10 бот для умножения денег на фор...

forexmone forexmone [0]

11 Программировние

forexmone Playmanovich [7]

12 Пропала реклама

forexmone frolov1028 [3]

13 У сайта вырос ТИЦ

Openair Vistel [8]

14 Нужны дизайнеры

Openair demons063 [2]

15 ⭐️Ручной статейный прогон⭐️

eternalli eternalli [0]

16 Как раскрутить кино сайт

eternalli JAko [6]

17 [100p] Нарисовать логотип.

XAMEJIUOH XAMEJIUOH [0]

18 Требуется человек для создания...

Vikrumas Vikrumas [0]

19 Качественный рерайт/копирайт о...

GaV GaV [161]

20 Календарь

frolov1028 Vikrumas [1]

21 Профильно-статейны прогон по с...

GaV GaV [0]

22 Файловик на сайт (копипаст) оп...

MDNdemon MDNdemon [58]

23 Изображение в CSS

xbalson GaV [2]

24 Файловый Менеджер - Высокая оп...

Freemekc Freemekc [2]

25 В каких интернет магазинах вы ...

Beowb428 GaV [9]

26 Скрипт и инструкция добавления...

DianaLebe мир [3]

27 Трафик на сайт по низким ценам...

brig2 vir4us [4]

28 Продам билеты в московский кин...

brig2 MDNdemon [1]

29 Создать лого на сайт

korel korel [0]

30 25 жирных ссылок. Яндекс Катал...

NikeNikol NikeNikol [0]

1 frolov1028

UAРепа: 4431 Файлов: 29 Форум: 1317

2 Кирилл

RUРепа: 4292 Файлов: 15 Форум: 3818

3 мир

MDРепа: 4084 Файлов: 878 Форум: 1019

4 WinDiZ

Репа: 3943 Файлов: 2 Форум: 1252

5 mdbaner

MDРепа: 3756 Файлов: 713 Форум: 4723

6 GaV

RUРепа: 3621 Файлов: 0 Форум: 1262

7 Kapusha

RUРепа: 3371 Файлов: 35 Форум: 1177

8 PrADeN

FRРепа: 3318 Файлов: 84 Форум: 2076

9 martinis

RUРепа: 3247 Файлов: 46 Форум: 444

10 German

RUРепа: 2768 Файлов: 18 Форум: 258

11 STAFF

USРепа: 2720 Файлов: 72 Форум: 757

12 ALINA

RUРепа: 2677 Файлов: 277 Форум: 9

13 StraJ

UAРепа: 2243 Файлов: 12 Форум: 545

14 smart4on

BYРепа: 2232 Файлов: 4 Форум: 661

15 makcim19997

RUРепа: 2204 Файлов: 171 Форум: 1067

16 GaMeRgame

RUРепа: 2082 Файлов: 4 Форум: 722

17 TRANE73

RUРепа: 2015 Файлов: 34 Форум: 165

18 ivanfom

RUРепа: 1887 Файлов: 15 Форум: 319

19 Zhenikuls

RUРепа: 1884 Файлов: 6 Форум: 65

20 tmb

RUРепа: 1570 Файлов: 0 Форум: 214

21 xbalson

MDРепа: 1378 Файлов: 4 Форум: 561

22 Smile

RUРепа: 1311 Файлов: 23 Форум: 444

23 hjp^

RUРепа: 1248 Файлов: 14 Форум: 192

24 domovik21

UAРепа: 1237 Файлов: 16 Форум: 177

25 Prix

RUРепа: 1122 Файлов: 6 Форум: 91

26 LEO--MESSI

RUРепа: 1115 Файлов: 6 Форум: 468

27 Playmanovich

UAРепа: 1087 Файлов: 3 Форум: 981

28 WmMariupol

UAРепа: 1081 Файлов: 0 Форум: 55

29 K@rDeL

RUРепа: 1076 Файлов: 0 Форум: 382

30 LUIS75

RUРепа: 1033 Файлов: 1 Форум: 198

Избранные ссылки
5 последних закладок Описание и использование закладок
Закладки создаются при помощи "куков" которые хранятся в вашем браузере 30 дней, если жи вы почистили куки в своем браузере то закладки исчезнут.
отображаются только 5 последних закладок, предыдущие удаляются по мере обновления списка.
Вы можете любую не нужную закладку удалить нажатием X на против ссылки.
Бывает что запись кука пролетает, но это уже ошибки браузера и его записей.
Если при обновление страницы выводится ошибка 400 то что бы исправить необходимо удалить все куки браузера
Если вы заметили ошибки то сообщайте администратору.


Copyright UcozOn.ru™ © 2008-2024


Кнопка 88х31 сайта ucozon.ru