MobileBlur

Check-in [c292845f56]
Login
Overview
Comment:Brought the item borders inline with the new color palette
Timelines: family | ancestors | descendants | both | develop
Files: files | file ages | folders
SHA1: c292845f567a0c4b4aae4ea8b4a1772df2d25747
User & Date: spiffy on 2011-11-30 02:39:27
Other Links: branch diff | manifest | tags
Context
2011-11-30
02:49
Made the story title in the story view nicely styled. Put the 'mark story read' button inside the header check-in: dea6297b3d user: spiffy tags: develop, v0.4
02:39
Brought the item borders inline with the new color palette check-in: c292845f56 user: spiffy tags: develop
02:32
Colors are now even less awful. Kidna. check-in: 6d9fde817c user: spiffy tags: develop
Changes

Modified applications/mobileblur/static/css/base.css from [a251aeeb75] to [de7a647041].

519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
/*    background-color: #f2c84b;*/
    color: #493F3E
}

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







|







519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
/*    background-color: #f2c84b;*/
    color: #493F3E
}

header {
    background-color: #95392E;
    padding: 1%;
    border-bottom: 1px solid #95392E;
    color: white;
}
header > h1 > a {
    text-decoration: none;
    color: white;
    font-weight: bold;
}
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
587
588
589
}
#story-list > .story > .unread, .feed > a {
    color: #C57E3C;
}

#story-list > .story, .feed {
    padding: .5%;
    border-top: 1px solid #d91604;
    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 #d91604;
    color: white;
}
footer > a {
    text-decoration: none;
    color: white;
    font-weight: bold;
}







|




















|







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
587
588
589
}
#story-list > .story > .unread, .feed > a {
    color: #C57E3C;
}

#story-list > .story, .feed {
    padding: .5%;
    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;
}