| Shining Wing Shyguy Level: 18 ![]() Posts: 5/84 EXP: 25748 For next: 4149 Since: 04-01-19 Pronouns: she/her From: Nova Scotia, Canada Since last post: 55 days Last activity: 27 days |
|
||
| Hi, so I'm trying to figure out how to do post layouts. I'm trying to use a <style> tag since I can't even begin to figure out inline styles (I basically know no HTML, only CSS for stuff like Stylus), but I'm clearly having difficulties here... the biggest problem is that I think I'm trying to theme the wrong things...? I'm trying to theme general elements that just end up hitting the site body and such without actually theming the post itself... I have no idea what I'm actually supposed to be doing with this. Here's the stuff I put together anyway... I really have no idea what I need to change to have this theme the actual post Here's the HTML/CSS I have: <style> @import url('https://fonts.googleapis.com/css?family=Roboto|Roboto+Mono'); body { font-size: 14; margin: 24px; font-family: Roboto, Verdana; background: #212121; } .fonts { font-size: 12px; font-family: Roboto, Verdana, sans-serif; color: rgba(255,255,255,0.60); } blockquote { margin: 16px 0px; border-left: 2px solid #FF4081; padding: 12px 24px 8px 24px; background-color: #424242; border-radius: 2px; } blockquote>hr { border-width:0; margin: 4px 0px } a { color: #FF80AB; } a:visited { color: #FF4081; } code { font-family: 'Roboto Mono', monospace; } </style> Note that I run this through a minify tool which strips out the line breaks and such before I use this on the site, so ignore those. I just feel super confused by this... I'd really appreciate any help in figuring out how to make this work as a post layout ![]() |














