User Tools

Site Tools


package:ase:example_manual

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

package:ase:example_manual [2023/01/25 13:43] – created pkaiserpackage:ase:example_manual [2023/01/25 14:01] (current) pkaiser
Line 1: Line 1:
 <HTML> <HTML>
 +<html>
 +
 <head><meta charset="utf-8" /> <head><meta charset="utf-8" />
  
Line 1585: Line 1587:
 } }
 .container { .container {
-  margin-right: auto;+  /* pmkchange margin-right: auto; */
   margin-left: auto;   margin-left: auto;
   padding-left: 0px;   padding-left: 0px;
Line 1592: Line 1594:
 @media (min-width: 768px) { @media (min-width: 768px) {
   .container {   .container {
-    width: 768px;+    width: 600px;
   }   }
 } }
 @media (min-width: 992px) { @media (min-width: 992px) {
   .container {   .container {
-    width: 940px;+    width: 675px;
   }   }
 } }
 @media (min-width: 1200px) { @media (min-width: 1200px) {
   .container {   .container {
-    width: 1140px;+    width: 725px;
   }   }
 } }
Line 9129: Line 9131:
 /* Flexible box model classes */ /* Flexible box model classes */
 /* Taken from Alex Russell http://infrequently.org/2009/08/css-3-progress/ */ /* Taken from Alex Russell http://infrequently.org/2009/08/css-3-progress/ */
-/* This file is a compatability layer.  It allows the usage of flexible box +/* This file is a compatability layer.  It allows the usage of flexible box
 model layouts accross multiple browsers, including older browsers.  The newest, model layouts accross multiple browsers, including older browsers.  The newest,
 universal implementation of the flexible box model is used when available (see universal implementation of the flexible box model is used when available (see
-`Modern browsers` comments below).  Browsers that are known to implement this +`Modern browsers` comments below).  Browsers that are known to implement this
 new spec completely include: new spec completely include:
  
     Firefox 28.0+     Firefox 28.0+
     Chrome 29.0+     Chrome 29.0+
-    Internet Explorer 11+ +    Internet Explorer 11+
     Opera 17.0+     Opera 17.0+
  
Line 10420: Line 10422:
   border-style: solid;   border-style: solid;
   border-color: transparent;   border-color: transparent;
-  width: 100%;+  width: 90%; /* pmkchange 100% - 90% */
   padding: 5px;   padding: 5px;
   /* This acts as a spacer between cells, that is outside the border */   /* This acts as a spacer between cells, that is outside the border */
Line 11431: Line 11433:
 @media not print { @media not print {
   #notebook-container {   #notebook-container {
-    padding: 15px;+    padding: 5px /* pmkchange 15px ->5 */
     background-color: #fff;     background-color: #fff;
     min-height: 0;     min-height: 0;
Line 12519: Line 12521:
   border-top: 1px solid #cfcfcf;   border-top: 1px solid #cfcfcf;
   border-bottom: 1px solid #cfcfcf;   border-bottom: 1px solid #cfcfcf;
-  /* This injects handle bars (a short, wide = symbol) for +  /* This injects handle bars (a short, wide = symbol) for
         the resize handle. */         the resize handle. */
 } }
Line 13033: Line 13035:
     display: block;     display: block;
     page-break-inside: avoid;     page-break-inside: avoid;
-  }  +  } 
-  div.output_wrapper { +  div.output_wrapper {
     display: block;     display: block;
-    page-break-inside: avoid; +    page-break-inside: avoid;
   }   }
-  div.output { +  div.output {
     display: block;     display: block;
-    page-break-inside: avoid; +    page-break-inside: avoid;
   }   }
 } }
Line 13209: Line 13211:
 <div class="inner_cell"> <div class="inner_cell">
     <div class="input_area">     <div class="input_area">
-<div class=" highlight hl-ipython3"><pre><span></span> +<div class=" highlight hl-ipython3"><pre><span></span>
 </pre></div> </pre></div>
  
Line 13221: Line 13223:
 </body> </body>
  
 +
 +
 +
 +</html>
 </HTML> </HTML>
package/ase/example_manual.1674654228.txt.gz · Last modified: 2023/01/25 13:43 by pkaiser

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki