This is a read-only archive of the old Scratch 1.x Forums.
Try searching the current Scratch discussion forums.

#1 2011-09-02 08:18:59

scimonster
Community Moderator
Registered: 2010-06-13
Posts: 1000+

Countering {display:none} with Stylish.

So I found out that the archives forums are still right there on the forum home, but they're hidden with {display:none;}.
Title.

Offline

 

#2 2011-09-02 14:55:16

JSO
Community Moderator
Registered: 2007-06-23
Posts: 1000+

Re: Countering {display:none} with Stylish.

Yup. I you really want them, you could add a counter 'display: block'.


http://oi48.tinypic.com/2v1q0e9.jpg

Offline

 

#3 2011-09-02 16:50:03

LS97
Scratcher
Registered: 2009-06-14
Posts: 1000+

Re: Countering {display:none} with Stylish.

JSO wrote:

Yup. I you really want them, you could add a counter 'display: block'.

don't forget the ending "!important" or it won't work  wink

Offline

 

#4 2011-09-03 14:07:12

scimonster
Community Moderator
Registered: 2010-06-13
Posts: 1000+

Re: Countering {display:none} with Stylish.

LS97 wrote:

JSO wrote:

Yup. I you really want them, you could add a counter 'display: block'.

don't forget the ending "!important" or it won't work  wink

What does "!important" do?
I did that, why isn't it working? :S

Code:

@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("scratch.mit.edu") {
div.postsignature{
overflow: visible !important;
max-height: none !important;
}
div.idx4 {
display: block !important;
}
}

Offline

 

#5 2011-09-07 03:18:24

scimonster
Community Moderator
Registered: 2010-06-13
Posts: 1000+

Re: Countering {display:none} with Stylish.

Oh, I got it.  tongue  Notice I had .idx4 instead of #idx4.

Offline

 

#6 2011-09-07 05:13:14

Harakou
Community Moderator
Registered: 2009-10-11
Posts: 1000+

Re: Countering {display:none} with Stylish.

Closed by request of owner.


http://www.blocks.scratchr.org/API.php?action=random&return=image&link1=http://i.imgur.com/OZn2RD3.png&link2=http://i.imgur.com/duzaGTB.png&link3=http://i.imgur.com/CrDGvvZ.png&link4=http://i.imgur.com/POEpQyZ.png&link5=http://i.imgur.com/ZKJF8ac.png

Offline

 

Board footer