|
Posted on 08-25-11, 01:38 pm
|
Karma: 3772 Posts: 317/2112 Since: 06-28-11 |
|
Posted on 08-25-11, 02:52 pm
|
![]() Karma: 3326 Posts: 127/2026 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)
|
![]() 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:
You can also combine these if necessary.<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> 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)
|
![]() Karma: 3326 Posts: 128/2026 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:
You can also combine these if necessary.<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> 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)
|
![]() 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
or wrap your layout in a div. Example:
Header: In this example you'll want to style the USERNAME class of course.
<style type="text/css">
Type your style here
</style>
<div class="USERNAME"> Footer: </div> |
|
Posted on 08-25-11, 03:19 pm
|
Karma: 3772 Posts: 318/2112 Since: 06-28-11 |
|
Posted on 08-25-11, 03:40 pm
|
![]() Karma: 3326 Posts: 129/2026 Since: 06-28-11 |
|
Posted on 08-25-11, 03:46 pm
|
![]() 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
|
![]() ( ͡° ͜ʖ ͡°) Karma: 10141 Posts: 718/4458 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
|
![]() 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
|
![]() ( ͡° ͜ʖ ͡°) Karma: 10141 Posts: 719/4458 Since: 06-08-11 |
Then, layout is redesigned now
![]() Looks much better now. |
|
Posted on 08-25-11, 05:48 pm
|
![]() 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
|
![]() ( ͡° ͜ʖ ͡°) Karma: 10141 Posts: 722/4458 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... |
LeWario |
Posted on 08-26-11, 01:19 am
|
Banned for being a complete idiot.
Karma: 539 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
|
![]() 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
|
![]() 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: 3772 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
|
![]() Karma: 4021 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 ![]() _________________________ If you want to support me, you might check out my Patreon Page : ) |
|
Posted on 08-26-11, 09:18 am
|
Karma: 3772 Posts: 322/2112 Since: 06-28-11 |
|
Posted on 08-26-11, 01:22 pm
|
![]() Full mod Karma: 1183 Posts: 132/785 Since: 06-28-11 |
Add padding: 60px; to the .mainbar14 class.
|