Show More
@@ -26,6 +26,16 b' div#header {' | |||||
26 | padding-left: 16px; |
|
26 | padding-left: 16px; | |
27 | } |
|
27 | } | |
28 |
|
28 | |||
|
29 | #noscript { | |||
|
30 | width: auto; | |||
|
31 | padding-top: 16px; | |||
|
32 | padding-bottom: 16px; | |||
|
33 | text-align: center; | |||
|
34 | font-size: 22px; | |||
|
35 | color: red; | |||
|
36 | font-weight: bold; | |||
|
37 | } | |||
|
38 | ||||
29 | #ipython_notebook img { |
|
39 | #ipython_notebook img { | |
30 | font-family: Verdana, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif; |
|
40 | font-family: Verdana, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif; | |
31 | height: 24px; |
|
41 | height: 24px; |
@@ -1048,6 +1048,7 b' a.label:hover,a.label:focus,a.badge:hover,a.badge:focus{color:#ffffff;text-decor' | |||||
1048 | body{background-color:white;position:absolute;left:0px;right:0px;top:0px;bottom:0px;overflow:visible;} |
|
1048 | body{background-color:white;position:absolute;left:0px;right:0px;top:0px;bottom:0px;overflow:visible;} | |
1049 | div#header{display:none;} |
|
1049 | div#header{display:none;} | |
1050 | #ipython_notebook{padding-left:16px;} |
|
1050 | #ipython_notebook{padding-left:16px;} | |
|
1051 | #noscript{width:auto;padding-top:16px;padding-bottom:16px;text-align:center;font-size:22px;color:red;font-weight:bold;} | |||
1051 | #ipython_notebook img{font-family:Verdana,"Helvetica Neue",Arial,Helvetica,Geneva,sans-serif;height:24px;text-decoration:none;color:black;} |
|
1052 | #ipython_notebook img{font-family:Verdana,"Helvetica Neue",Arial,Helvetica,Geneva,sans-serif;height:24px;text-decoration:none;color:black;} | |
1052 | #site{width:100%;display:none;} |
|
1053 | #site{width:100%;display:none;} | |
1053 | .ui-button .ui-button-text{padding:0.2em 0.8em;font-size:77%;} |
|
1054 | .ui-button .ui-button-text{padding:0.2em 0.8em;font-size:77%;} |
@@ -40,6 +40,13 b'' | |||||
40 |
|
40 | |||
41 | <body {% block params %}{% endblock %}> |
|
41 | <body {% block params %}{% endblock %}> | |
42 |
|
42 | |||
|
43 | <noscript> | |||
|
44 | <div id='noscript'> | |||
|
45 | IPython Notebook requires JavaScript.<br> | |||
|
46 | Please enable it to proceed. | |||
|
47 | </div> | |||
|
48 | </noscript> | |||
|
49 | ||||
43 | <div id="header" class="navbar navbar-static-top"> |
|
50 | <div id="header" class="navbar navbar-static-top"> | |
44 | <div class="navbar-inner navbar-nobg"> |
|
51 | <div class="navbar-inner navbar-nobg"> | |
45 | <div class="container"> |
|
52 | <div class="container"> |
General Comments 0
You need to be logged in to leave comments.
Login now