Jump to content
  • 0

эффекты css отображаются в IE, но не отображаются в опере и FF


angel_a
 Share

Question

дело в том, что css я никогда не пользовалась, так что я чайник просто.

на укозовском сайте нужно было сделать парочку изменений. с горем пополам, разобралась, результат в эксплоэре просто великолепный, а в опере и эксплоэре фейки:

1.

.statusBlock {padding-top:3px;}

.statusOnline {color:#040aff;}

.statusOffline {color: RGB(255, 3, 27);}

это цвет статуса пользователя. в эксплоэре изменился, в опере и то, и другое чёрное

2. text-align:center - этот тег вообще не работает. выравнивание как было левое, так и осталось.

3. не отображается ряд изображений.

помогите, пожалста)))))))

Link to comment
Share on other sites

14 answers to this question

Recommended Posts

  • 0

в смысле, html?

<html>
<head>

<title>$FORUM_TITLE$</title>
<link type="text/css" rel="StyleSheet" href="http://world-naruto.ucoz.ru/_st/my.css" />
</head>

<body style="background:url('http://world-naruto.ucoz.ru/image/1.jpg') #362D29; margin:0px; padding:0 1% 0 1%;">

<div style="height:239px;">
<div style="float:left;">
<img src="http://world-naruto.ucoz.ru/image/777.png" border="0">
</div>
<div style="padding-top:100px;">
<span style="color:#E6D5AA;font:20pt bold Verdana,Tahoma;"></span>
</div>
</div>

<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr><td width="10" height="10"><img src="http://world-naruto.ucoz.ru/image/6.gif" border="0"></td><td style="background:url('http://world-naruto.ucoz.ru/image/7.gif');"></td><td width="10" height="10"><img src="http://world-naruto.ucoz.ru/image/8.gif" border="0"></td></tr>
<tr><td style="background:url('http://world-naruto.ucoz.ru/image/9.gif');"></td><td style="background:url('http://world-naruto.ucoz.ru/image/10.jpg') #E9D8AD;padding:10px;">

<!-- Header -->
<table border="0" cellpadding="0" cellspacing="0" height="32" width="100%" style="background:url('http://world-naruto.ucoz.ru/image/11.jpg') #E65D03;">
<tr><td width="53"><img src="http://world-naruto.ucoz.ru/image/12.jpg" border="0"></td>
<td class="topLink"><a href="$HOME_PAGE_LINK$" title="Главная">Главная</a> | <a href="$MAIN_PAGE_LINK$" title="$FORUM_NAME$">$FORUM_NAME$</a> <?if($USERS_ON$)?><?if($USER_LOGGED_IN$)?> | <a href="$PERSONAL_PAGE_LINK$" title="Мой профиль">Мой профиль</a><?else?> | <a href="$REGISTER_LINK$" title="Регистрация">Регистрация</a><?endif?><?endif?> <?if($USERS_ON$)?><?if($USER_LOGGED_IN$)?> | <a href="$LOGOUT_LINK$" title="Выход">Выход</a><?else?> | <a href="$LOGIN_LINK$" title="Вход">Вход</a><?endif?><?endif?></td>
<td align="right" class="topLink" style="color:#FFFFFF;"><?if($USERS_ON$)?><?if($USER_LOGGED_IN$)?>Вы вошли как <a href="$PERSONAL_PAGE_LINK$"><b>$USERNAME$</b></a> | Группа "<u>$USER_GROUP$</u>"<?else?>Приветствую Вас <b>$USERNAME$</b><?endif?><?endif?> | <a href="$RSS_LINK$">RSS</a></td>
<td width="53"><img src="http://world-naruto.ucoz.ru/image/13.jpg" border="0"></td></tr>
</table><div style="height:10px;"></div>
<!-- /Header -->

<table border="0" cellpadding="0" height="30" cellspacing="0" width="100%" align="center">
<tr>
<td align="right">[<?if($USER_LOGGED_IN$)?>
<a href="java script://" id="upml" class="fNavLink" onclick="window.open('$PM_URL$','pmw','scrollbars=1,top=0,left=0,resizable=1,width=680,height=350'); return false;">Личные сообщения($UNREAD_PM$)</a> ·
<?if($IS_NEW_PM$)?><script type="text/javascript">function flashit(id,cl){var c=document.getElementById(id);if (c.style.color=='red'){c.style.color=cl;}else {c.style.color='red';}}setInterval("flashit('upml','')",500)</script><bgsound src="http://src.ucoz.ru/img/fr/pm.wav" loop="1" volume="0" balance="0">
<?endif?><?endif?>
<a class="fNavLink" href="$RECENT_POSTS_LINK$" rel="nofollow">Новые сообщения</a> ·
<a class="fNavLink" href="$MEMBERS_LIST_LINK$" rel="nofollow">Участники</a> ·
<a class="fNavLink" href="$BOARD_RULES_LINK$" rel="nofollow">Правила форума</a> ·
<a class="fNavLink" href="$SEARCH_PAGE_LINK$" rel="nofollow">Поиск</a> ·
<a class="fNavLink" href="$RSS_LINK$" rel="nofollow">RSS</a> ]</td>
</tr>
</table>
$BODY$<br />

<!-- Footer -->
<br />
<table border="0" cellpadding="4" cellspacing="0" width="100%">
<tr><td align="center">Copyright Gaara © 2007-2008 | Копирование элементов дизайна, новостей, файлов и прочих материалов без разрешения администрации запрещено</td></tr>
</table>
<!-- /Footer -->
</td><td style="background:url('http://world-naruto.ucoz.ru/image/25.gif');"></td></tr>
<tr><td width="10" height="10"><img src="http://world-naruto.ucoz.ru/image/26.gif" border="0"></td><td style="background:url('http://world-naruto.ucoz.ru/image/27.gif');"></td><td width="10" height="10"><img src="http://world-naruto.ucoz.ru/image/28.gif" border="0"></td></tr>
</table>

<div style="color:#EBDAAF;text-align:center;padding:10px;">$POWERED_BY$</div>

</body>

</html>

это страница форума, $BODY$ - это то, что я заменяла...

Link to comment
Share on other sites

  • 0

а вот, собственно, и CSS, над которым я измывалась:

/* General Style */
a:link {text-decoration:underline; color:#7b69be;}
a:active {text-decoration:underline; color:#7b69be;}
a:visited {text-decoration:underline; color:#7b69be;}
a:hover {text-decoration:underline; color:#000000;}

a.forRegLink:link, a.topSortLink:link, a.postUser:link, a.postNumberLink:link {text-decoration:underline; color:#FFFFFF;}
a.forRegLink:active, a.topSortLink:active, a.postUser:active, a.postNumberLink:active {text-decoration:underline; color:#FFFFFF;}
a.forRegLink:visited, a.topSortLink:visited, a.postUser:visited, a.postNumberLink:visited {text-decoration:underline; color:#FFFFFF;}
a.forRegLink:hover, a.topSortLink:hover, a.postUser:hover, a.postNumberLink:hover {text-decoration:underline; color:#000000;}

td, body {font-family:verdana,arial,helvetica; font-size:8pt;color:#000000;}
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:#000000}
a.noun:active {text-decoration:none; color:#000000}
a.noun:visited {text-decoration:none; color:#000000}
a.noun:hover {text-decoration:underline; color:#7b69be}

hr {color:#7b69be;height:1px;}
label {cursor:pointer;cursor:hand}

.blocktitle {font-family:Verdana,Sans-Serif;color:#6C829D;font-size:12px;}

a.menu1:link {text-decoration:underline; color:#7b69be}
a.menu1:active {text-decoration:underline; color:#7b69be}
a.menu1:visited {text-decoration:underline; color:#7b69be}
a.menu1:hover {text-decoration:none; color:#000000}
.menuTd {padding-left:12px;padding-right:10px; background: url('http://src.ucoz.ru/t/481/22.gif') no-repeat 0px 3px;}

.mframe {border-left:1px solid #E5E7EA; border-right:1px solid #E5E7EA;}
.colgray {border-right:1px solid #E5E7EA;}
.colwhite {border-right:1px solid #FAFAFA;}
.msep {border-top:1px solid #FAFAFA;}
/* ————- */

/* Menus */
ul.uz {list-style: none; margin: 0 0 0 0; padding-left: 0px;}
li.menus {margin: 0; padding-bottom:7px; text-align:center;background:url('http://i049.radikal.ru/0810/71/dee0bea3daf8.jpg') center no-repeat #FFFFFF;height:25px;}
/* —-- */

/* Main Menu */
.m {font-weight:normal;}
a.m:link {text-decoration:none; color:#000000}
a.m:active {text-decoration:none; color:#000000}
a.m:visited {text-decoration:none; color:#000000}
a.m:hover {text-decoration:underline; color:#7b69be}

.ma {font-weight:bold;}
a.ma:link {text-decoration:none; color:#c37dff}
a.ma:visited {text-decoration:none; color:#7763cb}
a.ma:hover {text-decoration:underline; color:#c37dff}
li.m {margin: 0; padding-bottom:7px; text-align:right; background:url('http://i049.radikal.ru/0810/71/dee0bea3daf8.jpg') center no-repeat #FFFFFF;height:25px; }
/* ——— */

/* Module Part Menu */
.catsTable {}
.catsTd {margin: 0; padding-bottom:7px; text-align:center; background:url('http://src.ucoz.ru/t/481/23.gif') center no-repeat #FFFFFF;height:25px; }
.catName {font-family:verdana,Arial,Sans-Serif;font-size:11px;}
.catNameActive {font-family:verdana,Arial,Sans-Serif;font-size:11px;}
.catNumData {font-size:7pt;color:#555555;}
.catDescr {font-size:7pt; padding-left:10px;}
a.catName:link {text-decoration:none; color:#000000;}
a.catName:visited {text-decoration:none; color:#000000;}
a.catName:hover {text-decoration:underline; color:#7763cb;}
a.catName:active {text-decoration:none; color:#000000;}
a.catNameActive:link {text-decoration:none; color:#7763cb;}
a.catNameActive:visited {text-decoration:none; color:#7763cb;}
a.catNameActive:hover {text-decoration:none; color:#7763cb;}
a.catNameActive:active {text-decoration:underline; color:#7763cb;}
/* —————-- */

/* Entries Style */
.eBlock {}
.eTitle {font-family:Verdana,Arial,Sans-Serif;font-size:13px;font-weight:bold;color:#AD0100; padding: 0 0 0 17px; background: url('http://s47.radikal.ru/i117/0810/6d/6544e48b2bc6.gif') no-repeat;}
.eTitle a:link {text-decoration:underline; color:#7763cb;}
.eTitle a:visited {text-decoration:underline; color:#7763cb;}
.eTitle a:hover {text-decoration:none; color:#000000;}
.eTitle a:active {text-decoration:underline; color:#7763cb;}

.eMessage {text-align:justify;padding-bottom:5px;}
.eText {text-align:justify;padding-bottom:5px;padding-top:5px;border-top:1px solid #C2C2C2}
.eDetails {border-top:1px dashed #AD0100;border-bottom:1px dashed #AD0100;font-family:Tahoma,Arial,Sans-Serif;color:#999999;padding-bottom:5px;padding-top:3px; text-align:left;font-size:7pt;}
.eDetails1 {border-top:1px dashed #AD0100;border-bottom:1px dashed #AD0100;font-family:Tahoma,Arial,Sans-Serif;color:#999999;padding-bottom:5px;padding-top:3px; text-align:left;font-size:8pt;}
.eDetails2 {border-bottom:1px dashed #AD0100;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 0; padding: 0 0 0 15px; background: url('http://src.ucoz.ru/t/481/25.gif') no-repeat 0px 0px;}
/* ————- */

/* Entry Manage Table */
.manTable {}
.manTdError {color:#FF0000;}
.manTd1 {}
.manTd2 {}
.manTd3 {}
.manTdSep {}
.manHr {}
.manTdBrief {}
.manTdText {}
.manTdFiles {}
.manFlFile {}
.manTdBut {}
.manFlSbm {}
.manFlRst {}
.manFlCnt {}
/* —————— */

/* 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;}
/* ————-- */

/* Comments Form Style */
.commTable {}
.commTd1 {color:#000000;}
.commTd2 {}
.commFl {color:#7763cb;width:100%;background:#EBEBEB;border:1px solid #C2C2C2;}
.smiles {border:1px inset;background:#FFFFFF;}
.commReg {padding: 10 0 10 0px; text-align:center;}
.commError {color:#FF0000;}
.securityCode {color:#7763cb;background:#EBEBEB;border:1px solid #C2C2C2;}
/* ——————- */

/* Archive Menu */
.archLi {padding: 0 0 3px 10px; background: url('http://s44.radikal.ru/i103/0810/6f/e70b7ef8be0e.jpg') no-repeat 0px 4px; font-family:Tahoma,Arial,Sans-Serif;}
a.archLink:link {text-decoration:underline; color:#AD0100;}
a.archLink:visited {text-decoration:underline; color:#AD0100;}
a.archLink:hover {text-decoration:none; color:#000000;}
a.archLink:active {text-decoration:none; color:#000000;}
/* ———— */

/* Archive Style */
.archiveCalendars {text-align:center;color:#0000FF;}
.archiveDateTitle {font-weight:bold;color:#7763cb;padding-top:15px;}
.archEntryHr {width:250px;color:#DDDDDD;}
.archiveeTitle li {margin-left: 15px; padding: 0 0 0 15px; background: url('http://src.ucoz.ru/t/481/27.gif') no-repeat 0px 4px; margin-bottom: .6em;}
.archiveEntryTime {width:65px;font-style:italic;}
.archiveEntryComms {font-size:9px;color:#C3C3C3;}
a.archiveDateTitleLink:link {text-decoration:none; color:#7763cb}
a.archiveDateTitleLink:visited {text-decoration:none; color:#7763cb}
a.archiveDateTitleLink:hover {text-decoration:underline; color:#7763cb}
a.archiveDateTitleLink:active {text-decoration:underline; color:#7763cb}
.archiveNoEntry {text-align:center;color:#0000FF;}
/* ————- */

/* Calendar Style */
.calMonth {font-weight:bold;}
.calWday {color:#FFFFFF; background:#b9a6dd; width:18px;}
.calWdaySe {color:#FFFFFF; background:#836ee0; width:18px;}
.calWdaySu {color:#FFFFFF; background:#836ee0; width:18px; font-weight:bold;}
.calMday {background:#FFFFFF;color:#000000;}
.calMdayA {background:#7763cb;font-weight:bold;color:#FFFFFF;}
.calMdayIs {background:#ffa8fa;font-weight:bold;}
.calMdayIsA {border:1px solid #AD0100; background:#ffa8fa;font-weight:bold;}
a.calMonthLink:link,a.calMdayLink:link {text-decoration:none; color:#7763cb;}
a.calMonthLink:visited,a.calMdayLink:visited {text-decoration:none; color:#7763cb;}
a.calMonthLink:hover,a.calMdayLink:hover {text-decoration:underline; color:#7763cb;}
a.calMonthLink:active,a.calMdayLink:active {text-decoration:underline; color:#000000;}
/* ————-- */

/* Poll styles */
.pollBut {}

.pollBody {padding:7px; margin:0px; background:#FFFFFF}
.textResults {background:#E2E6EA}
.textResultsTd {background:#FFFFFF}

.pollNow {border-bottom:1px solid #E2E6EA; border-left:1px solid #E2E6EA; border-right:1px solid #E2E6EA;}
.pollNowTd {}

.totalVotesTable {border-bottom:1px solid #E2E6EA; border-left:1px solid #E2E6EA; border-right:1px solid #E2E6EA;}
.totalVotesTd {background:#FFFFFF;}
/* ———- */

/* User Group Marks */
a.groupModer:link,a.groupModer:visited,a.groupModer:hover {color:#048cff;}
a.groupAdmin:link,a.groupAdmin:visited,a.groupAdmin:hover {color:blue;}
a.groupVerify:link,a.groupVerify:visited,a.groupVerify:hover {color:#9e74fe;}
/* —————- */

/* Other Styles */
.replaceTable {background:#FFFFFF;height:100px;width:300px;}

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

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

/* General forum Table View */
.gTable {background-image:none; margin-left:1%; margin-right:1%; width:98%;}
.gTableTop {padding:2px;background-image:url('http://s45.radikal.ru/i108/0810/ff/188d0aaaab71.jpg') center #7b69be;color:#000000;font-weight:bold;height:24px;padding-left:17px;font-size:10pt;}
.gTableSubTop {padding:2px;background-image:url('http://s45.radikal.ru/i108/0810/ff/188d0aaaab71.jpg');color:#FFFFFF; height:20px;font-size:10px;}
.gTableBody {padding:2px;background-image:url('http://i078.radikal.ru/0810/e1/7519028330ec.jpg');}
.gTableBody1 {padding:2px;background:#FFFFFF;}
.gTableBottom {padding:2px;background-image:url('http://i078.radikal.ru/0810/e1/7519028330ec.jpg');}
.gTableLeft {padding:2px;background-image:url('http://i078.radikal.ru/0810/e1/7519028330ec.jpg');font-weight:bold; color:#7b69be}
.gTableRight {padding:2px;background:#FFFFFF}
.gTableError {padding:2px;background-image:url('http://i078.radikal.ru/0810/e1/7519028330ec.jpg
'); color:#FF0000;}
/* ———————— */

/* Forums Styles */
.forumNameTd,.forumLastPostTd {padding:2px;background:#FFFFFF}
.forumIcoTd,.forumThreadTd,.forumPostTd {padding:2px;background-image:url('http://s39.radikal.ru/i084/0810/4b/8ac9b7188d21.jpg');}
.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:underline; color:#000000;}
a.catLink:active {text-decoration:underline; color:#000000;}

.lastPostGuest,.lastPostUser,.threadAuthor {font-weight:bold}
.archivedForum{font-size:7pt;color:#893bff;font-weight:bold;}
/* ————- */

/* forum Titles & other */
.forum {font-weight:bold;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#9e06a4;}
a.forum:visited, a.lastPostUserLink:visited, a.forumLastPostLink:visited, a.threadAuthorLink:visited {text-decoration:none; color#9e06a4;}
a.forum:hover, a.lastPostUserLink:hover, a.forumLastPostLink:hover, a.threadAuthorLink:hover {text-decoration:underline; color:#B3B3B3;}
a.forum:active, a.lastPostUserLink:active, a.forumLastPostLink:active, a.threadAuthorLink:active {text-decoration:underline; color#9e06a4;}
/* ——————-- */

/* forum Navigation Bar */
.forumNamesBar {font-weight:bold;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#9e06a4;}
a.forumBarA:active {text-decoration:underline; color#9e06a4;}
/* ——————-- */

/* 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:#E6E6E6;}
.pagesInfo {background:#FFFFFF;padding-right:10px;font-size:7pt;}
.switch {background:#FFFFFF;width:15px;font-size:7pt;}
.switchActive {background:url('http://s53.radikal.ru/i140/0810/58/c80f0bdb3859.jpg');font-weight:bold;color:#FFFFFF; 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;}
/* ——————- */

/* forum Threads Style */
.threadNametd,.threadAuthTd,.threadLastPostTd {padding:2px;padding:2px;background:#FFFFFF}
.threadIcoTd,.threadPostTd,.threadViewTd {padding:2px;background-image:url('http://s39.radikal.ru/i084/0810/4b/8ac9b7188d21.jpg');}
.threadLastPostTd {padding:2px; font-size:7pt;}
.threadDescr {color:#858585;font-size:7pt;}
.threadNoticeLink {font-weight:bold;}
.threadsType {padding:2px;background:#EFF1F5;height:25px;font-weight:bold;font-size:7pt;color:#7b69be;padding-left:40px; }
.threadsDetails {padding:2px;background:#c37dff;color:#000000;height:20px;font-size:10px;}
.forumOnlineBar {padding:2px;background:#7b69be;color:#FFFFFF;height:20px;font-size:10px;}

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:#7b69be;}
a.threadLink:visited {text-decoration:none; color:#7b69be;}
a.threadLink:hover {text-decoration:underline; color:#ffffff;}
a.threadLink:active {text-decoration:underline; color:#ffffff;}

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

/* forum Posts View */
.postTable {}
.postPoll {background:#f2e8fe;text-align:center;}
.postFirst {background:#F5F9FD;border-bottom:3px solid #957cff;}
.postRest1 {background:#EEEEEE;}
.postRest2 {background:#F5F9FD;}
.postSeparator {height:3px;background:#FFFFFF;}

.postTdTop {background-image:url('http://s53.radikal.ru/i140/0810/58/c80f0bdb3859.jpg');color:#000000;height:20px; font-size:10px;}
.postBottom {background:#b39deb;color:#000000;height:20px;}
.postUser {font-weight:bold; font-style:bold; text-align:center;}
.postTdInfo {text-align:center;padding:5px;background-image:url('http://s39.radikal.ru/i084/0810/4b/8ac9b7188d21.jpg'); }
.postRankName {margin-top:5px; text-align:center;}
.postRankIco {margin-bottom:5px;margin-bottom:5px; text-align:center;}
.reputation {margin-top:5px; text-align:center}
.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:#040aff;}
.statusOffline {color: RGB(255, 3, 27);}
/* —————— */

/* 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://src.ucoz.ru/t/481/30.gif') no-repeat 0px 4px;}
.newPollItem {padding: 0 0 0 8px; background: url('http://src.ucoz.ru/t/481/30.gif') no-repeat 0px 4px;}
/* ———————-- */

/* forum Post Form */
.codeButtons {font-size:7pt;background:#EBEBEB;border:1px solid #9e06a4;}
.codeCloseAll {font-size:7pt; color:#AD0100;font-weight:bold;background:#EBEBEB;border:1px solid #9e06a4;}
.postNameFl,.postDescrFl {background:url('http://s39.radikal.ru/i084/0810/4b/8ac9b7188d21.jpg');border:1px solid #9e06a4;width:400px}
.postPollFl,.postQuestionFl {background:url('http://s39.radikal.ru/i084/0810/4b/8ac9b7188d21.jpg');border:1px solid #9e06a4;width:400px}
.postResultFl {background:url('http://s39.radikal.ru/i084/0810/4b/8ac9b7188d21.jpg');border:1px solid #9e06a4;width:50px}
.postAnswerFl {background:url('http://s39.radikal.ru/i084/0810/4b/8ac9b7188d21.jpg');border:1px solid #9e06a4;width:300px}
.postTextFl {background:url('http://s39.radikal.ru/i084/0810/4b/8ac9b7188d21.jpg');border:1px solid #9e06a4;width:550px;height:150px}
.postUserFl {background:url('http://s39.radikal.ru/i084/0810/4b/8ac9b7188d21.jpg');border:1px solid #9e06a4;width:300px}

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

/* ====== forum End ====== */

Link to comment
Share on other sites

  • 0

на этом же сайте вычитала - три варианта задания цвета: названием, номером и соотношением красного-зелёного-чёрного. все варианты пробовала - суть не меняется.

Можно было просто дать ссылку на форум.. http://world-naruto.ucoz.ru/

В коде страницы указанные вами классы не применены вообще.

кто не применён? можно для таких чайников, как я, сказать, что это и как это применить?

Link to comment
Share on other sites

  • 0
кто не применён? можно для таких чайников, как я, сказать, что это и как это применить?

Если данные параметры цвета нужно применить к ссылке пишем его или наследованием от ближайшего элемента в котором лежит ссылка (например класс этого элемента element) то пишем в цсс

.element a
{
color: #90ab14;
}

или можно написать класс самой ссылке (в html это <a class="link" и бла бла)

a.link:link, a.link:active, a.link:visited, a.link:hover
{
color: #222121;
}

А в вашем случае в цсс класс написан, а на странице нет этих классов не у каких элементов.

Edited by Anami
Link to comment
Share on other sites

  • 0

класс добавляй в цсс над которым ты измываешься, а к нужной ссылке на странице напиши <a class="название класса в цсс" href="">ссылка</a>

А туманный вопрос про какое-то изображение (оно же не одно на сайте) лучше переформулируй. Какое изображение и че с ним не получается сделать.

Edited by Anami
Link to comment
Share on other sites

  • 0

то есть для вот этого:

.statusBlock {padding-top:3px;}

.statusOnline {color:#040aff;}

.statusOffline {color: RGB(255, 3, 27);}

можно создать класс stat, к примеру, и записать так:

a.stat {padding-top:3px;}

a.stat:active {color:#040aff;}

a.stat:hover {color: RGB(255, 3, 27);}

я в правильном направлении думаю?

а с изображениями там другая тема - некоторые рамочки не отображаются. но здесь, скорее всего, тоже проблема с классами.

Link to comment
Share on other sites

  • 0

:):D;) Издалекаааа зашла.

Вобщем проблема в ошибках в файле my.css

(Слава студии и ctrl+K+D!!!!)

Вот исправленный цсс (в нескольких местах не хватало : и закрытия скобок)

/* General Style */
a:link {text-decoration:underline; color:#7b69be;}
a:active {text-decoration:underline; color:#7b69be;}
a:visited {text-decoration:underline; color:#7b69be;}
a:hover {text-decoration:underline; color:#000000;}

a.forRegLink:link, a.topSortLink:link, a.postUser:link, a.postNumberLink:link {text-decoration:underline; color:#FFFFFF;}
a.forRegLink:active, a.topSortLink:active, a.postUser:active, a.postNumberLink:active {text-decoration:underline; color:#FFFFFF;}
a.forRegLink:visited, a.topSortLink:visited, a.postUser:visited, a.postNumberLink:visited {text-decoration:underline; color:#FFFFFF;}
a.forRegLink:hover, a.topSortLink:hover, a.postUser:hover, a.postNumberLink:hover {text-decoration:underline; color:#000000;}

td, body {font-family:verdana,arial,helvetica; font-size:8pt;color:#000000;}
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:#000000}
a.noun:active {text-decoration:none; color:#000000}
a.noun:visited {text-decoration:none; color:#000000}
a.noun:hover {text-decoration:underline; color:#7b69be}

hr {color:#7b69be;height:1px;}
label {cursor:pointer;cursor:hand}

.blocktitle {font-family:Verdana,Sans-Serif;color:#6C829D;font-size:12px;}

a.menu1:link {text-decoration:underline; color:#7b69be}
a.menu1:active {text-decoration:underline; color:#7b69be}
a.menu1:visited {text-decoration:underline; color:#7b69be}
a.menu1:hover {text-decoration:none; color:#000000}
.menuTd {padding-left:12px;padding-right:10px; background: url('http://src.ucoz.ru/t/481/22.gif') no-repeat 0px 3px;}

.mframe {border-left:1px solid #E5E7EA; border-right:1px solid #E5E7EA;}
.colgray {border-right:1px solid #E5E7EA;}
.colwhite {border-right:1px solid #FAFAFA;}
.msep {border-top:1px solid #FAFAFA;}
/* ————- */

/* Menus */
ul.uz {list-style: none; margin: 0 0 0 0; padding-left: 0px;}
li.menus {margin: 0; padding-bottom:7px; text-align:center;background:url('http://i049.radikal.ru/0810/71/dee0bea3daf8.jpg') center no-repeat #FFFFFF;height:25px;}
/* —-- */

/* Main Menu */
.m {font-weight:normal;}
a.m:link {text-decoration:none; color:#000000}
a.m:active {text-decoration:none; color:#000000}
a.m:visited {text-decoration:none; color:#000000}
a.m:hover {text-decoration:underline; color:#7b69be}

.ma {font-weight:bold;}
a.ma:link {text-decoration:none; color:#c37dff}
a.ma:visited {text-decoration:none; color:#7763cb}
a.ma:hover {text-decoration:underline; color:#c37dff}
li.m {margin: 0; padding-bottom:7px; text-align:right; background:url('http://i049.radikal.ru/0810/71/dee0bea3daf8.jpg') center no-repeat #FFFFFF;height:25px; }
/* ——— */

/* Module Part Menu */
.catsTable {}
.catsTd {margin: 0; padding-bottom:7px; text-align:center; background:url('http://src.ucoz.ru/t/481/23.gif') center no-repeat #FFFFFF;height:25px; }
.catName {font-family:verdana,Arial,Sans-Serif;font-size:11px;}
.catNameActive {font-family:verdana,Arial,Sans-Serif;font-size:11px;}
.catNumData {font-size:7pt;color:#555555;}
.catDescr {font-size:7pt; padding-left:10px;}
a.catName:link {text-decoration:none; color:#000000;}
a.catName:visited {text-decoration:none; color:#000000;}
a.catName:hover {text-decoration:underline; color:#7763cb;}
a.catName:active {text-decoration:none; color:#000000;}
a.catNameActive:link {text-decoration:none; color:#7763cb;}
a.catNameActive:visited {text-decoration:none; color:#7763cb;}
a.catNameActive:hover {text-decoration:none; color:#7763cb;}
a.catNameActive:active {text-decoration:underline; color:#7763cb;}
/* —————-- */

/* Entries Style */
.eBlock {}
.eTitle {font-family:Verdana,Arial,Sans-Serif;font-size:13px;font-weight:bold;color:#AD0100; padding: 0 0 0 17px; background: url('http://s47.radikal.ru/i117/0810/6d/6544e48b2bc6.gif') no-repeat;}
.eTitle a:link {text-decoration:underline; color:#7763cb;}
.eTitle a:visited {text-decoration:underline; color:#7763cb;}
.eTitle a:hover {text-decoration:none; color:#000000;}
.eTitle a:active {text-decoration:underline; color:#7763cb;}

.eMessage {text-align:justify;padding-bottom:5px;}
.eText {text-align:justify;padding-bottom:5px;padding-top:5px;border-top:1px solid #C2C2C2}
.eDetails {border-top:1px dashed #AD0100;border-bottom:1px dashed #AD0100;font-family:Tahoma,Arial,Sans-Serif;color:#999999;padding-bottom:5px;padding-top:3px; text-align:left;font-size:7pt;}
.eDetails1 {border-top:1px dashed #AD0100;border-bottom:1px dashed #AD0100;font-family:Tahoma,Arial,Sans-Serif;color:#999999;padding-bottom:5px;padding-top:3px; text-align:left;font-size:8pt;}
.eDetails2 {border-bottom:1px dashed #AD0100;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 0; padding: 0 0 0 15px; background: url('http://src.ucoz.ru/t/481/25.gif') no-repeat 0px 0px;}
/* ————- */

/* Entry Manage Table */
.manTable {}
.manTdError {color:#FF0000;}
.manTd1 {}
.manTd2 {}
.manTd3 {}
.manTdSep {}
.manHr {}
.manTdBrief {}
.manTdText {}
.manTdFiles {}
.manFlFile {}
.manTdBut {}
.manFlSbm {}
.manFlRst {}
.manFlCnt {}
/* —————— */

/* 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;}
/* ————-- */

/* Comments Form Style */
.commTable {}
.commTd1 {color:#000000;}
.commTd2 {}
.commFl {color:#7763cb;width:100%;background:#EBEBEB;border:1px solid #C2C2C2;}
.smiles {border:1px inset;background:#FFFFFF;}
.commReg {padding: 10 0 10 0px; text-align:center;}
.commError {color:#FF0000;}
.securityCode {color:#7763cb;background:#EBEBEB;border:1px solid #C2C2C2;}
/* ——————- */

/* Archive Menu */
.archLi {padding: 0 0 3px 10px; background: url('http://s44.radikal.ru/i103/0810/6f/e70b7ef8be0e.jpg') no-repeat 0px 4px; font-family:Tahoma,Arial,Sans-Serif;}
a.archLink:link {text-decoration:underline; color:#AD0100;}
a.archLink:visited {text-decoration:underline; color:#AD0100;}
a.archLink:hover {text-decoration:none; color:#000000;}
a.archLink:active {text-decoration:none; color:#000000;}
/* ———— */

/* Archive Style */
.archiveCalendars {text-align:center;color:#0000FF;}
.archiveDateTitle {font-weight:bold;color:#7763cb;padding-top:15px;}
.archEntryHr {width:250px;color:#DDDDDD;}
.archiveeTitle li {margin-left: 15px; padding: 0 0 0 15px; background: url('http://src.ucoz.ru/t/481/27.gif') no-repeat 0px 4px; margin-bottom: .6em;}
.archiveEntryTime {width:65px;font-style:italic;}
.archiveEntryComms {font-size:9px;color:#C3C3C3;}
a.archiveDateTitleLink:link {text-decoration:none; color:#7763cb}
a.archiveDateTitleLink:visited {text-decoration:none; color:#7763cb}
a.archiveDateTitleLink:hover {text-decoration:underline; color:#7763cb}
a.archiveDateTitleLink:active {text-decoration:underline; color:#7763cb}
.archiveNoEntry {text-align:center;color:#0000FF;}
/* ————- */

/* Calendar Style */
.calMonth {font-weight:bold;}
.calWday {color:#FFFFFF; background:#b9a6dd; width:18px;}
.calWdaySe {color:#FFFFFF; background:#836ee0; width:18px;}
.calWdaySu {color:#FFFFFF; background:#836ee0; width:18px; font-weight:bold;}
.calMday {background:#FFFFFF;color:#000000;}
.calMdayA {background:#7763cb;font-weight:bold;color:#FFFFFF;}
.calMdayIs {background:#ffa8fa;font-weight:bold;}
.calMdayIsA {border:1px solid #AD0100; background:#ffa8fa;font-weight:bold;}
a.calMonthLink:link,a.calMdayLink:link {text-decoration:none; color:#7763cb;}
a.calMonthLink:visited,a.calMdayLink:visited {text-decoration:none; color:#7763cb;}
a.calMonthLink:hover,a.calMdayLink:hover {text-decoration:underline; color:#7763cb;}
a.calMonthLink:active,a.calMdayLink:active {text-decoration:underline; color:#000000;}
/* ————-- */

/* Poll styles */
.pollBut {}

.pollBody {padding:7px; margin:0px; background:#FFFFFF}
.textResults {background:#E2E6EA}
.textResultsTd {background:#FFFFFF}

.pollNow {border-bottom:1px solid #E2E6EA; border-left:1px solid #E2E6EA; border-right:1px solid #E2E6EA;}
.pollNowTd {}

.totalVotesTable {border-bottom:1px solid #E2E6EA; border-left:1px solid #E2E6EA; border-right:1px solid #E2E6EA;}
.totalVotesTd {background:#FFFFFF;}
/* ———- */

/* User Group Marks */
a.groupModer:link,a.groupModer:visited,a.groupModer:hover {color:#048cff;}
a.groupAdmin:link,a.groupAdmin:visited,a.groupAdmin:hover {color:blue;}
a.groupVerify:link,a.groupVerify:visited,a.groupVerify:hover {color:#9e74fe;}
/* —————- */

/* Other Styles */
.replaceTable {background:#FFFFFF;height:100px;width:300px;}

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

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

/* General forum Table View */
.gTable {background-image:none; margin-left:1%; margin-right:1%; width:98%;}
.gTableTop {padding:2px;background-image:url('http://s45.radikal.ru/i108/0810/ff/188d0aaaab71.jpg') center #7b69be;color:#000000;font-weight:bold;height:24px;padding-left:17px;font-size:10pt;}
.gTableSubTop {padding:2px;background-image:url('http://s45.radikal.ru/i108/0810/ff/188d0aaaab71.jpg');color:#FFFFFF; height:20px;font-size:10px;}
.gTableBody {padding:2px;background-image:url('http://i078.radikal.ru/0810/e1/7519028330ec.jpg');}
.gTableBody1 {padding:2px;background:#FFFFFF;}
.gTableBottom {padding:2px;background-image:url('http://i078.radikal.ru/0810/e1/7519028330ec.jpg');}
.gTableLeft {padding:2px;background-image:url('http://i078.radikal.ru/0810/e1/7519028330ec.jpg');font-weight:bold; color:#7b69be}
.gTableRight {padding:2px;background:#FFFFFF}
.gTableError {padding:2px;background-image:url('http://i078.radikal.ru/0810/e1/7519028330ec.jpg'); color:#FF0000;}
/* ———————— */

/* Forums Styles */
.forumNameTd,.forumLastPostTd {padding:2px;background:#FFFFFF}
.forumIcoTd,.forumThreadTd,.forumPostTd {padding:2px;background-image:url('http://s39.radikal.ru/i084/0810/4b/8ac9b7188d21.jpg');}
.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:underline; color:#000000;}
a.catLink:active {text-decoration:underline; color:#000000;}

.lastPostGuest,.lastPostUser,.threadAuthor {font-weight:bold}
.archivedForum{font-size:7pt;color:#893bff;font-weight:bold;}
/* ————- */

/* forum Titles & other */
.forum {font-weight:bold;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:#9e06a4;}
a.forum:visited, a.lastPostUserLink:visited, a.forumLastPostLink:visited, a.threadAuthorLink:visited {text-decoration:none; color:#9e06a4;}
a.forum:hover, a.lastPostUserLink:hover, a.forumLastPostLink:hover, a.threadAuthorLink:hover {text-decoration:underline; color:#B3B3B3;}
a.forum:active, a.lastPostUserLink:active, a.forumLastPostLink:active, a.threadAuthorLink:active {text-decoration:underline; color:#9e06a4;}
/* ——————-- */

/* forum Navigation Bar */
.forumNamesBar {font-weight:bold;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:#9e06a4;}
a.forumBarA:active {text-decoration:underline; color:#9e06a4;}
/* ——————-- */

/* 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:#E6E6E6;}
.pagesInfo {background:#FFFFFF;padding-right:10px;font-size:7pt;}
.switch {background:#FFFFFF;width:15px;font-size:7pt;}
.switchActive {background:url('http://s53.radikal.ru/i140/0810/58/c80f0bdb3859.jpg');font-weight:bold;color:#FFFFFF; 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;}
/* ——————- */

/* forum Threads Style */
.threadNametd,.threadAuthTd,.threadLastPostTd {padding:2px;padding:2px;background:#FFFFFF}
.threadIcoTd,.threadPostTd,.threadViewTd {padding:2px;background-image:url('http://s39.radikal.ru/i084/0810/4b/8ac9b7188d21.jpg');}
.threadLastPostTd {padding:2px; font-size:7pt;}
.threadDescr {color:#858585;font-size:7pt;}
.threadNoticeLink {font-weight:bold;}
.threadsType {padding:2px;background:#EFF1F5;height:25px;font-weight:bold;font-size:7pt;color:#7b69be;padding-left:40px; }
.threadsDetails {padding:2px;background:#c37dff;color:#000000;height:20px;font-size:10px;}
.forumOnlineBar {padding:2px;background:#7b69be;color:#FFFFFF;height:20px;font-size:10px;}

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:#7b69be;}
a.threadLink:visited {text-decoration:none; color:#7b69be;}
a.threadLink:hover {text-decoration:underline; color:#ffffff;}
a.threadLink:active {text-decoration:underline; color:#ffffff;}

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

/* forum Posts View */
.postTable {}
.postPoll {background:#f2e8fe;text-align:center;}
.postFirst {background:#F5F9FD;border-bottom:3px solid #957cff;}
.postRest1 {background:#EEEEEE;}
.postRest2 {background:#F5F9FD;}
.postSeparator {height:3px;background:#FFFFFF;}

.postTdTop {background-image:url('http://s53.radikal.ru/i140/0810/58/c80f0bdb3859.jpg');color:#000000;height:20px; font-size:10px;}
.postBottom {background:#b39deb;color:#000000;height:20px;}
.postUser {font-weight:bold; font-weight:bold; text-align:center;}
.postTdInfo {text-align:center;padding:5px;background-image:url('http://s39.radikal.ru/i084/0810/4b/8ac9b7188d21.jpg'); }
.postRankName {margin-top:5px; text-align:center;}
.postRankIco {margin-bottom:5px;margin-bottom:5px; text-align:center;}
.reputation {margin-top:5px; text-align:center}
.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:#040aff;}
.statusOffline {color:#ff031b !important;}
/* —————— */

/* 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://src.ucoz.ru/t/481/30.gif') no-repeat 0px 4px;}
.newPollItem {padding: 0 0 0 8px; background: url('http://src.ucoz.ru/t/481/30.gif') no-repeat 0px 4px;}
/* ———————-- */

/* forum Post Form */
.codeButtons {font-size:7pt;background:#EBEBEB;border:1px solid #9e06a4;}
.codeCloseAll {font-size:7pt; color:#AD0100;font-weight:bold;background:#EBEBEB;border:1px solid #9e06a4;}
.postNameFl,.postDescrFl {background:url('http://s39.radikal.ru/i084/0810/4b/8ac9b7188d21.jpg');border:1px solid #9e06a4;width:400px}
.postPollFl,.postQuestionFl {background:url('http://s39.radikal.ru/i084/0810/4b/8ac9b7188d21.jpg');border:1px solid #9e06a4;width:400px}
.postResultFl {background:url('http://s39.radikal.ru/i084/0810/4b/8ac9b7188d21.jpg');border:1px solid #9e06a4;width:50px}
.postAnswerFl {background:url('http://s39.radikal.ru/i084/0810/4b/8ac9b7188d21.jpg');border:1px solid #9e06a4;width:300px}
.postTextFl {background:url('http://s39.radikal.ru/i084/0810/4b/8ac9b7188d21.jpg');border:1px solid #9e06a4;width:550px;height:150px}
.postUserFl {background:url('http://s39.radikal.ru/i084/0810/4b/8ac9b7188d21.jpg');border:1px solid #9e06a4;width:300px}

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

/* ====== forum End ====== */

ЗЫ Тоесть изначально ты все правильно написала с цветами.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. See more about our Guidelines and Privacy Policy