Changeset 52288 in spip-zone
- Timestamp:
- Oct 2, 2011, 2:48:17 PM (9 years ago)
- Location:
- _plugins_/basecss/branches/v2
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/basecss/branches/v2/css/spip.css.html
r52281 r52288 36 36 table.spip caption {} 37 37 table.spip tr.row_first th {} 38 table.spip tr. odd td {}39 table.spip tr. even td {}38 table.spip tr.row_odd td { background: #e5ecf9; } /*patch*/ 39 table.spip tr.row_even td {} 40 40 41 41 /* Citations, code et poesie */ -
_plugins_/basecss/branches/v2/css/typo.css.html
r52279 r52288 71 71 caption { background: #EEE; } 72 72 th { font-weight: bold; } 73 thead th { background: # DDD; }73 thead th { background: #c3d9ff; } 74 74 th,td,caption {[ padding: (#GET{line-height}|div{2})em;] } 75 75 tbody tr:nth-child(even) th, 76 76 tbody tr:nth-child(even) td, 77 77 tbody tr.even th, 78 tbody tr.even td { background: # EEE; }78 tbody tr.even td { background: #e5ecf9; } 79 79 tfoot { font-style: italic; } 80 80 -
_plugins_/basecss/branches/v2/plugin.xml
r52281 r52288 15 15 <auteur>[romy.tetue.net->http://romy.tetue.net] - GPL 2010</auteur> 16 16 17 <necessite id="SPIP" version="[2.1.0; 3.0.0-dev)"/>17 <necessite id="SPIP" version="[2.1.0;2.1.99)"/> 18 18 <necessite id="spip_bonux" version="[2.2.19;]"/> 19 19 <bouton id='basecss' parent='bando_squelette'>
Note: See TracChangeset
for help on using the changeset viewer.