MobileBlur

Diff
Login

Differences From Artifact [037cce1332]:

To Artifact [20785921ab]:


326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
326
327
328
329
330
331
332






333
334
335
336
337
338
339







-
-
-
-
-
-







}

fieldset { border: 1px solid #dedede; padding: 6px; }
legend { font-weight: bold; }

input:focus, textarea:focus { background: #fafafa; }

p {text-indent:30px;}

p, blockquote {    
    margin-bottom: 10px;
}

h1,h2,h3,h4,h5,h6 { line-height: 170%; }
h1 {font-size: 2.0em;}
h2 {font-size: 1.8em;}
h3 {font-size: 1.4em;}
h4 {font-size: 1.2em;}
h5 {font-size: 1.0em;}
h6 {font-size: 0.8em;}
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
538
539




540
541
542
543
544
545
546
547
548
549
550







551
552
553
554
555









556
507
508
509
510
511
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
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







-
-




+



+
+
+
+
+






-
-

-
-
+
+
+
+











+
+
+
+
+
+
+
-
-
-
-
-
+
+
+
+
+
+
+
+
+

  tr, img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}

body {
    margin: 0 2% 0 2%;
    background-color: #CC6600;
}

header {
    background-color: #cc0000;
    padding: 1%;
    border-bottom: 1px solid black;
    color: white;
}
header > h1 > a {
    text-decoration: none;
    color: white;
    font-weight: bold;
}

#story-list {
}

#story-list > .story > a {
    text-decoration: none;
    border-radius: 5px;
    font-size: 2em;
    font-weight: bold;
    background-color: #CC9933;
    padding: 0 6px 0 6px;
    margin-top: 0;
}
#story-list > .story > p {
    font-size: .75em;
}

#story-list > .story > .read {
    color: #CC3333;
}
#story-list > .story > .unread {
    color: #CC0000;
/*    color: #A8A8EE;*/
}

#story-list > .story {
    padding: .5%;
    padding-top: 0;
    border-top: 1px solid black;
    margin-top: .33%;
}

footer {
    background-color: white;
    padding: .25%;
    border: 1px solid black;
    border-radius: 5px;
    margin-top: .33%;
    background-color: #cc0000;
    padding: 1%;
    border-top: 1px solid black;
    color: white;
}
footer > a {
    text-decoration: none;
    color: white;
    font-weight: bold;
}