Loading...
 
Architecture / Installation

Architecture / Installation


Re: just installed 2.3 and now the freetags are not displaying graphically in different sizes.

posts: 82 Norway

Thank you Gary, you made my day today.

The fist 6 themes I looked at did not have any freetag info, but thenews.css did. I changed the font size alittle, but anyone else having a similar issue, this is what I put into my css file.

/***** Tags (freetags) *****/
li.freetag {
list-style: none;
display: inline;
margin: 0;
padding: 0;
}
ul.freetag {
margin: 0;
padding: 0;
display: inline;
}

.freetag a {display:inline}a.freetag_1 { text-decoration: none; font-size: .8em }
a.freetag_2 { text-decoration: none; font-size: 1em }
a.freetag_3 { text-decoration: none; font-size: 1.5em }
a.freetag_4 { text-decoration: none; font-size: 2em }
a.freetag_5 { text-decoration: none; font-size: 2.5em }
a.freetag_6 { text-decoration: none; font-size: 3em }
a.freetag_7 { text-decoration: none; font-size: 3.5em }

div.freetagObjectOdd {
margin: 2px;
/*background-color: #F7F9FA;*/
position: relative;
}

div.freetagObjectEven {
margin: 2px;
/*background-color : #E7E9EA;*/
position: relative;
}

div.freetagObjectName a {
text-decoration: none;
}

div.freetagObjectType {
position: absolute;
top: 0px;
right: 0px;
}

There are no comments at this time.