<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=windows-1252">
</head>
<body smarttemplateinserted="true" text="#000000" bgcolor="#FFFFFF">
<div id="smartTemplate4-template">Aceman,
<br>
<br>
that's literally the first time I heard about this. It would be
good (accept it will still affect quoted material if you paste
quotations, but that's probably not such a big problem)...<br>
<br>
Axel<br>
<br>
-- <br>
<style type="text/css">
.myName:hover, .myName a:hover { font-size:13pt; text-shadow: 3px 3px 4px rgba(200,250,200,0.7);}
.moz-signature {opacity: 1.0 !important;}
.myName a { cursor: pointer !important; transition:font-size 0.5s;}
.myLogo {
transition: all .4s ease-out;
}
/*
.myLogo:not(:hover) {
-moz-animation-delay: 1s;
-moz-animation-duration: 3s;
-moz-animation-name: qfIconRotateX;
-moz-animation-iteration-count: infinite;
}
*/
.myLogo:hover {
transform: scale(3) translate(-30px,-5px);
}
@keyframes qfIconRotateX {
from { transform: rotateX(0deg); }
to { transform: rotateX(359deg); }
}
</style>
<div id="mySignature" style="width: 65%; padding: 0.8em 1.2em;
font:x-small verdana; color: #444; box-shadow: 4px 4px 9px -2px
rgba(0,0,0,0.65); border-radius: 1em; padding: 0.4em 2em;
border: 1px dashed #444; background: rgb(230,240,163);
background: linear-gradient(to bottom, rgba(230,240,163,1)
0%,rgba(210,230,56,1) 50%,rgba(195,216,37,1)
51%,rgba(219,240,67,1) 100%);">
<b class="myName" style="text-shadow: 1px 1px 2px #DDD;
transition:font-size 0.5s;"><a
href="mailto:axel.grude@gmail.com">Axel Grude</a></b>
<br>
Software Developer
<br>
Thunderbird Add-ons Developer
<span style="color:#666666; font-size:xx-small">(QuickFolders,
quickFilters, QuickPasswords, Zombie Keys, SmartTemplate4)</span>
<br>
AMO Editor <img style="margin-top: 1em; float: right;
box-shadow: 1px 1px 2px rgba(20, 20, 20, 0.4);"
moz-do-not-send="false" class="myLogo"
src="cid:part2.08000604.04070706@gmail.com" alt="Get
Thunderbird!" height="15" width="94">
</div>
</div>
<div id="smartTemplate4-quoteHeader">
<style type="text/css">
#newHeader b { font-weight:bold; color: #990033; }
</style><br>
<blockquote type="cite" style="margin-bottom: -30px !important;
padding-bottom:30px !important;">
<div id="newHeader" style="font-size: x-small; padding:1em;
background-color:rgba(220,220,240,0.4); border-radius:3px;"> <b>Subject:</b>
Re: The infamous Mozilla core editor<br>
<b>To:</b> <a class="moz-txt-link-abbreviated" href="mailto:axel.grude@gmail.com">axel.grude@gmail.com</a>, <a class="moz-txt-link-abbreviated" href="mailto:brong@fastmail.fm">brong@fastmail.fm</a>,
<a class="moz-txt-link-abbreviated" href="mailto:tb-planning@mozilla.org">tb-planning@mozilla.org</a> <br>
<b>From: </b>Aceman<br>
<b>Sent: </b>Monday, 09/03/2015 12:47:57 12:47 GMT ST +0000
[Week 10]<br>
</div>
</blockquote>
</div>
<blockquote class=" cite" id="mid_20150309134757_E171BD64_atlas_sk"
cite="mid:20150309134757.E171BD64@atlas.sk" type="cite">
<pre wrap="">______________________________________________________________
> Od: Axel Grude <a class="moz-txt-link-rfc2396E" href="mailto:axel.grude@gmail.com"><axel.grude@gmail.com></a>
> Komu: Bron Gondwana <a class="moz-txt-link-rfc2396E" href="mailto:brong@fastmail.fm"><brong@fastmail.fm></a>, <a class="moz-txt-link-rfc2396E" href="mailto:tb-planning@mozilla.org"><tb-planning@mozilla.org></a>
> Dátum: 09.03.2015 13:33
> Predmet: Re: The infamous Mozilla core editor
>
>> *Subject:* Re: The infamous Mozilla core editor
>> *To:* <a class="moz-txt-link-abbreviated" href="mailto:axel.grude@gmail.com">axel.grude@gmail.com</a>, <a class="moz-txt-link-abbreviated" href="mailto:tb-planning@mozilla.org">tb-planning@mozilla.org</a>
>> *From: *Bron Gondwana
>> *Sent: *Monday, 09/03/2015 12:00:19 12:00 GMT ST +0000 [Week 10]
>> On Mon, Mar 9, 2015, at 09:04 PM, Axel Grude wrote:
>> I think that CSS is generally a bad idea where your content is likely to be embedded
>> somewhere else (webmail or even just a UI which uses HTML itself on a desktop).
>> The problem with CSS can be spelled out in two words: global variables. Styles are
>> global variables, and even if you prefix them with something unique, anybody
>> consuming your content is required to validate all your names to make sure they
>> don't tread on not only anything in the surrounding code, but also any other
>> messages which are being rendered in the same context. It's a horror.
>well there is the child selector (>) so maybe this could be used to somewhat alleviate
>this. But another problem is that if you quote and your style definitions happen to be
>in an area you "snip out" you have the added problem of potentially losing your
>styles. So Composer needs to keep track of these and move them around.
>
>> If only there was a way to specify styles as being lexically namespaced to a DIV -
>> you could just wrap your email in a DIV, set styles on it, and use them inside to
>> your heart's content, with simple short names or just style the existing semantic tags.
Isn't this what "scoped" <style> is for? <a class="moz-txt-link-freetext" href="http://www.w3schools.com/tags/att_style_scoped.asp">http://www.w3schools.com/tags/att_style_scoped.asp</a>
Despite of what the page indicates, I have also seen IE support <style> placed inside <body>, even without the "scoped" attribute.
.
</pre>
</blockquote>
<br>
<br>
</body>
</html>