Commit graph

59 commits

Author SHA1 Message Date
Simon Krauter
5184c7c281 CSS: Add missing font color definition
Fixes: On my pc, text and background have the same color.
2017-02-25 20:03:07 +01:00
Dominik Picheta
f6f4e5c888 Implemented quotes. 2016-01-30 15:05:28 +00:00
Dominik Picheta
bb494f0b65 Implemented an inline rst reference. Ref #75. 2016-01-30 12:09:08 +00:00
Dominik Picheta
35e01a6fcb Force users thumbnails to 20px
This fixes what appears to be a gravatar bug. See https://twitter.com/d0m96/status/647859715028975616
2015-09-27 20:47:38 +01:00
Dominik Picheta
05a529df5b Email activation and password resets for users. 2015-05-28 01:36:31 +01:00
Nycto
aacd7639a3 Position glow arrow with CSS 2015-04-23 19:58:15 -07:00
Dominik Picheta
5742a1d33d Merge pull request #49 from G4MR/master
Updated css to show which forum links were visited
2015-03-10 14:15:26 +00:00
Pradeep Gowda
4c64cbed14 Remove text-justify on p#content
Justified text is arguably harder to read than left-aligned text.
2015-03-01 19:33:41 -05:00
lamonte
05a4861212 Updated css to show which forum links were visited 2015-02-22 12:06:49 -06:00
Flaviu Tamas
4fa2d1a75b Improve background quality
See flaviut/Nim@e36011a5a1 for details
2015-02-20 07:45:20 -05:00
Dominik Picheta
fd08340b8f Syntax highlighting improvements. 2014-12-07 14:54:03 +00:00
Dominik Picheta
98acb26f27 Better fonts. DejaVu Sans Mono and Helvetica. 2014-12-07 14:50:14 +00:00
Dominik Picheta
9e5c05fe63 Adds more space below "Edit Post". 2014-12-07 14:40:36 +00:00
Dominik Picheta
82843d5bc2 Increased effective clickable size of Reply button. 2014-12-07 14:21:03 +00:00
Dominik Picheta
90d7a70556 Inline code in posts now has a white background. 2014-12-07 14:04:50 +00:00
Dominik Picheta
98127731a2 Remove italics from num lit syntax highlighting. 2014-12-07 14:03:21 +00:00
Dominik Picheta
4b6d1d3a32 Increased margin on post content. 2014-12-07 14:01:58 +00:00
Dominik Picheta
8af27ae64d Improves search. 2014-12-07 02:53:10 +00:00
Dominik Picheta
3a97576160 Made syntax highlighting white slightly less white. 2014-12-07 02:17:16 +00:00
Dominik Picheta
38d386beb9 Increased activity font size. 2014-12-07 02:13:56 +00:00
Dominik Picheta
020d76d15e Add atom feed icons. 2014-12-07 02:09:33 +00:00
Dominik Picheta
53790a394c Better error feedback to user. 2014-12-07 01:55:59 +00:00
Dominik Picheta
048180dd8b Larger subject field. 2014-12-07 01:05:16 +00:00
Dominik Picheta
4002d121b4 Fixes recently introduced style issues. 2014-12-07 00:32:21 +00:00
Dominik Picheta
cf6e99223a Adjusted top margin for post content. 2014-12-05 19:00:16 +00:00
Dominik Picheta
9e578522c1 Merge pull request #32 from Leu-Gim/new_async
highlighting current post via CSS :hover pseudo-element
2014-12-05 19:00:14 +00:00
Dominik Picheta
9b0d507dcf Better smiley positioning. Larger font size. 2014-12-05 18:50:09 +00:00
Dominik Picheta
99731e7bed Added smilieys. Fixed too many users overflow on front page. 2014-12-04 18:44:38 +00:00
Dominik Picheta
0ec7387e0c Restored server side activity calculations. Last reply info added. 2014-11-15 15:00:22 +00:00
Dominik Picheta
688a5503ac Improved style of threads: better links. 2014-11-15 14:33:46 +00:00
Miguel
e52d65c3a7 highlighting current post via CSS :hover pseudo-element 2014-11-15 17:05:36 +03:00
Dominik Picheta
eb769485e6 Fixes nav numbers. Removes jump page num. 2014-11-14 16:11:46 +00:00
Dominik Picheta
8569a8962f Merge branch 'new_async' of https://github.com/Leu-Gim/nimforum into Leu-Gim-new_async
Conflicts:
	forum.nim

Also fixes FTS table detection.
2014-11-13 15:26:33 +00:00
Dominik Picheta
2aaeaf9b9b Implemented activity timer in JS. 2014-11-11 17:59:01 +00:00
Miguel
3f08e94e21 Forum search added and some modifications done. 2014-11-11 08:24:46 +03:00
Dominik Picheta
2ac0f934a7 Margin bottom for <pre> code. 2014-11-10 20:41:29 +00:00
Dominik Picheta
fb24365d9a Better form styles. Implemented new design for post preview. 2014-11-10 19:32:39 +00:00
Dominik Picheta
9e7b889e3d Syntax highlighting colors implemented. 2014-11-10 17:31:15 +00:00
Dominik Picheta
4d459819e1 Fixes sidebar style on smaller screens. 2014-11-10 17:16:18 +00:00
Dominik Picheta
5d90a9e651 Add spacing between page num links. 2014-11-10 00:20:05 +00:00
Dominik Picheta
707393a509 Added hr style. 2014-11-09 23:37:04 +00:00
Dominik Picheta
d1b6d0ad40 Design fixes for posts list. 2014-11-09 23:35:14 +00:00
Dominik Picheta
ab84e3249a Fix double scrollbar. 2014-11-09 22:41:37 +00:00
Dominik Picheta
114d322b50 Redesigned front page.
Made font smalled for the thread list. Gravatars are now shown for each
user that posted in each thread listed. Time since last reply is now
calculated and shown beside each thread.
2014-11-09 18:28:21 +00:00
Dominik Picheta
77bcb14327 Error handling for login in sidebar. 2014-11-09 00:49:14 +00:00
Dominik Picheta
c1cf06c747 Sidebar style adjustments. 2014-11-08 23:42:23 +00:00
Dominik Picheta
dd61f5bdbf Implemented side bar. 2014-11-06 16:35:25 +00:00
Dominik Picheta
7b6e629bfc Small fixes for styling and reply button presence. 2014-11-04 13:52:48 +00:00
Dominik Picheta
b5f6d8fa8b Implemented new design for thread view. 2014-10-31 15:45:02 +00:00
Dominik Picheta
4de7e58511 First steps towards new forum design. 2014-10-29 22:12:05 +00:00