aboutsummaryrefslogtreecommitdiff
path: root/doc/style.css
Commit message (Collapse)AuthorAge
* remove the "add comment" button from printed mediaAntoine Beaupré2019-02-03
|
* Restrict CSS matches on .header to not affect <tr>Simon McVittie2016-12-19
| | | | | | | Pandoc generates <tr class="header"> to hold <th> elements, and we don't want to make those be display: block. Signed-off-by: Simon McVittie <smcv@debian.org>
* generalized the openid selector to a login selectorJoey Hess2015-05-13
| | | | | | | | | This includes some CSS changes to names of elements. Also, added Email login button (doesn't work yet of course), and brought back the small openid login buttons. Demoted yahoo and verison to small buttons. This makes the big buttons be the main login types, and the small buttons be provider-specific helpers.
* yet more variants of CSS flexSimon McVittie2014-12-01
|
* be more backwards-compatible with flex layoutSimon McVittie2014-12-01
|
* More page layout adjustments for mobile browsers and small windowsSimon McVittie2014-12-01
|
* Make the layout adjust to narrow viewports betterSimon McVittie2014-12-01
| | | | | | | | | | | | | | | | | | Below about 600px (phones and small windowed browsers) the sidebar starts breaking the layout. Moving it inline helps a lot; with modern CSS (flex layout) we can also shuffle it after the main content. Older browsers that don't do one of the 4 variants of flex layout will just display it above the main content, which is annoying but not too bad. blueview also has a minimum width set so that it won't become ridiculously small with small fonts, but that means it gets scrollbars below about 850px; stop enforcing the minimum width if necessary. Finally, blueview's relatively generous margins look good in a desktop browser, but are just too space-hungry on a phone. Turn them off below 600px.
* style.css: Add compatability definitions for more block-level html5 ↵Joey Hess2013-12-03
| | | | elements. Closes: #731199
* Merge branch 'master' into fancypodcastAmitai Schlair2013-06-27
|\
| * calendar: When there are multiple pages for a given day, they're displayed ↵Joey Hess2013-06-23
| | | | | | | | in a popup on mouseover. Thanks, Louis
* | Style enclosures like content.Amitai Schlair2013-02-21
|/
* Add back a 1em margin between archivepage divs.Joey Hess2012-10-15
| | | | This was lost in commit 954e2e4ef1952fc30dca260b76d7d51e1d05b8b9
* Ease archivepage styling by using named classes, move styling to the CSS.intrigeri2012-08-25
|
* Hide trails when printing a pageSimon McVittie2012-04-09
|
* Allow a bit more space around trailsSimon McVittie2012-04-09
|
* trail: new plugin (3rd attempt)Simon McVittie2011-11-09
|
* move images aroundJoey Hess2011-06-15
| | | | jquery-ui expects to find them in a specific place relative to it
* move imageJoey Hess2011-06-15
|
* load attachment javascript into template the clean wayJoey Hess2011-06-15
|
* comments: add avatar picture of comment authorFrancois Marier2011-03-30
| | | | | Use Libravatar::URL to pull the avatar picture for the comment author if we have an email address for him/her.
* style.css: Replace obsolete -moz-outline-style property with outline-styleØyvind A. Holm2011-02-22
| | | | | | | | 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)
* continue to support #blogform in CSSJoey Hess2011-01-14
| | | | To support sites that upgraded but didn't fully rebuild. For now.
* feedlink/blogpost templates: use class instead of idGiuseppe Bilotta2011-01-14
| | | | | | | | 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)
* revert html tweakingJoey Hess2010-10-06
|
* style.css: Use relative, not absolute font sizes. Thanks, Giuseppe Bilotta.Joey Hess2010-08-17
|
* flattr: New plugin.Joey Hess2010-08-12
| | | | | | Thanks to jaywalk for the initial implementation at a flattr plugin! This one is less configurable, but simpler.
* img: Add a margin around images displayed by this directive.Joey Hess2010-07-05
| | | | | Particularly important for floating images, which could before be placed uncomfortably close to text.
* clear floats before comments beginJoey Hess2010-06-15
|
* remove obsolete ol class=form for editpage and editcommentJoey Hess2010-06-13
| | | | | | 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.
* add auto-scrolling pre'sJoey Hess2010-06-10
| | | | let's see if anyone hates it :)
* calendar stylingJoey Hess2010-06-10
| | | | | | * 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.
* also set overflow: auto for blogformJoey Hess2010-06-10
| | | | | This improves its display slighly when next to a sidebar or other floating element.
* style.css: Improvements to make floating sidebar fit better on pages with ↵Joey Hess2010-06-10
| | | | | | | | | | | | | | | | | 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.
* tweak actionvarJoey Hess2010-05-14
| | | | for visual consistentcy when there are no actions
* openid_url was renamed to openid_identifierJoey Hess2010-05-10
|
* bring back input#openid_url stylingJoey Hess2010-05-10
| | | | Still used on prefs page.
* Revert "add gmail button"Joey Hess2010-05-08
| | | | | | This reverts commit 32a79523bbb4051a9a528a148a6db82e9fdd20d6. Buggy and I need sleep.
* add gmail buttonJoey Hess2010-05-08
| | | | | It uses the google profile openid url, which results in a nicer openid than the o8/id url.
* improve selector highlightJoey Hess2010-05-08
|
* improve selector layoutJoey Hess2010-05-08
|
* avoid scaling faviconsJoey Hess2010-05-07
| | | | | chromium's rather impressive jaggy-free scaling spoiled me, but in iceweasel, scaled favicons look crap
* openid signin style changesJoey Hess2010-05-07
|
* pretty openid loginJoey Hess2010-05-07
| | | | | | | * 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.
* reordered some sectionsJoey Hess2010-05-06
|
* Gave comment and page editing forms some CSS and accessability love.Joey Hess2010-05-06
| | | | | | | In particular, added <label> tags. (However, could not find a good way to add a label tag for the main page edit textarea.)
* ff also needs footer and nav forced to blockJoey Hess2010-05-02
|
* force article and header to display as blocksJoey Hess2010-05-02
| | | | | iceweasel 3.5.9 does not know to display these as blocks, resulting in bad displays of blogs
* adapt inlinepage.tmpl to html5Joey Hess2010-05-02
| | | | Needed to force tags to display inline, since <nav> is a block element.
* adapt comment.tmpl to html5Joey Hess2010-05-02
| | | | | | | 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.
* use html5 semantic markup in page.tmplJoey Hess2010-05-02
| | | | | | | | | | | | | 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.