taxonomies - added taxonmies support
This commit is contained in:
parent
8f239a0ddc
commit
f420e5763c
6 changed files with 182 additions and 1 deletions
|
@ -236,6 +236,38 @@ h6 {
|
|||
#scroll-to-top.show {
|
||||
visibility: visible;
|
||||
}
|
||||
.taxonomy-terms {
|
||||
text-align: center;
|
||||
}
|
||||
.taxonomy-terms li {
|
||||
font-size: .8em;
|
||||
list-style-type: none;
|
||||
display: inline-block;
|
||||
padding: .5em;
|
||||
min-width: 5em;
|
||||
margin: 0 .5em;
|
||||
position: relative;
|
||||
background: #8dd6dd;
|
||||
border-radius: .4em;
|
||||
}
|
||||
|
||||
.taxonomy-terms li:after {
|
||||
content: '';
|
||||
position: absolute;
|
||||
left: 0;
|
||||
top: 50%;
|
||||
width: 0;
|
||||
height: 0;
|
||||
border: 10px solid transparent;
|
||||
border-right-color: #8dd6dd;
|
||||
border-left: 0;
|
||||
margin-top: -10px;
|
||||
margin-left: -10px;
|
||||
}
|
||||
|
||||
.taxonomy-terms a{
|
||||
color: black;
|
||||
}
|
||||
|
||||
/* ============= Device specific fixes ======= */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue