diff --git a/styles/readtheorg/css/readtheorg.css b/styles/readtheorg/css/readtheorg.css index f38b988..58e8788 100644 --- a/styles/readtheorg/css/readtheorg.css +++ b/styles/readtheorg/css/readtheorg.css @@ -1,4 +1,3 @@ - @import url(https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic|Roboto+Slab:400,700|Inconsolata:400,700); @import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css); @@ -437,18 +436,18 @@ table tr:nth-child(2n) td{ } #toggle-sidebar h2 { - background-color:#2980B9; - width:100%; - height:50px; - left:0; - top:0; + background-color:#2980B9; + width:100%; + height:50px; + left:0; + top:0; color: white; font-size: 100%; line-height: 50px; - position:fixed; + position:fixed; margin: 0; padding: 0; - opacity:0.7; + opacity:0.7; } #table-of-contents .close-sidebar { diff --git a/styles/readtheorg/js/readtheorg.js b/styles/readtheorg/js/readtheorg.js index 8dae9d0..0f8439a 100644 --- a/styles/readtheorg/js/readtheorg.js +++ b/styles/readtheorg/js/readtheorg.js @@ -1,4 +1,3 @@ - $(function() { $('.note').before("

Note

"); $('.seealso').before("

See also

"); diff --git a/styles/readtheorg/readtheorg.org b/styles/readtheorg/readtheorg.org index 68030a0..25d7768 100644 --- a/styles/readtheorg/readtheorg.org +++ b/styles/readtheorg/readtheorg.org @@ -232,7 +232,7 @@ dl dd{ html,body,section{ background:none !important} - ,,*{ + ,*{ box-shadow:none !important; text-shadow:none !important; filter:none !important; @@ -573,11 +573,18 @@ Responsive for sidebar: } #toggle-sidebar h2 { + background-color:#2980B9; + width:100%; + height:50px; + left:0; + top:0; color: white; font-size: 100%; line-height: 50px; + position:fixed; margin: 0; padding: 0; + opacity:0.7; } #table-of-contents .close-sidebar { @@ -1246,6 +1253,10 @@ h2.footnotes{ font-size: 90%; color: navy; } + +.nav .timestamp { + color: inherit; +} #+end_src See