File tree Expand file tree Collapse file tree 1 file changed +54
-0
lines changed
_ja/overviews/scala3-book Expand file tree Collapse file tree 1 file changed +54
-0
lines changed Original file line number Diff line number Diff line change 1+ <style>
2+ .content-primary .scala3-comparison-page td code
3+ {
4+ margin : 0 ;
5+ padding : 0 ;
6+ background : none;
7+ }
8+ .content-primary .scala3-comparison-page table
9+ {
10+ background : # fdfdf7 ;
11+ border-collapse : collapse;
12+ }
13+
14+ .content-primary .scala3-comparison-page table td .python-block ,
15+ .content-primary .scala3-comparison-page table td .java-block ,
16+ .content-primary .scala3-comparison-page table td .javascript-block ,
17+ .content-primary .scala3-comparison-page table td .scala-block
18+ {
19+ position : relative;
20+ padding-bottom : 20px ;
21+ }
22+ .content-primary .scala3-comparison-page table td .python-block : after ,
23+ .content-primary .scala3-comparison-page table td .java-block : after ,
24+ .content-primary .scala3-comparison-page table td .javascript-block : after ,
25+ .content-primary .scala3-comparison-page table td .scala-block : after
26+ {
27+ color : # ccc ;
28+ display : block;
29+ font-size : 17px ;
30+ line-height : 1 ;
31+ position : absolute;
32+ top : 8px ;
33+ right : 2px ;
34+ z-index : 1 ;
35+ }
36+ .content-primary .scala3-comparison-page table td .python-block : after {
37+ content : "python" ;
38+ }
39+ .content-primary .scala3-comparison-page table td .java-block : after {
40+ content : "java" ;
41+ }
42+ .content-primary .scala3-comparison-page table td .javascript-block : after {
43+ content : "javascript" ;
44+ }
45+ .content-primary .scala3-comparison-page table td .scala-block : after {
46+ content : "scala" ;
47+ }
48+ .content-primary .scala3-comparison-page h4 {
49+ font-weight : normal;
50+ font-variant-caps : all-small-caps;
51+ }
52+ </ style>
53+
54+
You can’t perform that action at this time.
0 commit comments