Moderator: FU!UK Committee
wait, what? wrote:echo the general "fucking hell"-ness of the awful awful theme - guess that's the closest phpbb3 offered out of the box?
fwiw, those with chrome or firefox can go get the stylish plugin or similar to fix this for yourselves. Those with IE can go fuck yourselves you lazy sods.
I'll try and put up a styler sheet in a mo for those lacking basic CSS skills.
At least it isn't facebook though. Glad to be home.
Roger Theloger wrote:wait, what? wrote:echo the general "fucking hell"-ness of the awful awful theme - guess that's the closest phpbb3 offered out of the box?
fwiw, those with chrome or firefox can go get the stylish plugin or similar to fix this for yourselves. Those with IE can go fuck yourselves you lazy sods.
I'll try and put up a styler sheet in a mo for those lacking basic CSS skills.
At least it isn't facebook though. Glad to be home.
the hyperlinks get lost too.
body
{
text-shadow: none !important;
}
.content a,
.content a:link,
.content a:visited
{
color: #da2220 !important;
}
.content a:hover,
.content a:active
{
text-decoration: underline;
}
.post
{
margin-left: 2em;
margin-right: 2em;
}
.post .postbody
{
float: right;
width: 82%
}
.post .postprofile
{
float: left;
width: 16%;
border-left: none;
border-right: 1px solid #ddd;
padding: 0 .5em;
}
@-moz-document domain('images.example.com')
{
<PRECEDINGSTUFF>
}
wait, what? wrote:Lose the blur, leftify the profile data, highlight links, and shift content away from the edge. I'd so something about grey-on-grey if I'd come up with a better plan yet.
For stylish in chrome copy the following into a new style and set the "Applies to" to be "URLs on the domain" = "www.frothersunite.co.uk"
- Code: Select all
body
{
text-shadow: none !important;
}
.content a,
.content a:link,
.content a:visited
{
color: #da2220 !important;
}
.content a:hover,
.content a:active
{
text-decoration: underline;
}
.post
{
margin-left: 2em;
margin-right: 2em;
}
.post .postbody
{
float: right;
width: 82%
}
.post .postprofile
{
float: left;
width: 16%;
border-left: none;
border-right: 1px solid #ddd;
padding: 0 .5em;
}
For stylish in firefox, copy the preceding into a new style and then wrap it like so:
- Code: Select all
@-moz-document domain('images.example.com')
{
<PRECEDINGSTUFF>
}
Return to Frother Feedback Box
Users browsing this forum: No registered users and 3 guests