/[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 3267 by schoenebeck, Thu Jun 1 16:05:18 2017 UTC revision 3268 by schoenebeck, Thu Jun 1 18:54:52 2017 UTC
# Line 12  html { Line 12  html {
12      font-weight:200;      font-weight:200;
13      font-size:17px;      font-size:17px;
14      line-height:1.2;      line-height:1.2;
15        background-color:#c1b5b5;
16  }  }
17    
18  body {  body {
# Line 83  header > menu a { Line 84  header > menu a {
84              transition: text-shadow 0.9s linear, color 0.9s linear;              transition: text-shadow 0.9s linear, color 0.9s linear;
85  }  }
86    
87  header > menu a:hover {  .no-touch header > menu a:hover,
88    .touch header > menu a:focus,
89    .touch header > menu a:active
90    {
91      color:#ffffff;      color:#ffffff;
92      text-shadow: 0px 0px 13px #ff9999;      text-shadow: 0px 0px 13px #ff9999;
93      -webkit-transition: text-shadow 0.31s, color 0.31s; /* Safari */      -webkit-transition: text-shadow 0.31s, color 0.31s; /* Safari */
# Line 390  aside > div.toc > ul > li > ul > li.curr Line 394  aside > div.toc > ul > li > ul > li.curr
394      text-shadow: 0px 0px 8px #fbf1f1;      text-shadow: 0px 0px 8px #fbf1f1;
395  }  }
396    
397  aside > div.toc > ul > li:hover {  
398    .no-touch aside > div.toc > ul > li:hover,
399    .touch aside > div.toc > ul > li:focus,
400    .touch aside > div.toc > ul > li:active
401    {
402      background-color:rgba(255,0,0,0.22);      background-color:rgba(255,0,0,0.22);
403      -webkit-transition: background-color 0.25s; /* Safari */      -webkit-transition: background-color 0.25s; /* Safari */
404         -moz-transition: background-color 0.25s;         -moz-transition: background-color 0.25s;
# Line 399  aside > div.toc > ul > li:hover { Line 407  aside > div.toc > ul > li:hover {
407              transition: background-color 0.25s linear;              transition: background-color 0.25s linear;
408  }  }
409    
410  aside > div.toc > ul > li > ul > li:hover {  .no-touch aside > div.toc > ul > li > ul > li:hover,
411    .touch aside > div.toc > ul > li > ul > li:focus,
412    .touch aside > div.toc > ul > li > ul > li:active
413    {
414      list-style-type:disc;      list-style-type:disc;
415  }  }
416    
# Line 476  aside > div.toc > div.buttons > *:last-c Line 487  aside > div.toc > div.buttons > *:last-c
487      border-bottom-right-radius: 11px;      border-bottom-right-radius: 11px;
488  }  }
489    
490  aside > div.toc > div.buttons > *:not(.disabled):hover {  .no-touch aside > div.toc > div.buttons > *:not(.disabled):hover,
491    .touch aside > div.toc > div.buttons > *:not(.disabled):focus,
492    .touch aside > div.toc > div.buttons > *:not(.disabled):active
493    {
494      background-color:rgba(255,0,0,0.21);      background-color:rgba(255,0,0,0.21);
495      -webkit-transition: background-color 0.25s; /* Safari */      -webkit-transition: background-color 0.25s; /* Safari */
496         -moz-transition: background-color 0.25s;         -moz-transition: background-color 0.25s;
# Line 586  article li img { Line 600  article li img {
600      float:left;      float:left;
601  }  }
602    
603  article a:hover {  .no-touch article a:hover,
604    .touch article a:focus,
605    .touch article a:active
606    {
607      text-decoration:underline;      text-decoration:underline;
608  }  }
609    
# Line 1031  footer a { Line 1048  footer a {
1048      border:0;      border:0;
1049  }  }
1050    
1051  footer a:hover {  .no-touch footer a:hover,
1052    .touch footer a:focus,
1053    .touch footer a:active
1054    {
1055      text-decoration:underline;      text-decoration:underline;
1056  }  }

Legend:
Removed from v.3267  
changed lines
  Added in v.3268

  ViewVC Help
Powered by ViewVC