MobileBlur

Diff
Login

Differences From Artifact [c4d6d0ed8b]:

To Artifact [535095eebd]:


515
516
517
518
519
520
521




522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539

540
541
542
543
544
545
546
547
548

549
550
551
552
553


554


555
556





557

558
559
560

561
562


563
564




565
566
567
568
569
570
571
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542

543
544
545
546
547
548
549
550
551

552

553
554
555

556
557
558
559
560
561
562
563
564
565
566
567

568
569
570

571
572
573
574
575


576
577
578
579
580
581
582
583
584
585
586







+
+
+
+

















-
+








-
+
-



-
+
+

+
+


+
+
+
+
+
-
+


-
+


+
+
-
-
+
+
+
+







  h2, h3{ page-break-after: avoid; }
}

body {
/*    background-color: #f2c84b;*/
    color: #493F3E
}

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;
}

#story > header > a {
    color: white;
}

header > a> h2 {
header h2 {
/*    border-top: 1px solid white;*/
    color: white;
}

#story-list {
/*    background-color: #f2c84b;*/
}

#story-list > .story > a, .feed > a {
#story-list a, .feed {
    text-decoration: none;
    font-weight: bold;
    margin-top: 0;
}
#story-list > .story > p {

.story-date {
    font-size: .75em;
    color: #493F3E;
    font-weight: normal;
}

.feed {
    color: white;
    text-decoration: none;
}

#story-list > .story > .read {
.read {
    color: #D99B48;
}
#story-list > .story > .unread, .feed > a {
.unread, .feed .feed-title {
    color: #C57E3C;
}
.ng, .nt, .ps {
    color: #493F3E;

#story-list > .story, .feed {
}

#story-list .story, .feed {
    text-decoration: none;
    padding: .5%;
    border-top: 1px solid #95392E;
    margin-top: .33%;
}

span.ps, span.nt, span.ng {
    padding: .05em;
583
584
585
586
587
588
589
590

591
592
593
594
598
599
600
601
602
603
604

605
606
607
608
609







-
+





footer {
    background-color: #95392E;
    padding: 1%;
    border-top: 1px solid #95392E;
    color: white;
}
footer > a {
footer a {
    text-decoration: none;
    color: white;
    font-weight: bold;
}