Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Please show me where...
Please show me where I change the attributes for these lines.
Forgot your password?
Apply for membership
Trying to finish and test a theme and the above are driving me nuts since I can't find them.
Thanks in advance!
0
This discussion has been closed.
Comments
For the css, here are a few things I messed around with for mine. I don't remember if I added any of these, so just add these to your css, or find them if they are in the file and change them...
ul.MembershipOptionLinks {
margin: 0px auto;
width: 286px;
background: #000;
border: 0px solid green;
height: 20px;
}
.MembershipOptionLinks li {
width: 130px;
overflow: hidden;
white-space: nowrap;
padding: 0px;
margin: 0px;
border: 1px solid green;
}
.MembershipOptionLinks a,
.MembershipOptionLinks a:link,
.MembershipOptionLinks a:visited {
display: block;
color: #3399CC;
text-decoration: none;
text-align: center;
padding: 3px 0px 3px 0px;
font-size:12px;
}
.MembershipOptionLinks a:hover {
background: black;
color: white;
text-decoration: none;
}
-Brian
-------------
Zollinhofer.com
border: 1px solid red;
to whatever I am trying to edit. As soon as the correct thing lights up in a red box, I know I found it. I don't know what to tell you as what I listed above works for mine. I guess just make sure you are editing the right file... It took me a while to find the right one. You can take a look at mine at http://math.zollinhofer.com/forum/ and view the source if you want to see what I did... Firefox Developer Extension is a must when doing this (if you don't already have it.)