1/** * Design Elements - additional  CSS for the xsSnipper plugin *
2 ** @author Taggic <taggic@t-online.de> */
3/* ----- General Elements ---------- */
4
5  div.xssnipper {
6    border: 1px dashed #a0a0a0;
7    background: #f0f0f0;
8  	border-radius:               5px;
9  	box-shadow:         3px 3px #CECECE;
10
11  }
12
13  div.xssnipper ol {
14    background: #f0f0f0;
15    margin:0px;
16    padding:10px 0 5px 0;
17    font: italic 1em Calibri, Times, serif;
18    color: #a0a0a0 !important;
19  }
20
21  div.xssnipper li {
22    background: #ffffff;
23  	margin-left:0px;
24  	padding-left:20px;
25  }
26
27  div.xssnipper p {
28  	font: normal .8em Arial, Helvetica, sans-serif;
29  	color: #000000;
30  	padding:5px 0;
31  	margin:0px;
32  }
33
34  table.xssnipper {
35    background:#f0f0f0 !important;
36    border: 1px dashed #a0a0a0;
37    max-width: 100% !important;
38  }
39  table.xssnipper pre {
40    border: 0  !important;
41  }
42
43.img_clipclap {
44  background-image:url(images/enfold.png);
45  background-repeat:no-repeat;
46  height:19px;
47  background-position: 0 0;
48  margin-left: 2em;
49  }