Great song on page (IMG:
http://antislaed.net/style_emoticons/default/smile.gif)
For default all text on page has standard text style, you can change this style in style.css
КОД
body {
margin: 0;
padding: 0;
line-height: 125%;
font-family:verdana,arial,helvetica;
color: #E4FAFD;
font-size:8pt;
text-align: center;
SCROLLBAR-FACE-COLOR: #000000;
SCROLLBAR-HIGHLIGHT-COLOR: #000000;
SCROLLBAR-SHADOW-COLOR: #598BB6;
SCROLLBAR-3DLIGHT-COLOR: #598BB6;
SCROLLBAR-ARROW-COLOR: #598BB6;
SCROLLBAR-TRACK-COLOR: #F4FAFD;
SCROLLBAR-DARKSHADOW-COLOR: #FF0000;
}
Also, you can add to media catalog module your own style and add this style to style css.
For example
КОД
.media {
color: #1D2528;
}
also you can change text-size etc.
you can use this style:
КОД
<span class="media">sometext</span>
Feel free to posting if you have any additional questions