not(input), not(textarea)
- From: Jeff…Relf <Jeff_Relf@xxxxxxxxx>
- Date: 3 Jan 2007 09:58:25 GMT
Oops again ! my last userContent.CSS was, yet again, majorly wrong.
I forgot to make it:
a[target] > b, a[href] > b, a[target], a[href], button
, not(input), not(textarea), a, div, li, ul, h1, h2, h3, h4, h5, h6 {
display: inline !important; margin-right: 1em !important; }
input *, textarea * {
white-space: pre !important; background: rgb( 99, 99, 99 ) !important; }
" not(input), not(textarea) " was key ! !
Previously, I thought omitting the " input " tag
from the first block was enough.
See:
Cotse.NET/users/jeffrelf/userContent.CSS
Searching your hard-drive for " userContent "
will tell you what directory to put userContent.CSS in.
FireFox must be restarted ( to see the change ).
Note, Internet Explorer dosn't respect the " !important " directive...
So I don't respect it. The code follows...
*, select, option {
text-decoration: none !important; text-transform: none !important;
margin: 0 0 0 0 !important;
border: 0 0 0 0 !important; padding: 0 0 0 0 !important;
position: static !important;
width: auto !important; float: none !important;
border-style: none !important; line-height: 110% !important;
letter-spacing: .4px !important; background: black !important;
font: 22px normal Consolas,monospace !important; }
a, div, li, ul, span, table, tr, td, i, b, p, em, tt
, h1, h2, h3, h4, h5, h6, small, strong, .highlight, label
, dd, dl, dt, font, form {
white-space: normal !important;
color: inherit !important; font-style: inherit !important; }
a[target] > b, a[href] > b, a[target], a[href], button
, not(input), not(textarea), a, div, li, ul, h1, h2, h3, h4, h5, h6 {
display: inline !important; margin-right: 1em !important; }
input *, textarea * {
white-space: pre !important; background: rgb( 99, 99, 99 ) !important; }
span[id] { margin-right: 1em !important; }
a[name]:before { content: " --> "; }
i, b, em {
color: rgb( 177, 155, 133 ) !important; }
h1, h2, h3, h4, h5, h6 {
color: rgb( 155, 177, 133 ) !important; }
:focus *, :inactive { background: rgb( 0, 96, 0 ) !important; }
::-moz-selection, span[class="diffchange"]
, span[class="diff-deletedline"], span[class="diff-addedline"] {
color: rgb( 177, 255, 133 ) !important; }
body { color: rgb( 155, 111, 111 ) !important; }
pre { color: rgb( 111, 150, 111 ) !important; }
a[target] > b, a[href] > b, a[target], span[id], a[href], input, button {
color: rgb( 155, 155, 155 ) !important; }
a[target]:visited > b, a[href]:visited > b, a[target]:visited, a[href]:visited
, span[id]:visited, input:visited, button:visited {
color: rgb( 177, 177, 177 ) !important; }
a[target]:hover > b, a[href]:hover > b
, a[target]:hover, a[href]:hover, span[id]:hover, button:hover, input:hover {
color: rgb( 200, 200, 200 ) !important; }
marquee { -moz-binding: none !important; }
.
- Follow-Ups:
- I can hang FireFox on demand.
- From: Jeff…Relf
- Re: not(input), not(textarea)
- From: T Wake
- I can hang FireFox on demand.
- References:
- My Style *** Overrides ( for FireFox ).
- From: Jeff…Relf
- input *, textarea * { display: inline-block !important; }
- From: Jeff…Relf
- My Style *** Overrides ( for FireFox ).
- Prev by Date: Re: Electrostatic field
- Next by Date: Re: My Style *** Overrides ( for FireFox ).
- Previous by thread: Re: input *, textarea * { display: inline-block !important; }
- Next by thread: Re: not(input), not(textarea)
- Index(es):