[CDB] Blackfog 3.2.2 Version 3.2.2.2

For style authors to post and receive feedback on 3.2.x styles still in development. Any development styles you wish to use on your live board should be installed with caution!
User avatar
DTMWC
Registered User
Posts: 379
Joined: Tue Jan 16, 2018 6:17 am

Re: [RC]Blackfog 3.2.2 Version 3.2.2

Post by DTMWC »

Nice style, awesome choice of colours,

You could possibly remove the height: 45px; from .top_modern { and use margin or padding to align the search box and H5,

Then when the search box is hidden on small screens, you could use a media rule to change the h5 { margin-top: 15px; to 6px,

Code: Select all

@media (max-width: 700px) {
.top_modern h5 {
    margin-top: 6px;
    text-align: center;
} }
Which would look something like:
Image
Boom.
User avatar
Tastenplayer
Registered User
Posts: 999
Joined: Thu Jul 03, 2014 9:20 pm
Location: Village in the middle of Switzerland
Name: Jutta Koliofotis
Contact:

Re: [RC]Blackfog 3.2.2 Version 3.2.2

Post by Tastenplayer »

Certainly, but spanclass h8 also applies in the normal view.
Besides, h5 does not exist in prosilver - I exchanged it in html.
But I'll take a closer look.

Your picture definitely shows the style Modern gradientborder :lol: The modern style creates me!
I am not a big expert but I think you can get the point.
You probably know more than I do. I'm just a gastronomer and office tiger :lol:
More of my styles you can find in my phpBB Style Board & More
Be the best version of yourself rather than a bad copy of someone else!
Excuse me for my English, but I learned the language by speaking to people and not at school.
🎨 All my styles are updated to 3.3.8 and can be downloaded here
User avatar
Tastenplayer
Registered User
Posts: 999
Joined: Thu Jul 03, 2014 9:20 pm
Location: Village in the middle of Switzerland
Name: Jutta Koliofotis
Contact:

Re: [RC]Blackfog 3.2.2 Version 3.2.2

Post by Tastenplayer »

The first solution clearly seems to me to be the best! (But I will try later also the solution from Dan Stylez)
Replace

Code: Select all

word-break: break-all 
in the h5 title with

Code: Select all

hyphens: auto
and the hyphenation is already correct. You can see the whole forendescription by mouse over - then it is displayed centered and it doesn't matter how long the text is. No lengthy description is displayed in the mobile phone like this.
responsive for long forum description_blackfog.jpg

Code: Select all

h5 {
    font-family: Arial, sans-serif;
    font-size: 1.2em;
    width: 550px;
    text-overflow: ellipsis;
    cursor: pointer;
    hyphens: auto;
    overflow: hidden;
    white-space: nowrap;
    margin-top: 16px;
}
However, there could be problems with the touch screen. I don't know, because I don't own a device like that.

I've adjusted it this way. In some display sizes it should be centered. It may not be possible. I'm going to try harder today. However, if the description is short, then it is not centered with the code in most mobile devices anyway.
This is way the download/Version is not updated yet!

Blackfog responsive https://www.forum.my-tastenworld.ch/dow ... hp?id=2044
Responsive hover Image
More of my styles you can find in my phpBB Style Board & More
Be the best version of yourself rather than a bad copy of someone else!
Excuse me for my English, but I learned the language by speaking to people and not at school.
🎨 All my styles are updated to 3.3.8 and can be downloaded here
User avatar
Tastenplayer
Registered User
Posts: 999
Joined: Thu Jul 03, 2014 9:20 pm
Location: Village in the middle of Switzerland
Name: Jutta Koliofotis
Contact:

Re: [RC]Blackfog 3.2.2 Version 3.2.2

Post by Tastenplayer »

I adapted the responsive to the description.
I provided the forum moderator and forum description part with background.
Various other places better adapted.

Download of version 3.2.2.1 is updated
More of my styles you can find in my phpBB Style Board & More
Be the best version of yourself rather than a bad copy of someone else!
Excuse me for my English, but I learned the language by speaking to people and not at school.
🎨 All my styles are updated to 3.3.8 and can be downloaded here
User avatar
Tastenplayer
Registered User
Posts: 999
Joined: Thu Jul 03, 2014 9:20 pm
Location: Village in the middle of Switzerland
Name: Jutta Koliofotis
Contact:

Re: [RC]Blackfog 3.2.2 Version 3.2.2.2

Post by Tastenplayer »

I have corrected the style and set the version 3.2.2.2. for download. Which I will also submit for re-validation.

I also adapted the style to 3.2.3-RC2 and made it available for download. The responsive of the forum description somehow doesn't seem to be the same anymore, for whatever reason. Otherwise, everything looks okay so far.
More of my styles you can find in my phpBB Style Board & More
Be the best version of yourself rather than a bad copy of someone else!
Excuse me for my English, but I learned the language by speaking to people and not at school.
🎨 All my styles are updated to 3.3.8 and can be downloaded here
User avatar
Tastenplayer
Registered User
Posts: 999
Joined: Thu Jul 03, 2014 9:20 pm
Location: Village in the middle of Switzerland
Name: Jutta Koliofotis
Contact:

Re: [RC]Blackfog 3.2.2 / 3.2.3

Post by Tastenplayer »

Style is adapted to phpbb 3.2.3. The download link is updated
More of my styles you can find in my phpBB Style Board & More
Be the best version of yourself rather than a bad copy of someone else!
Excuse me for my English, but I learned the language by speaking to people and not at school.
🎨 All my styles are updated to 3.3.8 and can be downloaded here
User avatar
Tastenplayer
Registered User
Posts: 999
Joined: Thu Jul 03, 2014 9:20 pm
Location: Village in the middle of Switzerland
Name: Jutta Koliofotis
Contact:

Re: [RC]Blackfog 3.2.2 Version 3.2.2.2

Post by Tastenplayer »

This style is validated and stored in the Style DB
For support write here: https://www.phpbb.com/customise/db/styl ... og/support

Style I have already adapted to 3.2.3. But I have to look at the gradient icon code again and test two others. Dan Stylez told me that there are problems in Windows Phones. A style should be shown correctly in every display if possible.
More of my styles you can find in my phpBB Style Board & More
Be the best version of yourself rather than a bad copy of someone else!
Excuse me for my English, but I learned the language by speaking to people and not at school.
🎨 All my styles are updated to 3.3.8 and can be downloaded here
Locked

Return to “[3.2.x] Styles in Development”