aboutsummaryrefslogtreecommitdiff
path: root/doc/style.css
Commit message (Collapse)AuthorAge
...
* calendar: Improved display of arrows.Joey Hess2010-04-15
|
* reduce borderJoey Hess2010-04-15
|
* sidebar styling improvementsJoey Hess2010-04-15
| | | | | | | 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.
* increase sidebar width from 20 to 30 exJoey Hess2010-04-15
| | | | This makes it big enough to fit a month calendar.
* CSS and templates for sidebar changed to use a class, not an id.Joey Hess2010-04-15
| | | | | Multiple sidebars should be possible; also, I want to add a sidebar template.
* remove align-top/middle/bottomJoey Hess2010-01-07
| | | | | | | 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.)
* Support align attribute for img with captionGiuseppe Bilotta2010-01-06
| | | | | | 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.
* Added minimal default CSS for calendar plugin, just highlighting the current ↵Joey Hess2009-10-12
| | | | day.
* 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.Joey Hess2009-05-22
| | | | | | * debian/control: Add suggests for libhighlight-perl, although that package is not yet created by Debian's highlight source package. (See #529869)
* Add a microblog template that is useful for inlining microblogging posts.Joey Hess2009-04-11
|
* css: Add clear: both to inlinefooter.Joey Hess2009-03-25
| | | | | | 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.
* remove hr under comment actionsJoey Hess2009-01-25
| | | | | The horizontal line was only meant to be displayed under the actions at the top of a page.
* Remove nonstandard css. Closes: #512378Joey Hess2009-01-20
|
* comment layout changeJoey Hess2008-12-21
| | | | | | 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.
* my try at improving comment stylingJoey Hess2008-12-20
| | | | | | | | 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%.)
* fiddle with comment css classesJoey Hess2008-12-19
|
* postcomment: Rename plugin to comments, use *._comment filesSimon McVittie2008-12-11
| | | | The PageSpec is still called "postcomment" since that's what it means.
* Rename smcvpostcomment plugin to postcomment to propose for inclusionSimon McVittie2008-12-11
|
* smcvpostcomment_*.tmpl: make class names match template namesSimon McVittie2008-12-11
| | | | | Also put "posting comments disabled" in [], and change "Page preview" to "Comment preview".
* 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 ↵Simon McVittie2008-12-11
| | | | | | | | | .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.
* add padding between inlined page title and contentJoey Hess2008-10-01
| | | | | Some aggregated contents do not include a span element, so there was zero padding without this.
* 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 recentchangesJoey Hess2008-08-07
| | | | This helps make sure the sidebar displays above it on some browsers
* move to rightJoey Hess2008-08-06
|
* Added a small icon to the search input box.Joey Hess2008-08-06
|
* set background color of floating divsJoey Hess2008-08-04
| | | | | | | 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.
* Don't set clear:both on .pagedate etc., only on .pagefooterSimon McVittie2008-07-13
| | | | | | 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.
* make errors redJoey Hess2008-07-12
|
* img: Support captions.Joey Hess2008-06-07
|
* * Add recentchangesdiff plugin that adds diffs to the recentchanges feeds.Joey Hess2008-03-03
| | | | | | * 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.
* more style improvementsJoey Hess2008-01-29
|
* * map: Render pages on the way to subpages whose parent pagesjoey2007-09-22
| | | | | | 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().
* 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 templatejoey2007-05-11
| | | | | | | | 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.
* 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 bejoey2007-04-30
| | | | | | styled using the stylesheet, rather than by creating signin and prefs templates. * Make the openid login form nicely styled.
* styling for formbuilder fieldsetsjoey2007-04-30
|
* more footer improvementsjoey2007-04-26
|
* more footer improvementsjoey2007-04-26
|
* add margin around tagsjoey2007-04-26
|
* * Move the footer div to enclose tags and links too.joey2007-04-26
| | | | | * More style sheet updates, remove the hack that used the tags div to create the footer border.
* * Change basewiki CSS to not put a border around images used as links.joshtriplett2007-04-24
|
* use popup balloon for more backlinks, rather than expanding on hover, sincejoey2007-04-06
| | | | | | in some cases it's not possible to move the mouse over the more backlinks using the old method
* * Hide excess backlinks and expand using CSS trick; control quantiy viajoey2007-03-31
| | | | the numbacklinks setting.