Warning! You are viewing the old version of site.

You will be redirected to the new site in 5 seconds

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

Unknown macro: {style}

#addons ul {
list-style-type: none;
float: left; width: 226px;
padding: 0 1px 1px 0;
margin: 0px 0px 0px 0;
}

#addons li {

border: 1px solid whitesmoke;
border-width: 1px 1px;
margin: -1px -1px;

text-shadow: 0px 1px 0px white; /* цвет должен быть темнее фона, 1px или -1px, в зависимости от цвета фона(светлый или темный) */
filter: dropshadow(color=#white,offX=0,offY=1);
}

#addons li a {
color: black;
display: block;
font: normal 120% Arial, Helvetica, sans-serif;
padding: 15px 18px 19px 20px;
text-decoration: none;
background: #f0f7fc;
}

  • html #links li a { /* make hover effect work in IE */
    width: 600px;
    }

#addons li a:hover {
background: #f5ffd6;
}

#addons a em

Unknown macro: { color}

#addons a span {
color: black;
font: normal 70% Verdana, Helvetica, sans-serif;
line-height: 150%;
}

  • No labels