1div.dokuwiki pre.xterm2user {
2  background-image: url(images/terminal.png);
3  background-repeat: no-repeat;
4  /*background-attachment:fixed;*/
5  background-position: 6px 50%;
6  font-family:"Lucida Console",Monospace,"DejaVu Sans Mono","Courier New",MiscFixed;
7  font-size: 12px;
8  white-space:pre;
9  padding: 0.5em;
10  border: 1px #CCCCCC;
11  border-style: solid none;
12  color: #000000;
13  overflow: auto;
14  padding-left: 60px;
15  background-color: #E9E9FF;
16  min-height: 40px;
17}
18
19div.dokuwiki pre.xterm2root {
20  background-image: url(images/terminal.png);
21  background-repeat: no-repeat;
22  /*background-attachment:fixed;*/
23  background-position: 6px 50%;
24  font-family:"Lucida Console",Monospace,"DejaVu Sans Mono","Courier New",MiscFixed;
25  font-size: 12px;
26  white-space:pre;
27  padding: 0.5em;
28  border: 1px #CCCCCC;
29  border-style: solid none;
30  color: #000000;
31  overflow: auto;
32  padding-left: 60px;
33  background-color: #FFE9E9;
34  padding-top: 0.5em;
35  padding-bottom: 0.5em;
36  min-height: 40px;
37}