A new feature of the `rpi` theme:

@grega Well done - shame you wen't given the job earlier

A new feature of the `rpi` theme:
MattHawkinsUK wrote: ↑Wed Aug 02, 2017 5:14 pmSince the update I've struggled to get the Forum search to work. Certain searches always result in a "we are currently experiencing high traffic" page.
I cannot see contact.
Are you actually using the RPI skin as you said above or was that short for raspberry_pi skin?
What browser/OS?
And in Chrome on Win10
Since you say the post's user info is 'On the top' I'm assuming you're viewing this on a narrow-width screen where the forum layout shifts to single-column (see attached). If this is the case, hit the username and you'll be taken to the user's profile page where you can then send a PM.
I mentioned you can get it from there but it's not linked to the post itself then.grega wrote: ↑Wed Aug 02, 2017 8:27 pmSince you say the post's user info is 'On the top' I'm assuming you're viewing this on a narrow-width screen where the forum layout shifts to single-column (see attached). If this is the case, hit the username and you'll be taken to the user's profile page where you can then send a PM.
Code: Select all
<link href="//fonts.googleapis.com/css?family=Roboto:400,400i,700,700i" rel="stylesheet">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css" rel="stylesheet" type="text/css" media="screen, projection" />
I use NoScript all the time, so I can tell you that that is standard practise. I've had to green-light GoogleAPIs a long time ago because so many sites use it. Copying it to RPI servers would probably be a logistical nightmare of dependencies and updates. It would probably lead to bugs because scripts were not where they expected to be.
These are CSS styles, not scripts, e.g.rurwin wrote: ↑Thu Aug 03, 2017 7:01 amI use NoScript all the time, so I can tell you that that is standard practise. I've had to green-light GoogleAPIs a long time ago because so many sites use it. Copying it to RPI servers would probably be a logistical nightmare of dependencies and updates. It would probably lead to bugs because scripts were not where they expected to be.
Code: Select all
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
src: local('Roboto'), local('Roboto-Regular'), url(http://fonts.gstatic.com/s/roboto/v16/zN7GBFwfMP4uA6AR0HCoLQ.ttf) format('truetype');
}
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 700;
src: local('Roboto Bold'), local('Roboto-Bold'), url(http://fonts.gstatic.com/s/roboto/v16/d-6IYplOFocCacKzxwXSOKCWcynf_cDxXwCLxiixG1c.ttf) format('truetype');
}
@font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 400;
src: local('Roboto Italic'), local('Roboto-Italic'), url(http://fonts.gstatic.com/s/roboto/v16/W4wDsBUluyw0tK3tykhXEfesZW2xOQ-xsNqO47m55DA.ttf) format('truetype');
}
@font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 700;
src: local('Roboto Bold Italic'), local('Roboto-BoldItalic'), url(http://fonts.gstatic.com/s/roboto/v16/t6Nd4cfPRhZP44Q5QAjcC50EAVxt0G0biEntp43Qt6E.ttf) format('truetype');
}
This. It's not hard to set CSS to use the text colour the user has specified in their browser settings for the majority of text on a page and only deviate from that if you have a good reason to.W. H. Heydt wrote: ↑Thu Aug 03, 2017 1:01 amlatest iteration looks fairly nice (glad to have the "return to <current forum>" tag at the bottom, for instance), BUT can you *please* go back to actual BLACK text. This medium/light gray is extremely hard on these old eyes.
Actually there is a need for more categories (although better hierarchical organisation may help).fruitoftheloom wrote: ↑Tue Jul 25, 2017 2:11 pmThe Raspberry Pi theme is still ugly as sin :shock:
The prosilver theme is worse than before :roll:
Personally would of preferred a clean of of the amount of Categories as at present the choice is bewildering :D
Have you tried RPI? It's like Prosilver but without the ugly blue & blueness with a frosting of excessive blue.
Well, I like small fonts etc so one can fit more on each page. The last one just was too big for me.DougieLawson wrote: ↑Mon Aug 07, 2017 6:12 pmHave you tried RPI? It's like Prosilver but without the ugly blue & blueness with a frosting of excessive blue.