Changes between Initial Version and Version 1 of TablePluginStyles
- Timestamp:
- May 22, 2013, 9:31:38 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TablePluginStyles
v1 v1 1 {{{ 2 @table default: 3 4 table.default { 5 font-family: verdana,arial,sans-serif; 6 font-size:11px; 7 color:#333333; 8 border-width: 1px; 9 border-color: #666666; 10 border-collapse: collapse; 11 } 12 13 table.default thead th { 14 border-width: 1px; 15 padding: 2px; 16 border-style: solid; 17 border-color: #666666; 18 background-color: #dedede; 19 } 20 21 table.default tbody td { 22 border-width: 1px; 23 padding: 2px; 24 border-style: solid; 25 border-color: #666666; 26 } 27 28 @css header: 29 font-weight: bold; 30 text-align: center; 31 32 @css complete: 33 font-weight: bold; 34 background: palegreen; 35 36 @css not_complete: 37 font-weight: bold; 38 background: #F80000; 39 }}}