diff options
| author | toshio <toshio@mm3test.fedoraproject.org> | 2012-03-12 23:27:56 +0000 |
|---|---|---|
| committer | toshio <toshio@mm3test.fedoraproject.org> | 2012-03-12 23:27:56 +0000 |
| commit | 1c4f1cb5a0332a1fcc4d2fa8cf908f029cf23594 (patch) | |
| tree | 53779390ff498842d2b919da62182fe582d4d0ca /static/css/stats.css | |
| download | hyperkitty-1c4f1cb5a0332a1fcc4d2fa8cf908f029cf23594.tar.gz hyperkitty-1c4f1cb5a0332a1fcc4d2fa8cf908f029cf23594.tar.xz hyperkitty-1c4f1cb5a0332a1fcc4d2fa8cf908f029cf23594.zip | |
Import the initial version of the hyperkitty archiver
Diffstat (limited to 'static/css/stats.css')
| -rw-r--r-- | static/css/stats.css | 124 |
1 files changed, 124 insertions, 0 deletions
diff --git a/static/css/stats.css b/static/css/stats.css new file mode 100644 index 0000000..cd39079 --- /dev/null +++ b/static/css/stats.css @@ -0,0 +1,124 @@ +h2 { + margin-top: 0px; + padding-top: 10px; +} +/* Add icons to some text */ +.neutral { + background: url("../img/neutral.png") no-repeat scroll left; + padding-left: 20px; + padding-right: 20px; + font-weight: bold; +} + +.like { + background: url("../img/like.png") no-repeat scroll left; + padding-left: 20px; + padding-right: 20px; + font-weight: bold; +} + +.likealot { + background: url("../img/likealot.png") no-repeat scroll left; + padding-left: 20px; + padding-right: 20px; + font-weight: bold; +} + +/* The content section of the page */ +.content { + width: 90%; + margin: auto; +} + +#top_discussion { + width: 45%; + margin-right: 22px; +} + +#discussion_by_topic { + width: 45%; + margin-top: 20px; + margin-right: 22px; +} + +#most_active { + float: right; + width: 45%; +} + +#discussion_marker { + float: right; + width: 45%; + margin-top: 20px; +} + +.thread { + white-space: nowrap; +} + +.thread * { + white-space: normal; +} + +.thread_id { + font-weight: bold; + font-size: 125%; + color: rgb(102, 102, 102); + vertical-align: top; + padding-right: 10px; +} + +.thread_title{ + padding-right:20px; + color: rgb(102, 102, 102); + display: inline-block; +} + +.thread_stats ul li { + margin-right:20px; +} + +.category { + font-variant: small-caps; + font-weight: bold; + color: white; + -webkit-border-radius: 5px 5px 5px 5px; + -moz-border-radius: 5px 5px 5px 5px; + border-radius: 5px 5px 5px 5px; + vertical-align: top; + margin-bottom: 10px; + padding-top: 0px; + padding-left: 10px; +} + +.category_entry { + list-style-type: circle; + margin-top: 0px; + padding-bottom: 10px; + padding-left: 25px; +} + +.category_entry li { + padding-bottom: 10px; +} + +.maker { + color: rgb(102, 102, 102); + padding-right: 10px; + padding-bottom: 20px; +} + +.maker_id, .marker_name{ + font-weight: bold; + font-size: 125%; + vertical-align: top; + padding-right: 20px; +} + +.gravatar { + padding-right: 20px; +} + +.score{ + font-weight: bold; +} |
