equal
deleted
inserted
replaced
|
1 @import "html.css"; |
|
2 |
|
3 #lcol { width: 70% } |
|
4 #title { margin: 10pt } |
|
5 #icon { float: left } |
|
6 div.stories { clear: both; padding: 10pt; border: solid teal } |
|
7 .dateheader { font-weight: bold } |
|
8 div.comments { text-align: right } |
|
9 |
|
10 #rcol { margin: 15pt; position: absolute; left: 70%; top: 0; max-width: 20% } |
|
11 /* #rcol { border: solid teal; padding: 10pt } */ |
|
12 #rcol { text-align: center } |
|
13 #rcol div { text-align: left } |
|
14 .calendar { font-size: 80%; text-align: center } |
|
15 |
|
16 /* |
|
17 .stories { background: #aaaaff; |
|
18 color: black; |
|
19 padding: 10pt; } |
|
20 .stories :link { color: blue } |
|
21 .stories :visited { color: navy } |
|
22 .story_title { color: blue } |
|
23 .stories .dateheader { color: blue } |
|
24 .stories strong, .stories b, .stories em { color: blue } |
|
25 */ |
|
26 |