SunRise

Started by SychO, September 22, 2018, 10:12:35 PM

Previous topic - Next topic

SychO

Quote from: milenyals on September 24, 2018, 12:07:38 PM
Thank you very much. Worked perfectly.

Glad to hear, feel free to report any other bugs you find :)
Checkout My Themes:
-

Potato  •  Ackerman  •  SunRise  •  NightBreeze

milenyals

How can I move the news to the upper part? after the picture? See below:


GigaWatt

Another great theme SychO ;).

A quick question. Isn't the sun/moon animation a bit fast ???.
"This is really a generic concept about human thinking - when faced with large tasks we're naturally inclined to try to break them down into a bunch of smaller tasks that together make up the whole."

"A 500 error loosely translates to the webserver saying, "WTF?"..."

Antechinus

You want it to take all evening?

SychO

Quote from: milenyals on September 24, 2018, 11:12:05 PM
How can I move the news to the upper part? after the picture? See below:


The only way is to set the news to show everywhere, otherwise no :/

Quote from: GigaWatt on September 25, 2018, 12:19:26 AM
Another great theme SychO ;).

A quick question. Isn't the sun/moon animation a bit fast ???.

Thanks :) , and I think any slower than that would be too much lol
Checkout My Themes:
-

Potato  •  Ackerman  •  SunRise  •  NightBreeze

milenyals

Quote from: SychO on September 25, 2018, 03:57:40 AM
Quote from: milenyals on September 24, 2018, 11:12:05 PM
How can I move the news to the upper part? after the picture? See below:



The only way is to set the news to show everywhere, otherwise no :/

Just wondering how can I do that? Thanks Sycho.

SychO

Just look in the theme settings, click the cogs button, there's an option there.
Checkout My Themes:
-

Potato  •  Ackerman  •  SunRise  •  NightBreeze

milenyals

Quote from: SychO on September 25, 2018, 06:11:19 AM
Just look in the theme settings, click the cogs button, there's an option there.

thank you very much.

milenyals

Hello Sycho,

It's me again, I would like to ask if it's possible for the child board to have a little space in between?, see below:


SychO

Yea, you're right I should add some margin there

index.css
Code (Find) Select
td.info .child_boards a {
    padding: 1px 6px;
    font-size: 12px;
    position: relative;
    display: inline-block;
    vertical-align: top;
    line-height: normal;
    top: 0px;
}

Code (Replace) Select
td.info .child_boards a {
    padding: 1px 6px;
    font-size: 12px;
    position: relative;
    display: inline-block;
    vertical-align: top;
    line-height: normal;
    top: 0px;
    margin: 1px 0;
}
.child_boards>i {
    line-height: 22px;
}
Checkout My Themes:
-

Potato  •  Ackerman  •  SunRise  •  NightBreeze

milenyals

Quote from: SychO on September 25, 2018, 09:31:54 AM
Yea, you're right I should add some margin there

index.css
Code (Find) Select
td.info .child_boards a {
    padding: 1px 6px;
    font-size: 12px;
    position: relative;
    display: inline-block;
    vertical-align: top;
    line-height: normal;
    top: 0px;
}

Code (Replace) Select
td.info .child_boards a {
    padding: 1px 6px;
    font-size: 12px;
    position: relative;
    display: inline-block;
    vertical-align: top;
    line-height: normal;
    top: 0px;
    margin: 1px 0;
}
.child_boards>i {
    line-height: 22px;
}


worked perfectly, thank you very much.

-Rock Lee-

Very good topic really, great job. I leave the translation to Latin Spanish! I hope to see more great works like this one.


Regards!
¡Regresando como cual Fenix! ~ Bomber Code
Ayudas - Aportes - Tutoriales - Y mucho mas!!!

GigaWatt

Quote from: Antechinus on September 25, 2018, 12:38:09 AM
You want it to take all evening?

LOL :D, no, just a little slower ;).

Quote from: SychO on September 25, 2018, 03:57:40 AM
Thanks :) , and I think any slower than that would be too much lol

Ummm... maybe I should record the transition in Pale Moon... though I get the same speed in IE ???.
"This is really a generic concept about human thinking - when faced with large tasks we're naturally inclined to try to break them down into a bunch of smaller tasks that together make up the whole."

"A 500 error loosely translates to the webserver saying, "WTF?"..."

djcyry

Hi.
Nice theme and god job.
I have a question , its easy to edit or change that mountains ? thanks  ;D

Antechinus

Quote from: GigaWatt on September 25, 2018, 04:32:54 PM
Quote from: Antechinus on September 25, 2018, 12:38:09 AM
You want it to take all evening?

LOL :D, no, just a little slower ;).

Shouldn't be hard to change if you want to experiment with it. The animations start on Line 4357 of index.css.

lazo50

The dot selector does not work with IE while it is ok on chome


Veee

Yet another amazing theme. You never cease to amaze me, theme after theme you release is better than the others. You're so talented!!!

Now, I do have a question... You know how there's an image for the footer when it's day and another for when it's night? Can we do that for the header/top banner also? And remove the mountains/sun? Or if that's not possible move those elements to the front of the header? I really wanted to have a different header in full width + height for each switch so I could add some darked elements to the night theme.


Thank youuuuuu!!!!

Antechinus

Quote from: lazo50 on September 26, 2018, 06:24:19 AMThe dot selector does not work with IE while it is ok on chrome

Doesn't seem to be working in Opera either (Opera 55.0 on Windows 7 64 bit). It's fine in Pale Moon.

SychO

Quote from: Rock Lee on September 25, 2018, 01:54:27 PM
Very good topic really, great job. I leave the translation to Latin Spanish! I hope to see more great works like this one.

Awesome ! Thanks Rock Lee, it has been added !

Quote from: djcyry on September 25, 2018, 05:34:27 PM
Hi.
Nice theme and god job.
I have a question , its easy to edit or change that mountains ? thanks  ;D

Depends on what you want to put instead, if you're going for a banner then you'll have to make css changes for that
the light mountains img is named sr_sunrise.png and dark is named sr_midnight, they're located in images/custom

Quote from: lazo50 on September 26, 2018, 06:24:19 AM
The dot selector does not work with IE while it is ok on chome
Quote from: Antechinus on September 26, 2018, 08:26:18 AM
Doesn't seem to be working in Opera either (Opera 55.0 on Windows 7 64 bit). It's fine in Pale Moon.

Yea, fit-content doesn't work on IE, ugh browser compatibility issues are the worst.
Fixed and new package uploaded, files changes are: index.css & theme.js

Thank you both for reporting it :)

Quote from: Veee on September 26, 2018, 07:11:43 AM
Yet another amazing theme. You never cease to amaze me, theme after theme you release is better than the others. You're so talented!!!

Now, I do have a question... You know how there's an image for the footer when it's day and another for when it's night? Can we do that for the header/top banner also? And remove the mountains/sun? Or if that's not possible move those elements to the front of the header? I really wanted to have a different header in full width + height for each switch so I could add some darked elements to the night theme.

Thank you @Vee :)

hmm, You could do that by specifying a background image for the header and use different images for light/dark, there are two css files: sunrise.css where any code shows in the light mode, and midnight.css where any code shows in dark mode, you can add changes there, but I'm not sure that's what you mean though, unless you're talking about the logo image which you can specify in the theme settings ?
Checkout My Themes:
-

Potato  •  Ackerman  •  SunRise  •  NightBreeze

lazo50

Another small imperfection


Show Footer Aditional Links:   External Link Icon(FontAwesome fa-xxx): not work
Add an Icon to Header Title:: not work

Advertisement: