X-Git-Url: https://git.cyclocoop.org/admin/?a=blobdiff_plain;f=resources%2Fsrc%2Fmediawiki.skinning%2Fcontent.css;h=87e209e20c9c8961f03f29e1f864a4c364a21f28;hb=62a7b9cd3dcea2c0d9d4393a034ec7b9533f934f;hp=022fa28e5438c93735b993575220b7f7381249da;hpb=d4b184008d02d1af03cf34d284c929198ced301f;p=lhc%2Fweb%2Fwiklou.git diff --git a/resources/src/mediawiki.skinning/content.css b/resources/src/mediawiki.skinning/content.css index 022fa28e54..87e209e20c 100644 --- a/resources/src/mediawiki.skinning/content.css +++ b/resources/src/mediawiki.skinning/content.css @@ -10,8 +10,8 @@ .toc, .mw-warning, .toccolours { - border: 1px solid #aaa; - background-color: #f9f9f9; + border: 1px solid #a2a9b1; + background-color: #f8f9fa; padding: 5px; font-size: 95%; } @@ -89,7 +89,7 @@ table.toc td { display: table-cell; /* Text decorations are not propagated to the contents of inline blocks and inline tables, - according to , and 'display: table-cell' + according to , and 'display: table-cell' generates an inline table when used without any parent table-rows and tables. */ text-decoration: inherit; @@ -123,7 +123,6 @@ table.toc td { /* Images */ /* @noflip */div.floatright, table.floatright { margin: 0 0 .5em .5em; - border: 0; } div.floatright p { @@ -132,7 +131,6 @@ div.floatright p { /* @noflip */div.floatleft, table.floatleft { margin: 0 .5em .5em 0; - border: 0; } div.floatleft p { @@ -147,9 +145,9 @@ div.thumb { } div.thumbinner { - border: 1px solid #ccc; + border: 1px solid #c8ccd1; padding: 3px; - background-color: #f9f9f9; + background-color: #f8f9fa; font-size: 94%; text-align: center; /* new block formatting context, @@ -158,7 +156,8 @@ div.thumbinner { } html .thumbimage { - border: 1px solid #ccc; + background-color: #fff; + border: 1px solid #c8ccd1; } html .thumbcaption { @@ -199,7 +198,7 @@ div.magnify a { } img.thumbborder { - border: 1px solid #ddd; + border: 1px solid #eaecf0; } /* Directionality-specific styles for thumbnails - their positioning depends on content language */