[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
Locked
User avatar
nextgen
Registered User
Posts: 2394
Joined: Mon Jul 26, 2010 10:58 pm
Location: Guatemala
Name: Melvin García
Contact:

[Release] Cynthia 1.1.5 - phpBB 3.1.10

Post by nextgen »

cynthia_style.jpg
The Cynthia style is a simple and pleasant style, also has an easy to use interface.
It has corrected several bugs that were reported in version 1.0.1, have been implemented large improvements among which we highlight.
The version for phpBB 3.0.14 is available here


Download: Cynthia style

Code change: RC1 to RC2 https://github.com/melvingb/Cynthia/com ... 1...master

Code change: RC2 to stable release https://github.com/melvingb/Cynthia/com ... d29d2a92e8

Code change from 3.1.3 to 3.1.5 https://github.com/melvingb/Cynthia/com ... D...master

Code change from 3.1.5 to 3.1.6 https://github.com/melvingb/Cynthia/com ... 017cbfe432 and https://github.com/melvingb/Cynthia/com ... 47a1459054

Code change from 3.1.6 to 3.1.8 https://github.com/melvingb/Cynthia/com ... 2c2af0d83f ---- https://github.com/melvingb/Cynthia/com ... f293f270c2

Code change from 3.1.8 to 3.1.9 https://github.com/melvingb/Cynthia/com ... c3f03a8bd4
Last edited by nextgen on Sat Oct 22, 2016 1:04 am, edited 22 times in total.
User avatar
moviehive
Registered User
Posts: 190
Joined: Mon Oct 20, 2014 2:08 am
Name: Aaron T

Re: [Dev] Cynthia 2.0.0

Post by moviehive »

I love that theme Can't wait for it to be released for 3.1 :D
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: [Dev] Cynthia 2.0.0

Post by Raul [ThE KuKa] »

Nice style nextgen!
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:


User avatar
nextgen
Registered User
Posts: 2394
Joined: Mon Jul 26, 2010 10:58 pm
Location: Guatemala
Name: Melvin García
Contact:

Re: [Dev] Cynthia 2.0.0

Post by nextgen »

Screenshot from the new version in the first post.
メルビン・ガルシア • nextgen Solutions

Please do NOT contact for support via PM or email.
bigzzzzz
Registered User
Posts: 1
Joined: Fri Oct 31, 2014 9:15 am

Re: [Dev] Cynthia 2.0.0

Post by bigzzzzz »

Hi nextgen, Cynthia looks awesome. Great job !
Do you have a git for test the new Cynthia in phpBB 3.1 ?

Best regard
User avatar
nextgen
Registered User
Posts: 2394
Joined: Mon Jul 26, 2010 10:58 pm
Location: Guatemala
Name: Melvin García
Contact:

Re: [Dev] Cynthia 2.0.0

Post by nextgen »

bigzzzzz wrote:Hi nextgen, Cynthia looks awesome. Great job !
Thanks :)
bigzzzzz wrote:Do you have a git for test the new Cynthia in phpBB 3.1 ?
At the moment I have not yet uploaded a copy to github, I want to debug the style a little more to then upload it.
メルビン・ガルシア • nextgen Solutions

Please do NOT contact for support via PM or email.
User avatar
nextgen
Registered User
Posts: 2394
Joined: Mon Jul 26, 2010 10:58 pm
Location: Guatemala
Name: Melvin García
Contact:

Re: [Dev] Cynthia 1.1.0

Post by nextgen »

Update the first preview, change the style version number and place the preview official announcement. :)

Edit: Demo available in the first post. :)
メルビン・ガルシア • nextgen Solutions

Please do NOT contact for support via PM or email.
User avatar
nextgen
Registered User
Posts: 2394
Joined: Mon Jul 26, 2010 10:58 pm
Location: Guatemala
Name: Melvin García
Contact:

Re: [RC1] Cynthia 1.1.0

Post by nextgen »

First RC available :)
メルビン・ガルシア • nextgen Solutions

Please do NOT contact for support via PM or email.
User avatar
moviehive
Registered User
Posts: 190
Joined: Mon Oct 20, 2014 2:08 am
Name: Aaron T

Re: [RC1] Cynthia 1.1.0

Post by moviehive »

nextgen wrote:First RC available :)
Thanks NG. Will report any bugs that I experience to you.
User avatar
nextgen
Registered User
Posts: 2394
Joined: Mon Jul 26, 2010 10:58 pm
Location: Guatemala
Name: Melvin García
Contact:

Re: [RC1] Cynthia 1.1.0

Post by nextgen »

moviehive wrote:Thanks NG. Will report any bugs that I experience to you.
Many thanks, I'll be waiting for your reports. :)
メルビン・ガルシア • nextgen Solutions

Please do NOT contact for support via PM or email.
User avatar
daveb86
Registered User
Posts: 264
Joined: Tue Jul 03, 2012 4:31 am
Location: Manchester, UK
Name: Dave B
Contact:

Re: [RC1] Cynthia 1.1.0

Post by daveb86 »

Hello nextjen

Great job on the skin it looks really good

We have created a custom site logo but i cant seem to get the correct setting to expand on the width ?

Ive changed both values in the content.css to 100% and even tried to 600px but neither worked

Are you able to assist ?

http://www.debarkation.co.uk

Thanks

Dave
User avatar
nextgen
Registered User
Posts: 2394
Joined: Mon Jul 26, 2010 10:58 pm
Location: Guatemala
Name: Melvin García
Contact:

Re: [RC1] Cynthia 1.1.0

Post by nextgen »

daveb86 wrote:Ive changed both values in the content.css to 100% and even tried to 600px but neither worked
Hi,

The size of the logo its defined in the theme/imageset.css

Code: Select all

.imageset.site_logo {
	background-image: url("./images/logo_cynthia.png");
	padding-left: 245px;
	padding-top: 110px;
}
Change the padding left and padding top values for this

Code: Select all

	padding-left: 940px;
	padding-top: 97px;
Open theme/common.css

find:

Code: Select all

.logo {
    float: left;
    padding: 10px 13px 0 10px;
    width: 600px;
}
replace with:

Code: Select all

.logo {
	float: left;
	width: auto;
	padding: 10px 3px 0 3px;
}
メルビン・ガルシア • nextgen Solutions

Please do NOT contact for support via PM or email.
User avatar
daveb86
Registered User
Posts: 264
Joined: Tue Jul 03, 2012 4:31 am
Location: Manchester, UK
Name: Dave B
Contact:

Re: [RC1] Cynthia 1.1.0

Post by daveb86 »

nextgen wrote:
daveb86 wrote:Ive changed both values in the content.css to 100% and even tried to 600px but neither worked
Hi,

The size of the logo its defined in the theme/imageset.css

Code: Select all

.imageset.site_logo {
	background-image: url("./images/logo_cynthia.png");
	padding-left: 245px;
	padding-top: 110px;
}
Change the padding left and padding top values for this

Code: Select all

	padding-left: 940px;
	padding-top: 97px;
Open theme/common.css

find:

Code: Select all

.logo {
    float: left;
    padding: 10px 13px 0 10px;
    width: 600px;
}
replace with:

Code: Select all

.logo {
	float: left;
	width: auto;
	padding: 10px 3px 0 3px;
}
Perfect Thanks nextjen :D
ubobill
Registered User
Posts: 1
Joined: Fri Nov 07, 2014 3:31 pm

Re: [RC1] Cynthia 1.1.0

Post by ubobill »

Edited my post, figured this out.
User avatar
nextgen
Registered User
Posts: 2394
Joined: Mon Jul 26, 2010 10:58 pm
Location: Guatemala
Name: Melvin García
Contact:

Re: [RC1] Cynthia 1.1.0

Post by nextgen »

@ubobill the header is modified in theme/cynthia.css

find:

Code: Select all

/* Header Cynthia */
#header-cynthia {
    background-image: url("./images/header.png");
	background-repeat:  no-repeat;
	padding: 5px;
    color: #FFFFFF;
	height: 150px;
	margin-bottom: 10px;
}
And the logo here theme/imageset.css

Code: Select all

.imageset.site_logo {
	background-image: url("./images/logo_cynthia.png");
	padding-left: 245px;
	padding-top: 110px;
}
You can use the images as you want.
メルビン・ガルシア • nextgen Solutions

Please do NOT contact for support via PM or email.
Locked

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