[Release] Cynthia 1.1.5 - phpBB 3.1.10

For style authors to post and receive feedback on 3.1.x styles still in development. Any development styles you wish to use on your live board should be installed with caution!
Scam Warning
Cobra45
Registered User
Posts: 58
Joined: Wed Oct 08, 2014 6:49 pm

Re: [Release] Cynthia - phpBB 3.1.3

Post by Cobra45 »

nextgen wrote:Style update for 3.1.3, the last download in the first post. :)
What's the difference? I have both installed, (in the 3.1.3 cfg renamed to Cynthia2) and looks identically. Also, you should update pre-configured font to https, its supported by the source.
User avatar
nextgen
Registered User
Posts: 2393
Joined: Mon Jul 26, 2010 10:58 pm
Location: Guatemala
Name: Melvin García
Contact:

Re: [Release] Cynthia - phpBB 3.1.3

Post by nextgen »

Cobra45 wrote:What's the difference? I have both installed, (in the 3.1.3 cfg renamed to Cynthia2) and looks identically. Also, you should update pre-configured font to https, its supported by the source.
Read the code change please https://github.com/melvingb/Cynthia/com ... d29d2a92e8
メルビン・ガルシア • nextgen Solutions

Please do NOT contact for support via PM or email.
User avatar
thevisionisdivine
Registered User
Posts: 141
Joined: Tue Mar 10, 2015 3:36 pm
Name: Bruno Bianco

Re: [Release] Cynthia - phpBB 3.1.3

Post by thevisionisdivine »

Hi.

After trying other themes, I think Cynthia is the right one for me.
I made some modification for my site ( 95% colors ) but something remains to be changed.

1. As you can see in the main page, there are some texts in black. I'd like to move them to color #C0CACE but I didn't find where they are defined ( it seems they are "inherit" but I don't know what it means, in phpbb )
This in main page:
Image

And this inside a forum:
Image

2. Once I enter a forum, its text is bigger and I'd like to resize it the same size it has in the upper level page ( see below for difference ):
Image Image

3. Where are some icons located in the phpp structure ( for example the FAQ icon, I'd like to change their color to #C0CACE

4. How can i reduce the height ot the area where the date is? In my idea, the date should be positioned like here:
Image

I hope you can help me.

P.S. what does it mean 1.1em in font sizes?
* * * All To Be The Master Of The Wind * * *
User avatar
nextgen
Registered User
Posts: 2393
Joined: Mon Jul 26, 2010 10:58 pm
Location: Guatemala
Name: Melvin García
Contact:

Re: [Release] Cynthia - phpBB 3.1.3

Post by nextgen »

For

1. Remove the comment froum your colours.css

Find:

Code: Select all

/*	color: #CCCCCC;*/
And replace with:

Code: Select all

	color: #CCCCCC;
2. Open your common.css

Find:

Code: Select all

h2 {
    font-family: "Electrolize",Arial,Helvetica,sans-serif;
    font-size: 2em;
    font-weight: normal;
    margin: 0.8em 0 0.2em;
}
Replace font-size: 2em; with font-size: 1.5em;

3. Learn this https://github.com/melvingb/Cynthia#customise

4. What part will you place that?
メルビン・ガルシア • nextgen Solutions

Please do NOT contact for support via PM or email.
User avatar
thevisionisdivine
Registered User
Posts: 141
Joined: Tue Mar 10, 2015 3:36 pm
Name: Bruno Bianco

Re: [Release] Cynthia - phpBB 3.1.3

Post by thevisionisdivine »

EDIT
* * * All To Be The Master Of The Wind * * *
User avatar
thevisionisdivine
Registered User
Posts: 141
Joined: Tue Mar 10, 2015 3:36 pm
Name: Bruno Bianco

Re: [Release] Cynthia - phpBB 3.1.3

Post by thevisionisdivine »

I think the date can stay there, by now.
I have small probs, not related with the style itself.
1. I have created some special levels since some characters were created through "ACP Add User" extension.
For example,, the level "scitenjgspec" represents a special level for a "leutenant junior grade" ( see below )
Image
But I like to show "Tenente" instead of "scitenjgspec". Should I edit memberlist.php ? Which part ?
2. How can I double size, in width, the Members window?

Regards
BRUNS
* * * All To Be The Master Of The Wind * * *
arshidkv12
Registered User
Posts: 4
Joined: Sun Feb 01, 2015 12:42 pm

Re: [Release] Cynthia - phpBB 3.1.3

Post by arshidkv12 »

Nice design ..
User avatar
thevisionisdivine
Registered User
Posts: 141
Joined: Tue Mar 10, 2015 3:36 pm
Name: Bruno Bianco

Re: [Release] Cynthia - phpBB 3.1.3

Post by thevisionisdivine »

no answer?
* * * All To Be The Master Of The Wind * * *
User avatar
thevisionisdivine
Registered User
Posts: 141
Joined: Tue Mar 10, 2015 3:36 pm
Name: Bruno Bianco

Re: [Release] Cynthia - phpBB 3.1.3

Post by thevisionisdivine »

Image
EDIT
optenspec is the special level, like to display "Tenente" instead of "optenspec.
I can't rename "optenspec" to "Tenente", because the level "Tenente will exixt, reserved to thos who will have posted 750 messages...
* * * All To Be The Master Of The Wind * * *
User avatar
thevisionisdivine
Registered User
Posts: 141
Joined: Tue Mar 10, 2015 3:36 pm
Name: Bruno Bianco

Re: [Release] Cynthia - phpBB 3.1.3

Post by thevisionisdivine »

I don't like being boring but I don't understand why you always stop answering my posts...
* * * All To Be The Master Of The Wind * * *
Cobra45
Registered User
Posts: 58
Joined: Wed Oct 08, 2014 6:49 pm

Re: [Release] Cynthia - phpBB 3.1.3

Post by Cobra45 »

Use the personal ranks instead the post based ones. If you want to delete the rank title and show only the rank image, then you have to delete it in template files.
User avatar
Mess
Registered User
Posts: 985
Joined: Wed Jul 01, 2009 6:37 am
Name: Kim

Re: [Release] Cynthia - phpBB 3.1.3

Post by Mess »

thevisionisdivine wrote:I don't like being boring but I don't understand why you always stop answering my posts...
Your question(s) is way beyond the scope of this style.

If you need support with other phpBB features you need to create a new topic in the correct support forum.
Sorry to be blunt, but you are cluttering the thread.
User avatar
nextgen
Registered User
Posts: 2393
Joined: Mon Jul 26, 2010 10:58 pm
Location: Guatemala
Name: Melvin García
Contact:

Re: [Release] Cynthia - phpBB 3.1.5

Post by nextgen »

Style update for 3.1.5, code change's and new release in the first post. :)
メルビン・ガルシア • nextgen Solutions

Please do NOT contact for support via PM or email.
Cobra45
Registered User
Posts: 58
Joined: Wed Oct 08, 2014 6:49 pm

Re: [Release] Cynthia - phpBB 3.1.5

Post by Cobra45 »

github wrote: Cynthia style

@melvingb melvingb released this on 7 Mar · 3 commits to master since this release

The first stable release for phpBB 3.1.x

Code: Select all

# General Information about this style
name = Cynthia
copyright = © Melvin Garcia
style_version = 1.1.0
phpbb_version = 3.1.3
Please update download link :D
lupus77
Registered User
Posts: 55
Joined: Fri Nov 21, 2014 6:44 pm

Re: [Release] Cynthia - phpBB 3.1.5

Post by lupus77 »

Locked

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