Skip to content

Instantly share code, notes, and snippets.

@alvnfaiz
Created January 3, 2017 15:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alvnfaiz/4e2cc69a09586bf9a6a12a7585305312 to your computer and use it in GitHub Desktop.
Save alvnfaiz/4e2cc69a09586bf9a6a12a7585305312 to your computer and use it in GitHub Desktop.
/* =====
You are free to modify this file but you should really create a folder in your
themes directory called (exactly) multi-column-tag-map and then copy this file
to that folder. Make your edits to the copy. If you make your edits to the
file in the plugins folder, all your edits will be overwritten if you update.
===== */
/* ===== version 13.0.5 ===== */
#mcTagMap .holdinner {
clear: both;
}
#mcTagMap .tagindex, #sc_mcTagMap .tagindex {
padding: 6px 0 10px 0;
}
#mcTagMap .tagindex h4, #sc_mcTagMap .tagindex h4 {
border-bottom: 1px solid #000;
padding: 0 0 4px 0;
margin: 2px 0 4px 0;
}
#mcTagMap .tagindex ul, #sc_mcTagMap .tagindex ul {
list-style: none;
padding: 1px 0;
margin: 0;
}
#mcTagMap .tagindex ul li, #sc_mcTagMap .tagindex ul li {
list-style: none;
padding: 2px 0;
margin: 0;
}
#mcTagMap .holdleft, #sc_mcTagMap .holdleft {
width: 190px;
display: inline;
margin: 0 20px 0 0;
float: left;
text-align: left;
}
#mcTagMap .noMargin, #sc_mcTagMap .noMargin {
margin: 0 0 0 0;
}
#mcTagMap .morelink, #sc_mcTagMap .morelink {
display: none;
}
#mcTagMap .tagDescription {
display: block;
font-size: 90%;
line-height: 1;
font-style: italic;
}
#mcTagMap #mcTagMapNav {
display: block;
background: #eee;
float: left;
width: 100%;
text-align: center;
padding: 5px 0;
border: 1px solid #888;
}
#mcTagMap #mcTagMapNav a {
text-decoration: none;
padding: 3px 2px 3px 6px;
border-left: 1px solid #888;
}
#mcTagMap #mcTagMapNav a:first-child {
border-left: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment