summaryrefslogtreecommitdiff
path: root/doc/style.css
AgeCommit message (Collapse)Author
2009-05-22highlight: New plugin supporting syntax highlighting of pretty much anything.Joey Hess
* debian/control: Add suggests for libhighlight-perl, although that package is not yet created by Debian's highlight source package. (See #529869)
2009-04-11Add a microblog template that is useful for inlining microblogging posts.Joey Hess
2009-03-25css: Add clear: both to inlinefooter.Joey Hess
If an inlined page contains a floating element, this ensures that the footer appears beneath it, and prevents the floating element from possibly leaking down to the next inlined page.
2009-01-25remove hr under comment actionsJoey Hess
The horizontal line was only meant to be displayed under the actions at the top of a page.
2009-01-20Remove nonstandard css. Closes: #512378Joey Hess
2008-12-21comment layout changeJoey Hess
I saw a layout similar to this on blogger, and I sorta like it The dash avoids parens sitting next to each other in some cases.
2008-12-20my try at improving comment stylingJoey Hess
Makes it look more like a blog, but not enough to be confusing, and with nothing as large as in a blog. Removal of the vertical line under the subject imho makes it easier to scan through comments as each box is a new one. Bolding the subject seems to make it stand out enough, especially as its a link now. (Also considered increasing its font size to 110%.)
2008-12-19fiddle with comment css classesJoey Hess
2008-12-11postcomment: Rename plugin to comments, use *._comment filesSimon McVittie
The PageSpec is still called "postcomment" since that's what it means.
2008-12-11Rename smcvpostcomment plugin to postcomment to propose for inclusionSimon McVittie
2008-12-11smcvpostcomment_*.tmpl: make class names match template namesSimon McVittie
Also put "posting comments disabled" in [], and change "Page preview" to "Comment preview".
2008-12-11Add some basic stylesheet rules for smcvpostcommentSimon McVittie
2008-12-11style.css: reduce the scope of the .author rule to when it's nested in ↵Simon McVittie
.inlineheader In the initial template for blog-style comments, I don't want the author name to be quite as large and prominent as the author of a blog post - I expect that comments will be rather short, so the author name stands out better for a given font size.
2008-10-01add padding between inlined page title and contentJoey Hess
Some aggregated contents do not include a span element, so there was zero padding without this.
2008-09-09progress: New plugin to generate progress bars (willu)Joey Hess
2008-09-01style.css: Add missing semicolon. Closes: #497176Joey Hess
2008-08-26color: New plugin from ptecza.Joey Hess
2008-08-07add clear: both for recentchangesJoey Hess
This helps make sure the sidebar displays above it on some browsers
2008-08-06move to rightJoey Hess
2008-08-06Added a small icon to the search input box.Joey Hess
2008-08-04set background color of floating divsJoey Hess
If a floating div is next to (and in front of) a div that takes up the whole screen width, and has a background color set, that color can bleed through into the floating div. One exampe of this is inline's blogpost form. Avoid it by setting the background color of the floating element.
2008-07-13Don't set clear:both on .pagedate etc., only on .pagefooterSimon McVittie
This removes clear:both from the trailing metadata of inlined entries as requested by tschwinge, but if you want that feature back, you can set .inlinefooter { clear: both; } in local.css.
2008-07-12make errors redJoey Hess
2008-06-07img: Support captions.Joey Hess
2008-03-03* Add recentchangesdiff plugin that adds diffs to the recentchanges feeds.Joey Hess
* rcs_diff is a new function that rcs modules should implement. * Implemented rcs_diff for git, svn, and tla (tla version untested). Mercurial and monotone still todo.
2008-01-29more style improvementsJoey Hess
2007-09-22* map: Render pages on the way to subpages whose parent pagesjoey
are not included in the map. Include special styling for such pages. * map: Remove common prefixes and don't over-indent. * Add class option to htmllink().
2007-09-15basic styling for license and copyrightjoey
2007-05-12page cloud was split into two definitionsjoey
2007-05-11* Make all templates have a footer div to ease themeing. Required templatejoey
and style sheet updates, and unless you're using customised versions, you'll want to rebuild wikis on upgrade to this version to avoid inconsistencies. * Allow WIKINAME to to used in footers, as an example of something to put there.
2007-05-08Use border-style: none; rather than border: 0px; for img.joshtriplett
2007-04-30* Use div layout for the signin and preferences forms, so that they can bejoey
styled using the stylesheet, rather than by creating signin and prefs templates. * Make the openid login form nicely styled.
2007-04-30styling for formbuilder fieldsetsjoey
2007-04-26more footer improvementsjoey
2007-04-26more footer improvementsjoey
2007-04-26add margin around tagsjoey
2007-04-26* Move the footer div to enclose tags and links too.joey
* More style sheet updates, remove the hack that used the tags div to create the footer border.
2007-04-24* Change basewiki CSS to not put a border around images used as links.joshtriplett
2007-04-06use popup balloon for more backlinks, rather than expanding on hover, sincejoey
in some cases it's not possible to move the mouse over the more backlinks using the old method
2007-03-31* Hide excess backlinks and expand using CSS trick; control quantiy viajoey
the numbacklinks setting.
2007-03-31* Add a templates page to the basewiki. It will automatically list alljoey
available templates. Rename the old templates page to wikitemplates. * Include the note template in the basewiki. * Add a popup template in the basewiki. CSS based on some by Martin Krafft. * Make the note, popup, and plugin templates detect missing variables and be self-documenting, listing the available variables.
2007-03-22* Make ikiwiki's stylesheet support printing by hiding parts of the pagejoey
that shouldn't appear in a printout: Search box, actions bar, blog post form, tags, backlinks, and feed buttons.
2007-02-19* Add a openidlogin-bg.gif to wikiicons and have the stylesheet use it for thejoey
OpenID login form rather than linking to a remote logo, to avoid various issues. Since there is not yet a license for the actual OpenID logo, this file is currently a blank image. Users who want to can copy http://openid.net/login-bg.gif into their wiki.
2007-02-13* Make the basewiki be full of symlinks to pages that should be the samejoey
in the doc wiki. This will allow direct edits to alter the base wiki without manual munging.
2007-02-10merge to basewikijoey
2007-02-10web commit by JoshTriplett: Nuke trailing whitespace.joey
2007-02-10web commit by JoshTriplett: Avoid overriding the user's choice of sans-serif ↵joey
fonts in the feed button style.
2006-03-29Implemented --underlaydir, and moved files provided by underlay out of docjoey
so I don't need to maintain two copies anymore. You might also want to remove the files provided in the basewiki underlay from your wiki, if you have not created custom local versions of them, so that these pages will be automatically updated in future ikiwiki upgrades.
2006-03-29minorjoey
2006-03-29minor improvementsjoey