diff css/dyln-dark-4.css @ 93:effc23e38a82

add ASC.
author Robert McIntyre <rlm@mit.edu>
date Sat, 06 Feb 2016 15:23:11 -0800
parents 59675c525087
children
line wrap: on
line diff
     1.1 --- a/css/dyln-dark-4.css	Thu Jan 28 12:26:29 2016 -0500
     1.2 +++ b/css/dyln-dark-4.css	Sat Feb 06 15:23:11 2016 -0800
     1.3 @@ -106,7 +106,7 @@
     1.4  
     1.5  table.toc td, table.toc th {
     1.6      padding-bottom:2rem;
     1.7 -    padding-top:2rem;
     1.8 +    /* padding-top:2rem; */
     1.9      vertical-align:top!important;
    1.10      border-bottom:0rem dotted #6a6a68;
    1.11  }
    1.12 @@ -138,10 +138,9 @@
    1.13    color:#00c0f0;
    1.14    outline:0;
    1.15   }
    1.16 -table.toc a{
    1.17 +table.toc a.list{
    1.18    display:inline-block;
    1.19    width:80%;
    1.20 -
    1.21  }
    1.22  a:hover{text-decoration:underline;}
    1.23  
    1.24 @@ -220,4 +219,15 @@
    1.25      width: 7em;
    1.26      color: cyan;
    1.27      margin-left: 1em;
    1.28 -}
    1.29 \ No newline at end of file
    1.30 +}
    1.31 +
    1.32 +
    1.33 +h2 a{
    1.34 +    color:#f0c000;
    1.35 +}
    1.36 +
    1.37 +
    1.38 +body {
    1.39 +    background-repeat:no-repeat;
    1.40 +    background-position:60% 105%;
    1.41 +}