-
Notifications
You must be signed in to change notification settings - Fork 1
/
porting_wizard.css
86 lines (70 loc) · 1018 Bytes
/
porting_wizard.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
body{
font-family: Verdana;
color:#020202;
font-size:10pt;
}
input{
border:1px solid #CFCFCF;
}
#header{
background-color:#444444;
color:white;
font-size:14pt;
font-weight:bold;
padding:16px;
margin-bottom:10px;
}
h1{
margin-top:0;
margin-left:220px;
font-size:14pt;
}
h2{
margin-bottom:0;
font-size:10pt;
}
a{
text-decoration:none;
color:#020202;
}
a:visited{
color:#020202;
}
a.nodelink{
display:block;
border-bottom:1px solid #efefef;
font-size:8pt;
padding:2px;
}
a.nodelink.implemented{
color:green;
font-weight:bold;
}
#implemented_alert{
display:none;
color:red;
}
#nodelist {
float:left;
width:200px;
height:100%;
overflow:auto;
border:1px solid #efefef;
}
#nodeoptions {
float:left;
display:none;
width:300px;
margin-left:20px;
}
.syntax-container{
float:left;
width:900px;
}
.syntax-container .toolbar{
display:none;
}
body .syntax-container.syntax-theme-base ol.syntax{
list-style:none;
padding:0 !important;
}