@@ -48,12 +48,10 @@ img.noborder {
48
48
}
49
49
50
50
.important {
51
- border : 1px solid red;
52
51
border : 5px solid maroon;
53
52
}
54
53
55
54
.tip {
56
- border : 1px solid blue;
57
55
padding : 1em ;
58
56
border : 10px solid # eee ;
59
57
}
@@ -83,49 +81,64 @@ div.back:before {
83
81
padding-bottom : 1em ;
84
82
}
85
83
86
- .goals > h1 {
87
- border-left : 20px solid # FECACD ;
84
+ table .bordered td ,
85
+ table .bordered tr {
86
+ border-style : solid;
87
+ border-width : 1px ;
88
+ border-color : black;
89
+ padding-left : 5px ;
90
+ padding-right : 5px ;
88
91
}
89
92
90
- .steps > h1 {
91
- border-left : 20px solid # FBFFCA ;
93
+ .requirements > h1 : before ,
94
+ .discussion > h1 : before ,
95
+ .hints > h1 : before ,
96
+ .tools_and_references > h1 : before ,
97
+ .goals > h1 : before ,
98
+ .steps > h1 : before ,
99
+ .explanation > h1 : before ,
100
+ .deploying > h1 : before ,
101
+ .further-reading > h1 : before {
102
+ content : "\00a0" ;
103
+ display : inline-block;
104
+ width : 20px ;
105
+ margin-right : 10px ;
92
106
}
93
107
94
- .explanation > h1 {
95
- border-left : 20 px solid # C8FFC9 ;
108
+ .goals > h1 : before {
109
+ background-color : # FECACD ;
96
110
}
97
111
98
- .deploying > h1 {
99
- border-left : 20 px solid # B0DEE7 ;
112
+ .steps > h1 : before {
113
+ background-color : # FBFFCA ;
100
114
}
101
115
102
- .further-reading > h1 {
103
- border-left : 20 px solid # 87e5f2 ;
116
+ .explanation > h1 : before {
117
+ background-color : # C8FFC9 ;
104
118
}
105
119
106
- table .bordered td ,
107
- table .bordered tr {
108
- border-style : solid;
109
- border-width : 1px ;
110
- border-color : black;
111
- padding-left : 5px ;
112
- padding-right : 5px ;
120
+ .deploying > h1 : before {
121
+ background-color : # B0DEE7 ;
113
122
}
114
123
115
- .requirements > h1 {
116
- border-left : 20 px solid # 93B5DA ;
124
+ .further-reading > h1 : before {
125
+ background-color : # 87e5f2 ;
117
126
}
118
127
119
- .discussion > h1 {
120
- border-left : 20 px solid # 92F59A ;
128
+ .requirements > h1 : before {
129
+ background-color : # 93B5DA ;
121
130
}
122
131
123
- .hints > h1 {
124
- border-left : 20 px solid # 86DFD4 ;
132
+ .discussion > h1 : before {
133
+ background-color : # 92F59A ;
125
134
}
126
135
127
- .tools_and_references > h1 {
128
- border-left : 20px solid # C8A9E0 ;
136
+ .hints > h1 : before {
137
+ background-color : # 86DFD4 ;
138
+ }
139
+
140
+ .tools_and_references > h1 : before {
141
+ background-color : # C8A9E0 ;
129
142
}
130
143
131
144
.console > pre {
@@ -140,15 +153,18 @@ table.bordered tr {
140
153
}
141
154
142
155
.fuzzy-result {
143
- margin : 20px ;
156
+ margin : 20px ;
144
157
}
158
+
145
159
.fuzzy-result > pre {
146
160
margin-bottom : 0px ;
147
161
}
162
+
148
163
.fuzzy-result .fuzzy-hint {
149
164
font-size : 12px ;
150
165
text-align : right;
151
166
}
167
+
152
168
.fuzzy-result .fuzzy-lightened {
153
169
color : # aaa ;
154
170
}
0 commit comments