Blu
New Member
Posts: 31
inherit
sdimock@hotmail.ca
195636
0
Jun 13, 2015 7:47:48 GMT -8
Blu
31
June 2013
nokii
|
Post by Blu on Jun 18, 2013 7:18:06 GMT -8
I know that there is a new version of proboards out there, but I just cannot figure it out for the life of me, so I decided to not upgrade my site. So, I need a little coding help. This is my site come-home.proboards.com/index.cgiIf you scroll down, you can see that the table that is supposed to be around the cbox is gone. I was trying to make my miniprofiles work and so suddenly these things stopped working the moment i got my profiles to look the way i wanted them to. Along with that, my text fields (where I enter my info to log into the quick log in box and where i write posts) has reverted back to its default, even if the code is in there to change it to grey instead of white... another issue is the ##value at the bottom of my miniprofiles that just wont go away can someone please help me out? :c
|
|
inherit
I need a new CT, thinking.... [insert Jeopardy theme song here]
110769
0
Aug 21, 2021 0:07:21 GMT -8
Tumbleweed
20,825
September 2007
tumbleweed
|
Post by Tumbleweed on Jun 18, 2013 11:09:01 GMT -8
You have 5 1/2 months before you'll be forced to upgrade. Hope you are aware of that. Also, there are all kinds of boards addressing different things related to V5 and many people willing to help. I can promise you, once you scale the learning curve you will wonder why you liked the old V4.5. But enough of that. I respect you want to just stick to what you know, as long as you can.
1. and 2. You had a ton of errors in your css. Most hex colors missing the # before the color: Here it is with corrections and that should fix the cbox table and your login also.
<style type="text/css"> <!-- /* FORUM */ .windowbg,.windowbg2,.bordercolor { background-color: transparent; } #menu_div { background-color: #f4f4f4; width: 1100px; height: 16px; border-bottom: 11px solid #212121; margin-top: -15px; } #menu_div a { font-family: 'exo'; font-weight: 400; font-size: 12px; text-transform: lowercase; color: #212121; margin-left: 2px; margin-right: 2px; -webkit-transition: all 0.5s linear; -moz-transition: all 0.5s linear; -o-transition: all 0.5s linear; } #menu_div a:hover { color: #4f41da; -webkit-transition: all 0.5s linear; -moz-transition: all 0.5s linear; -o-transition: all 0.5s linear; } .titlebg { background-color: transparent; color: #212121; } a { color: #212121!important; font-family: PT Sans Narrow; text-transform: uppercase; font-size: 14px; font-weight: normal!important; -webkit-transition: all 0.5s linear; -moz-transition: all 0.5s linear; -o-transition: all 0.5s linear; text-decoration: none; } a:hover { color: #4f41da!important; font-family: PT Sans Narrow; text-transform: uppercase; font-size: 14px; font-weight: normal!important; -webkit-transition: all 0.5s linear; -moz-transition: all 0.5s linear; -o-transition: all 0.5s linear; text-decoration: none; } .catbg { background-color: Transparent; } .cattext { padding: 4px; text-transform: lowercase; color: #212121; font-family: Homemade Apple; font-size: 15px; letter-spacing: -2px; } .cattext a { color: #f1f1f1!important; } .banner { height: 450px; left: 0; top: 0; position: static; z-index: -100; } .bordercolor { background-color: #f1f1f1; } .corner { right: 0; bottom: 0; position: fixed; z-index: -50; } /* SIDEBARS */ .icon2 { width: 100px; height: 100px; padding: 6px; border: 1px dashed #4f41da; } .icon { width: 60px; height: 60px; padding: 6px; border: 1px dashed #4f41da; } .staff { color: #f1f1f1; font-family: exo; font-size: 11px; background-color: #212121; padding: 3px; margin: 2px; } .census { color: #3a3a3a; background-color: #efefef; padding: 4px; font-family: pt sans narrow; font-size: 12px; font-weight: 300; text-transform: uppercase; } .sidetable { width: 200px; padding: 10px; background-color: #f6f6f6; text-align: justify; font-family: tahoma; font-size: 9px; line-height: 10px; margin-right: 10px; box-shadow: 0px 0px 10px #a6a6a6; } .sideheading { font-family: Homemade Apple; font-size: 25px; margin-top: 9px; margin-bottom: 0px; color: #212121; text-align: left; border-bottom: 2px solid #e1e1e1; } .sideheading2 { font-family: pt sans narrow; font-size: 11px; text-transform: uppercase; margin-bottom: 3px; letter-spacing: 1px; color: #e1e1e1; background-color: #212121; text-align: center; } .notice { width: 870px; padding: 10px; background-color: #f6f6f6; text-align: justify; font-family: tahoma; font-size: 11px; line-height: 12px; margin-right: 10px; box-shadow: 0px 0px 10px #a6a6a6; } .noticeheading { font-family: Homemade Apple; font-size: 25px; margin-top: 9px; margin-bottom: 0px; color: #212121; text-align: left; border-bottom: 2px solid #e1e1e1; } .noticeheading2 { font-family: pt sans narrow; font-size: 11px; text-transform: uppercase; margin-bottom: 3px; letter-spacing: 1px; color: #212121; background-color: #212121; text-align: center; } /* MYO */ #sublist a { font-family: pt sans narrow; color: #f1f1f1; display: block; background-color: #3a3a3a; color: #f1f1f1; padding-left: 5px; width: 150px; text-align: left; } #sublist:empty { width: 815px; padding-right: 5px; text-align: right; color: #f1f1f1; background-color: #191919; text-transform: uppercase; font-family: economica; font-size: 16px; } #threadcount { width: 60px; padding: 5px; margin-top: -11px; background-color: #212121; } .boarddes { font-family: tahoma; font-size: 9px; text-align: center; } .boardlink a,.boardlink { font-family: arial; width: 420px; font-size: 17px; margin-bottom: 3px; letter-spacing: -1px; color: #212121; text-align: left; border-bottom: 2px solid #e1e1e1; } .myotable { padding: 10px; background-color: #e5e5e5; text-align: justify; font-family: arial; font-size: 10px; line-height: 10px; margin-right: 10px; } .myoheading { font-family: arial; font-size: 20px; margin-bottom: 3px; letter-spacing: -1px; color: #212121; text-align: left; border-bottom: 2px solid #e1e1e1; } .myoheading2 a { font-family: pt sans narrow; font-size: 11px; white-space: no wrap; text-transform: uppercase; margin-bottom: 3px; color: #e1e1e1!important; background-color: #212121; text-align: center; } .menu { background-color: #212121; color: #fff } .stuff { text-align: justify; background-color: #0E1711; padding: 5px; height: 300px; border: 5px solid #070C0B; } .title { text-align: center; font-family: fredericka the great; font-size: 25px; color: #908818; text-shadow: 1px 1px 0px #101010; border-bottom: 1px dotted #010101; } .clan { font-family: times; text-transform: uppercase; letter-spacing: 0px; font-size: 9px; color: #606060; margin-left: 4px; margin-bottom: 6px; } .bg { margin-left: 20px; background-color: #cdcdcd; width: 173px; padding: 3px; } .mini { background-color: #e5e5e5; width:160px; } .miniav { margin-bottom: 0px; margin-right:0px; margin-top: 4px; width: 100px; height: 100px; border: 6px solid #d1d0d0; } .miniuser1 {text-transform: lowercase; display: block; font-family: georgia; font-size:10pt; font-weight:100!important; background-color: #d1d0d0; margin: 6px; } .minirank {text-transform: uppercase; font-family: amatic sc; color: #212121; font-size: 10px; letter-spacing: 2px; background-color: #d1d0d0; display: block; margin: 6px; } .minititle { text-transform: uppercase; font-family: amatic sc; color: #212121; font-size: 10px; letter-spacing: 2px; background-color: #d1d0d0; display: block; margin: 6px; } .minimoney { text-transform: uppercase; font-family: amatic sc; color: #212121; font-size: 10px; letter-spacing: 2px; background-color: #d1d0d0; display: block; margin: 6px; } .miniinfo1 { text-transform: uppercase; font-family: amatic sc; color: #212121; font-size: 10px; letter-spacing: 2px; background-color: #d1d0d0; display: block; margin: 6px; } .miniinfo2 { text-transform: uppercase; font-family: amatic sc; color: #212121; font-size: 10px; letter-spacing: 2px; background-color: #d1d0d0; display: block; margin: 6px; } .personaltext { text-transform: lowercase; margin-bottom: 5px; font-family: amatic sc; color: #212121; font-size: 10px; letter-spacing: 2px; background-color: #d1d0d0; display: block; margin: 6px; } /* DROP DOWNS AND QUICK LINK */ input { background-color: #e5e5e5; border: 0px solid #212121; font-family: exo; font: 9px; color: #000; } textarea, select { background-color: #e5e5e5; border: 1px dashed #617b58; font: 11px verdana; line-height: 11px; color: #000; outline: 5px solid #e5e5e5; } /* CBOX & AFFILIATES */ .cbox { width: 558px; padding: 10px; background-color: #f1f1f1; outline: solid 5px #f6f6f6; } .cboxtitle { width: 558px; letter-spacing: -3px; text-align: center; font-family: homemade apple; font-size: 40px; background-color: #212121; color: #f1f1f1; } .affies { width: 258px; padding: 10px; font-family: pt sans narrow; font-size: 13px; background-color: #f1f1f1; outline: solid 5px #f6f6f6; } .affiestitle { width: 258px; letter-spacing: -3px; text-align: center; font-family: homemade apple; font-size: 40px; background-color: #212121; color: #f1f1f1; } --> </style>
3. Looking at your value issue now. Edit: You have custom_title in twice. Pick one and get rid of the other.
Also, did you know you have two MYO Board mod codes in your footers. That is really going to confuse the browser. You should remove one.
|
|