Page: 1 2
da showstoppa2004
Registered user
Global user
Registered: 11-2004
Posts: 8
Karma: 1 (+1/-0)

|
|
Reply | Quote
|
|
a Little help appreciated.
Hi folks I have been trying to upload and install the flex box skin to my forum but despite copying and saving the coding several times it won't install can anybody help me out with that? Here's my forum link
http://www.runboard.com/bdashowstoppascaws
thanks in advance
|
|
10/30/2008, 10:44 pm
|
Send Email to da showstoppa2004
Send PM to da showstoppa2004
|
Joshin Josh
Moderator
Global user (premium)
Registered: 11-2004
Location: State of Change
Posts: 1648
Karma: 55 (+85/-30)

|
|
Reply | Quote
|
|
Re: a Little help appreciated.
It looks like you've added the CSS and HTML fine on it, not you would just need to add the part for the Customize colors and layout settings.
Miscellaneous options
Use extra CSS options?:Leave Checked
Use CSS trick 1?:Leave Unchecked
Use CSS trick 2?:Leave Unchecked
Background color:#262626
Background color transparent:Leave Unchecked
Background image (optional):Leave Blank
Background image tile X:Leave Unchecked
Background image tile Y:Leave Unchecked
Text color :#BBBBBB
Bottom info line color:#BBBBBB
Link Options
Link color :#8DB6CD
Link overlined :Leave Unchecked
Link line-through :Leave Unchecked
Link underlined :Leave Unchecked
Visited link color :#8DB6CD
Visited link overlined :Leave Unchecked
Visited link line-through :Leave Unchecked
Visited link underlined :Leave Unchecked
Hover link color :#767676
Hover link overlined :Leave Unchecked
Hover link line-through :Leave Unchecked
Hover link underlined :Leave Unchecked
Forum List Layout Options
Forum list master table background color :Leave Blank
Forum list master table border color :#000000
Forum list master table border width (pixels):0
Forum list table background color :#000000
Forum list table background image:Leave Blank
Forum list table border color :#000000
Forum list table border width (pixels):0
Forum list table header background color :#8DB6CD
Forum list table header background image:Leave Blank
Forum list table header border color :#000000
Forum list table header border width (pixels):0
Forum list table header text color :#000000
Forum list table first alternate background color :#0D0D0D
Forum list table second alternate background color :#0D0D0D
Forum list table text color (optional) :#767676
Forum list table description color :#767676
Forum list table separator background color :#8DB6CD
Forum list table separator background image:Leave Blank
Forum list table separator text color :#000000
Forum list master table width (percents):100
Forum list table width (percents):100
Topic List Layout Options
Topic list master table background color :Leave Blank
Topic list master table border color :#000000
Topic list master table border width (pixels):0
Topic list table background color :#000000
Topic list table background image:Leave Blank
Topic list table border color :#000000
Topic list table border width (pixels):0
Topic list table header background color :#8DB6CD
Topic list table header background image:Leave Blank
Topic list table header border color :#000000
Topic list table header border width (pixels):0
Topic list table header text color :#000000
Topic list table first alternate background color :#0D0D0D
Topic list table second alternate background color :#0D0D0D
Topic list table text color (optional) :#767676
Topic list master table width (percents) :100
Topic list table width (percents) :100
Post List Layout Options
Post list master table background color :Leave Blank
Post list master table border width (pixels):0
Post list master table border color :#000000
Post list master table width (percents) :100
Post list table width (percents) :100
Post list table first alternate background color :#0D0D0D
Post list table second alternate background color :#0D0D0D
Post list table border color :#000000
Post list table border width (pixels):0
---
Club Pandemonium has Started a board hop, Join today!
|
|
10/30/2008, 10:52 pm
|
Send PM to Joshin Josh
|
da showstoppa2004
Registered user
Global user
Registered: 11-2004
Posts: 8
Karma: 1 (+1/-0)

|
|
Reply | Quote
|
|
Re: a Little help appreciated.
where would I add that at? and thx for the reply
|
|
10/30/2008, 10:55 pm
|
Send Email to da showstoppa2004
Send PM to da showstoppa2004
|
da showstoppa2004
Registered user
Global user
Registered: 11-2004
Posts: 8
Karma: 1 (+1/-0)

|
|
Reply | Quote
|
|
Re: a Little help appreciated.
Thanks. I truly appreciate it
|
|
10/30/2008, 11:12 pm
|
Send Email to da showstoppa2004
Send PM to da showstoppa2004
|
Joshin Josh
Moderator
Global user (premium)
Registered: 11-2004
Location: State of Change
Posts: 1648
Karma: 55 (+85/-30)

|
|
Reply | Quote
|
|
Re: a Little help appreciated.
Oh I also Just realized that you haven't copy and pasted the whole Custom CSS onto your board yet either. A piece got cut off it looks like.. You have unclosed code in it. You should go to your Manage Custom Css area, and remove this:
/* DEFINES BOARDSTATS TABLE COLORS AND SIZES */
.forumlistboardsta
This is what you are missing.. After you remove the above code replace it with this:
/* DEFINES BOARDSTATS TABLE COLORS AND SIZES */
.forumlistboardstatsheader {
background-color : #0d0d0d;
background-image : url(http://rbbt.net/skins/joshin_josh/box/sep.gif);
background-repeat : repeat-x;
border:1px solid #767676;
font-size : 12px;
height:23px;
color : #000000;
}
.forumlistboardstatstable {
background-color : #0d0d0d;
border : 1px solid #767676;
}
.forumlistboardstatstitle {
width : 25%;
text-align : center;
font-size : 11px;
color : #767676;
}
.forumlistboardstatsdata {
width : 25%;
background-color : #0d0d0d;
text-align : center;
border-left : 1px solid #767676;
border-right : 1px solid #878787;
font-size : 11px;
color : #767676;
}
.forumlistboardstatstable {
width : 100%;
border : 1px solid #767676;
}
/* DEFINES FONT SIZE AND COLORS FOR TOPIC FORUM AND POST LISTS */
span.locationboard, span.locationforum, span.locationtopic {
font-size : 11px;
}
.forumlistforumname, .topiclisttopicname {
color : #8db6cd;
font-size : 11px;
}
span.forumlistnumtopics, span.forumlistnumposts {
font-size : 11px;
}
span.topiclistnewswitch, span.forumlistnewswitch {
color : #767676;
font-size : 11px;
}
span.forumlistheader, span.topiclistheader, span.forumlistseparator, span.topiclisttopicname, span.topicliststartedby, span.topiclistreplies, span.topiclistviews {
font-size : 11px;
}
span.topiclistlastpost {
font-size : 11px;
}
span.topiclisttopicclosed, span.topiclisttopicsticky, span.topiclisttopichidden {
font-size : 11px;
color : #8db6cd;
}
.ak_msg_post_master_table {
font-size : 11px;
}
span.postlistusername a, span.postlistpostname {
color : #767676;
font-size : 11px;
}
.ak_msg_post_table {
padding-left : 3px;
}
span.postlistusertitle font {
color : #8db6cd;
}
blockquote {
border : 1px solid #767676;
background-color : #262626;
}
blockquote hr {
display : none;
}
hr {
height : 0;
width : 100%;
border : 0;
border-bottom : 1px solid #767676;
}
.postlistpostbody pre {
font-size : 11px;
overflow : scroll;
width : 500px;
border : 1px solid #767676;
}
.ak_msg_post_master_table td {
border:1px solid #767676;}
/* DEFINES COLORS AND IMAGES IN MESSAGE AREA */
.ak_msgform_master_table {
background-color : #0d0d0d;
border : 1px solid #767676;
font-size : 11px;
}
.ak_msgform_master_table td {
border : 1px solid #767676;
}
.ak_msgform_master_table input {
border : 1px solid #767676;
}
.ak_msgform_newtopic_submit_button, .ak_msgform_newtopic_preview_button, .ak_msgform_postreply_submit_button, .ak_msgform_postreply_preview_button, .ak_msgform_editpost_submit_button, .ak_msgform_editpost_preview_button {
border : 1px solid #767676;
height : 23px;
background-image : url(http://rbbt.net/skins/joshin_josh/box/sep.gif);
background-repeat : repeat-x;
color : #000000;
font-size : 11px;
}
.qcode_bar_but {
font-size : 11px;
color : #000000;
background-color : #0d0d0d;
background-image : url(http://rbbt.net/skins/joshin_josh/box/sep.gif);
background-repeat : repeat-x;
border : 1px solid #767676;
margin-top : 1px;
padding-left : 2px;
padding-right : 2px;
height : 23px;
}
.ak_msgform_subject_right_td input, .ak_msgform_message_right_td textarea {
background-color : #262626;
border:1px solid #767676;
color : #ffffff;
width : 340px;
font-size : 11px;
}
.ak_msgform_poll_options_table {
border: 0;
}
.ak_msgform_poll_options_right_td input {
background-color : #262626;
padding-top : 2px;
padding-bottom : 2px;
margin : 2px;
font-size : 11px;
color : #ffffff;
}
.ak_msgform_poll_options_table td {
border : 0;
}
/* DEFINES POLL TABLE COLORS */
.ak_poll_table {
font-size : 11px;
text-align : center;
border:1px solid #767676;
background-color : #0d0d0d;
margin-bottom : 15px;
}
.ak_poll_table_header {
height : 19px;
padding : 0 25px;
font-size : 11px;
color:#000000;
}
.ak_poll_table_header br {
display : none;
}
.ak_poll_table_header a {
padding-left : 10px;
}
.ak_poll_table_button_cell input {
border:1px solid #767676;
height : 23px;
background-color : #0d0d0d;
background-image : url(http://rbbt.net/skins/joshin_josh/box/sep.gif);
background-repeat : repeat-x;
color : #000000;
font-size : 11px;
}
.ak_poll_table td {
border : 0;
}
.ak_poll_table_option_rcell1 input, .ak_poll_table_option_rcell2 input {
border : 0;
}
.ak_poll_table_viewres_cell {
font-weight : bold;
font-size : 11px;
color : #000000;
}
.ak_poll_table_option_gback1 {
background-color : #8db6cd;
}
.ak_poll_table_option_gback2 {
background-color : #8db6cd;
}
/* DEFINES MEMBER LIST COLORS AND SIZE */
.ak_msg_seememberlist_table td {
border:1px solid #0d0d0d;
}
.ak_msg_seememberlist_table {
width : 100%;
border:1px solid #767676;
background-color : #0d0d0d;
font-size : 11px;
}
.ak_msg_seememberlist_head_user_td, .ak_msg_seememberlist_head_date_td, .ak_msg_seememberlist_head_im_td, .ak_msg_seememberlist_head_pm_td, .ak_msg_seememberlist_head_email_td {
color : #000000;
font-size : 11px;
padding : 3px;
text-align : center;
}
/* DEFINES POST ICONS AND SMILEY COLORS */
.ak_subject_posticon_table {
width:100%;
border : 1px solid #767676;
margin-bottom : 4px;
padding : 0;
color : #000000;
text-align : center;
background-color : #262626;
}
.ak_subject_posticon_table td {
border : 0;
}
.ak_clickposticon_table, .ak_clickposticon_td, .ak_subject_posticon_icons_td, .ak_subject_posticon_icons_td td {
border : 0;
}
.ak_subject_posticon_head_td {
font-size : 11px;
height : 23px;
background-color : #262626;
background-image : url(http://rbbt.net/skins/joshin_josh/box/sep.gif);
background-repeat : repeat-x;
padding-top : 0;
padding-bottom : 0;
color : #000000;
text-align : center;
}
.msgform_clickable_smiley_box_h {
font-size : 11px;
padding : 0;
padding-top : 1px;
color : #000000;
text-align : center;
background-color : #262626;
background-image : url(http://rbbt.net/skins/joshin_josh/box/sep.gif);
background-repeat : repeat-x;
border : 1px solid #767676;
white-space: nowrap;
}
.msgform_clickable_smiley_box_b {
border: 0;
padding-top : 6px;
padding-left : 8px;
}
.msgform_clickable_smiley_box_b td {
border: 0;
}
Last edited by Joshin Josh, 10/30/2008, 11:24 pm
---
Club Pandemonium has Started a board hop, Join today!
|
|
10/30/2008, 11:22 pm
|
Send PM to Joshin Josh
|
da showstoppa2004
Registered user
Global user
Registered: 11-2004
Posts: 8
Karma: 1 (+1/-0)

|
|
Reply | Quote
|
|
Re: a Little help appreciated.
I tried adding them and it went all black on my end. I can hardly make out the control panel option
|
|
10/30/2008, 11:51 pm
|
Send Email to da showstoppa2004
Send PM to da showstoppa2004
|
Lesigner Girl
Global Administrator
Global user (premium)
Runboard staff member
Registered: 11-2005
Location: SW MI, USA
Posts: 6460
Karma: 204 (+230/-26)

|
|
Reply | Quote
|
|
Re: a Little help appreciated.
Now all the CSS before that part is missing.
|
|
10/31/2008, 12:02 am
|
Send PM to Lesigner Girl
Blog
|
Joshin Josh
Moderator
Global user (premium)
Registered: 11-2004
Location: State of Change
Posts: 1648
Karma: 55 (+85/-30)

|
|
Reply | Quote
|
|
Re: a Little help appreciated.
Err yeah it looks like you replaced all your CSS with the part you were missing, rather than just adding the missing part.. Instead of copying/pasting the part you are now Missing, I'd just remove all the Custom CSS you have there now, and re-add the whole thing.. If you are still having problems I could create a test board with that skin on it and transfer ownership to you...
---
Club Pandemonium has Started a board hop, Join today!
|
|
10/31/2008, 12:11 am
|
Send PM to Joshin Josh
|
da showstoppa2004
Registered user
Global user
Registered: 11-2004
Posts: 8
Karma: 1 (+1/-0)

|
|
Reply | Quote
|
|
Re: a Little help appreciated.
I added all the code that i was told to erase and replace plus the coloring under the Miscellanelous options saved and it still does not show up as it does under the flex box skins preview. according to the preview shown by pastor Rick it should have neon Green shading almost Degeneration X green to be exact which my board does not have.
|
|
10/31/2008, 12:14 am
|
Send Email to da showstoppa2004
Send PM to da showstoppa2004
|
Add a reply
Page: 1 2
Powered by AkBBS 0.9.5b - Link to us
- Blogs
- Hall of Honour
- Chat
Click here to get your own free message board
|
You are not logged in (login)
Board's time is: 1/8/2009, 8:58 pm
|
|
|