- Timestamp:
- 02/19/05 04:10:03 (15 years ago)
- Location:
- trunk/examples
- Files:
-
- 5 added
- 19 deleted
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/examples/custom.css
- Property svn:keywords set to LastChangedDate LastChangedRevision LastChangedBy HeadURL
r1 r14 1 /*--------------------------------------:noTabs=true:tabSize=2:indentSize=2:-- 2 -- CSS plugin example CSS file. This file is used by full_example.js 3 -- when the CSS plugin is included in an auto-generated example. 4 -- @TODO Make this CSS more useful. 5 -- 6 -- $HeadURL$ 7 -- $LastChangedDate$ 8 -- $LastChangedRevision$ 9 -- $LastChangedBy$ 10 --------------------------------------------------------------------------*/ 11 1 12 body { background-color: #234; color: #dd8; font-family: tahoma; font-size: 12px; } 2 13 -
trunk/examples/dynamic.css
- Property svn:keywords set to LastChangedDate LastChangedRevision LastChangedBy HeadURL
r1 r14 1 p { 1 /*--------------------------------------:noTabs=true:tabSize=2:indentSize=2:-- 2 -- DynamicCSS plugin example CSS file. Used by full_example.js 3 -- when the DynamicCSS plugin is included in an auto-generated example. 4 -- @TODO Make this CSS more useful. 5 -- 6 -- $HeadURL$ 7 -- $LastChangedDate$ 8 -- $LastChangedRevision$ 9 -- $LastChangedBy$ 10 --------------------------------------------------------------------------*/ 11 12 p { 2 13 FONT-FAMILY: Arial, Helvetica; 3 14 FONT-SIZE: 9pt; … … 6 17 } 7 18 8 p.p1 { 19 p.p1 { 9 20 FONT-FAMILY: Arial, Helvetica; 10 21 FONT-SIZE: 11pt; … … 13 24 } 14 25 15 p.p2 { 26 p.p2 { 16 27 FONT-FAMILY: Arial, Helvetica; 17 28 FONT-SIZE: 13pt; … … 20 31 } 21 32 22 div { 33 div { 23 34 FONT-FAMILY: Arial, Helvetica; 24 35 FONT-SIZE: 9pt; … … 27 38 } 28 39 29 div.div1 { 40 div.div1 { 30 41 FONT-FAMILY: Arial, Helvetica; 31 42 FONT-SIZE: 11pt; … … 34 45 } 35 46 36 div.div2 { 47 div.div2 { 37 48 FONT-FAMILY: Arial, Helvetica; 38 49 FONT-SIZE: 13pt; -
trunk/examples/stylist.css
- Property svn:keywords set to LastChangedDate LastChangedRevision LastChangedBy HeadURL
r1 r14 1 /*--------------------------------------:noTabs=true:tabSize=2:indentSize=2:-- 2 -- Stylist plugin example CSS file. Used by full_example.js 3 -- when the Stylist plugin is included in an auto-generated example. 4 -- 5 -- $HeadURL$ 6 -- $LastChangedDate$ 7 -- $LastChangedRevision$ 8 -- $LastChangedBy$ 9 --------------------------------------------------------------------------*/ 10 1 11 .bluetext 2 12 {
Note: See TracChangeset
for help on using the changeset viewer.