16 | | === General === |
17 | | text-muted:: additional information that is not very important (formerly: note) |
18 | | text-info:: additional information that is important for the volunteer (formerly: description) |
19 | | text-danger:: error or warning messages (formerly: error) |
20 | | td.heading:: DEPRECATED, please use a th tag for table headers |
21 | | btn btn-default:: use these two as default classes for buttons (input elements you can click on) |
22 | | btn-primary, btn-success, btn-info, btn-warning, btn-danger:: use on of these instead of btn-default to give this button a different style depending on the context |
| 25 | https://bootstrapious.com/free-templates |
24 | | === Forums === |
25 | | authorcol |
26 | | The column showing information about the originator of forum posts. This column typically has an avatar and the alias of the person who made a post. |
27 | | forum_toplinks |
28 | | The table row at the top of forum pages showing actions that can be performed on the current page |
29 | | postheader |
30 | | The header of a forum post - typically a table cell with info about when the post was made and links providing moderators with actions |
31 | | postbody |
32 | | The body of a forum post - contains the actual post text |
33 | | postfooter |
34 | | The footer field of a post - has links to reply etc. |
35 | | postseperator |
36 | | The space between two posts in the thread display |
37 | | helpdeskseperator |
38 | | The space between the first post and followups in the helpdesk display mode |
| 27 | * Add your own CSS, to be added after Bootstrap. |
| 28 | To do this, put |
| 29 | {{{ |
| 30 | define("STYLESHEET", "your_stylesheet.css");` |
| 31 | }}} |
| 32 | in the file `html/project/project.inc`. |