|
2008-04-07
, 23:15
|
|
Posts: 868 |
Thanked: 474 times |
Joined on Oct 2007
@ Capital District, NY, USA
|
#22
|
|
2008-04-08
, 10:29
|
Posts: 309 |
Thanked: 51 times |
Joined on Apr 2007
|
#23
|
/* Make links bigger by default, can still be overridden by pages */
a { padding: 0.5em; margin: -.4em; }
|
2008-04-09
, 01:56
|
|
Posts: 868 |
Thanked: 474 times |
Joined on Oct 2007
@ Capital District, NY, USA
|
#24
|
/* this is what I'm using now... using the psudeo elements seems to create fewer conflicts with site css files, salt to taste */ a:link, a:visited { padding: 5px; margin: -1px } /* make all sorts of input fields more finger friendly by banishing small textareas, checkboxes, and radiobuttons */ input { min-height: 18px ! important } input[type="checkbox"], input[type="radio"] { min-width: 20px ! important; min-height: 20px ! important; margin: 5px 10px 5px 15px !important }
The Following User Says Thank You to brontide For This Useful Post: | ||
|
2011-04-06
, 16:23
|
|
Posts: 2,427 |
Thanked: 2,986 times |
Joined on Dec 2007
|
#25
|
img[alt="lucas777's Avatar"] { display: none ! important }
The page often renders in a way other than the designer intended. Specifically, frames (is that the right word? chunks of the webpage, like columns) often get lined up one below the other instead of side-by-side. (See, for example, the Homepage of The New York Times.) Usually, I find that a worthwhile trade-off.
What would be nice is if there were an easy way to toggle those settings on and off, switching at will to the original browser settings for userContent.css and prefs.js. (I've kept copies of both original files, but manually switching them out isn't "easy".) Or switching between two different modified sets of those files. Does anybody have the skills to create that option? Are the Brontide changes something that could be used inside a Greasemonkey script and thereby toggled between "Enabled" and "Disabled"?
Also, I pretty much like the enlarged link targets, but sometimes they seem too large and, in a crowded field of links, I find that the link "next door" gets activated instead of the one I was tapping on.
.
. .
Help Save This Forum for N8x0/Diablo Users! Register and Vote for Solution #1 on this Brainstorm. (The Solution will let you see New Posts with any threads you choose -- like the N900 and Maemo5/Fremantle threads -- filtered out.) (To understand the Solution better, see these posts #17, #18, and #19.)