Subversion Repositories wimsdev

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
9291 obado 1
/****
2
  tech_doc.css
3
  This file is only being used in help/wimsdoc
4
****/
5
 
6
.wims_command{padding:1em;border:1px solid #DDD;}
7
.wims_command:nth-child(even) {background: #EFEFEF}
8
.wims_command:nth-child(odd) {background: #FFF}
9
 
10
.wimsdoc_tit{color:#A00000;}
11
 
12
.wims_command .wimsdoc_tit{font-size: 1.2em;}
13
 
14
.command_attr{
15
  color:#800080;
16
  line-height: 1.5em;
17
  font-style:italic;
18
}