Replies

Jul 18, 2019 6 years ago
Chansey
caught them all
User Avatar
Bucky

Does anyone know where to find the classes and id’s Subeta uses for its CSS? [edit] Found it.

Jul 18, 2019 6 years ago
Elementary, my dear
Written
User Avatar

The Profiles & Graphics Discussion forum is generally very helpful. In particular, here are some topics you might find useful:

[topic not found] [topic not found]

Also, if you use Chrome, you can right click and "View Source Code" (or whatever the option says - mine's in Russian right now so I don't remember the exact English verbiage) and can search the coding that is already there. You can even do this from a phone browser by putting "view-source:" in the URL before the http.

There's a lot in the coding that isn't useful to a profile coder, but if you ctrl+f for WCO, this will take you to the adoption date, and the coding starts just a smidge above that. :)

The past is written, but the future is left for us to write. ~ Picard

Jul 18, 2019 6 years ago
Chansey
caught them all
User Avatar
Bucky

Thank you (: Thats going to be useful.

Jul 18, 2019 6 years ago
Elementary, my dear
Written
User Avatar

Oh good! I'm glad you found some stuff on your own too. :)

The past is written, but the future is left for us to write. ~ Picard

Jul 18, 2019 6 years ago
Frenchi
is hopelessly romantic
User Avatar
Vivisect

chrome and firefox both have an "inspect" feature (also called "inspect element") accessed by right-clicking anywhere on the page. this pulls up a console panel either on the side or bottom of your screen that allows you to view the page's source code. the console also has an icon on its top left corner that looks like a cursor over a rectangle; clicking this will enable you to hover over any element on the page and see what it's called. on mac, the shortcut to access this feature is shift-cmd-C, and it's a staple of my coding process on all sites.

Please log in to reply to this topic.