comparison css/dyln-dark-4.css @ 66:e24672e0365d

working on a revamp of aurellem.org.
author Robert McIntyre <rlm@mit.edu>
date Sun, 12 Apr 2015 21:38:20 -0700
parents 41818c0cea59
children 898238723c64
comparison
equal deleted inserted replaced
65:f133b1c0ae8b 66:e24672e0365d
120 margin-left:0; 120 margin-left:0;
121 padding-left:0; 121 padding-left:0;
122 } 122 }
123 li { 123 li {
124 list-style-type:none; 124 list-style-type:none;
125 } 125 width: 70em;
126 li:before { 126 }
127 div.date:before {
127 content:"\00bb "; 128 content:"\00bb ";
128 color:rgba(255,255,255,0.5); 129 color:rgba(255,255,255,0.5);
129 } 130 }
130 a{color:#5ca7a8;text-decoration:none; 131 a{color:#5ca7a8;text-decoration:none;
131 color:#00fff0; 132 color:#00fff0;
201 border-color:#b58900; 202 border-color:#b58900;
202 } 203 }
203 .footer {color:#869900;} 204 .footer {color:#869900;}
204 .footer em {color:inherit;} 205 .footer em {color:inherit;}
205 .header h2 {color:#cb4b16;} 206 .header h2 {color:#cb4b16;}
207
208 div.date{
209 float:left;
210 width: 7em;
211 color: cyan;
212 }