[CDB] Graphit 3.2.5

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!
Locked
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:

[CDB] Graphit 3.2.5

Post by Tastenplayer »

Style name: Graphit
Autor: Tastenplayer
Style Version: 3.2.5.1
phpBB Version: 3.2.5
Inherits from: prosilver
Downloadlink: https://www.forum.my-tastenworld.ch/dow ... hp?id=2413

Description of the style: A dark grey style with a little red, silver and white
The Style has a gradient border(Because of the gradient border, the style changes a little with each background)
The header image/logo is shown in each display. In the small phone view you can't see the whole header picture. It would definitely be too much and too small (in the contrib file there are more header images and backgrounds)
In/on the header image a logo can be inserted
Light stone texture Wrap background
Special No-Ava is displayed
The cookie hint is completely recolored
The statistics part is reformatted as a block, fitting the style
Style is converted to Twig Syntax

Important:With this style prosilver, the respective phpbb version, must be installed!

For this style the Dark Style Smilies must be installed

Info
The basic structure for this style was given to me as an alternative possibility during the creation of my 1st Style Modern, because of various problems in the Modern Style. And yes, the Modern is still not finished.
Recently I thought it would be a shame to just leave this style in the drawer. That's why I sat down, adapted it to 3.2.3 and made several changes. Now it's definitely done. In terms of color it is quite similar to the Blackfog. But it is still a completely different style.
Since I discovered a tiny color error today, I have to adjust the download file again first. Until Sunday evening the download should be available. Unfortunately I'm under a lot of stress at the moment.
graphit_index.jpg
https://www.forum.my-tastenworld.ch/dow ... &mode=view
responsive_320.jpg
responsive_598.jpg
responsive_640.jpg
responsive_667.jpg
graphit_ucp.jpg
graphit_beiträge.jpg
collapsible.jpg
If you don't have a Board3 Portal installed, you can of course also add such a border. Unfortunately they are incompatible with the portal because of the outline.
graphit_borders.jpg
This border is only made with shadow and should be compatible with any ext. (But I still have to check the browser compatibility)
3 colored border 2.jpg
Last edited by Tastenplayer on Sun Feb 03, 2019 7:51 pm, edited 16 times in total.
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] Graphit 3.2.3

Post by Tastenplayer »

Since there were problems with the outline border in the Blackfog style in a few extensions, I have now created a similar shadow border. I just have to check if this looks nice even in very old browsers. Of course you could add it for this style, too, if the style should be less elegant and more eye-catching.(Code-Blackfog-FAQ) It just needs to be adjusted a little darker for this style(the last two colors).
shadow border graphit.jpg
Note:
If someone has installed the header banner ext. from Hifikabin in the forum: It definitely doesn't look good in this style if you replace the header with the Prosilver header, with the gradient border. But there is a file that you can insert in the style folder of the ext. so that this style is displayed the same way even if the ext. is installed. Only the desired header image has to be inserted in the image folder of the style. Or you can leave this image and insert your logo (see picture welcome)
With this shadow border it would be no problem to simply replace the header part with the prosilver standard, for the headerbanner ext.

In the other styles it looks like it should with installed Ext. (Same solution in Xmasstyle so that the Christmas picture is displayed)
headerbanner prosilver.jpg
It becomes more difficult if the google search extension of Hifikabin is installed. But I'll take a closer look tomorrow.

If no forum description is to be displayed, then the search header can be seen down to the smallest screen size. https://abload.de/img/searchheaderresponsivwfd82.jpg (Requires a few changes in style.css)
Last edited by Tastenplayer on Wed Nov 07, 2018 1:03 pm, edited 1 time in total.
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] Graphit 3.2.3

Post by Tastenplayer »

I inserted the download link in the first post.

File for hifikabins headerbanner ext: https://www.forum.my-tastenworld.ch/vie ... 241&t=3174
Note: If you do not want a header image of my style (small logo can be inserted), then replace in styles- graphit - themes - images, the header image with your header image/logo(the image should be 886x160 px)

If you don't want to display a forum description in your forum then replace in:
styles - Graphit - theme - the complete graphit.css with the content in this link
https://www.forum.my-tastenworld.ch/vie ... 241&t=3175
Search header will be shown even in the smallest display and the space will not remain empty. What would look very bad.

With the silver-white border, you can of course simply replace the header with the header of the prosilver. Then no further changes for the header banner ext, or any other thing as the description have to be done.
All you have to do, except change the header with the prosilver header, is: in graphit.css line 140 replace the whole wrap code with this code

Code: Select all

    background-image: url("./images/background2.jpg") !important;
    background-color: #333;
    margin: 35px auto 23px auto;
    max-width: 1150px;
    border: 5px solid #666;
    box-shadow: 0 0 0 3px hsl(0, 0%, 60%), 0 0 0 6px hsl(0, 0%, 60%), 0 0 0 10px hsl(0, 0%, 70%), 0 0 0 14px hsl(0, 0%, 80%);
    padding: 5px;
Or with the code of the tree colored border

Code: Select all

.wrap {
    background-color: #3E3E3E;
    background-image: url("./images/background2.jpg");
    border-width: 7px;
    margin: 30px auto 10px;
    max-width: 1150px;
    min-width: 625px;
    padding: 15px;
    border-color: darkred;
    border-style: solid;
    box-shadow: 0 0 0 2px #000, 0 0 0 3px #999, 0 0 0 9px #7E797A, 0 0 0 10px #666, 0 0 0 16px #222, 0 0 0 18px #000;
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] Graphit 3.2.3

Post by Tastenplayer »

I have adapted the Responsive even better
As well as the bug in the simple_header.html fixed
It also has more and better alternative backgrounds in the Contrib folder.
Download in first post, with version 3.2.3.3, 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
zardos
Registered User
Posts: 130
Joined: Mon Feb 29, 2016 12:23 pm
Location: England, uk

Re: [RC] Graphit 3.2.3

Post by zardos »

Very nice style theme, great colours, thank you for your hard work. ;)
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] Graphit 3.2.3 / 3.2.4

Post by Tastenplayer »

Style is adapted to phpbb 3.2.4. Downloadlink 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] Graphit 3.2.3 / 3.2.4

Post by Tastenplayer »

My work of this day :mrgreen:
Graphit-Xmas
But I have to check everything again tomorrow.

Edit: moved to a new topic
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] Graphit 3.2.5

Post by Tastenplayer »

I reworked the style.
Now it has a stone mosaic background also for the wrap.
I have changed the font color
Some bugs still had to be fixed.

The download is updated in the first article
graphit-1.jpg
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
Raul [ThE KuKa]
Style Customisations
Style Customisations
Posts: 11073
Joined: Mon Dec 08, 2003 9:24 pm
Location: Spain
Name: Raul Arroyo
Contact:

Re: [CDB] Graphit 3.2.5

Post by Raul [ThE KuKa] »

This style has been published in styles database: https://www.phpbb.com/customise/db/style/graphit/

For support please post here: https://www.phpbb.com/customise/db/styl ... it/support
All unsolicited PMs will be ignored.
:warning: Knowledge Base | Documentation | Board rules | phpBB Styles Rules & Policies | Styles Queue Stats :warning:


If you like my styles, translations, etc. and want to show some appreciation, then feel free to Donate.
:flag_es: phpBB Spain - Online Since 2003 :heart:


Locked

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