Room around thumbs should be margin, not a transparent border.
[lhc/web/wiklou.git] / skins / modern / main.css
index e3946b2..a1c512b 100644 (file)
@@ -487,8 +487,6 @@ div.floatleft p { font-style: italic; }
 /* thumbnails */
 div.thumb {
        margin-bottom: .5em;
-       border-style: solid;
-       border-color: white;
        width: auto;
 }
 div.thumbinner {
@@ -522,13 +520,12 @@ div.magnify a, div.magnify img {
 div.tright {
        clear: right;
        float: right;
-       border-width: .5em 0 .8em 1.4em;
+       margin: .5em 0 .8em 1.4em;
 }
 div.tleft {
        float: left;
        clear: left;
-       margin-right: .5em;
-       border-width: .5em 1.4em .8em 0;
+       margin: .5em 1.9em .8em 0;
 }
 img.thumbborder {
        border: 1px solid #dddddd;
@@ -755,29 +752,6 @@ table.multipageimage td {
        text-align: center;
 }
 
-/*
-       Table pager (e.g. Special:ListFiles)
-       - remove underlines from the navigation link
-       - collapse borders
-       - set the borders to outsets (similar to Special:AllMessages)
-       - remove line wrapping for all td and th, set background color
-       - restore line wrapping for the last two table cells (description and size)
-*/
-.TablePager_nav a { text-decoration: none; }
-.TablePager { border-collapse: collapse; }
-.TablePager, .TablePager td, .TablePager th {
-       border: 1px solid #aaaaaa;
-       padding: 0 0.15em 0 0.15em;
-}
-.TablePager th { background-color: #eeeeff; }
-.TablePager td { background-color: #ffffff; }
-.TablePager tr:hover td { background-color: #eeeeff; }
-
-.imagelist td, .imagelist th { white-space: nowrap; }
-.imagelist .TablePager_col_links { background-color: #eeeeff; }
-.imagelist .TablePager_col_img_description { white-space: normal; }
-.imagelist th.TablePager_sort { background-color: #ccccff; }
-
 .templatesUsed { margin-top: 1.5em; }
 
 .mw-summary-preview {
@@ -898,3 +872,8 @@ pre {
        margin: 0pt;
        padding: 0pt;
 }
+
+/* Tooltips are outside of the normal body code, so this helps make the size of the text sensible */
+.tipsy {
+       font-size: 130%;
+}
\ No newline at end of file