Merge pull request #4379 from solgenomics/topic/fix_catalog_order_test
[sgn.git] / static / css / wiki.css
blob0a86ca6ae6ba530a562989f0ca387a880c919497
1 body {
2 color:black
3 background-color:white;
4 font-size:1em;
5 font-family:verdana, arial,helvetica, sans-serif;
8 div.wikiheader {
9 padding:0px;
10 position:absolute;
11 top:0px;
12 left:0px;
13 width:100%;
14 font-size:1.0em;
15 line-height:1.5em;
16 background-color:#eef;
17 border-bottom:2px solid #77a;
19 table.wikiheader {
20 font-size:1.0em;
21 width:100%;
23 div.pagebody {
24 text-align:left;
25 top:2.0em;
26 left:0px;
27 padding:10px;
28 margin:0px;
29 margin-top:2em;
30 width:90%;
32 .error {
33 color: #900;
35 .warning {
36 color: #622;
38 code {
39 margin-left:10px;
40 padding: 8px;
41 overflow:auto;
42 width: 60em;
43 display:block;
44 border:1px solid #99a;
45 background-color:#eee;
46 font-family: monospace;
48 code.inlinecode {
49 display:inline;
50 line-height:1.8em;
51 margin:2px;
52 padding:3px;
54 .styleguide{
55 font-size:0.8em;
56 font-family:monospace;