Replies

Aug 29, 2016 9 years ago
Magpie_816
will put a spell on you
User Avatar

Thank you for all the awesome CSS ❤

come take a look at this there might be something you can use :)

Aug 29, 2016 9 years ago
Sorcerer
is a worthy opponent
User Avatar
Forsake

Cheers, makes me happy that people are using this stuff! :D

[font=Cambria]Useful Custom CSS[/font]

Aug 30, 2016 9 years ago
Adventure Captain
Lamias
User Avatar

Just what I needed! thank you :) thanks for pinging me

[tot=Lamias] - [flower=Lamias]

Sep 21, 2016 9 years ago
Go home
Julie
you're drunk
User Avatar

Is there a CSS for my shop's Quick Stock has doubled in width. Thank you for any assistance you can give me.


Forum Art by
Signature Art by

Sep 21, 2016 9 years ago
Sorcerer
is a worthy opponent
User Avatar
Forsake

Could you share a screenshot? :)

[font=Cambria]Useful Custom CSS[/font]

Sep 21, 2016 9 years ago
Go home
Julie
you're drunk
User Avatar

SPOILER (click to toggle) [URL=http://s637.photobucket.com/user/julie_tomoko/media/D43BD46C-E0A6-4BAA-BB28-8949ED5033E0_zpsyn4fzvvi.png.html][IMG]http://i637.photobucket.com/albums/uu93/julie_tomoko/D43BD46C-E0A6-4BAA-BB28-8949ED5033E0_zpsyn4fzvvi.png[/IMG][/URL]

Thank you for any assistance.


Forum Art by
Signature Art by

Sep 22, 2016 9 years ago
Sorcerer
is a worthy opponent
User Avatar
Forsake

Yeah you can cut down on the spacing between all the stuff to make it thinner, but it's not broken or overflowing the screen or anything, seems fine how it is…?

[font=Cambria]Useful Custom CSS[/font]

Sep 22, 2016 9 years ago
Go home
Julie
you're drunk
User Avatar

Yeah I just want it thinner. It's fine the way it is but when I'm on my iPhone it just takes longer to scroll down.


Forum Art by
Signature Art by

Sep 22, 2016 9 years ago
Sorcerer
is a worthy opponent
User Avatar
Forsake

Let me know if this helps a little. That's about all I can do without breaking the table D: -grid .ui.celled.grid > .column:not(.row), .ui.celled.grid > .row > .column {padding:.25em 0;} -grid .eight.wide.column {width:40% !important;}

[font=Cambria]Useful Custom CSS[/font]

Sep 22, 2016 9 years ago
Go home
Julie
you're drunk
User Avatar

Thank you so much. Way better.


Forum Art by
Signature Art by

Sep 25, 2016 9 years ago
Helly
will put a spell on you
User Avatar

i'm not sure if this is the right place to be posting this or not, but i'm looking for the CSS for any of subeta's default themes so i can edit the code and swap out images and colours with images and colours of my own that i find more aesthetically pleasing (i'm desperate to make subeta entirely pink and sparkly haha). i'm unschooled when it comes to coding though so i'm not confident on writing my own from scratch, hence the need for the default CSS so i can tweak!

if anyone could point me in the right direction that'd be much appreciated :) please ping me if you have any useful information!

Sep 25, 2016 9 years ago
Sorcerer
is a worthy opponent
User Avatar
Forsake

Sure! You can check the page's source code to find .css files. For example: /styles/global.css AKA: https://subeta.net/styles/global.css and: https://subeta.net/layouts/delphi/scheme.css

You can search for an unminify tool online, and copy/paste the code in the css files to make it more readable. ——— That's how to you can read through the files, but for actually changing things, it's easier to use use your browser's developer tools (or install the firebug addon) because they can view and edit the code live. If you're trying to learn about the tools or addon, you only need to know about the basics: html and css views. Most important is the inspect tool, it lets you click somewhere and see what styles are applied there.

If you get stuck it's super easy to find CSS help even with vague Google searches.

Not super detailed but I hope it helps you get started!

[font=Cambria]Useful Custom CSS[/font]

Sep 26, 2016 9 years ago
Helly
will put a spell on you
User Avatar

thank you!! i've managed to code it pretty close to how i imagined, but there are just a few things left over :)

i'm not sure what code i'm looking for to change the bookmark tabs, or the blue font on the main frame of the site? :)

the code for the arctic theme (which i'm basing mine off of) is reeeally outdated and very cluttered, there's lots and lots and lots of obsolete images plastered in that i've never even seen being used, like

Sep 26, 2016 9 years ago
Scorpio
is entitled
User Avatar

Omg, your CSS looks so cute!! =D I think this is what you need: .bookmark { background-color: ; }I have my Bookmarks color changed as well, so this should do it~ [i color picked from your image to match, but just edit HEX to your preference~]

Art by ~ Sig by ~

Sep 26, 2016 9 years ago
Helly
will put a spell on you
User Avatar

omg thank you so much!! and thank you for the code, it worked perfectly! <3 just the font now... after so long of murky teal i'm so excited to see dusty pink or something lol!

Sep 26, 2016 9 years ago
Scorpio
is entitled
User Avatar

You're welcome! <3 Could you screenshot/point me to the exact font in particular? I can dig around to see if I can figure it out~

Art by ~ Sig by ~

Sep 26, 2016 9 years ago
Helly
will put a spell on you
User Avatar

sure thing! it's stuff like this:

(and also like, when we "@" eachother on the forums, our usernames are the same teal colour!

Sep 26, 2016 9 years ago
Scorpio
is entitled
User Avatar

Okies, thank you~ I have all my links set to the same thing no matter what [hovering, clicked, etc], so this might be something you'd want to play around with, but here's mine! X3 a:link, a:active, a:visited, a:hover, div#forum_wrapper a, div#forum_wrapper a:link, div#forum_wrapper a:active, div#forum_wrapper a:visited, div#forum_create a:link, div#forum_back a:link { color: ; }Hope it helps! ^_^

Art by ~ Sig by ~

Sep 26, 2016 9 years ago
Helly
will put a spell on you
User Avatar

thank you that's perfect!!! <3 all that's left is the tiny number next to the events section in the side bar- that part is still teal, do you know what the code is to change it? :D

edit: oh and these bits!

Sep 26, 2016 9 years ago
Scorpio
is entitled
User Avatar

Absolutely! X3 For the BG: -counter-wrapper { background-color: ; }And for the actual number, in case you want that also: -counter { color: ; }

EDIT: And this is for the forums "Posted on:" bars: .ui.tertiary.inverted.segment { background-color: !important; background-image: none!important; }Make sure the "important" parts stay included so it will override Sub's base code. X3

Art by ~ Sig by ~

Please log in to reply to this topic.