Kuribo64
Views: 19,819,947 Home | Forums | Uploader | Wiki | Object databases | IRC
Rules/FAQ | Memberlist | Calendar | Stats | Online users | Last posts | Search
03-19-24 03:42 AM
Guest:

0 users reading How to make a post layout! | 1 bot

Main - Site help, bug reports, suggestions - How to make a post layout! Hide post layouts | New reply

Pages: 1 2 3 4 5 6 7 8
Platinatic
Posted on 03-20-17 07:13 PM (rev. 2 of 03-20-17 07:13 PM) Link | #82073
Posted by Mariomaster
Your layout reminds me a lot of the AMD logo :P

Oh wow, i never thought of that!

Also, thanks for the help StapleButter

Super Hackio
Posted on 03-21-17 12:16 AM (rev. 4 of 03-21-17 12:17 AM) Link | #82078



In case you haven't noticed, I am having trouble with this, layout thing.

It keeps giving my posts
<br>
before my post starts. How is this fixed?

____________________
SMG RUN Progress: Not available here, for more information, check my Youtube Channel

LeftyGreenMario
Posted on 03-30-17 12:08 AM Link | #82200
I think it's a problem with how you wrote your post layout in the editing field since your layout in your profile has four of these brs, not just one of them.

Super Hackio
Posted on 03-30-17 12:31 AM (rev. 3 of 03-30-17 12:32 AM) Link | #82201



._. maybe...

EDIT: here is my code: (DO NOT STEAL)
<div style="background:#04002B url(http://kuribo64.net/get.php?id=uQ6DvB2659zFYDLT);background-repeat: no-repeat, repeat;min-height:500px;padding:5px;">
<div style="border:2px solid #a5a51f;background:rgba(81, 79, 1, 0.7);padding:10px;max-width:1000px;">


____________________
SMG RUN Progress: Not available here, for more information, check my Youtube Channel

Dilene
Posted on 05-22-17 07:39 AM Link | #83280
I'm having doubts about the spoiler button styling in my layout. I'm not even sure if it's styled correctly in every "modern" browser (I only have Firefox Dev on this machine so... ¯\_(ツ)_/¯ )


test spoiler


____________________
≤!-- Am I doing this right? --≥

Arisotura
Posted on 05-22-17 12:50 PM Link | #83288
well it looks okay here, the borders are hard to distinguish tho


it should be okay in every browser unless you're using cutting-edge features

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

zafkflzdasd

Dilene
Posted on 05-22-17 08:38 PM Link | #83293
Posted by StapleButter
well it looks okay here, the borders are hard to distinguish tho


it should be okay in every browser unless you're using cutting-edge features

I actually removed the borders on the button (and almost everything but the codeblock and the bottom of the topmost quote) and made it "flat" because I wanted a simple but working layout. I'll probably have to install other browsers (or find good portable ones) to test the layout anyway.

____________________
≤!-- Am I doing this right? --≥

Arisotura
Posted on 05-22-17 08:40 PM Link | #83294
I was talking about the borders of the spoiler itself actually-- you know, the dotted border that shows how far it goes.

anyway, your layout's pretty nice :)

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

zafkflzdasd

RanAS
Posted on 05-23-17 08:47 AM Link | #83303
You really don't need to use other browsers to test your layout in as long as you don't use experimental or in-development features. You can search any CSS rule and more in sites like this one to see if it's well supported or not.
"The quieter you become, the more you are able to hear." --Ram Dass

Yami
Posted on 05-23-17 01:14 PM (rev. 2 of 05-23-17 01:14 PM) Link | #83307

RanAS
Posted on 05-23-17 07:04 PM Link | #83309
Posted by Yami
The site is already spying on me...
[thumbnail]

Well...it uses Google Analytics and ipinfo.io, so yeah I guess it is.
"The quieter you become, the more you are able to hear." --Ram Dass

Dilene
Posted on 05-23-17 07:11 PM Link | #83310
Posted by StapleButter
I was talking about the borders of the spoiler itself actually-- you know, the dotted border that shows how far it goes.

anyway, your layout's pretty nice :)

Oh, I removed the borders and used a transparent background to speak for itself... Is it too faint to see?

Posted by RanAS
You really don't need to use other browsers to test your layout in as long as you don't use experimental or in-development features. You can search any CSS rule and more in sites like this one to see if it's well supported or not.

Well, cross-browser button styling is a real drag, like webkit/blink browsers adding an ugly 3px blue border when a button is pressed (that can be styled with more css). And the most "experimental" feature I'm using is styling the text selection.

____________________
≤!-- Am I doing this right? --≥

Arisotura
Posted on 05-23-17 07:58 PM Link | #83314
the border is visible but not a lot, but oh well this will do


also yeah, styling form elements is a shitshow

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

zafkflzdasd

RanAS
Posted on 05-25-17 08:26 AM Link | #83336
Posted by Dilene
Well, cross-browser button styling is a real drag, like webkit/blink browsers adding an ugly 3px blue border when a button is pressed (that can be styled with more css). And the most "experimental" feature I'm using is styling the text selection.

spoiler>button:focus {outline: none;}

Though I will agree form elements on different browsers can be quite a pain, I've had some trouble with that already (most of all <input type="number">). ::selection is usually well-supported even though it's not in any CSS specification anymore for some reason.
"The quieter you become, the more you are able to hear." --Ram Dass

iyenal
Posted on 10-07-17 05:12 PM Link | #90169
Isn't dangerous to let users make their custom layout in HTML,JS... ?
It is possible to run with it many security flaws, to access shell for example.

____________________
[image][image]
"I failed in some subjects in exam, but my friend passed in all. Now he is an engineer in Microsoft and I am the owner of Microsoft." -Bill Gates

Jamie
Posted on 10-07-17 05:15 PM Link | #90171
Posted by iyenal
Isn't dangerous to let users make their custom layout in HTML,JS... ?
It is possible to run with it many security flaws, to access shell for example.

Dangerous HTML tags like script and iframe are automatically filtered...

shibboleet
Posted on 10-07-17 06:15 PM Link | #90173
Posted by iyenal
Isn't dangerous to let users make their custom layout in HTML,JS... ?
It is possible to run with it many security flaws, to access shell for example.

javascript isn't allowed. HTML itself is relatively harmless.

____________________
a

iyenal
Posted on 10-07-17 06:19 PM Link | #90174
Yes, but HTML can open a breach, for example a corrupted GIF or another file...

____________________
[image][image]
"I failed in some subjects in exam, but my friend passed in all. Now he is an engineer in Microsoft and I am the owner of Microsoft." -Bill Gates

Dilene
Posted on 10-07-17 06:34 PM Link | #90177
Posted by iyenal
Yes, but HTML can open a breach, for example a corrupted GIF or another file...

You can make some real weird stuff with svg files, though. HTML itself is harmless if you filter the tags and attributes that do the bad stuff...or crash IE, but that browser crashes if you look at it the wrong way anyway.

____________________
≤!-- Am I doing this right? --≥

shibboleet
Posted on 10-07-17 06:35 PM Link | #90178
Posted by iyenal
Yes, but HTML can open a breach, for example a corrupted GIF or another file...

..."itself"

____________________
a
Pages: 1 2 3 4 5 6 7 8

Main - Site help, bug reports, suggestions - How to make a post layout! Hide post layouts | New reply

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