Add new CSS to display language name
This commit is contained in:
parent
52ae53a4ac
commit
bb51a528c5
@ -12,3 +12,38 @@ table {
|
|||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
margin-right: auto;
|
margin-right: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.org-src-container > pre.src:before {
|
||||||
|
display: inline;
|
||||||
|
position: absolute;
|
||||||
|
color: #808080;
|
||||||
|
background-color: white;
|
||||||
|
top: -10px;
|
||||||
|
left: 10px;
|
||||||
|
padding: 0px 4px;
|
||||||
|
border: 1px solid #d0d0d0;
|
||||||
|
font-size: 80%;
|
||||||
|
}
|
||||||
|
.org-src-container > pre {
|
||||||
|
margin-top: 1.5em;
|
||||||
|
position: relative;
|
||||||
|
overflow: visible;
|
||||||
|
}
|
||||||
|
.org-src-container > pre > code.src:before {
|
||||||
|
display: inline;
|
||||||
|
position: absolute;
|
||||||
|
color: #808080;
|
||||||
|
background-color: white;
|
||||||
|
top: -10px;
|
||||||
|
left: 10px;
|
||||||
|
padding: 0px 4px;
|
||||||
|
border: 1px solid #d0d0d0;
|
||||||
|
font-size: 80%;
|
||||||
|
}
|
||||||
|
.org-src-container > pre.src-emacs-lisp:before { content: 'Emacs Lisp'; }
|
||||||
|
.org-src-container > pre.src-elisp:before { content: 'Emacs Lisp'; }
|
||||||
|
.org-src-container > pre.src-sh:before { content: 'shell'; }
|
||||||
|
.org-src-container > pre.src-bash:before { content: 'bash'; }
|
||||||
|
.org-src-container > pre.src-org:before { content: 'Org mode'; }
|
||||||
|
.org-src-container > pre.src-python:before { content: 'Python'; }
|
||||||
|
.org-src-container > pre.src-matlab:before { content: 'Matlab'; }
|
||||||
|
Loading…
Reference in New Issue
Block a user