Quotes on tempusfugit.me.uk
When I quote directly from a source I use a particular text formatting, the quoted text is presented in a box with a green background and italics.
If you are the legal owner of this text and you feel that I am in violation of any copyright tht you may have over the material please contact the owner of this website and the quote will be removed if this is proven to be the case.
A bulk of quoted material exists on my Local Pages. If you want to re-use any of this please let me know
An example of Quoted Text - Text is also "Clickable"
The Paragraph CSS class for Quoted Text
My old way............
<p class="q">..........</p>
and un-bold text - class="ql"
and inline CSS
Transferring ten minutes of 4K video to a client isn’t easy!
in code:
<i><b><span style="color:green;">Transferring ten minutes of 4K video to a client isn’t easy!</span></b></i>
The <b> ... <b> - bold is optional.
The Evolution of this technique
Originally the text that was quoted was just rendered as green italic text. I even created a class for it.
As I developed other techniques I decided to keep the green theme but as a background in a "left-barred" DIV using the W3.css Framework.