1/*	$Id: syntax_plugin_diff.css,v 1.1 2007/08/01 08:57:31 matthias Exp $
2	Cascading Style Sheet for DIFF syntax plugin
3	Copyright (C) 2005, 2007  M.Watermann, D-10247 Berlin, FRG
4	EMail : <support@mwat.de>
5
6	--- using only web-safe colours ---
7
8	NOTE:
9		This file is _not_ used by DokuWiki!
10		It is provided for informational purposes only.
11		If you want to change the styling rules either change the settings
12		in the file "style.css" or rename this file to "style.css".
13*/
14
15/* This are the same classnames as used with the CODE syntax plugin. */
16.diff .diff-addedline {
17	background: #cfc none;
18	color:		#000;
19}
20.diff .diff-deletedline {
21	background: #fcc none;
22	color:		#000;
23}
24.diff .diff-blockheader {
25	background: #ccf none;
26	color:		#000;
27}
28/* _EoF_ */
29