Subversion Repositories svnkaklik

Compare Revisions

Ignore whitespace Rev 451 → Rev 452

/web/UST/default.css
14,34 → 14,20
padding: 0;
}
a {
color: #567;
color: #000000;
/* text-decoration: none;*/
}
a:hover {
color: #28E;
color: #AABBDD;
/* text-decoration: underline;*/
}
body {
background: #F2F2F2 repeat-y center top;
color: #555A60;
background: #FFFFFF;
color: #000000;
font: normal 62.5% "Lucida Sans Unicode",sans-serif;
margin: 0;
}
p,cite,therminal,ul {
font-size: 1.2em;
padding-bottom: 1.2em;
}
li {
list-style: url(img/li.gif);
margin-left: 18px;
}
therminal {
border: 1px solid #F6F6F6;
color: #666;
display: block;
font: normal 1.1em "Lucida Sans Unicode",serif;
margin-bottom: 12px;
padding: 8px 10px;
white-space: pre;
}
 
h1,h2,h3 {
color: #579;
padding-top: 6px;