summaryrefslogtreecommitdiff
path: root/doc/style.css
AgeCommit message (Collapse)Author
2011-03-30comments: add avatar picture of comment authorFrancois Marier
Use Libravatar::URL to pull the avatar picture for the comment author if we have an email address for him/her.
2011-02-22style.css: Replace obsolete -moz-outline-style property with outline-styleØyvind A. Holm
The "-moz-outline-style" property generates an error at the W3C CSS validator, saying the property doesn't exist. According to <https://developer.mozilla.org/en/CSS/-moz-outline-style>, this property is obsolete and the use of "outline-style" is preferred. (cherry picked from commit e3b5eab2971109d18332fe44fd396322bb148cfc)
2011-01-14continue to support #blogform in CSSJoey Hess
To support sites that upgraded but didn't fully rebuild. For now.
2011-01-14feedlink/blogpost templates: use class instead of idGiuseppe Bilotta
There can be more than one feedlink group in a page, as well as (more rarely) multiple blog forms, and using the same id for all of them causes HTML validation errors. Replace the id with a class by the same name and adjust in-repository CSS. (cherry picked from commit 0c3b91e1f06fb357711cfa71d514f139cd8e04e3)
2010-10-06revert html tweakingJoey Hess
2010-08-17style.css: Use relative, not absolute font sizes. Thanks, Giuseppe Bilotta.Joey Hess
2010-08-12flattr: New plugin.Joey Hess
Thanks to jaywalk for the initial implementation at a flattr plugin! This one is less configurable, but simpler.
2010-07-05img: Add a margin around images displayed by this directive.Joey Hess
Particularly important for floating images, which could before be placed uncomfortably close to text.
2010-06-15clear floats before comments beginJoey Hess
2010-06-13remove obsolete ol class=form for editpage and editcommentJoey Hess
The styling of labels on the form largely obsoleted the special styled ol, so just a few br's sufficed. Using an ol like that was not too semantically right (probably?) and could cause problems with customized local.css.
2010-06-10add auto-scrolling pre'sJoey Hess
let's see if anyone hates it :)
2010-06-10calendar stylingJoey Hess
* calendar: Shorten day names, and improve styling of month calendar. * style.css: Reduced sidebar width back to 20ex from 30; the month calendar will now fit in the smaller width, and 30 was feeling too large.
2010-06-10also set overflow: auto for blogformJoey Hess
This improves its display slighly when next to a sidebar or other floating element.
2010-06-10style.css: Improvements to make floating sidebar fit better on pages with ↵Joey Hess
inlines. The key is using width: auto; overflow: auto; -- this allows the div(s) to the left of the floating sidebar to be resized to fit next to it, and prevents any clear: both from pushing the div down below the end of the sidebar. Many thanks for the Hurd wiki's developers for originally figuring this out. The edit page recently developed the same problem with its textarea, now that a sidebar can appear on that page too. In editpage.tmpl I needed to add a new div around the editcontent textarea, as the above styles cannot be applied directly to textareas. The textarea's own width is reduced to 98% because at least in chromium this avoids it getting unnecessary horizonatl scrollbars when a sidebar is displayed next to it.
2010-05-14tweak actionvarJoey Hess
for visual consistentcy when there are no actions
2010-05-10openid_url was renamed to openid_identifierJoey Hess
2010-05-10bring back input#openid_url stylingJoey Hess
Still used on prefs page.
2010-05-08Revert "add gmail button"Joey Hess
This reverts commit 32a79523bbb4051a9a528a148a6db82e9fdd20d6. Buggy and I need sleep.
2010-05-08add gmail buttonJoey Hess
It uses the google profile openid url, which results in a nicer openid than the o8/id url.
2010-05-08improve selector highlightJoey Hess
2010-05-08improve selector layoutJoey Hess
2010-05-07avoid scaling faviconsJoey Hess
chromium's rather impressive jaggy-free scaling spoiled me, but in iceweasel, scaled favicons look crap
2010-05-07openid signin style changesJoey Hess
2010-05-07pretty openid loginJoey Hess
* openid: Incorporated a fancy openid-selector signin form. (http://code.google.com/p/openid-selector/) * openid: Use "openid_identifier" as the form field, as required by OpenID Authentication v2.0 spec.
2010-05-06reordered some sectionsJoey Hess
2010-05-06Gave comment and page editing forms some CSS and accessability love.Joey Hess
In particular, added <label> tags. (However, could not find a good way to add a label tag for the main page edit textarea.)
2010-05-02ff also needs footer and nav forced to blockJoey Hess
2010-05-02force article and header to display as blocksJoey Hess
iceweasel 3.5.9 does not know to display these as blocks, resulting in bad displays of blogs
2010-05-02adapt inlinepage.tmpl to html5Joey Hess
Needed to force tags to display inline, since <nav> is a block element.
2010-05-02adapt comment.tmpl to html5Joey Hess
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.
2010-05-02use html5 semantic markup in page.tmplJoey Hess
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.
2010-04-15calendar: Improved display of arrows.Joey Hess
2010-04-15reduce borderJoey Hess
2010-04-15sidebar styling improvementsJoey Hess
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.
2010-04-15increase sidebar width from 20 to 30 exJoey Hess
This makes it big enough to fit a month calendar.
2010-04-15CSS and templates for sidebar changed to use a class, not an id.Joey Hess
Multiple sidebars should be possible; also, I want to add a sidebar template.
2010-01-07remove align-top/middle/bottomJoey Hess
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.)
2010-01-06Support align attribute for img with captionGiuseppe Bilotta
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.
2009-10-12Added minimal default CSS for calendar plugin, just highlighting the current ↵Joey Hess
day.
2009-08-15further otherlanguages list stylingJoey Hess
2009-08-15Add basic styling of po plugin's languages list.Joey Hess
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.