Hi,
I am posting to ask for massive help skinning my forum after much frustration.
At the moment I have two css styles (one for the forum and one for WordPress), one for the forum and one for the website I am trying to integrate it into and when I do so the tables in the forum go all weird and I can't understand why, I was hoping that someone might be able to help me sanitise it to make it work.
I have successfully transfered the skin into Coppermine.
The wordpress css can be found at http://grumpybuggers.com/wp-content/themes/ShadedGrey/style.css
The forum CSS I include in the quotes because it is inline css
I have tried everything in my limited know-how to get these two files to be compatible with each other spending upwards of 15hours on it to no avail and would appreciate any help/pointers anyone could give me.
Thanks in advance
I am posting to ask for massive help skinning my forum after much frustration.
At the moment I have two css styles (one for the forum and one for WordPress), one for the forum and one for the website I am trying to integrate it into and when I do so the tables in the forum go all weird and I can't understand why, I was hoping that someone might be able to help me sanitise it to make it work.
I have successfully transfered the skin into Coppermine.
The wordpress css can be found at http://grumpybuggers.com/wp-content/themes/ShadedGrey/style.css
The forum CSS I include in the quotes because it is inline css
Code:
<style type="text/css">
textarea,select {
background: url('http://grumpybuggers.com/forum/bbim/watermark.jpg');
background-attachment: fixed;
}
BODY {
background: #1F2E3E;
margin-bottom:0px;
margin-left:0px;
margin-right:0px;
margin-top:0px;
padding: 0px;
font-family: Verdana;
font-size: 10px;
}
.user {
font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
color: #2A3E52;
}
.title {
font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: bold;
}
.normal {
font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
font-size: 11px;
}
.online {
font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: bold;
}
.small {
font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
font-size: 9px;
font-weight: bold;
}
.small2 {
font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
font-size: 10px;
}
input,textarea,select {
font-size: 10px;
font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
}
td {
font-family: Verdana;
font-size: 12px;
}
A:link { COLOR: #26384B;
TEXT-DECORATION: none;}
A:visited { COLOR: #26384B;
TEXT-DECORATION: none;}
A:active { COLOR: #26384B;
TEXT-DECORATION: none;}
A:hover { COLOR: #B50905;
TEXT-DECORATION: none;}
A.red:link { COLOR: #8A032E;
TEXT-DECORATION: underline;}
A.red:visited { COLOR: #8A032E;
TEXT-DECORATION: underline;}
A.red:active { COLOR: #8A032E;
TEXT-DECORATION: underline;}
A.red:hover { COLOR: #293E51;
TEXT-DECORATION: underline;}
A.footnav:link { COLOR: #FFFFFF;
TEXT-DECORATION: underline;}
A.footnav:visited { COLOR: #FFFFFF;
TEXT-DECORATION: underline;}
A.footnav:active { COLOR: #FFFFFF;
TEXT-DECORATION: underline;}
A.footnav:hover { COLOR: #B50905;
TEXT-DECORATION: none;}
I have tried everything in my limited know-how to get these two files to be compatible with each other spending upwards of 15hours on it to no avail and would appreciate any help/pointers anyone could give me.
Thanks in advance














