512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
|
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
|
-
+
+
+
-
|
tr, img { page-break-inside: avoid; }
@page { margin: 0.5cm; }
p, h2, h3 { orphans: 3; widows: 3; }
h2, h3{ page-break-after: avoid; }
}
body {
/* background-color: #f2c84b;*/
color: #493F3E
}
#content {
padding: 0 0.5% 0 0.5%;
}
a, a:hover {
text-decoration: none;
}
header {
background-color: #95392E;
padding: 1%;
border-bottom: 1px solid #95392E;
color: white;
}
header > h1 > a {
text-decoration: none;
color: white;
font-weight: bold;
|
546
547
548
549
550
551
552
553
554
555
556
557
558
559
|
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
|
+
|
}
#story-list {
/* background-color: #f2c84b;*/
}
#story-list a, .feed {
padding: 0.5% 0 0.5% 0;
font-weight: bold;
margin-top: 0;
}
.story-date {
font-size: .75em;
color: #493F3E;
|
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
|
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
|
-
+
-
|
}
.ng, .nt, .ps {
color: #493F3E;
}
#story-list .story, .feed {
text-decoration: none;
padding: .5%;
padding: .5 0 .5% 0%;
border-top: 1px solid #95392E;
margin-top: .33%;
}
span.ps, span.nt, span.ng {
padding: .05em;
border-radius: 5px;
}
span.ps {
background-color: #ABAA7A;
}
span.nt {
background-color: #D99B48;
}
span.ng {
background-color: red;
}
footer {
background-color: #95392E;
padding: 1%;
border-top: 1px solid #95392E;
color: white;
}
footer a {
text-decoration: none;
color: white;
font-weight: bold;
}
|