--- Webpacus2/share/web/static/css/app.css 2007/12/02 01:43:59 1080 +++ Webpacus2/share/web/static/css/app.css 2007/12/02 03:00:07 1081 @@ -1,3 +1,30 @@ +/* webpacus */ + .linked { color: green; } + +/* perlmonks */ + +.title { + font-size: 120%; +} + +.score { + color: gray; + font-size: 70%; +} + +.date { + font-size: 80%; +} + +.type { + color: gray; + font-size: 80%; +} + +.content { + background: #eee; + padding: 0.5em; +}