summaryrefslogtreecommitdiff
path: root/web/para.css (follow)
Commit message (Collapse)AuthorAge
* css: Nicer colors and layout for functions.Andre Noll2025-10-08
| | | | This looks much better in firefox, but has no effect for elinks.
* css: Use white color for headings.Andre Noll2025-10-08
| | | | | This makes the headings stand out, which improves readability for text mode browsers such as elinks which can't use a different font size.
* css: Remove a lot of unused cruft.Andre Noll2025-10-08
| | | | | Amazing to see that none of this is actually used in the pages generated by doxyen-1.8.
* css: Remove memItem tweaks.Andre Noll2025-05-26
| | | | | The pages look better without this since the tables no longer contain horizontal lines above all entities.
* css: Fix a typo in comment.Andre Noll2025-05-26
|
* web: Generate left- and right-justified text.Andre Noll2024-05-13
| | | | Larger pages such as the manual page look much nicer after this patch.
* web: Add horizontal space between table columns.Andre Noll2022-02-10
| | | | | | This tweaks the style sheet to make the rows of the tables easier to read. It affects the topic list on the development page and the list of files on the doxygen API page.
* web: Clean up style sheet.Andre Noll2022-02-10
| | | | | This removes some unnecessary cruft. The pages still look as before, at least in elinks and firefox.
* web: Add padding to all pages.Andre Noll2022-02-10
| | | | | | | Wrap text paragraphs in <p>...</p> and increase the margin value for the html body in the css file. This looks much better in firefox. No change to the contents.
* web: Move navigation into top level table.Andre Noll2022-02-10
| | | | | Now the pages no longer look as if they were made in the nineties. More like 2001 :)
* web: The new logo for paraslash-0.7.Andre Noll2022-02-10
| | | | | | | | | | | This new svg logo was not made with a graphical editor but with a plain text exitor. Unfortunately, ImageMagick is unable to create a working .ico file from the svg source. Therefore we continue to carry a manually created .ico file in the repo. The new logo is less wide than the previous one, and it does not look nice when it floats to the right side of its tabular cell. Fortunately this can be fixed by removing some code from the style sheet.
* Move git services to tuebingen.mpg.de.Andre Noll2014-08-18
| | | | | | | | | | | | | | | | | | | | Both the gitweb and the git daemon service have been relocated to tuebingen.mpg.de. This commit changes the git-related URLs in the repository to their counterparts at the new location. The new location does not have a gitweb page dedicated to paraslash alone. Instead, the gitweb service is provided by the gitolite instance at git.tuebingen.mpg.de which hosts also a couple of other repositories. The "Changes" link of the the menu of the paraslash web pages points to the dedicated gitweb page, so this link is removed from the menu. There is still a gitweb link on the download page and a new one in the README file. Without a dedicated gitweb page, parts of the para.css style sheet are no longer needed. This patch removes these parts, along with git-logo.png, header and footer, which also have become unused.
* web: Make image rule global.Andre Noll2013-08-18
| | | | | This way it also applies to the paraslash logo. Without this, old mozilla browsers show a margin around the image, which looks ugly.
* web: Adjust sizes of monospace fonts.Andre Noll2013-08-18
| | | | 120% is big enough, let's use this size everywhere.
* web: Avoid gray area on gitweb page.Andre Noll2013-08-18
| | | | Removing this section makes it go away.
* web: Move important parts of the style sheet to the top of the file.Andre Noll2013-08-18
|
* web: Remove some duplicate rules in para.css.Andre Noll2013-08-18
|
* web: Combine the two .css files.Andre Noll2013-08-18
| | | | | | | | | Having only one style file avoids to duplicate the rules for common elements. This is the result of cat gitweb.css >> para.css plus a minor fix. gitweb_config.perl on the destination site, and para_adm have to be updated at the same time to make this work.
* web: Unify css rules for tables.Andre Noll2013-08-18
|
* web: Make the body selector of the two css files consistent.Andre Noll2013-08-18
|
* web: Use lower-case css selectors.Andre Noll2013-08-18
| | | | | | In para.css most css element selectors were in upper case, while gitweb.css used lower case selectors. This patch makes the two consistent.
* web: Increase font size.Andre Noll2013-08-18
| | | | The default value of font-size is medium, which seems to be more appropriate.
* web: css whitespace fixes.Andre Noll2013-08-18
| | | | Indentation was rather inconsistent.
* web: Remove commented-out sections of css files.Andre Noll2013-08-18
|
* para.css: Remove superflous '#' chars.Andre Noll2009-08-21
|
* para.css: Increase font size.Andre Noll2007-10-29
|
* para.css: Get rid of the old gitweb stuff.Andre Noll2007-10-29
|
* Add a new style file.Andre Noll2007-09-10
| | | | For v0.3 the outfit should at least change a bit ;)
* doxygen: Change color of function parametersAndre2006-06-16
| | | | It was almost unreadable.
* update to doxygen-1.4.7Andre2006-06-16
| | | | | looks much nicer. This also fixes the problem with gitweb where tabs in patches were not indented on the web page
* revert recent css changesAndre2006-06-10
|
* css testAndre2006-06-10
|
* initial git commitAndre2006-02-20
Let's try if this works out.