Login Register






Thread Rating:
  • 0 Vote(s) - 0 Average


Background as header images. filter_list
Author
Message
Background as header images. #1
so, I really like this header, but is there any way that SL can add it to where it sets it as the whole entire background of the website, instead of just the header?
[Image: xigqzm.png]
[Image: ezgif_com_gif_maker.gif]
#yellowheartsforsarah


RE: Background as header images. #2
What do you mean by that?
Like the entire background as that image?
That would be ugly af imo. But yeah its possible.
(This post was last modified: 03-28-2017, 01:08 AM by zenith.)
Who Knows?


RE: Background as header images. #3
(03-28-2017, 01:08 AM)Zenith Wrote: What do you mean by that?
Like the entire background as that image?
That would be ugly af imo. But yeah its possible.

Well, I mean, the sides of the website.. I took a screenshot of the top right side of the website, and made a very simple edit, not the best, just to portray the idea, maybe with the other header designs?
Spoiler:
[Image: xfcjmg.png]
[Image: ezgif_com_gif_maker.gif]
#yellowheartsforsarah


RE: Background as header images. #4
(03-28-2017, 01:24 AM)Synthx Wrote:
(03-28-2017, 01:08 AM)Zenith Wrote: What do you mean by that?
Like the entire background as that image?
That would be ugly af imo. But yeah its possible.

Well, I mean, the sides of the website.. I took a screenshot of the top right side of the website, and made a very simple edit, not the best, just to portray the idea, maybe with the other header designs?
Spoiler:
[Image: xfcjmg.png]

The sides look alright. But I see a bit in the middle and eww no thank you
Who Knows?


RE: Background as header images. #5
(03-28-2017, 01:49 AM)Zenith Wrote:
(03-28-2017, 01:24 AM)Synthx Wrote:
(03-28-2017, 01:08 AM)Zenith Wrote: What do you mean by that?
Like the entire background as that image?
That would be ugly af imo. But yeah its possible.

Well, I mean, the sides of the website.. I took a screenshot of the top right side of the website, and made a very simple edit, not the best, just to portray the idea, maybe with the other header designs?
Spoiler:
[Image: xfcjmg.png]

The sides look alright. But I see a bit in the middle and eww no thank you

Im okay with it just being the sides, just would really like to see the background of the header of choice from the nice selection already there more than just the header. If that makes sense, as when replying, or looking through threads, you dont really see the header much..
[Image: ezgif_com_gif_maker.gif]
#yellowheartsforsarah


RE: Background as header images. #6
Like for example, I just found a screenshot of the old forums..
[Image: pRIgIRX.png]
I like how the background is on that one, maybe not that exact background, but how its not just the header!
[Image: ezgif_com_gif_maker.gif]
#yellowheartsforsarah


RE: Background as header images. #7
(03-28-2017, 02:27 AM)Synthx Wrote: Like for example, I just found a screenshot of the old forums..
[Image: pRIgIRX.png]
I like how the background is on that one, maybe not that exact background, but how its not just the header!

My god I forgot how many times the theme has changed.

I am not aware of a method to change it, but I've never tried. Perhaps Zenith can enlighten us?


RE: Background as header images. #8
(03-28-2017, 04:58 AM)Jiggly Wrote:
(03-28-2017, 02:27 AM)Synthx Wrote: Like for example, I just found a screenshot of the old forums..
[Image: pRIgIRX.png]
I like how the background is on that one, maybe not that exact background, but how its not just the header!

My god I forgot how many times the theme has changed.

I am not aware of a method to change it, but I've never tried. Perhaps Zenith can enlighten us?

Code:
body {
    background-image: url("https://sinister.ly/images/sinister2/header/4.png");
  }

@Synthx Just get stylish and use this as a style.
(This post was last modified: 03-28-2017, 06:00 AM by Blink.)


(11-02-2018, 02:51 AM)Skullmeat Wrote: Ok, there no real practical reason for doing this, but that's never stopped me.


RE: Background as header images. #9
(03-28-2017, 05:59 AM)Ender Wrote:
(03-28-2017, 04:58 AM)Jiggly Wrote:
(03-28-2017, 02:27 AM)Synthx Wrote: Like for example, I just found a screenshot of the old forums..
[Image: pRIgIRX.png]
I like how the background is on that one, maybe not that exact background, but how its not just the header!

My god I forgot how many times the theme has changed.

I am not aware of a method to change it, but I've never tried. Perhaps Zenith can enlighten us?

Code:
body {
    background-image: url("https://sinister.ly/images/sinister2/header/4.png");
  }

@Synthx Just get stylish and use this as a style.

Cant get Stylish with the main browser I use, I use Brave
[Image: ezgif_com_gif_maker.gif]
#yellowheartsforsarah


RE: Background as header images. #10
(03-28-2017, 06:10 AM)Synthx Wrote:
(03-28-2017, 05:59 AM)Ender Wrote:
(03-28-2017, 04:58 AM)Jiggly Wrote: My god I forgot how many times the theme has changed.

I am not aware of a method to change it, but I've never tried. Perhaps Zenith can enlighten us?

Code:
 body {
   background-image: url("https://sinister.ly/images/sinister2/header/4.png");
 }

@Synthx Just get stylish and use this as a style.

Cant get Stylish with the main browser I use, I use Brave

You should be able to use the chrome web store, as it's based on chromium.

https://chrome.google.com/webstore/detai...leoegfcffe



I think a darker body background might look better
Like this:
Code:
body {
    background-image: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url("https://sinister.ly/images/sinister2/header/4.png");
  }

Not completely sure, I'm gonna play around some more.

EDIT:
[spoiler]
This is the best I have so far:
Code:
body {
    background-image: linear-gradient( rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0) ), url("https://sinister.ly/images/sinister2/header/4.png");
  }
  .header {
    background: url("https://sinister.ly/images/sinister2/header/4.png");
    border-bottom: unset;
  }
(This post was last modified: 03-28-2017, 06:33 AM by Blink.)


(11-02-2018, 02:51 AM)Skullmeat Wrote: Ok, there no real practical reason for doing this, but that's never stopped me.








Users browsing this thread: 2 Guest(s)