Show More
@@ -115,7 +115,6 b' pre,code,kbd,samp{white-space:pre-wrap;}' | |||||
115 | .smalltooltip{-webkit-transition-property:height;-webkit-transition-duration:500ms;-moz-transition-property:height;-moz-transition-duration:500ms;transition-property:height;transition-duration:500ms;text-overflow:ellipsis;overflow:hidden;height:80px;} |
|
115 | .smalltooltip{-webkit-transition-property:height;-webkit-transition-duration:500ms;-moz-transition-property:height;-moz-transition-duration:500ms;transition-property:height;transition-duration:500ms;text-overflow:ellipsis;overflow:hidden;height:80px;} | |
116 | .tooltipbuttons{position:absolute;padding-right:15px;top:0px;right:0px;} |
|
116 | .tooltipbuttons{position:absolute;padding-right:15px;top:0px;right:0px;} | |
117 | .tooltiptext{padding-right:30px;} |
|
117 | .tooltiptext{padding-right:30px;} | |
118 | .ipython_tooltip{max-width:700px;-webkit-animation:fadeOut 800ms;-moz-animation:fadeOut 800ms;animation:fadeOut 800ms;-webkit-animation:fadeIn 800ms;-moz-animation:fadeIn 800ms;animation:fadeIn 800ms;vertical-align:middle;background-color:#f7f7f7;overflow:visible;border:#e0e0e0 1px solid;outline:none;padding:3px;margin:0px;padding-left:7px;font-family:monospace;min-height:50px;position:absolute;-moz-box-shadow:0px 6px 10px -1px #adadad;-webkit-box-shadow:0px 6px 10px -1px #adadad;box-shadow:0px 6px 10px -1px #adadad;border-radius:3px;}.ipython_tooltip a{float:right;} |
|
|||
119 | .pretooltiparrow{left:0px;margin:0px;top:-16px;width:40px;height:16px;overflow:hidden;position:absolute;} |
|
118 | .pretooltiparrow{left:0px;margin:0px;top:-16px;width:40px;height:16px;overflow:hidden;position:absolute;} | |
120 | .pretooltiparrow:before{background-color:#f7f7f7;border:1px #e0e0e0 solid;z-index:11;content:"";position:absolute;left:15px;top:10px;width:25px;height:25px;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);} |
|
119 | .pretooltiparrow:before{background-color:#f7f7f7;border:1px #e0e0e0 solid;z-index:11;content:"";position:absolute;left:15px;top:10px;width:25px;height:25px;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);} | |
121 | .corner-all{border-radius:3px;} |
|
120 | .corner-all{border-radius:3px;} |
@@ -98,15 +98,15 b'' | |||||
98 | padding-right:30px |
|
98 | padding-right:30px | |
99 | } |
|
99 | } | |
100 |
|
100 | |||
101 | .ipython_tooltip { |
|
101 | .ipython_tooltip(@t:400ms) { | |
102 | max-width:700px; |
|
102 | max-width:700px; | |
103 | /*fade-in animation when inserted*/ |
|
103 | /*fade-in animation when inserted*/ | |
104 |
-webkit-animation: fadeOut |
|
104 | -webkit-animation: fadeOut @t; | |
105 |
-moz-animation: fadeOut |
|
105 | -moz-animation: fadeOut @t; | |
106 |
animation: fadeOut |
|
106 | animation: fadeOut @t; | |
107 |
-webkit-animation: fadeIn |
|
107 | -webkit-animation: fadeIn @t; | |
108 |
-moz-animation: fadeIn |
|
108 | -moz-animation: fadeIn @t; | |
109 |
animation: fadeIn |
|
109 | animation: fadeIn @t; | |
110 | vertical-align: middle; |
|
110 | vertical-align: middle; | |
111 | background-color: @cell_background; |
|
111 | background-color: @cell_background; | |
112 |
|
112 |
General Comments 0
You need to be logged in to leave comments.
Login now