aboutsummaryrefslogtreecommitdiffstats
path: root/stylesheets/common.css
diff options
context:
space:
mode:
authorGabriel Wicke <gwicke@users.mediawiki.org>2004-04-23 23:11:52 +0000
committerGabriel Wicke <gwicke@users.mediawiki.org>2004-04-23 23:11:52 +0000
commit05a6fd0ab7ec018edf16716046ddb02d17c86fd4 (patch)
treeb30fa56302895ad85c20d02e1657ba0f6fcb0986 /stylesheets/common.css
parent4783f13a193532b0fcfff3419b1eac4046facacf (diff)
downloadmediawikicore-05a6fd0ab7ec018edf16716046ddb02d17c86fd4.tar.gz
mediawikicore-05a6fd0ab7ec018edf16716046ddb02d17c86fd4.zip
thumb formatting tweaks
* thumbs look very similar across the skins now (including monobook) * no fixed width on the outer div * multiple classes on the outer div
Notes
Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/3300
Diffstat (limited to 'stylesheets/common.css')
-rw-r--r--stylesheets/common.css58
1 files changed, 30 insertions, 28 deletions
diff --git a/stylesheets/common.css b/stylesheets/common.css
index a75958762cf3..6afed3200334 100644
--- a/stylesheets/common.css
+++ b/stylesheets/common.css
@@ -26,40 +26,42 @@ table.rimage {
}
/* thumbnails */
-div.thumbnail-none, div.thumbnail-right, div.thumbnail-left {
- border: 1px solid #8888aa;
- background-color: #f7f8ff;
- padding: 2px;
- margin: 10px;
- font-size: smaller;
- text-align: center;
+div.thumb {
+ margin: 10px;
+ text-align: center;
+ width: auto;
}
-
-
-div.thumbnail-none img, div.thumbnail-right img, div.thumbnail-left img {
- border:1px solid #8888AA;
- margin-bottom:3px;
- background:#FFFFFF;
+div.thumb div {
+ border: 1px solid #8888aa;
+ background-color: #f7f8ff;
+ padding: 2px;
+ font-size: 94%;
}
-
-div.magnify img {
- border: 0px;
- background: none;
+div.thumb div * {
+ border: none;
+ background: none;
+}
+div.thumb img {
+ border:1px solid #8888AA;
+ margin-bottom:3px;
+ background:#FFFFFF;
+}
+div.thumbcaption,
+div.thumbcaption * {
+ border: none !important;
+ background: none !important;
}
-
div.thumbcaption {
- margin-top:3px; margin-bottom:3px;
- text-align: left;
+ padding: 0.2em 0 0.2em 0 !important;
+ text-align: left !important;
}
-
-div.thumbnail-right {
- float: right;
- margin-left:0.5em;
+div.tright {
+ float: right;
+ margin-left:0.5em;
}
-
-div.thumbnail-left {
- float: left;
- margin-right:0.5em;
+div.tleft {
+ float: left;
+ margin-right:0.5em;
}
table.diff {