creaky
Registered
Just updated to Xenforo 1.5.11 and the latest Flat Awersome + but have a problem with the tags looking messed up.
I've checked the style properties as suggested in you announcment thread but have never changed them, I changed the tags using extra.css.
This is an example of the issue, https://www.gadgetbit.com/threads/site-emails.6675/
This is the CSS I use for the tags.
I've checked the style properties as suggested in you announcment thread but have never changed them, I changed the tags using extra.css.
This is an example of the issue, https://www.gadgetbit.com/threads/site-emails.6675/
This is the CSS I use for the tags.
Code:
/* TAG CSS */
.tagList .tag {
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
-moz-border-right-colors: none;
-moz-border-top-colors: none;
background: rgb(2, 106, 168) none repeat scroll 0 0;
border-color: rgb(0, 82, 131) rgb(0, 82, 131) rgb(0, 82, 131) -moz-use-text-color;
border-image: none;
border-radius: 0 4px 4px 0;
border-style: solid solid solid none;
border-width: 1px 1px 1px medium;
color: rgb(255, 255, 255);
display: inline-block;
font-size: 11px;
height: 14px;
line-height: 14px;
margin-bottom: 2px;
margin-left: 9px;
padding: 1px 4px 1px 6px;
position: relative;
}
.tagList .tag .arrow::after {
border-color: transparent rgb(2, 106, 168) transparent transparent;
border-style: solid;
border-width: 7px 8px 7px 0;
content: "";
display: block;
height: 2px;
left: 1px;
position: absolute;
top: -7px;
width: 0;
}
.tagList .tag:hover {
background-color: rgb(31, 134, 194);
border-color: rgb(0, 82, 131);
text-decoration: none;
}
.tagList .tag:hover .arrow::after {
border-right-color: rgb(31, 134, 194);
}
.tagCloud .tagCloudTag1 {
color: rgb(192, 192, 192) !important;
}
.tagCloud .tagCloudTag2 {
color: rgb(160, 160, 160) !important;
}
.tagCloud .tagCloudTag3 {
color: rgb(102, 170, 102) !important;
}
.tagCloud .tagCloudTag4 {
color: rgb(51, 102, 51) !important;
}
.tagCloud .tagCloudTag5 {
color: #60c !important;
}
.tagCloud .tagCloudTag6 {
color: rgb(204, 102, 0) !important;
}
.tagCloud .tagCloudTag7 {
color: rgb(170, 0, 0) !important;
}
/* TAG CSS */