| Current Path : /home/ereika83/www/wp-content/plugins/wp-glossary/css/ |
| Current File : /home/ereika83/www/wp-content/plugins/wp-glossary/css/wp-glossary.css |
/* A-Z shortcode */
.glossary-menu-atoz{
text-transform: uppercase;
margin: auto;
padding: 0;
border-bottom: 2px solid #000;
width: 100%;
height: 25px;
}
.glossary-menu-atoz .glossary-menu-item{
/* display: inline; */
list-style: none;
float: left;
padding-left: 1%;
padding-right: 1%;
padding-top: 1px;
padding-bottom: 1px;
height: 22px;
margin: 0 0 0 0.5em;
}
.glossary-menu-item a{
text-decoration: none;
}
.atozmenu-empty{
color: #ccc;
}
.atozmenu-off{
color: #333;
}
.atozmenu-off:hover{
background-color: #333;
color: #eee;
}
.atozmenu-on{
text-decoration: underline;
}
.atozitems-off{
display: none;
}
/* Popup tooltip */
.tooltip {
display: none;
background: #f4f4f4;
font-size: 1.1em;
padding: 10px;
color: #333;
border: 1px solid #ddd;
line-height: 1.5em;
width: 20%;
}
/*
.tooltip {
display: none;
background: #eee;
font-size: 0.8em;
height: 90px;
width: 220px;
padding: 15px;
color: #222;
overflow: hidden;
border-top: 1px dotted #333;
border-left: 1px dotted #333;
border-right: 1px dotted #333;
}
*/