/[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 3270 by schoenebeck, Fri Jun 2 18:31:00 2017 UTC revision 3271 by schoenebeck, Fri Jun 2 18:56:03 2017 UTC
# Line 120  nav { Line 120  nav {
120      background:    -moz-linear-gradient(rgba(251,251,251,1.0), rgba(186,186,186,1.0)); /* For Firefox 3.6 to 15 */      background:    -moz-linear-gradient(rgba(251,251,251,1.0), rgba(186,186,186,1.0)); /* For Firefox 3.6 to 15 */
121      background:         linear-gradient(rgba(251,251,251,1.0), rgba(186,186,186,1.0)); /* Standard syntax */      background:         linear-gradient(rgba(251,251,251,1.0), rgba(186,186,186,1.0)); /* Standard syntax */
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        -webkit-transition: -webkit-transform 0.16s ease, padding-left 0.2s ease;
125             -o-transition:      -o-transform 0.16s ease, padding-left 0.2s ease;
126            -ms-transition:     -ms-transform 0.16s ease, padding-left 0.2s ease;
127           -moz-transition:    -moz-transform 0.16s ease, padding-left 0.2s ease;
128                transition:         transform 0.16s ease, padding-left 0.2s ease;
129    }
130    
131    .no-toc nav {
132        padding-left:56px;
133    
134        -webkit-transition: -webkit-transform 0.16s ease, padding-left 0.2s ease;
135             -o-transition:      -o-transform 0.16s ease, padding-left 0.2s ease;
136            -ms-transition:     -ms-transform 0.16s ease, padding-left 0.2s ease;
137           -moz-transition:    -moz-transform 0.16s ease, padding-left 0.2s ease;
138                transition:         transform 0.16s ease, padding-left 0.2s ease;
139  }  }
140    
141  nav > div.foldbtn {  nav > div.foldbtn {
142      display:block;      display:block;
143      position:fixed;      position:fixed;
144      top:34;      top:33;
145      left:10;      left:10;
146      color:#998952;      color:#998952;
147      font-weight:200;      font-weight:200;

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

  ViewVC Help
Powered by ViewVC