File tree Expand file tree Collapse file tree 2 files changed +34
-0
lines changed Expand file tree Collapse file tree 2 files changed +34
-0
lines changed Original file line number Diff line number Diff line change 14
14
< link href ="{{ ASSET_PATH }}/css/enju-manual-patch.css " rel ="stylesheet " type ="text/css " media ="all ">
15
15
< link href ="{{ ASSET_PATH }}/css/highlight.css " rel ="stylesheet " type ="text/css " media ="all ">
16
16
< link href ="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css " rel ="stylesheet ">
17
+ < link href ="{{ ASSET_PATH }}/css/admonitionblock-icon.css " rel ="stylesheet " type ="text/css " media ="all ">
17
18
18
19
<!-- Le fav and touch icons -->
19
20
<!-- Update these with your own images
Original file line number Diff line number Diff line change
1
+ span .icon > .fa {
2
+ cursor : default;
3
+ }
4
+ .admonitionblock td .icon {
5
+ text-align : center;
6
+ width : 80px ;
7
+ }
8
+ .admonitionblock td .icon [class ^= "fa icon-" ] {
9
+ font-size : 2.5em ;
10
+ text-shadow : 1px 1px 2px rgba (0 , 0 , 0 , .5 );
11
+ cursor : default;
12
+ }
13
+ .admonitionblock td .icon .icon-note : before {
14
+ content : "\f05a" ;
15
+ color : # 19407c ;
16
+ }
17
+ .admonitionblock td .icon .icon-tip : before {
18
+ content : "\f0eb" ;
19
+ text-shadow : 1px 1px 2px rgba (155 , 155 , 0 , .8 );
20
+ color : # 111 ;
21
+ }
22
+ .admonitionblock td .icon .icon-warning : before {
23
+ content : "\f071" ;
24
+ color : # bf6900 ;
25
+ }
26
+ .admonitionblock td .icon .icon-caution : before {
27
+ content : "\f06d" ;
28
+ color : # bf3400 ;
29
+ }
30
+ .admonitionblock td .icon .icon-important : before {
31
+ content : "\f06a" ;
32
+ color : # bf0000 ;
33
+ }
You can’t perform that action at this time.
0 commit comments