26Nov2006
Pimping up do to lists
I’m a big fan of lists. For my web design projects I use Zoho Planner. Using the Stylish add on for Firefox I have setup a stylesheet for my lists to highlight:
- Important stuff
- Someone else’s responsibility but I will need to check to make sure it’s done
- On the backburner
@-moz-document domain("planner.zoho.com") {
/* On the backburner */
li i {
color: #009900;
}
/* Important stuff */
li b {
color: #ffffff;
background: #ff0000;
padding: 0px 3px;
}
/* Check with others */
li i b {
background: #ffffff;
font-style: normal;
color: #FF9900;
font-weight: lighter;
padding: 0px;
}
/* Make the checked items smaller */
li .todochecked {
font-size: 9px;
padding-bottom: 3px;
}
}
To use it just install Stylish and paste in the above code. With some modification this code could also be used on Backpack.