Forum Settings
Forums

[CSS - CLASSIC] Fully-mapped layouts for Firebug w/all CSS selectors

New
May 25, 2010 8:19 PM
#1

Offline
Feb 2010
12687
This topic is part of our Premade Layouts section:
http://myanimelist.net/forum/?topicid=318587

These are layouts for advanced users who want to make their layout from scratch and customize everything exactly how they want with Firebug. Every selector is color-coordinated. For sites and pages I almost always use fully mapped layouts like this first then customize and code everything from here. It is an extremely useful and time-saving tactic for web design.

Here' a tutorial on Firebug:http://myanimelist.net/forum/?topicid=405333

Use this thread with Inspect Element as an easier alternative to Firebug:
http://myanimelist.net/forum/?topicid=1329419

Version I Looks like this and is ready for Firebug, it is more broad than version II with less individual links and tab customization but all the main selectors are colored. I always start with this one.



The code:



Version II Here I updated Version I with an even more broken down version, every single section I could find and target has been color coordinated for Firebug! Its also on my alt account right here: http://myanimelist.net/animelist/ShishiExample


code:
Shishio-kunFeb 18, 2018 11:56 AM
Reply Disabled for Non-Club Members
Nov 20, 2010 8:47 PM
#2

Offline
Aug 2010
28
txs for the mapped list :3
Mar 11, 2012 6:36 PM
#3

Offline
Feb 2010
12687
This has been updated greatly.
Mar 19, 2012 2:25 AM
#4

Offline
Jun 2011
46
So i found somthing interesting.
Didnt know where else to put it so ill leave it here for now.


basicly its a 3D option thats in the beta version of firefox. I'm not sure if you've heard of it already, if so disregard this post.
Anyway you can spin it to any angle you like, here's the idea:
-Download the beta firefox
-right click
-hit 'Q'
-3D button at the bottom

Combined with firebug it might make for a usefull tool somewhat similar to this layout.
Mar 19, 2012 3:45 AM
#5

Offline
Nov 2011
304
lol may be useful when working with z-indexes
Mar 19, 2012 11:35 AM
#6

Offline
Feb 2010
12687
lol wtf its Firefox's secret weapon! That was the most unexpected addition in browser history. I think its cool tho. But I guess they had to come up with a way to say FUCK YOU CHROME!

...PapayaWhip!
Shishio-kunMar 19, 2012 11:41 AM
Mar 19, 2012 12:15 PM
#7

Offline
Nov 2011
304
[offtop: lol am I the only one who sees Chrome only as IE replacement 4 dummies and nothing more? :S]
Mar 20, 2012 11:37 AM
#8

Offline
Feb 2010
12687
I always saw Chrome as filling the hole that jaded Firefox users had because it became very bloated and slower at one point. Some people say nowadays it has too many add-ons now but you can just cut down on the add-ons so I don't see how thats a valid argument lol. Now Chrome seems less necessary as IE stole its style and Firefox is faster than it was a few years ago but not as fast as it was in the glorious early days. But alot of people like Chrome so..
Mar 20, 2012 11:55 AM
#9

Offline
Nov 2011
304
Yeah, the same goes for Opera: you don't have to use full potential of this browser, but if you decide to, the web will be a bit more comfortable 4 u lol. I still have Opera Unite running for file uploading to my PC if e.g. someone asks for a help with C++ task (I've totally switched to dropbox for file sharing for this purposes recently).

I think that things that will keep Chrome alive are:
1) Google ads
2) Habit
3) n00bs in web
Mar 20, 2012 12:20 PM

Offline
Feb 2010
12687
Well Chrome is a good balanced browser, and just the Google name alone will leave it alive permanently, cuz I can't see Google ever dying.

However it annoys me how Google tries to do everything tho. Gmail, the browser, and the search engine at the only things they did right imo, things like Google Plus are just annoying and unnecessary and I don't see why they're forced on me just cuz I use GMail.

Its reminds me of Walmart trying to make an imitation of every product but not as bad. Sure the Walmart brand hamburgers are good- but then they try to copy Mountain Dew which is PERFECT. No wonder my Walmart doesn't have room to carry caffeine-free Mountain Dew or Mello Yello, they have to blow space on the 1000 Walmart colas!
Mar 20, 2012 12:23 PM

Offline
Nov 2011
304
Oh, you know, I think of myself as of a power user at least and... (hate inside, you have been warned)


Lol I don't like their browser either. Google Docs is quite useful for me though.
Mar 20, 2012 3:08 PM

Offline
Jun 2011
46
Someone is upset.
Who would want caffeine free mountain dew anyway?
Aug 28, 2012 10:10 PM

Offline
Oct 2010
71
Using these codes


How could one insert a background image to each of the seperate #, anime, rating, etc. header sections? I tried using the usual background/background-image code and threw in the !important code but it doesn't work, though it *should* be possible to considering you can change the bacground color and the header completely simply using the .table_header section (though this just cuts off the image at individual sections 30px, 480px, 45px, 50px, 70px, and 125px and it doesn't look good).
Aug 28, 2012 11:27 PM

Offline
Apr 2012
181
@omarssikins

in each .table_header:nth-of-type(n)(where n is the number of column, 1 for #, 2 for Anime Title, 3 for Score...), just add:

background-image: url("http://url.of.the.image.png.or.wharever");
background-repeat: no-repeat; //if you don't want the image repeat.
background-size: width [height];
Aug 29, 2012 8:13 AM

Offline
Feb 2010
12687
erlbaum said:
Someone is upset.
Who would want caffeine free mountain dew anyway?


lol just noticed this. I love the taste! But despite being in my twenties and "old" (phhhbt) I still have the energy of a 5-year old, so giving me any caffeine is like giving Peter crystal meth.

Aug 29, 2012 3:03 PM

Offline
Oct 2010
71
al_exs said:
@omarssikins

in each .table_header:nth-of-type(n)(where n is the number of column, 1 for #, 2 for Anime Title, 3 for Score...), just add:

background-image: url("http://url.of.the.image.png.or.wharever");
background-repeat: no-repeat; //if you don't want the image repeat.
background-size: width [height];


I already used that code. Perhaps im not putting the codes in the correct area (putting it all the way at the end like in the code list), but it's not displaying the image but rather a blank spot where it's meant to go. This is the code outline im working with:



Im thinking it's where im putting it but I tried moving it to the .table_header area and still the same thing.

Shishio-kun said:
erlbaum said:
Someone is upset.
Who would want caffeine free mountain dew anyway?


lol just noticed this. I love the taste! But despite being in my twenties and "old" (phhhbt) I still have the energy of a 5-year old, so giving me any caffeine is like giving Peter crystal meth.



No beer and no tv make Homer go crazy.
Aug 29, 2012 3:17 PM

Offline
Apr 2012
181
Check the last part:

td.table_header:nth-of-type(1) {
background-image: url ("http://i553.photobucket.com/albums/jj397/omarssikins/30px.png");
background-repeat: no-repeat;
background-size: 300px;
{

I see a space un the url:
url ("... your code
url("... correct code
Aug 29, 2012 9:36 PM

Offline
Oct 2010
71
al_exs said:
Check the last part:

td.table_header:nth-of-type(1) {
background-image: url ("http://i553.photobucket.com/albums/jj397/omarssikins/30px.png");
background-repeat: no-repeat;
background-size: 300px;
{

I see a space un the url:
url ("... your code
url("... correct code


Foiled by a mere space. <_< Thanks for the help.
May 9, 2016 2:21 AM

Offline
Jun 2015
5812
awww, thanks you very much for it :)
Signature removed. Please follow the signature rules, as defined in the Site & Forum Guidelines.
Reply Disabled for Non-Club Members

More topics from this board

» ❓ Ask for help here + See Frequently Asked Questions ( 1 2 3 4 5 ... Last Page )

Shishio-kun - Apr 15, 2010

7924 by Shishio-kun »»
Today, 1:50 AM

» [CSS - Modern] 🍰 Clarity by V.L ( 1 2 3 4 5 ... Last Page )

Valerio_Lyndon - Apr 19, 2018

1262 by Shishio-kun »»
Sep 22, 4:35 AM

» [CSS - MODERN] ⚡️ Fully-Customizable Layouts (2024 updates!) ( 1 2 3 4 5 ... Last Page )

Shishio-kun - Jul 21, 2017

382 by Shishio-kun »»
Sep 22, 4:29 AM

Sticky: » [ BBCODE ] All 2023 BBcodes, Guides, and Templates ( 1 2 )

Shishio-kun - Feb 16, 2023

57 by Shishio-kun »»
Sep 22, 4:27 AM

Sticky: » [ SIGNATURES ~ PROFILES] All guides, generators, and templates

Shishio-kun - Feb 16, 2023

31 by Shishio-kun »»
Sep 22, 4:14 AM
It’s time to ditch the text file.
Keep track of your anime easily by creating your own list.
Sign Up Login