aboutsummaryrefslogtreecommitdiff
path: root/doc/style.css
Commit message (Expand)AuthorAge
* ff also needs footer and nav forced to blockJoey Hess2010-05-02
* force article and header to display as blocks•••iceweasel 3.5.9 does not know to display these as blocks, resulting in bad displays of blogs Joey Hess2010-05-02
* adapt inlinepage.tmpl to html5•••Needed to force tags to display inline, since <nav> is a block element. Joey Hess2010-05-02
* adapt comment.tmpl to html5•••Note that I put comment-header in a <header> despite it being below the comment. Using a <footer> would be confusing given the class name. Also, the content is semantically closer to a header than a footer. Joey Hess2010-05-02
* use html5 semantic markup in page.tmpl•••This is a first pass, it avoids needing to change style.css except where it refers to tag types. This goes a bit off the rails at the pageheader with its nested header. Semantically, there should be an article around the whole page header, content, and footer. Just as there will be an article around a whole comment or inlined page header, content, and footer. But that will mean changing the css that currently refers to pageheader to refer to the enclosing article instead. Joey Hess2010-05-02
* calendar: Improved display of arrows.Joey Hess2010-04-15
* reduce borderJoey Hess2010-04-15
* sidebar styling improvements•••Added a visible border; tuned down the whitespace/borders. Note the use of the -1 pixel margin-top -- this makes the sidebar appear to hang down from the line under the actions at the top of the page. Joey Hess2010-04-15
* increase sidebar width from 20 to 30 ex•••This makes it big enough to fit a month calendar. Joey Hess2010-04-15
* CSS and templates for sidebar changed to use a class, not an id.•••Multiple sidebars should be possible; also, I want to add a sidebar template. Joey Hess2010-04-15
* remove align-top/middle/bottom•••I think we only need left and right align. The other values including top, middle, bottom, baseline, absbottom, etc, don't make much sense when aligning an image that has a caption included. (They're mostly of value when including a image in a line of text like a word.) Joey Hess2010-01-07
* Support align attribute for img with caption•••This is achieved by preparing CSS definitions that emulates the behavior of the align attribute, and passing it to the outermost IMG wrapper (A or TABLE) instead of passing the align value to IMG directly. Giuseppe Bilotta2010-01-06
* Added minimal default CSS for calendar plugin, just highlighting the current ...Joey Hess2009-10-12
* further otherlanguages list stylingJoey Hess2009-08-15
* Add basic styling of po plugin's languages list.Joey Hess2009-08-15
* highlight: New plugin supporting syntax highlighting of pretty much anything.•••* debian/control: Add suggests for libhighlight-perl, although that package is not yet created by Debian's highlight source package. (See #529869) Joey Hess2009-05-22
* Add a microblog template that is useful for inlining microblogging posts.Joey Hess2009-04-11
* css: Add clear: both to inlinefooter.•••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. Joey Hess2009-03-25
* remove hr under comment actions•••The horizontal line was only meant to be displayed under the actions at the top of a page. Joey Hess2009-01-25
* Remove nonstandard css. Closes: #512378Joey Hess2009-01-20
* comment layout change•••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. Joey Hess2008-12-21
* my try at improving comment styling•••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%.) Joey Hess2008-12-20
* fiddle with comment css classesJoey Hess2008-12-19
* postcomment: Rename plugin to comments, use *._comment files•••The PageSpec is still called "postcomment" since that's what it means. Simon McVittie2008-12-11
* Rename smcvpostcomment plugin to postcomment to propose for inclusionSimon McVittie2008-12-11
* smcvpostcomment_*.tmpl: make class names match template names•••Also put "posting comments disabled" in [], and change "Page preview" to "Comment preview". Simon McVittie2008-12-11
* Add some basic stylesheet rules for smcvpostcommentSimon McVittie2008-12-11
* style.css: reduce the scope of the .author rule to when it's nested in .inlin...•••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. Simon McVittie2008-12-11
* add padding between inlined page title and content•••Some aggregated contents do not include a span element, so there was zero padding without this. Joey Hess2008-10-01
* progress: New plugin to generate progress bars (willu)Joey Hess2008-09-09
* style.css: Add missing semicolon. Closes: #497176Joey Hess2008-09-01
* color: New plugin from ptecza.Joey Hess2008-08-26
* add clear: both for recentchanges•••This helps make sure the sidebar displays above it on some browsers Joey Hess2008-08-07
* move to rightJoey Hess2008-08-06
* Added a small icon to the search input box.Joey Hess2008-08-06
* set background color of floating divs•••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. Joey Hess2008-08-04
* Don't set clear:both on .pagedate etc., only on .pagefooter•••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. Simon McVittie2008-07-13
* make errors redJoey Hess2008-07-12
* img: Support captions.Joey Hess2008-06-07
* * Add recentchangesdiff plugin that adds diffs to the recentchanges feeds.•••* 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. Joey Hess2008-03-03
* more style improvementsJoey Hess2008-01-29
* * map: Render pages on the way to subpages whose parent pages••• 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(). joey2007-09-22
* basic styling for license and copyrightjoey2007-09-15
* page cloud was split into two definitionsjoey2007-05-12
* * Make all templates have a footer div to ease themeing. Required template••• 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. joey2007-05-11
* Use border-style: none; rather than border: 0px; for img.joshtriplett2007-05-08
* * Use div layout for the signin and preferences forms, so that they can be••• styled using the stylesheet, rather than by creating signin and prefs templates. * Make the openid login form nicely styled. joey2007-04-30
* styling for formbuilder fieldsetsjoey2007-04-30
* more footer improvementsjoey2007-04-26
* more footer improvementsjoey2007-04-26