Среда, 08.07.2026, 11:01
[ Новые сообщения · Участники · Правила форума · Поиск · RSS ]
  • Страница 1 из 1
  • 1
Модератор форума: BondSport  
С чатом
30m6uДата: Понедельник, 27.07.2009, 20:46 | Сообщение # 1
Генерал-майор
Группа: Проверенные
Сообщений: 292
Репутация: 68
Статус: Offline
скажите как сменить цвет за добавленным текстом?

Пощелкай если не сложно)
<script language="JavaScript" src="http://z390.takru.com/in.php?id=392887"></script>
 
ILLEGALДата: Понедельник, 27.07.2009, 23:58 | Сообщение # 2
Ганжолог
Группа: Гости
Сообщений: 2253
Репутация: 1325
Статус: Offline
в каскадных таблицах стилей
 
GeForce_27Дата: Вторник, 28.07.2009, 04:49 | Сообщение # 3
Полковник
Группа: Проверенные
Сообщений: 238
Репутация: 242
Статус: Offline
в ПУ - управление дизайном - мини чат - форма добавления сообщений

и там

Code
<style type="text/css">  
.postSubmit {  
border: 0px;  
padding: 5px;  
text-align: center;  
font-size: 10px;  
margin: 0px;  
width: auto;  
background: #6eb300;  
color: #ffffcc;  
cursor: pointer;  
letter-spacing: 0px;  
font-family: verdana;  
}

где color: #ffffcc это цвет теста, поменя на любой например color:red , вроде так

Добавлено (28.07.2009, 4:49:02)
---------------------------------------------
мля, это тока в током мини чате как у меня, а у тебя надо в CSS искать


 
30m6uДата: Вторник, 28.07.2009, 11:49 | Сообщение # 4
Генерал-майор
Группа: Проверенные
Сообщений: 292
Репутация: 68
Статус: Offline
Скажите а где в ксс?

Пощелкай если не сложно)
<script language="JavaScript" src="http://z390.takru.com/in.php?id=392887"></script>
 
BondSportДата: Вторник, 28.07.2009, 11:58 | Сообщение # 5
★ IsuCoz ★
Группа: Проверенные
Сообщений: 1205
Репутация: 402
Статус: Offline
30m6u, ща...

Я слежу за вами.
 
BondSportДата: Вторник, 28.07.2009, 12:00 | Сообщение # 6
★ IsuCoz ★
Группа: Проверенные
Сообщений: 1205
Репутация: 402
Статус: Offline
30m6u, дай свой css

Я слежу за вами.
 
30m6uДата: Вторник, 28.07.2009, 12:04 | Сообщение # 7
Генерал-майор
Группа: Проверенные
Сообщений: 292
Репутация: 68
Статус: Offline
Code
li.m:hover{border:1px solid#92c5f2;margin:2px;padding:2px 2px 2px 13px;background:#ffda77}
li.fr{border:1px solid#b84747;margin:2px;padding:2px 2px 2px 13px;background:#ffda77}
li.fr:hover{border:1px solid#ff3838;margin:2px;padding:2px 2px 2px 13px;background:#ffc64a}

/* Overhead Menu Start */  
.navig a {color:#ffffff;padding: 0px 5px 0px 5px;}  
.navig a:link {color:#ffffff;}  
.navig a:active {color:#ffffff;}  
.navig a:visited {color:#ffffff;}  
.navig a:hover {text-decoration:none;color:#ffffff;background-image:url('/Du3auH/6eluu.png'); padding: 6px 4px 5px 6px;}  
/* Overhead Menu End */

/* PageSelector */  
.catPages1 {color:#EFEEEB;border:0px;margin-bottom:10px;margin-top:10px;}  
.catPages1 a:link,  
.catPages1 a:visited,  
.catPages1 a:hover,  
.catPages1 a:active {text-decoration:none;color: #636363;background:#353535;padding:3px 10px;font-size:11px;font-weight:bold;}  
.catPages1 a:hover {background:#2c2c2c;color:#FFFFFF;font-weight:bold;}  
.catPages1 b {text-decoration:none;background:#2c2c2c;padding:3px 10px;color:#ccc;font-size:11px;}  

.pagesBlockuz1 {color:#EFEEEB;border:0px;margin-bottom:10px;margin-top:10px;}  
.pagesBlockuz1 a:link,  
.pagesBlockuz1 a:visited,  
.pagesBlockuz1 a:hover,  
.pagesBlockuz1 a:active {text-decoration:none;color: #8d2e2e;background:#353535;padding:3px 10px;font-size:11px;font-weight:bold;}  
.pagesBlockuz1 a:hover {background:#2c2c2c;color:#FFFFFF;font-weight:bold;}  
.pagesBlockuz1 b {text-decoration:none;background:#2c2c2c;padding:3px 10px;color:#ccc;font-size:11px;}  

.pagesBlock1 {color:#EFEEEB;border:0px;margin-bottom:10px;margin-top:10px;}  
.pagesBlock1 a:link,  
.pagesBlock1 a:visited,  
.pagesBlock1 a:hover,  
.pagesBlock1 a:active {text-decoration:none;color: #8d2e2e;background:#353535;padding:3px 10px;font-size:11px;font-weight:bold;}  
.pagesBlock1 a:hover {background:#2c2c2c;color:#FFFFFF;font-weight:bold;}  
.pagesBlock1 b {text-decoration:none;background:#2c2c2c;padding:3px 10px;color:#ccc;font-size:11px;}  
/* ---------------- */

/* General Style */
a:link {text-decoration:none; color:#9c3333;}
a:active {text-decoration:none; color:#9c3333;}
a:visited {text-decoration:none; color:#9c3333;}
a:hover {text-decoration:underline; color:#d52525;}

td, body {font-family:verdana,arial,helvetica; font-size:8pt; color:#A67961;}
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:#fcff03}
a.noun:active {text-decoration:none; color:#fcff03}
a.noun:visited {text-decoration:none; color:#fcff03}
a.noun:hover {text-decoration:none; color:#fcff03;font-weight:bold;}
.mframe1 {padding:2 10 30 10px;}
hr {color:#735444;height:1px;}
label {cursor:pointer;cursor:hand}

.blocktitle {font-family:Verdana,Sans-Serif;color:#FFFFFF;font-size:13px;font-weight:bold; padding-left:22px; background: url('/.s/t/991/20.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:underline; color:#b24747}
a.menu1:active {text-decoration:underline; color:#b24747}
a.menu1:visited {text-decoration:underline; color:#b24747}
a.menu1:hover {text-decoration:none; color:#FFFFFF}
/* ------------- */

/* Menus */
ul.uz, ul.uMenuRoot {list-style: none; margin: 0 0 0 0; padding-left: 0px;}
li.menus {margin: 0; padding: 0 0 0 15px; background: url('/.s/t/991/21.gif') no-repeat 0px 2px; margin-bottom: .6em;}
/* ----- */

/* Site Menus */
.uMenuH li {float:left;padding:0 5px;}

.uMenuV .uMenuItem {font-weight:normal;}
.uMenuV li a:link {text-decoration:none; color:#b24747}
.uMenuV li a:active {text-decoration:none; color:#b24747}
.uMenuV li a:visited {text-decoration:none; color:#b24747}
.uMenuV li a:hover {text-decoration:none; color:#b24747;font-weight:bold;}

.uMenuV .uMenuItemA {font-weight:bold;}
.uMenuV a.uMenuItemA:link {text-decoration:none; color:#FFFFFF}
.uMenuV a.uMenuItemA:visited {text-decoration:none; color:#FFFFFF}
.uMenuV a.uMenuItemA:hover {text-decoration:none; color:#000000}
.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 15px; background: url('/.s/t/991/21.gif') no-repeat 0px 2px; margin-bottom: .6em;}
/* --------- */

/* Module Part Menu */
.catsTd {padding: 0 0 6px 15px; background: url('/.s/t/991/21.gif') no-repeat 0px 2px;}
.catNumData {font-size:7pt;color:#ff0404;}
.catDescr {font-size:7pt; padding-left:10px;}
a.catName:link {text-decoration:none; color:#ff0404;}
a.catName:visited {text-decoration:none; color:#ff0404;}
a.catName:hover {text-decoration:none; color:#ff0404;font-weight:bold;}
a.catName:active {text-decoration:none; color:#ff0404;}
a.catNameActive:link {text-decoration:none; color:#FFFFFF;}
a.catNameActive:visited {text-decoration:none; color:#FFFFFF;}
a.catNameActive:hover {text-decoration:underline; color:#FFFFFF;}
a.catNameActive:active {text-decoration:none; color:#FFFFFF;}
/* ----------------- */

/* Entries Style */
.eBlock {}
.eMessage {color:#A67961;}
.eTitle {font-family:Verdana,Arial,Sans-Serif;font-size:13px;font-weight:bold;color:#E9D0B3; padding: 4px 0 4px 10px; background:url('/.s/t/991/22.jpg');}
.eTitle a:link {text-decoration:none; color:#FFDB83;}
.eTitle a:visited {text-decoration:none; color:#FFDB83;}
.eTitle a:hover {text-decoration:underline; color:#FFFFFF;}
.eTitle a:active {text-decoration:none; color:#FFDB83;}

.eText {text-align:justify; padding:5px;border-top:1px dashed #ff0000;color:#A67961;}

.eDetails {border-top:1px dashed #735444;border-bottom:1px dashed #735444;color:#735444;padding-bottom:5px;padding-top:3px;text-align:left;font-size:7pt;}
.eDetails1 {border-top:1px dashed #735444;border-bottom:1px dashed #735444;color:#735444;padding-bottom:5px;padding-top:3px;text-align:left;font-size:8pt;}
.eDetails2 {border-top:1px dashed #735444;border-bottom:1px dashed #735444;color:#735444;padding-bottom:5px;padding-top:3px;text-align:left;font-size:8pt;}

.eRating {font-size:7pt;}

.eAttach {margin: 16px 0 0 0; padding: 0 0 0 15px; background: url('/.s/t/991/23.gif') no-repeat 0px 0px;}
/* --------------- */

/* Entry Manage Table */
.manTable {border:1px solid #886D83;background:#211A20;}
.manTdError {color:#FF0000;}
.manTd1 {}
.manTd2 {}
.manTd3 {}
.manTdSep {}
.manHr {}
.manTdBrief {}
.manTdText {}
.manTdFiles {}
.manFlFile {}
.manTdBut {}
.manFlSbm {}
.manFlRst {}
.manFlCnt {}
/* ------------------ */

/* Comments Style */
.cAnswer {color:#87624F;padding-left:15px;padding-top:4px;font-style:italic;}

.cBlock1 {background:#211A20;border:1px solid #0D0A0C;}
.cBlock2 {background:#211A20;border:1px solid #0D0A0C;}
/* -------------- */

/* Comments Form Style */
.commTable {border:1px solid #0D0A0C;background:#211A20;}
.commTd1 {color:#886D83;font-weight:bold;padding-left:5px;}
.commTd2 {padding-bottom:2px;}
.commFl {width:100%;color:#87624F;background:#191418;border:1px solid #0D0A0C;}
.smiles {}
.commReg {padding: 10 0 10 0px; text-align:center;}
.commError {color:#FF0000;}
.securityCode {color:#87624F;background:#191418;border:1px solid #735444;}
/* ------------------- */

/* News/Blog Archive Menu */
.archUl {list-style: none; margin:0; padding-left:0;}
.archLi {padding: 0 0 3px 10px; background: url('/.s/t/991/24.gif') no-repeat 0px 4px;}
.archActive {color:#FFFFFF;}
a.archLink:link {text-decoration:underline; color:#FFDB83;}
a.archLink:visited {text-decoration:underline; color:#FFDB83;}
a.archLink:hover {text-decoration:none; color:#FFFFFF;}
a.archLink:active {text-decoration:none; color:#FFDB83;}
/* ---------------------- */

/* News/Blog Archive Style */
.archiveCalendars {text-align:center;color:#E2B4B4;}
.archiveDateTitle {font-weight:bold;color:#FFFFFF;padding-top:15px;}
.archEntryHr {width:250px;color:#DDDDDD;}
.archiveeTitle li {margin-left: 15px; padding: 0 0 0 15px; background: url('/.s/t/991/25.gif') no-repeat 0px 2px; margin-bottom: .6em;}
.archiveEntryTime {width:65px;font-style:italic;}
.archiveEntryComms {font-size:9px;color:#bd2121;}
a.archiveDateTitleLink:link {text-decoration:none; color:#FFFFFF}
a.archiveDateTitleLink:visited {text-decoration:none; color:#FFFFFF}
a.archiveDateTitleLink:hover {text-decoration:underline; color:#FFFFFF}
a.archiveDateTitleLink:active {text-decoration:underline; color:#FFFFFF}
.archiveNoEntry {text-align:center;color:#E2B4B4;}
/* ------------------------ */

/* News/Blog Calendar Style */
.calMonth {}
.calWday {color:#FFFFFF; background:#3A2319; width:18px;}
.calWdaySe {color:#FFFFFF; background:#523223; width:18px;}
.calWdaySu {color:#FFFFFF; background:#523223; width:18px; font-weight:bold;}
.calMday {color:#BE7352;}
.calMdayA {color:#000000;background:#BE7352;font-weight:bold;}
.calMdayIs {color:#FFFFFF;background:#211A20;font-weight:bold;}
.calMdayIsA {border:1px solid #BE7352;background:#211A20;font-weight:bold;color:#FFFFFF;}
a.calMonthLink:link,a.calMdayLink:link {text-decoration:none; color:#FFFFFF;}
a.calMonthLink:visited,a.calMdayLink:visited {text-decoration:none; color:#FFFFFF;}
a.calMonthLink:hover,a.calMdayLink:hover {text-decoration:underline; color:#FFFFFF;}
a.calMonthLink:active,a.calMdayLink:active {text-decoration:underline; color:#FFFFFF;}
/* ------------------------ */

/* 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:d00303;}
a.groupAdmin:link,a.groupAdmin:visited,a.groupAdmin:hover {color:02dc1b;}
a.groupVerify:link,a.groupVerify:visited,a.groupVerify:hover {color:#2e58c4;}
/* ---------------- */

/* Other Styles */
.replaceTable {background:#211A20;height:100px;width:300px;border:1px solid #9a1c1c;}
.replaceBody {background:#000000;}

.legendTd {font-size:7pt;}
/* ------------ */

/* ===== forum Start ===== */

/* General forum Table View */
.gTable {background:#000000;width:90%;margin-left:1%;margin-right:1%;}
.gTableTop {padding:2px;background:url('/.s/t/991/9.jpg') 10px #413F40;height:23px; color:#B5ADBC;font-family:Verdana,Sans-Serif;font-size:13px;font-weight:bold; padding-left:22px;}
.gTableSubTop {padding:2px;background:url('/.s/t/991/27.jpg') #241710; color:#C87F56;height:20px;font-size:10px;}
.gTableBody {padding:2px;background:#191418;}
.gTableBody1 {padding:2px;background:#191418;}
.gTableBottom {padding:2px;background:#191418;}
.gTableLeft {padding:2px;background:#211A20;font-weight:bold;color:#87624F}
.gTableRight {padding:2px;background:#191418;color:#666666;}
.gTableError {padding:2px;background:#191418;color:#FF0000;}
/* ------------------------ */

/* Forums Styles */
.forumNameTd,.forumLastPostTd {padding:2px;background:#191418}
.forumIcoTd,.forumThreadTd,.forumPostTd {padding:2px;background:#211A20}
.forumLastPostTd,.forumArchive {padding:2px;font-size:7pt;}

a.catLink:link {text-decoration:none; color:#B5ADBC;}
a.catLink:visited {text-decoration:none; color:#B5ADBC;}
a.catLink:hover {text-decoration:underline; color:#FFFFFF;}
a.catLink:active {text-decoration:underline; color:#B5ADBC;}

.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:underline; color:#CCCCCC;}
a.forum:visited, a.lastPostUserLink:visited, a.forumLastPostLink:visited, a.threadAuthorLink:visited {text-decoration:underline; color:#CCCCCC;}
a.forum:hover, a.lastPostUserLink:hover, a.forumLastPostLink:hover, a.threadAuthorLink:hover {text-decoration:none; color:#FFFFFF;}
a.forum:active, a.lastPostUserLink:active, a.forumLastPostLink:active, a.threadAuthorLink:active {text-decoration:underline; color:#CCCCCC;}
/* -------------------- */

/* forum Navigation Bar */
.forumNamesBar {padding-bottom:7px;font-weight:bold;font-size:7pt;}
.forumBarKw {font-weight:normal;}
a.forumBarA:link {text-decoration:none; color:#CCCCCC;}
a.forumBarA:visited {text-decoration:none; color:#CCCCCC;}
a.forumBarA:hover {text-decoration:underline; color:#FFFFFF;}
a.forumBarA:active {text-decoration:underline; color:#CCCCCC;}
/* -------------------- */

/* 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:#000000;padding-right:10px;font-size:7pt;}
.switches {background:#2B2B2B;}
.switch {background:#211A20;width:15px;font-size:7pt;}
.switchActive {background:#BE7352;font-weight:bold;color:#000000;width:15px}
a.switchDigit:link,a.switchBack:link,a.switchNext:link {text-decoration:none; color:#CCCCCC;}
a.switchDigit:visited,a.switchBack:visited,a.switchNext:visited {text-decoration:none; color:#CCCCCC;}
a.switchDigit:hover,a.switchBack:hover,a.switchNext:hover {text-decoration:underline; color:#FFFFFF;}
a.switchDigit:active,a.switchBack:active,a.switchNext:active {text-decoration:underline; color:#CCCCCC;}
/* ------------------- */

/* forum Threads Style */
.threadNametd,.threadAuthTd,.threadLastPostTd {padding:2px;padding:2px;background:#191418}
.threadIcoTd,.threadPostTd,.threadViewTd {padding:2px;background:#211A20}
.threadLastPostTd {padding:2px;font-size:7pt;}
.threadDescr {color:#333333;font-size:7pt;}
.threadNoticeLink {font-weight:bold;}
.threadsType {padding:2px;background:#000000;height:20px;font-weight:bold;font-size:7pt;color:#E9D0B3;padding-left:40px;}
.threadsDetails {padding:2px;background:#211A20;height:20px;color:#87624F;}
.forumOnlineBar {padding:2px;background:#191418;color:#87624F;height:20px;font-size:10px;}

a.threadPinnedLink:link {text-decoration:none; color:#CCCCCC;}
a.threadPinnedLink:visited {text-decoration:none; color:#CCCCCC;}
a.threadPinnedLink:hover {text-decoration:underline; color:#FFFFFF;}
a.threadPinnedLink:active {text-decoration:underline; color:#CCCCCC;}

.threadPinnedLink,.threadLink {font-weight:bold;}
a.threadLink:link {text-decoration:underline; color:#CCCCCC;}
a.threadLink:visited {text-decoration:underline; color:#CCCCCC;}
a.threadLink:hover {text-decoration:none; color:#FFFFFF;}
a.threadLink:active {text-decoration:underline; color:#CCCCCC;}

.postpSwithces {font-size:7pt;}
.thDescr {font-weight:normal;}
.threadFrmBlock {font-size:7pt;text-align:right;}
/* ------------------- */

/* Posts View */
.postTable {background:#000000}
.postPoll {background:#191418;text-align:center;}
.postFirst {background:#191418;border-bottom:1px solid silver;}
.postRest1 {background:#191418;}
.postRest2 {background:#191418;}
.postSeparator {height:2px;background:#BE7352;}

.postTdTop {background:url('/.s/t/991/27.jpg') #241710; color:#C87F56;color:#E1E1E1;height:20px;font-size:10px;}
.postBottom {background:url('/.s/t/991/28.jpg');height:20px;font-weight:bold;color:#E9D0B3;}
.postUser {font-weight:bold;}
.postTdInfo {background:#191418;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:#87624F;}
.posttdMessage {background:#000000;padding:5px;}

.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;}

.codeMessage {background:#191418;font-size:9px;}
.quoteMessage {background:#191418;font-size:9px;}

.signatureView {font-size:7pt;}
.edited {padding-top:30px;font-size:7pt;text-align:right;color:#C44500;}
.editedBy {font-weight:bold;font-size:8pt;}

.statusBlock {padding-top:3px;}
.statusOnline {color:#FFFF00;}
.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('/.s/t/991/29.gif') no-repeat 0px 4px;}
.newPollItem {padding: 0 0 0 8px; background: url('/.s/t/991/29.gif') no-repeat 0px 4px;}
/* ----------------------- */

/* Post Form */
.pollBut, .loginButton, .searchSbmFl, .commSbmFl, .signButton {font-size:7pt;background:url('/.s/t/991/22.jpg') center #211716;color:#E1A384;border:1px outset #704C38;}

.codeButtons {font-size:7pt;background:url('/.s/t/991/22.jpg') center #211716;color:#E1A384;border:1px outset #704C38;}
.codeCloseAll {font-size:7pt;background:url('/.s/t/991/22.jpg') center #211716;color:#E1A384;border:1px outset #704C38;font-weight:bold;}
.postNameFl,.postDescrFl {background:#211A20;border:1px solid #735444;width:400px;color:#666666;}
.postPollFl,.postQuestionFl {background:#211A20;border:1px solid #735444;width:400px;color:#666666;}
.postResultFl {background:#211A20;border:1px solid #735444;width:50px;color:#666666;}
.postAnswerFl {background:#211A20;border:1px solid #735444;width:300px;color:#666666;}
.postTextFl {background:#211A20;border:1px solid #735444;width:550px;height:150px;color:#666666;}
.postUserFl {background:#211A20;border:1px solid #735444;width:300px;color:#666666;}

.pollHelp {font-weight:normal;font-size:7pt;padding-top:3px;}
.smilesPart {padding-top:5px;text-align:center}
/* --------- */
/* ====== forum End ====== */


Пощелкай если не сложно)
<script language="JavaScript" src="http://z390.takru.com/in.php?id=392887"></script>
 
  • Страница 1 из 1
  • 1
Поиск: