Skip navigation.

Anouncements !!!


Am using fedora 11 !

Hey CSS MAdnessRuby On Rails

Comments

Amnith 10. September 2009, 18:13

IMO, Ubuntu > Fedora. Could be that Fedora 11 (I stopped using it at FC3 or something) is better than before, but still I like Debian's package system (which Ubuntu is based upon). :smile:

Trinox3 10. September 2009, 19:46

ya i knw bt theres a apt plugin for fedora now...

Amnith 10. September 2009, 21:13

I tried it in its beta stages, but it felt slow and incomplete. It might be better now, though. I never really cared much for yum, but those that use it well says that it's awesome.

Personally, I'm quite fond of Gentoo's emerge or it's C "port" paludis which is faster. Though... You'd have to compile everything from scratch, but it'll make the software run better on your computer. Big stuff such as X, GNOME, KDE and other window managers might get a speed boost, but... :smile:

Trinox3 10. September 2009, 21:31

the new one is called PackgeKit

Trinox3 10. September 2009, 21:31

wow....dts awesome

Amnith 11. September 2009, 10:03

Originally posted by Trinox3:

wow....dts awesome


What? :smile:

Trinox3 11. September 2009, 14:01

the gentoo buildup n the performance u described.

Trinox3 12. September 2009, 00:04

sorry my bad english...i meant wen u told me bout the performance boost with gentoo...i den said wow awesome...i like fedora 11 its kul...bt am bk on ubuntu stil cant stay far away from big brown i like it since the day hav used it.....

Amnith 12. September 2009, 08:00

No, I understand you perfectly. I just didn't see the context of your awesome comment. It's easier to follow the thread if you quote the comment you are replying to (if the comment is not the one directly above) :-)

Have a nice weekend!

Trinox3 12. September 2009, 10:18

Originally posted by amnith:

No, I understand you perfectly. I just didn't see the context of your awesome comment. It's easier to follow the thread if you quote the comment you are replying to (if the comment is not the one directly above) :-)

Have a nice weekend!



lol.....thanks....sorry for my bad blog ethics...lol

Trinox3 12. September 2009, 10:19

what u tink of this blog css...nids work ehn?

Amnith 12. September 2009, 10:35

Yeah, it's good! :yes:

Although, shifting all links to the right can be a bit disturbing when trying to select a smiley (just noticed) :smile:

Trinox3 12. September 2009, 10:49

true very true.....wonder how i can exclude the smiley from being affected i dnt tink there allow me to use java script on myopera here...or do u knw any css code dt can help me do dt

Amnith 12. September 2009, 12:53

#smilies a:hover { padding-left: 0px !important; }


Should do the trick :smile:

Trinox3 12. September 2009, 17:59

tanks..... sorry to ask i knw the operator ! means not...but here is it saying !important as in very important n overide former property or its the opposite

Amnith 12. September 2009, 18:42

!important is the override "operator" for CSS. !important does mainly two things:
- If you have any underlying elements that matches, it will override them.
- It overrides any current style to the element.

Say that you have the structure:
div
ul
li
a
/li
/ul
/div

if you write:

div a { color: red; } it won't work, as there's no directly underlying a to the div. However, div ul li a will. You can however force the div a to work, by putting: div a { color: red !important; }.

If you have the following CSS structure:

div ul li a {
color: blue;
}

div a {
color: red;
}


The a will be blue, but if you have

div ul li a {
color: blue;
}

div a {
color: red !important;
}


it will be red.

It's also worth noting that if you have:

div a {
color: red !important;
}

div ul li a {
color: blue;
}

The result will still be red, as !important overrides any lesser colors, even though they are written after.

I hope this was of any clarification to you. Cheers!

Trinox3 12. September 2009, 18:51

thanks...very much it was clerified...i havnt seen that operator used...i guess i have a long way to go n hae being busy learning ruby on rails so havnt had time for more css tricks n such..but thanks n i truely appreciate it..u awesome!

Write a comment

You must be logged in to write a comment. If you're not a registered member, please sign up.

Download Opera, the fastest and most secure browser
November 2009
M T W T F S S
October 2009December 2009
1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30