Add the class jquery-tablesorter to all tables that are made sortable.
[lhc/web/wiklou.git] / skins / common / commonPrint.css
index 6aac8f8..014788f 100644 (file)
@@ -44,6 +44,9 @@ div.floatleft {
 div.floatleft p {
        font-style: italic;
 }
+div.center {
+       text-align: center;
+}
 
 /* thumbnails */
 div.thumb {
@@ -75,11 +78,13 @@ html .thumbcaption {
 div.magnify {
        display: none;
 }
+/* @noflip */
 div.tright {
        float: right;
        clear: right;
        margin: 0.5em 0 0.8em 1.4em;
 }
+/* @noflip */
 div.tleft {
        float: left;
        clear: left;
@@ -109,6 +114,7 @@ body {
 
 .noprint,
 div#jump-to-nav,
+.mw-jump,
 div.top,
 div#column-one,
 #colophon,
@@ -122,7 +128,10 @@ li#about,
 li#disclaimer,
 li#privacy,
 #footer-places,
-#mw-hidden-catlinks {
+.mw-hidden-catlinks,
+tr.mw-metadata-show-hide-extended,
+span.mw-filepage-other-resolutions,
+#filetoc {
        /* Hides all the elements irrelevant for printing */
        display: none;
 }
@@ -136,11 +145,14 @@ ul {
        border: none ! important;
        padding: 0 ! important;
        margin: 0 ! important;
+       direction: ltr;
 }
 #footer {
        background : white;
        color : black;
-       border-top: 1px solid black;
+       margin-top: 1em;
+       border-top: 1px solid #AAA;
+       direction: ltr;
 }
 
 h1, h2, h3, h4, h5, h6 {
@@ -229,30 +241,33 @@ span.texhtml { font-family: serif; }
 
 #siteNotice { display: none; }
 
-/* image galleries */
-table.gallery {
-       border: 1px solid #ccc;
-       margin: 2px;
-       padding: 2px;
-       background-color: white;
-       border-collapse: collapse;
-}
-
-table.gallery tr {
+/* Galleries (see shared.css for more info) */
+li.gallerybox {
        vertical-align: top;
+       border: solid 2px white;
+       display: -moz-inline-box;
+       display: inline-block;
 }
 
-table.gallery td {
-       vertical-align: top;
-       padding: 1px;
-       border: 1px solid #ccc;
+ul.gallery, li.gallerybox {
+       zoom: 1;
+       *display: inline;
 }
 
-div.gallerybox {
+ul.gallery {
        margin: 2px;
+       padding: 2px;
+       display: block;
+}
+
+li.gallerycaption {
+       font-weight: bold;
+       text-align: center;
+       display: block;
+       word-wrap: break-word;
 }
 
-div.gallerybox div.thumb {
+li.gallerybox div.thumb {
        text-align: center;
        border: 1px solid #ccc;
        margin: 2px;
@@ -262,8 +277,8 @@ div.gallerytext {
        overflow: hidden;
        font-size: 94%;
        padding: 2px 4px;
+       word-wrap: break-word;
 }
-
 /*
 ** Diff rendering
 */
@@ -300,22 +315,26 @@ td.diff-context {
 ** Table rendering
 ** As on shared.css but with white background.
 */
-table.wikitable {
+table.wikitable,
+table.mw_metadata {
        margin: 1em 1em 1em 0;
        border: 1px #aaa solid;
        background: white;
        border-collapse: collapse;
 }
-.wikitable th, .wikitable td {
+.wikitable th, .wikitable td,
+.mw_metadata th, .mw_metadata td {
        border: 1px #aaa solid;
        padding: 0.2em;
 }
-.wikitable th {
+.wikitable th,
+.mw_metadata th {
        text-align: center;
        background: white;
        font-weight: bold;
 }
-.wikitable caption {
+.wikitable caption,
+.mw_metadata caption {
        font-weight: bold;
 }
 
@@ -334,3 +353,30 @@ p {
        widows: 3;
        orphans: 3;
 }
+
+/**
+ * Categories
+ */
+.catlinks ul {
+       display: inline;
+       margin: 0px;
+       list-style: none;
+       list-style-type: none;
+       list-style-image: none;
+       vertical-align: middle !ie;
+}
+
+.catlinks li {
+       display: inline-block;
+       line-height: 1.15em;
+       padding: 0 .4em;
+       border-left: 1px solid #AAA;
+       margin: 0.1em 0;
+       zoom: 1;
+       display: inline !ie;
+}
+
+.catlinks li:first-child {
+       padding-left: .2em;
+       border-left: none;
+}
\ No newline at end of file