Site Tools


notes:css_cheat_sheet

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
notes:css_cheat_sheet [2026/06/06 18:41]
47.245.114.188 old revision restored (2026/06/03 02:21)
notes:css_cheat_sheet [2026/06/07 18:08] (current)
216.73.217.92 old revision restored (2026/06/07 03:35)
Line 70: Line 70:
 ==== CSS Border/List Properties ==== ==== CSS Border/List Properties ====
   * Border properties examples (btlr=bottom/top/left/right. An outline occurs outside of the border. <code html>   * Border properties examples (btlr=bottom/top/left/right. An outline occurs outside of the border. <code html>
-border-style: medium/solid/double/groove/dotted/ +border-style: medium/solid/double/groove/dotted/dashed/inset/outset;
-  dashed/inset/outset;+
 border-btlr: width style color ; border-btlr-style border-btlr: width style color ; border-btlr-style
 border-width:5px ; border-btlr-width: thick border-width:5px ; border-btlr-width: thick
Line 124: Line 123:
 p > em:first-child { } ; p:first-child em { } p > em:first-child { } ; p:first-child em { }
 </code> </code>
-  * Pseudo elements are dynamic elements <code html> 
-p:first-letter {} ; p:first-line {} ; 
-h1:before {} ; h1:after {} ;</code> 
-  * Misc Properties <code html> 
-opacity:0.4; (for firefox) 
-filter:alpha(opacity=40) (for IE) 
-onmouseover="this.style.opacity=1; 
-  this.filters.alpha.opacity=100" 
-onmouseout="this.style.opacity=0.4; 
-  this.filters.alpha.opacity=40" 
- 
-cursor:deflt/cursor/pointer/move/wait/help/text/crosshair</code> 
notes/css_cheat_sheet.1780796505.txt.gz · Last modified: 2026/06/06 18:41 by 47.245.114.188