/[svn]/doc/tmpl/css/main.css
ViewVC logotype

Diff of /doc/tmpl/css/main.css

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 3269 by schoenebeck, Thu Jun 1 18:54:52 2017 UTC revision 3270 by schoenebeck, Fri Jun 2 18:31:00 2017 UTC
# Line 122  nav { Line 122  nav {
122      box-shadow: 0px 10px 8px rgba(15,15,15,0.25);      box-shadow: 0px 10px 8px rgba(15,15,15,0.25);
123  }  }
124    
125    nav > div.foldbtn {
126        display:block;
127        position:fixed;
128        top:34;
129        left:10;
130        color:#998952;
131        font-weight:200;
132        font-size:28px;
133    }
134    
135  nav > ul {  nav > ul {
136      list-style:none;      list-style:none;
137      padding:0;      padding:0;
# Line 311  aside { Line 321  aside {
321      -webkit-border-bottom-left-radius: 11px;      -webkit-border-bottom-left-radius: 11px;
322      -moz-border-radius-bottomleft: 11px;      -moz-border-radius-bottomleft: 11px;
323      border-bottom-left-radius: 11px;      border-bottom-left-radius: 11px;
324    
325        -webkit-transition: -webkit-transform 0.16s ease, width 0.2s ease;
326             -o-transition:      -o-transform 0.16s ease, width 0.2s ease;
327            -ms-transition:     -ms-transform 0.16s ease, width 0.2s ease;
328           -moz-transition:    -moz-transform 0.16s ease, width 0.2s ease;
329                transition:         transform 0.16s ease, width 0.2s ease;
330    }
331    
332    .no-toc aside {
333        overflow:hidden;
334        width:0;
335    
336        -webkit-transition: -webkit-transform 0.16s ease, width 0.2s ease;
337             -o-transition:      -o-transform 0.16s ease, width 0.2s ease;
338            -ms-transition:     -ms-transform 0.16s ease, width 0.2s ease;
339           -moz-transition:    -moz-transform 0.16s ease, width 0.2s ease;
340                transition:         transform 0.16s ease, width 0.2s ease;
341  }  }
342    
343  aside > div.toc {  aside > div.toc {
# Line 528  article { Line 555  article {
555      border-left-style:solid;      border-left-style:solid;
556      border-left-width:1px;      border-left-width:1px;
557      border-left-color:#898989;      border-left-color:#898989;
558    
559        -webkit-transition: -webkit-transform 0.16s ease, margin-left 0.2s ease;
560             -o-transition:      -o-transform 0.16s ease, margin-left 0.2s ease;
561            -ms-transition:     -ms-transform 0.16s ease, margin-left 0.2s ease;
562           -moz-transition:    -moz-transform 0.16s ease, margin-left 0.2s ease;
563                transition:         transform 0.16s ease, margin-left 0.2s ease;
564    }
565    
566    .no-toc article {
567        margin-left:0px;
568    
569        -webkit-transition: -webkit-transform 0.16s ease, margin-left 0.2s ease;
570             -o-transition:      -o-transform 0.16s ease, margin-left 0.2s ease;
571            -ms-transition:     -ms-transform 0.16s ease, margin-left 0.2s ease;
572           -moz-transition:    -moz-transform 0.16s ease, margin-left 0.2s ease;
573                transition:         transform 0.16s ease, margin-left 0.2s ease;
574  }  }
575    
576  article h1 {  article h1 {

Legend:
Removed from v.3269  
changed lines
  Added in v.3270

  ViewVC Help
Powered by ViewVC