Pages: 12345 »
Posted on 08-25-11, 01:38 pm


Karma: 3752
Posts: 317/2112
Since: 06-28-11
Can someone tell me, how to make Post Layouts?
Anyone here said, that you can make it with CSS. But I do not know, how to make those exactly. I have already found tutorials, but once I have made such a sprite sheet, where must I upload it?
Posted on 08-25-11, 02:52 pm
Birdo


Karma: 3304
Posts: 127/2021
Since: 06-28-11
Posted by NsmB_PrO
I have already found tutorials, but once I have made such a sprite sheet, where must I upload it?


This

I am stuck at this point too
_________________________

Posted on 08-25-11, 02:59 pm (rev. 1)
Fuzzy
Full mod

Karma: 1183
Posts: 125/785
Since: 06-28-11
If you have made css for your post layout, you can put it in your header in Edit profile -> Post layout. Two options are:
Embeded:
<style type="text/css"> Type your css here </style>

Or you can upload it in the uploader and link it like this:
<style type="text/css"> @import url('Put css url here') </style>

You can also combine these if necessary.

If you need more help on what exactly to put in your css after you have read tutorials, just ask.
Posted on 08-25-11, 03:07 pm (rev. 1)
Birdo


Karma: 3304
Posts: 128/2021
Since: 06-28-11
Posted by Piranhaplant
If you have made css for your post layout, you can put it in your header in Edit profile -> Post layout. Two options are:
Embeded:
<style type="text/css"> Type your css here </style>

Or you can upload it in the uploader and link it like this:
<style type="text/css"> @import url('Put css url here') </style>

You can also combine these if necessary.

If you need more help on what exactly to put in your css after you have read tutorials, just ask.


Thanks!

_________________________

Posted on 08-25-11, 03:11 pm (rev. 1)
Fuzzy
Full mod

Karma: 1183
Posts: 126/785
Since: 06-28-11
I forgot to mention that you don't want to override other people's layouts, so you should do one of these:

Style these classes. Replace USERID with your user ID
  • .topbarUSERID_1
  • .topbarUSERID_2
  • .sidebarUSERID
  • .mainbarUSERID

or wrap your layout in a div. Example:
Header:
<style type="text/css"> Type your style here </style> <div class="USERNAME">

Footer:
</div>

In this example you'll want to style the USERNAME class of course.
Posted on 08-25-11, 03:19 pm


Karma: 3752
Posts: 318/2112
Since: 06-28-11
Whoaw, thanks a bunch. First I was expecting an unintelligible explanation.


Posted on 08-25-11, 03:40 pm
Birdo


Karma: 3304
Posts: 129/2021
Since: 06-28-11
WOW I finally managed to get a layout! Thanks for everything Piranhaplant
_________________________

Posted on 08-25-11, 03:46 pm
Fuzzy
Full mod

Karma: 1183
Posts: 127/785
Since: 06-28-11
No problem, and nice layout! I would suggest you remove the signature separator though, considering you don't have any text below it.
Posted on 08-25-11, 04:54 pm
Super Mario
( ͡° ͜ʖ ͡°)

Karma: 9979
Posts: 718/4456
Since: 06-08-11
I got a layout too now!
This thread made me do it

Though, does somebody know how to make the background be positioned the same in the sidebar and the mainbar so that they look well together?
Posted on 08-25-11, 05:03 pm
Fuzzy
Full mod

Karma: 1183
Posts: 128/785
Since: 06-28-11
You really can't because the sidebar has variable size. The only way I can think of would be to fix the width of your side bar, then offset the background position of the main box.
Posted on 08-25-11, 05:39 pm
Super Mario
( ͡° ͜ʖ ͡°)

Karma: 9979
Posts: 719/4456
Since: 06-08-11
Then, layout is redesigned now
Looks much better now.
Posted on 08-25-11, 05:48 pm
Fuzzy
Full mod

Karma: 1183
Posts: 129/785
Since: 06-28-11
Nice! I see you're centering everything in the sidebar, but what happened to your avatar?
Posted on 08-25-11, 05:49 pm
Super Mario
( ͡° ͜ʖ ͡°)

Karma: 9979
Posts: 722/4456
Since: 06-08-11
Posted by Piranhaplant
but what happened to your avatar?


I deleted, while I think of something nice to put that doesn't look ugly...
Posted on 08-26-11, 01:19 am
Banned for being a complete idiot.

Karma: 529
Posts: 248/987
Since: 07-09-11
NsmB_PrO and ???, please change your layout. It's too hard to see the text. I had to block them.
Posted on 08-26-11, 04:09 am
Koopa


Karma: 75
Posts: 12/102
Since: 08-05-11
I don't really understand. I don't have enough info. Where am I supposed to put the .mainbarUSERID and others?
_________________________
"What to know what happens if someone assassinates dirbaio? He dies. NOW WHAT!?"
Posted on 08-26-11, 05:07 am
Fuzzy
Full mod

Karma: 1183
Posts: 131/785
Since: 06-28-11
You should become familiar with CSS and HTML before attempting a post layout. Hopefully the above posts will make more sense then.
Posted on 08-26-11, 08:17 am


Karma: 3752
Posts: 321/2112
Since: 06-28-11
Posted by ELMario
NsmB_PrO and ???, please change your layout. It's too hard to see the text. I had to block them.

I have not finished with my layout yet. The current one is just testing shit.
Posted on 08-26-11, 09:07 am
Roy Koopa


Karma: 4011
Posts: 504/2722
Since: 06-26-11
Posted by ELMario
NsmB_PrO and ???, please change your layout. It's too hard to see the text. I had to block them.


Fixed mine
_________________________
See a lots of creative DS Hacking here
If you want to support me, you might check out my Patreon Page : )
Posted on 08-26-11, 09:18 am


Karma: 3752
Posts: 322/2112
Since: 06-28-11


Can anybody tell me, how to edit the text...?
I can edit the Background of my post, but I want the text to be inside the black box. Not on the icycles.
LOL. I pumped my post with smilys, so the text is inside the black box. xD
Posted on 08-26-11, 01:22 pm
Fuzzy
Full mod

Karma: 1183
Posts: 132/785
Since: 06-28-11
Add padding: 60px; to the .mainbar14 class.
Pages: 12345 »