diff options
author | Aurélien Bompard <aurelien@bompard.org> | 2013-01-17 17:14:07 +0100 |
---|---|---|
committer | Aurélien Bompard <aurelien@bompard.org> | 2013-01-23 06:06:49 -0500 |
commit | ff8a5af67943bf7c25c1d1e1fd58ace60d3c2a87 (patch) | |
tree | 6dc45dfb8119cce90cc06c7ab1c065823a89ac77 /hyperkitty/static/css | |
parent | 2d725b585c67c98a50511eff7f9a39f107fc5eb8 (diff) | |
download | hyperkitty-ff8a5af67943bf7c25c1d1e1fd58ace60d3c2a87.tar.gz hyperkitty-ff8a5af67943bf7c25c1d1e1fd58ace60d3c2a87.tar.xz hyperkitty-ff8a5af67943bf7c25c1d1e1fd58ace60d3c2a87.zip |
Get rid of the stats.css file
Diffstat (limited to 'hyperkitty/static/css')
-rw-r--r-- | hyperkitty/static/css/hyperkitty.css | 90 | ||||
-rw-r--r-- | hyperkitty/static/css/stats.css | 133 |
2 files changed, 90 insertions, 133 deletions
diff --git a/hyperkitty/static/css/hyperkitty.css b/hyperkitty/static/css/hyperkitty.css index cbaa754..4aa3662 100644 --- a/hyperkitty/static/css/hyperkitty.css +++ b/hyperkitty/static/css/hyperkitty.css @@ -210,6 +210,9 @@ form.likeform { float: right; } + +/* Summary page */ + #recent_activities h2 { font-size: 22px; line-height: 32px; @@ -220,6 +223,85 @@ form.likeform { text-align: center; } +#fig { + position: relative; + margin: auto; + width: 540px; + height: 330px; +} + +#top_discussion { + width: 45%; + margin-right: 22px; + margin-left: 10px; +} + +#discussion_by_topic { + width: 45%; + margin-top: 20px; + margin-right: 22px; + margin-left: 10px; +} + +#most_active { + float: right; + width: 45%; +} + +#discussion-maker { + float: right; + width: 45%; + margin-top: 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, .maker-name { + font-weight: bold; + font-size: 115%; + vertical-align: top; + padding-right: 20px; +} + +.maker .gravatar { + padding-right: 20px; +} + +.score{ + font-weight: bold; +} + + + + #archives { width: 9%; float: left; @@ -282,6 +364,14 @@ form.likeform { margin-bottom: 3em; } +.thread_id { + font-weight: bold; + font-size: 125%; + color: rgb(102, 102, 102); + vertical-align: top; + padding-right: 10px; +} + .thread_title { font-weight: bold; font-size: 125%; diff --git a/hyperkitty/static/css/stats.css b/hyperkitty/static/css/stats.css deleted file mode 100644 index 77bb4a6..0000000 --- a/hyperkitty/static/css/stats.css +++ /dev/null @@ -1,133 +0,0 @@ -h2 { - margin-top: 0px; - padding-top: 10px; -} -.likestatus { - padding-left: 20px; - margin-right: 4em; - font-weight: bold; -} -/* Add icons to some text */ -.neutral { - background: url("../img/neutral.png") no-repeat scroll left; -} - -.like { - background: url("../img/like.png") no-repeat scroll left; -} - -.likealot { - background: url("../img/likealot.png") no-repeat scroll left; -} - -/* The content section of the page */ -.content { - width: 1024px; - margin: auto; -} - -#graph { - vertical-align: middle; -} - -#fig { - position: relative; - margin: auto; - width: 540px; - height: 330px; -} - -#top_discussion { - width: 45%; - margin-right: 22px; - margin-left: 10px; -} - -#discussion_by_topic { - width: 45%; - margin-top: 20px; - margin-right: 22px; - margin-left: 10px; -} - -#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:10px; -} - -.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: 115%; - vertical-align: top; - padding-right: 20px; -} - -.gravatar { - padding-right: 20px; -} - -.score{ - font-weight: bold; -} |