styling
-
Thanks so much for this plugin.
Your plugin is useful but your styling isn’t. If you remove your font colors then it will use my theme link colors. I recommend that you at least remove the unattractive text shadow from the hover.
Here is my styling hope it helps someone else to use this plugin
/* Inline Navi Plugin for child page tabs
—————————————————————*/
div.top ul li.inline_current{
border-bottom: 2px solid #FFFFFF;
}
div.inline_navi ul li.inline_current {
background-color: #FFFFFF;
}
div.inline_navi ul li {
font: 1em, sans-serif;
font-weight: bold;
height: 2.25em;
margin: 0 4px;
padding: 0 auto 2em;
list-style: none;
float: left;
text-align: center;
background-color: #EEEEEE;
border-top: 2px solid #CCCCCC;
border-right: 2px solid #CCCCCC;
border-bottom: 2px solid #CCCCCC;
border-left: 2px solid #CCCCCC;
}
div.inline_navi ul li a.subjectcolor {
color: #000;
}
div.inline_navi ul li a.subjectcolor:hover {
text-shadow:none;
color:#19C8E3;
}
div.inline_navi_win {
border-right: 1px solid #CCCCCC;
border-bottom: 1px solid #CCCCCC;
border-left: 1px solid #CCCCCC;
padding: 18px;
-webkit-box-shadow: 13px 14px 5px -4px rgba(204,204,204,0.27);
-moz-box-shadow: 13px 14px 5px -4px rgba(204,204,204,0.27);
box-shadow: 13px 14px 5px -4px rgba(204,204,204,0.27);
}
The topic ‘styling’ is closed to new replies.