by adultasiatalk » Sun Dec 21, 2008 11:10 am
Thanks, but when I try changing the colour codes, and submit the edited file, refresh the themes and go back to edit the stylesheet, all my colour changes havent been saved and are back to default. Am I overlooking something?
/* === Links === */
a:link {
color: #888888;
text-decoration: none;
}
a:active,
a:visited {
color: #888888;
text-decoration: none;
}
a:hover {
color: #F87700;
text-decoration: underline;
}
a.forumlink, a.forumlink:visited {
color: #444444;
font-family: Verdana, "Trebuchet MS", "Lucida Grande", Helvetica, Arial, sans-serif;
font-size: 1.2em;
font-weight: bold;
text-decoration: none;
}
a.forumlink:hover, a.forumlink:active {
color: #880000;
font-family: Verdana, "Trebuchet MS", "Lucida Grande", Helvetica, Arial, sans-serif;
font-size: 1.2em;
font-weight: bold;
text-decoration: underline;
}
a.topictitle {
margin: 1px 0;
font-family: Verdana, "Trebuchet MS", "Lucida Grande", Helvetica, Arial, sans-serif;
font-weight: bold;
font-size: 1.2em;
}
a.topictitle:visited {
color: #444444;
text-decoration: none;
}
th a,
th a:visited {
color: #880000 !important;
text-decoration: none;
}
th a:hover {
text-decoration: underline;
}
a.subforum.read {
background-image: url('styles/milky_way_red/theme/images/subforum_read.gif');
background-repeat: no-repeat;
background-position: 3px;
padding-left: 12px;
}
a.subforum.unread {
color: #FF0000;
background-image: url('styles/milky_way_red/theme/images/subforum_unread.gif');
background-repeat: no-repeat;
background-position: 3px;
padding-left: 12px;
}
.forum-buttons a, .forum-buttons a:visited {
color: #444444;
font-weight: bold;
text-decoration: none;
vertical-align: top;
}
.forum-buttons a:hover, .forum-buttons a:active {
color: #880000;
font-weight: bold;
text-decoration: none;
vertical-align: top;
}