[OUTDATED] ★ Tetra's CSS Guide ★
Posted 2020-11-22 19:48:23 (edited)
@SavageWolffSoul Do you mean on mobile? While I wouldn't advise coding on mobile, I did make a mobile app recommendation earlier, for this app in particular, and there seem to be other alternatives on the Play store underneath similar apps. Assuming you still have access to desktop, you should also check out my Stylus minitutorial since Stylus' editor would also work just nicely, and you'd just need the basic functions of default Notepad to save your work. |
*barks at you* #202 |
Posted 2020-11-22 20:09:21
Update on my end: The fact that I'm on a school-issued Chromebook as my only laptop makes it hard because I can't really get the extensions I'd need. The site I found my cursor on has coding to copy and paste, so I'll try that for now. |
🐸FireyKitty (chatsmol)🔥 #17226 |
Posted 2020-11-22 20:23:53
@ tεtra ----- Hmm, try W3 schools' "try it" function? |
Spibs #12219 |
Posted 2020-11-29 18:56:32
Question: Does the custome CSS only show up on the profile page or can you somehow code it to show up everywhere on the site. I’m trying to create a dark theme because I have sensitive eyes and not sure if there’s anyway to make the code appear everywhere |
🐺🌺𝓣𝔀𝓲𝓵𝓲𝓰𝓱𝓽🌺🐺 #9486 |
Posted 2020-11-29 19:09:54
@🐺Amber Moon🐺 For native site-wide CSS you can use the Stylus extension to create/download CSS styles working on all sites under the URL wolvden.com, and fortunately there are some resources in this thread and this thread where you can install a usermade Wolvden darkmode, or even make/edit your own. Also @Spibs I can't believe I forgot to respond to that but no worries about overstepping! The extra help is appreciated :3 |
*barks at you* #202 |
Posted 2020-11-29 19:28:04
@Tetra Cool I’ll check those out. Thanks this guild is very intresting. I been itching for something new to do because I feel my brain needs a mental challenge. I’ll go play around with code for the next couple of hours now❤️🐺 |
🐺🌺𝓣𝔀𝓲𝓵𝓲𝓰𝓱𝓽🌺🐺 #9486 |
Posted 2020-11-30 09:14:08 (edited)
I don't know why my CSS has just stopped importing fonts? For example I'm trying to import this font from google, and I'm using the code: And I use this code in the CSS;
but it just never shows that font, it only does the basic cursive. This happens with literally every cursive (or other family) font I try to do. It just picks the basic font family but not the font I'm actually importing |
Kaliyana #1103 |
Posted 2020-11-30 12:16:10
@Kaliyana The reason the basic Cursive font is continuously being used is because the cursive phrase following your 'Stardos Stencil' (or other 'custom font here') value is a fallback font - that is, when the first font doesn't work it switches to basic cursive - which means your font import doesn't seem to be working. This is a weird problem, because when I tried your code the import worked fine on my end... so the issue might be with formatting. For the sake of comparing formatting, here is how my sample working code looks; remember that the @import rule must be placed above all other CSS on its own line. |
*barks at you* #202 |
Posted 2020-12-04 14:13:52
Do you have a template for CSS layouts for threads? Or will it work mostly the same (except thin related to pack page only) |
tacobell101921 #18615 |
Posted 2020-12-04 14:19:10
@tacobell101921 Thread code is quite different since it requires HTML and tables, and the styling CSS is formatted inline instead of written out on a file. My guide is unfortunately not compatible with thread coding, nor do I serve thread templates :( |
*barks at you* #202 |