Skip navigation.

ASHIQE'S WORLD OF OPERA

Posts tagged with "My Code"

Show Yourself

<style type="text/css">
#showyourself {
font-family: "Trebuchet MS", arial, sans-serif;
width: 190px;
border: 1px solid #A8A8A8;
list-style: none;
margin: 0;
padding: 0;
}
#showyourself h2 {
color:#000000;
background-color: #FFC000;
text-align: center;
padding: 1px 5px;
font-size: 18px;
margin: 0;
font-weight: normal;
}
ul#showyourself li {
margin: 0px;
padding: 1px 0px;
list-style: none;
display: block;
}
#showyourself li+li {
border-top: 1px solid #A8A8A8;
}
#showyourself li a {
background: #E8E8E8;
display: block;
color: #000000;
font-size: 11px;
padding: 1px 3px;
border: 0;
text-decoration: none;
}
#showyourself li a img {
border-width: 0;
}
#showyourself li a:hover {
background: #FFFFFF;
}
#showyourself strong {
font-size: 15px;
font-weight: normal;
}
#showyourself .footer {
background-color: #FFC000;
font-size: 10px;
text-align: center;
}
#showyourself li a:hover.footer {
background-color: #FFC000;
text-decoration: underline;
}
</style>