1 | | == StyleSheets for documenting CSS == |
| 1 | == Style Sheets == |
| 2 | The overall look of a project web site can be controlled by Cascading Style Sheets (CSS). |
| 3 | The project administrator can select the CSS file which is used to format each web page |
| 4 | by a setting like |
| 5 | |
| 6 | `define("STYLESHEET", "white.inc");` |
| 7 | |
| 8 | in the file `html/project/project.inc`. |
| 9 | |
| 10 | Three style themes are currently available: `white.css`, `black.css`, and `style2.css`. It is easy to create your own by copying one of these three and editing. |
| 11 | |
| 12 | You may also find it useful to use the CSS `@import` command, though this is not supported correctly by all browsers (elaborate?) |
| 13 | |
| 14 | == Style Classes == |
| 15 | |
| 16 | The list below will describe classes used in BOINC Project pages, to make it easier for a project to make custom adjustments. |
| 17 | |
| 18 | === Forums === |
| 19 | |
| 20 | === Front Page === |
| 21 | |
| 22 | === Top Scores === |
| 23 | |