Note:use hash(#) before Sitelinks
/* set size of links division and center on page */
Sitelinks
{
margin-left: auto;
margin-right: auto;
background-color: #212121;
}
/* set font properties of links */
Sitelinks p
{
font-family: arial, verdana, serif;
font-size: 8pt;
font-weight: 600;
text-align: left;
padding: 4px 0 0 25px;
}
/* set color of links and remove underline */
Sitelinks a
{
color: #E5650A;
text-decoration: none;
position: relative;
}
/* set hover or roll over color of links */
Sitelinks a:hover
{
background:#000000;
color: #ffafff;
font-size: 30px;
text-decoration: none;
}
Sitelinks span
{
display:none;
}
Sitelinks a:hover span
{
display: inline-block;
font-size: 10px;
background: #333;
color: #FFF;
padding: 0 5px;
margin: 0;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
Mixmasala