comparison 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
comparison
equal deleted inserted replaced
92:0d8b2257f326 93:effc23e38a82
104 } 104 }
105 105
106 106
107 table.toc td, table.toc th { 107 table.toc td, table.toc th {
108 padding-bottom:2rem; 108 padding-bottom:2rem;
109 padding-top:2rem; 109 /* padding-top:2rem; */
110 vertical-align:top!important; 110 vertical-align:top!important;
111 border-bottom:0rem dotted #6a6a68; 111 border-bottom:0rem dotted #6a6a68;
112 } 112 }
113 table.toc th { 113 table.toc th {
114 min-width:10em; 114 min-width:10em;
136 a{color:#5ca7a8;text-decoration:none; 136 a{color:#5ca7a8;text-decoration:none;
137 color:#00fff0; 137 color:#00fff0;
138 color:#00c0f0; 138 color:#00c0f0;
139 outline:0; 139 outline:0;
140 } 140 }
141 table.toc a{ 141 table.toc a.list{
142 display:inline-block; 142 display:inline-block;
143 width:80%; 143 width:80%;
144
145 } 144 }
146 a:hover{text-decoration:underline;} 145 a:hover{text-decoration:underline;}
147 146
148 .footer { 147 .footer {
149 color:#6a6a68; 148 color:#6a6a68;
219 float:right; 218 float:right;
220 width: 7em; 219 width: 7em;
221 color: cyan; 220 color: cyan;
222 margin-left: 1em; 221 margin-left: 1em;
223 } 222 }
223
224
225 h2 a{
226 color:#f0c000;
227 }
228
229
230 body {
231 background-repeat:no-repeat;
232 background-position:60% 105%;
233 }