diff -r 000000000000 -r 868dae1581ff themes/otl_style2.css --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/themes/otl_style2.css Fri Jul 24 07:39:57 2009 -0700 @@ -0,0 +1,136 @@ +body +{ + font-family: Verdana; + font-size: 11px; + background-color: white; + margin: 30px 30px 100px 30px; +} + +.header +{ + font-size: 18px; + font-weight: bold; +} + +.last_mod +{ + display: block; + border-top: 1px solid #ccc; + font-style: italic; + color: #777; +} + +.legend {} +.date {} +.time {} + +.group +{ + width: 50%; + min-width: 500px; + margin-bottom: 5px; + border-bottom: 1px solid #eee; +} + +.timer +{ + position: absolute; + top: 5; + right: 10; + color: #999; +} + +.counts +{ + color: #777; + margin-left: 10px; + font-weight: normal; + font-size: 10px; + font-style: italic; +} + +.sort +{ + margin-bottom: 15px; + font-weight: bold; +} + +.sort a +{ + font-weight: normal; + text-decoration: none; + color: #777; +} + +.sort a:hover +{ + color: black; +} + +.level0 +{ + font-weight: bold; + cursor: pointer; + display: block; + -moz-user-select: none; +} + +.level0_over +{ + background-color: #eee; + cursor: pointer; + display: block; +} + +.level1 +{ + display: block; + margin-left: 20px; +} + +.level2 +{ + display: block; + margin-left: 40px; +} + +.level3 +{ + display: block; + margin-left: 60px; +} + +.level4 +{ + display: block; + margin-left: 80px; +} + +.percent +{ + color: #8193c8; + font-weight: bold; +} + +.todo +{ + padding-left: 10px; + margin-right: 5px; + border: .5px solid #c88181; + background-color: #fbf5f5; +} + +.done +{ + padding-left: 10px; + margin-right: 5px; + border: .5px solid #8193c8; + background-color: #f5f7fb; +} + +.comment +{ + font-style: italic; + display: block; +} +