diff css/dyln-dark-4.css @ 67:898238723c64

launching new website.
author Robert McIntyre <rlm@mit.edu>
date Sun, 19 Apr 2015 03:54:04 -0700
parents e24672e0365d
children 59675c525087
line wrap: on
line diff
     1.1 --- a/css/dyln-dark-4.css	Sun Apr 12 21:38:20 2015 -0700
     1.2 +++ b/css/dyln-dark-4.css	Sun Apr 19 03:54:04 2015 -0700
     1.3 @@ -35,7 +35,7 @@
     1.4      /* border-bottom:0.5em solid #00fff0; */
     1.5      /* border-color:#6a6a68; */
     1.6  
     1.7 -    padding-bottom:2rem;
     1.8 +    padding-bottom:2em;
     1.9      border-bottom:0.0rem solid #00f0ff;
    1.10      
    1.11      border-bottom:0.0rem solid #6a6a68;
    1.12 @@ -122,16 +122,26 @@
    1.13  }
    1.14  li {
    1.15      list-style-type:none;
    1.16 -    width: 70em;
    1.17 +    width: 100%;
    1.18 +    margin-bottom:10px;
    1.19 +    
    1.20  }
    1.21 -div.date:before {
    1.22 -    content:"\00bb  ";
    1.23 +li:before {
    1.24 +    content:"\00bb";
    1.25      color:rgba(255,255,255,0.5);
    1.26 +    margin-right: 2px;
    1.27 +    float: left;
    1.28 +    width: 1em;
    1.29  }
    1.30  a{color:#5ca7a8;text-decoration:none;
    1.31    color:#00fff0;
    1.32    color:#00c0f0;
    1.33   }
    1.34 +table.toc a{
    1.35 +  display:inline-block;
    1.36 +  width:80%;
    1.37 +
    1.38 +}
    1.39  a:hover{text-decoration:underline;}
    1.40  
    1.41  .footer {
    1.42 @@ -162,14 +172,11 @@
    1.43      color:#fff000;
    1.44      color:#ff00f0;
    1.45      color:#00f0ff;
    1.46 -    
    1.47 -
    1.48 -    
    1.49  }
    1.50  p.description, p.micro {
    1.51      font-size:0.875em;
    1.52      margin:0;
    1.53 -
    1.54 +    width:80%;
    1.55  }
    1.56  p.micro {
    1.57      color:#6a6a68;
    1.58 @@ -206,7 +213,8 @@
    1.59  .header h2 {color:#cb4b16;}
    1.60  
    1.61  div.date{
    1.62 -    float:left;
    1.63 +    float:right;
    1.64      width: 7em;
    1.65      color: cyan;
    1.66 +    margin-left: 1em;
    1.67  }
    1.68 \ No newline at end of file