Цвет текста - Visavi.net
https://visavi.net/
RSS - Visavi.net
https://visavi.net/assets/img/images/logo_small.png
RSS - Visavi.net
https://visavi.net/
[email protected] (admin)
[email protected] (admin)
Mon, 18 Nov 2024 20:22:21 +0300
-
<pre class="prettyprint">
* {
margin: 0;
padding: 0;
}
body {
font: 12px/18px Arial, Tahoma, Verdana, sans-serif;
}
* {
margin: 0;
padding: 0;
}
body {
font: 12px/18px Arial, Tahoma, Verdana, sans-serif;
}
p {
margin: 0 0 18px
}
a {
color: #e1cc70;
outline: none;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
img {
border: none;
}
input {
vertical-align: middle;
}
#wrapper {
width: 100%;
min-width: 1000px;
}
/* Header
-----------------------------------------------------------------------------*/
#header {
height: 68px;
background: #7b2a31;
background-image: url("img/star.gif");
background-repeat: repeat-x;
border-bottom: 5px solid #52494a;
}
/* Liniya
-----------------------------------------------------------------------------*/
.row{border-top: 3px solid #e1cc70;text-align: center;background-color: #ffff30;}
/* Reklama
-----------------------------------------------------------------------------*/
#rek {
text-align: center;
background-color : #e1cc70;
color: blue;
padding: 3px;
border-top: 2px solid #7b2a31;
border-bottom: 2px solid #7b2a31;
}
.rek a {
color: blue;
}
.rek a:hover {
color: blue;
}
/* Middle
-----------------------------------------------------------------------------*/
#content {
padding: 3px;
background: #8d696c;
}
/* Footer
-----------------------------------------------------------------------------*/
#footer {
border-top: 5px solid #8d696c;
height: 50px;
background: #7b2a31;
border-bottom: 5px solid #52494a;
}
p {
margin: 0 0 18px
}
img {
border: none;
}
input {
vertical-align: middle;
}
#wrapper {
width: 100%;
min-width: 1000px;
}
/* Header
-----------------------------------------------------------------------------*/
#header {
height: 68px;
background: #7b2a31;
background-image: url("img/star.gif");
background-repeat: repeat-x;
border-bottom: 5px solid #52494a;
}
/* Liniya
-----------------------------------------------------------------------------*/
.row{border-top: 3px solid #e1cc70;text-align: center;background-color: #ffff30;}
/* Middle
-----------------------------------------------------------------------------*/
#content {
padding: 3px;
background: #8d696c;
}
a {
color: #e1cc70;
outline: none;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
/* Footer
-----------------------------------------------------------------------------*/
#footer {
border-top: 5px solid #8d696c;
height: 50px;
background: #7b2a31;
border-bottom: 5px solid #52494a;
}
</pre>
<br>
Вот мой код мне в #rek нужно поенять цвет я такого уже наворотил что просто ппц помогите ПЛЗ
https://visavi.net/topics/11381/201548
Цвет текста
Вова
Sat, 10 Jul 2010 16:55:35 +0400
Сообщения
https://visavi.net/topics/11381/201548
-
<pre class="prettyprint">
.название дива шапки a {
color: #цвет;
}
.название дива шапки a:hover {
color: #цвет;
}
</pre>
<br>
а если тебе надо только цвет текста (не кликабельного) то:<br>
<pre class="prettyprint">
.название_дива {
другие его параметры типа цвета фона и т.д
color: #цвет;
}
</pre>
<br>
<a href="//visavi.net/index.php?p=css&">http://visavi.net/index.php?p=css&</a> учебник css <img src="https://visavi.net/uploads/stickers/smile.gif" alt="smile"> <br>
<a href="//visavi.net/forum/topic.php?tid=450&">http://visavi.net/forum/topic.php?tid=450&</a> вопрос - ответ по css
https://visavi.net/topics/11381/201401
Цвет текста
Иван
Sat, 10 Jul 2010 12:27:21 +0400
Сообщения
https://visavi.net/topics/11381/201401
-
сделай див классы для каждого текста<img src="https://visavi.net/uploads/stickers/smile.gif" alt="smile">
https://visavi.net/topics/11381/201167
Цвет текста
chiper
Fri, 09 Jul 2010 21:13:17 +0400
Сообщения
https://visavi.net/topics/11381/201167
-
Как задать отдельно цвет текста в шапке и другой цвет в foot когда я пишу цвет и размер текста у меня он меняется визде<br>
a {<br>
color: #e1cc70;<br>
outline: none;<br>
text-decoration: none;<br>
}<br>
a:hover {<br>
text-decoration: underline;<br>
}
https://visavi.net/topics/11381/201121
Цвет текста
Вова
Fri, 09 Jul 2010 19:36:39 +0400
Сообщения
https://visavi.net/topics/11381/201121