Kuribo64
Views: 19,856,644 Home | Forums | Uploader | Wiki | Object databases | IRC
Rules/FAQ | Memberlist | Calendar | Stats | Online users | Last posts | Search
03-29-24 12:56 PM
Guest:

0 users reading Convert Post Layout? | 1 bot

Main - Site help, bug reports, suggestions - Convert Post Layout? Hide post layouts | New reply

Pages: 1 2
SuperML
Posted on 02-02-17 12:10 AM Link | #81198
I recently made a new post layout at NSMBHD, and I wanted to use it here and at RHCafe. when I tried copy/pasting the code, however, it didn't work. I assume this is because these three boards run on different "board types" (Blargboard, ABXD,...).
So, I was wondering, is there a tool out there that can convert my post layout code to be usable here?

Yukke
Posted on 02-02-17 12:47 AM Link | #81200
Likely not. You'd have to create your own class and add a div with that class.

Here, I saved you all the work:
<style>
.SuperML-bg {
background: url('http://i.imgur.com/RFIUVU7.png') repeat fixed;
}

.SuperML {
background-color: rgba(12, 24, 54, 0.85);
font-family: 'Orbitron', 'Arial', sans-serif;
color: white;
font-size: 120%;
border-left: 3px solid red;
border-top: 3px solid red;
}
.SuperML a {
color: #FFA500;
}
.SuperML .spoiler > button {
background-color: red;
color: white;
}
</style>
<div class="SuperML-bg"><div class="SuperML">
Put that in your header.

SuperML
Posted on 02-02-17 01:05 AM (rev. 2 of 02-02-17 01:06 AM) Link | #81201
Thank you so much! :D
If I could +1 your post, I would!

Arisotura
Posted on 02-02-17 01:18 AM Link | #81203
friendly tip: don't make the background fixed. your layout doesn't rely on it, and that saves users from some lag.

____________________
NSMBHD - Kafuka - Jul
melonDS the most fruity DS emulator there is

zafkflzdasd

poudink
Posted on 02-02-17 01:24 PM Link | #81207
I don't know if I'm the only one, but that's how your layout looks on my computer:
[thumbnail]

____________________
Nothing to say, so jadnjkfmnjamnfjkldnajfnjkanfjdksan jsdnvj m.

SuperML
Posted on 02-05-17 12:26 AM Link | #81255
Posted by StapleButter
friendly tip: don't make the background fixed. your layout doesn't rely on it, and that saves users from some lag.

Ok. I'll go and fix it now.

Posted by poudink
I don't know if I'm the only one, but that's how your layout looks on my computer:
[thumbnail]

I saw that, too. I (hopefully) fixed that earlier.

LeftyGreenMario
Posted on 02-10-17 10:05 PM Link | #81315
Your post layout can use some padding. Not required, but it would definitely look nicer to have some empty margins around your text.

Arisotura
Posted on 02-11-17 01:31 AM Link | #81327
filling your signature with blank space is also not the way to go, it makes your posts huge, and it's against the signature rules.

____________________
NSMBHD - Kafuka - Jul
melonDS the most fruity DS emulator there is

zafkflzdasd

SuperML
Posted on 02-12-17 10:16 PM (rev. 2 of 02-12-17 10:18 PM) Link | #81361
Posted by LeftyGreenMario
Your post layout can use some padding. Not required, but it would definitely look nicer to have some empty margins around your text.

I don't know how to do that :(

Posted by StapleButter
filling your signature with blank space is also not the way to go, it makes your posts huge, and it's against the signature rules.

Sorry for the late reply. I'll get rid of that now.

poudink
Posted on 02-13-17 01:11 AM Link | #81363
Posted by SuperML
I saw that, too. I (hopefully) fixed that earlier.
It's back.

____________________
Nothing to say, so jadnjkfmnjamnfjkldnajfnjkanfjdksan jsdnvj m.

SuperML
Posted on 02-13-17 01:40 AM Link | #81364
I think it's an issue with how the board works. If the post isn't long enough, the rest of the box is left blank.
Not sure why the blank space you see is purple, though. Is it your theme?

Yukke
Posted on 02-13-17 03:50 AM Link | #81365
Yes, it probably is his theme. You can solve your problem by putting borders to the bottom and to the right or using the box-shadow property; and adding padding, as LGM suggested, will harm no one – it'll look better.

SuperML
Posted on 02-23-17 03:15 AM Link | #81514
I've been fiddling with some CSS, and I can't figure out how to do it. :P

LeftyGreenMario
Posted on 02-23-17 03:48 AM Link | #81519
To expand the height, take an example from my post layout. And adding padding shouldn't be hard, and my layout has that too. What are you having trouble with?

Arisotura
Posted on 02-23-17 11:08 AM Link | #81525
min-height: 30em;

tweak the 30 to find the optimal value

____________________
NSMBHD - Kafuka - Jul
melonDS the most fruity DS emulator there is

zafkflzdasd

SuperML
Posted on 02-24-17 08:56 PM Link | #81542
Posted by StapleButter
min-height: 30em;

tweak the 30 to find the optimal value

Thank you!

Posted by LeftyGreenMario
To expand the height, take an example from my post layout. And adding padding shouldn't be hard, and my layout has that too. What are you having trouble with?

Im having trouble with adding red borders around the right and bottom sides of my posts, and adding a border around my text. Also, there's a way to look at other's people's post layout Code? Wow I'm a noob XD

Yukke
Posted on 02-25-17 02:52 AM Link | #81545
Use ‘Inspect element ’ or view the source.

By the way, what's so difficult about adding border-bottom and border-right? Moreover, you can just use border: 3px solid red; to add the four borders altogether. Also, concerning the border surrounding the text, were you referring to something akin to StapleButter's layout? For that you would have to create an outer div and make the inner div have the border properties you want.

You seriously need learn some CSS before trying this stuff. At least attempt to understand it and fiddle to get different but desired results. Some basic HTML knowledge may come in handy, too.

CodingKoopa
Posted on 02-25-17 04:38 AM Link | #81548
If it helps, I uploaded my layout to pastebin, with comments:

Header
Signature
I think the signature is a bit different now though, it's a different image, and has a maximum size.

____________________
Website | Twitter


SuperML
Posted on 02-25-17 06:13 AM Link | #81549
Thank you guys for helping me! I appreciate it! :D

Anyways, here's my new and improved post layout! I hope it's better now. :)

Arisotura
Posted on 02-25-17 03:35 PM Link | #81551
yup, it's better.

____________________
NSMBHD - Kafuka - Jul
melonDS the most fruity DS emulator there is

zafkflzdasd
Pages: 1 2

Main - Site help, bug reports, suggestions - Convert Post Layout? Hide post layouts | New reply

Page rendered in 0.113 seconds. (2048KB of memory used)
MySQL - queries: 26, rows: 230/230, time: 0.009 seconds.
[powered by Acmlm] Acmlmboard 2.064 (2018-07-20)
© 2005-2008 Acmlm, Xkeeper, blackhole89 et al.