Hi, I want to know how to change the footer links color on my forum, I want the links to be black or something.
http://boredom.iftopic.com/
thanks in advance!
http://boredom.iftopic.com/
thanks in advance!
This is a Hitskin.com skin preview
Install the skin • Return to the skin page
#pun-about ul li a {
color: YOUR COLOR;
}
SLGray wrote:If you are trying to hide them by changing the color, you will be breaking the Terms of Service.
If not, add this to your CSS Stylesheet:
- Code:
#pun-about ul li a {
color: YOUR COLOR;
}
#pun-about, #pun-visit, #qjump, .crumbs, ul#pun-legend, ul.pun-legend {
display: none;
}
SarkZKalie wrote:Remove "# pun-about" in this line from your CSS
- Code:
#pun-about, #pun-visit, #qjump, .crumbs, ul#pun-legend, ul.pun-legend {
display: none;
}
SLGray wrote:Please post your CSS stylesheet here in the BBCode tag.
body {
color: #c8c8c8;
font-size: 12px;
padding: 10px;
font-family: 'Verdana', 'Sans Serif', 'Trebuchet MS', 'Arial', 'Helvetica', 'Times';
}
.pun {
width: 900px;
padding: 10px;
background: url(http://i28.servimg.com/u/f28/16/08/05/20/wm-pun10.png);
border: 1px solid #000000;
-webkit-box-shadow: black 0px 0px 1px;
-moz-box-shadow: black 0px 0px 1px;
-o-box-shadow: black 0px 0px 1px;
box-shadow: black 0px 0px 1px;
border-radius: 5px;
-webkit- border-radius: 5px;
-moz-border-radius: 5px;
-o-border-radius: 5px;
}
hr {
height: 1px;
margin: 4px;
border: 1px solid #333;
border-top: 1px solid #333;
border-bottom: 1px solid #111;
}
a:link, a:visited {
outline: none;
text-decoration: none;
}
a:hover {
text-decoration: none;
}
#pun-intro {
border-bottom: none;
background: transparent;
}
.crumbs, #pun-visit, #pun-about, #qjump, ul#pun-legend, ul.pun-legend {
display: none;
}
.pun .main-content, #pun-head #pun-navlinks, .main .main-foot, .main .main-head, .main-box, .pun .paged-foot, .pun .paged-head, .pun .postmain, .main .main-content.frm, .pun .frm-form, td.avatar-mini img, .faq dd, .postfoot, .pun .post .user {
background: url(http://i28.servimg.com/u/f28/16/08/05/20/wm-pun10.png);
border: 1px solid #1E1E1D;
-webkit-box-shadow: black 0px 0px 1px;
-moz-box-shadow: black 0px 0px 1px;
-o-box-shadow: black 0px 0px 1px;
box-shadow: black 0px 0px 1px;
border-radius: 0px;
-webkit- border-radius: 0px;
-moz-border-radius: 0px;
-o-border-radius: 0px;
margin-top: 4px;
padding: 6px;
}
#pun-about ul li a {
color: ffffff;
}
.pun table.table td{
border: 1px solid #1E1E1D;
-webkit-box-shadow: black 0px 0px 1px;
-moz-box-shadow: black 0px 0px 1px;
-o-box-shadow: black 0px 0px 1px;
box-shadow: black 0px 0px 1px;
border-radius: 0px;
-webkit- border-radius: 0px;
-moz-border-radius: 0px;
-o-border-radius: 0px;
}
.pun .frm .frm-form table {
background: transparent;
border: none;
}
.main .main-head .page-title {
font-size: 18px;
color: #F2EADA;
}
.main .main-foot, .main .main-head {
padding: 10px;
}
#stats, #onlinelist, .pun table.table th, .pun table.table td, .pun .main table td.tc2, .pun .main table td.tc3, .pun .main table.table td.td-title {
background: transparent;
}
#onlinelist, .frm-buttons {
border-top: none;
}
.pun .posthead {
border: none;
border-bottom: 1px solid #1E1E1D;
background: transparent;
}
fieldset.frm-set.multi {
border-bottom: none;
}
.pun .postmain {
border-left: 1px solid #1E1E1D;
}
.pun .post {
border: none;
}
.pun table.table th {
color: #c8c8c8;
}
.pun table .tdtopics .status {
margin-left: -50px;
}
.pun .post .user {
margin-left: -210px;
margin-top: -35px;
}
.postfoot {
margin-left: 0px;
padding: 10px;
}
input[type="submit"],input[type="reset"], button.button2, input.button2, input[type="button"], .main-content.standalone .button {
background: white url(http://i71.servimg.com/u/f71/16/21/18/28/1zf4sh10.png) repeat 0px 0px;
color: #000;
border:1px solid #ccc;
text-shadow:0px 1px 0px white;
border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;
padding:4px;
}
input[type="submit"]:hover,input[type="reset"]:hover, input[type="button"]:hover, button.button2:hover, input.button2:hover, .main-content.standalone .button:hover{
color: #F5117B;
border:1px solid #ccc;
}
input[type="submit"]:active,input[type="reset"]:active, button.button2:active, input.button2:active, input[type="button"]:active, .main-content.standalone .button:active{
border:1px inset #ccc;
}
input[name="post"], input[name="preview"], input[name="draft"]{
padding:5px !important;
}
input[type="text"], #text_editor_textarea.quick_reply_textarea, input[type="password"], input[type="textarea"], textarea.inputbox, #text_editor_textarea, textarea#comments {
background: #F7F7F7;
-webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;
padding : 5px;
border: 1px dashed #ccc;
}
input[type="text"]:focus, #text_editor_textarea.quick_reply_textarea:focus, input[type="password"]:focus, input[type="textarea"]:focus, .inputbox:focus, #text_editor_textarea:focus, textarea#comments:focus {
outline:none;
}
input#friend, input#foe {
margin-top:5px;
}
.main-content.standalone .button.button1 {
font-weight: normal;
}
input.button1 {
margin-left:3px;
}
#text_editor_cmd_switchmode{
display:none;
}
fieldset.left {
width: 35%;
float: left;
}
fieldset.right {
width: 45%;
float: right;
}
.frm-form fieldset.frm-set .inputbox {
width: 55%;
padding: 3px;
}
.frm-form fieldset.frm-set textarea.inputbox {
width: 55%;
}
.frm-form fieldset.frm-set .italic, #pun-qpost .main-head.clearfix p.h2{
display:none;
}
.frm-form fieldset.frm-set input[type="radio"] {
margin: 0 0.5em 0 0;
}
#textarea_content label {
display:none;
}
#text_editor_textarea.quick_reply_textarea {
width : 590px !important;
margin-left: -3px;
font-family: Arial,Helvetica,sans-serif;
font-size: 17px;
}
#quick_reply #textarea_content textarea {
border : none;
background : #000000;
resize:none;
}
#quick_reply #textarea_content .dd-textarea {
margin-top: 5px;
margin-left: 116px;
background : transparent url(http://i20.servimg.com/u/f20/15/20/70/09/quick-10.png) no-repeat;
width : 612px;
height : 160px;
}
#pun-foot .center {
background: url(http://i20.servimg.com/u/f20/15/20/70/09/copyri10.png) no-repeat right;
}
#recent-topic-block {
display:none;
}
.multi-forums td{
border: none;
padding: 10px;
-webkit-box-shadow: none !important;
-moz-box-shadow: none !important;
-o-box-shadow: none !important;
box-shadow: none !important;
text-align:center;
}
#tabs ul li.activetab a {
background: url(http://i28.servimg.com/u/f28/16/08/05/20/wm-pun10.png);
border: 1px solid #1E1E1D;
-webkit-box-shadow: black 0px 0px 1px;
-moz-box-shadow: black 0px 0px 1px;
-o-box-shadow: black 0px 0px 1px;
box-shadow: black 0px 0px 1px;
}
#tabs ul li.activetab a:hover {
background: transparent;
}
#tabs ul li a {
background: url(http://i28.servimg.com/u/f28/16/08/05/20/wm-pun10.png);
border: 1px solid #1E1E1D;
-webkit-box-shadow: black 0px 0px 1px;
-moz-box-shadow: black 0px 0px 1px;
-o-box-shadow: black 0px 0px 1px;
box-shadow: black 0px 0px 1px;
}
#tabs ul li a:hover {
background: transparent;
}
.postmain blockquote, .codebox {
background: transparent;
-moz-box-shadow: black 0 0 1px;
-o-box-shadow: black 0 0 1px;
-webkit-box-shadow: black 0 0 1px;
border: 1px solid #1E1E1D;
box-shadow: black 0 0 1px;
}
.codebox dd {
background: transparent;
}
.codebox dt {
border-bottom: 1px dotted #333;
}
#footerc {
position: relative
left: 500px;
top: 10px;
padding: #px #px #px #px;
margin: #px #px #px #px;
border: #px solid/dashed/double #Color;
background-image:url(IMG Link) no-repeat/repeat-x/repeat-y;
background-color: #Color; /* Remove this if you're using a background image and remove this message as well because it might cause bracket errors */
}
#pun-about ul li a {
color: #ffffff;
}
SLGray wrote:You forgot the number sign.
- Code:
#pun-about ul li a {
color: #ffffff;
}
#ffffff
#
ffffff
brandon_g wrote:In the part of SLGray's code that saysyou forgot the
- Code:
#ffffff
before the
- Code:
#
. This is what could be causing your problem. Add the symbol in and see if it works .
- Code:
ffffff
-Brandon
.crumbs, #pun-visit, #pun-about, #qjump, ul#pun-legend, ul.pun-legend {
display: none;
}
#pun-about ul li a {
color: #ffffff !important;
}