The Site > Site Suggestions & Support
New Board?
Koroby:
I use 3.6.18 Firefox, and fixed it by using NoScripts to forbid a site called gstatic.com from working. Everything seems to be working fine now.
El Diablo:
I use NoScript as well. Good job on troubleshooting the issue!
Aakaakaak:
For Fred:
I looked into the poorly placed search box and found the following in the rtl.css file:
--- Quote ---#searcharea {
left: 2em;
right: auto;
float: left;
margin:0 0 0 22px;
background:url(../images/theme/search_bg.png) no-repeat;
}
#searcharea .inputbox {
margin: 5px 19px 0 0;
padding: 3px 7px 4px 5px;
float: right;
}
--- End quote ---
You should be able to move it by changing margin:0 0 0 22px; to something like margin:0 0 0 100px; or so. Hope that helps.
Aakaakaak:
Now, to fix the quote mark issue you'll have to go to the index.css file here:
--- Quote ---/* A quote, perhaps from another post. */
blockquote.bbc_standard_quote, blockquote.bbc_alternate_quote
{
font-size: x-small;
color: #000;
line-height: 1.4em;
background: url(../images/theme/quote.png) 0.1em 0.1em no-repeat;
border-top: 2px solid #99A;
border-bottom: 2px solid #99A;
padding: 1.1em 1.4em;
margin: 0.1em 0 0.3em 0;
overflow: auto;
}
/* Alterate blockquote stylings */
blockquote.bbc_standard_quote
{
background-color: #d7daec;
}
blockquote.bbc_alternate_quote
{
background-color: #e7eafc;
}
--- End quote ---
Do get rid of the silly quotation mark you can remove this line: background: url(../images/theme/quote.png) 0.1em 0.1em no-repeat;
Or if you want to leave the background tag in as a reminder of where its at I think you can replace it as such: background: null. (El Diablo has pointed out that background: " " may work better.) I could be mistaken on the syntax.
You can play with the rest of the blockquote with the syntax in the above quote. If you want to make a box I believe the tags are border-left and border-right.
Someone please correct me if I made a mistake. ;D
(Also, Fred just changed the smiles again. HI FRED!)
shades of grey:
--- Quote from: Koroby on August 01, 2011, 05:07:35 AM ---I use 3.6.18 Firefox, and fixed it by using NoScripts to forbid a site called gstatic.com from working. Everything seems to be working fine now.
--- End quote ---
Does the forum work better in Firefox? I usually use bog standard internet explorer...
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version