http://www.mediawiki.org/wiki/Special:Code/MediaWiki/99826

Revision: 99826
Author:   preilly
Date:     2011-10-14 23:06:44 +0000 (Fri, 14 Oct 2011)
Log Message:
-----------
mft r99758

Added Paths:
-----------
    branches/wmf/1.18wmf1/extensions/MobileFrontend/stylesheets/common.css

Added: branches/wmf/1.18wmf1/extensions/MobileFrontend/stylesheets/common.css
===================================================================
--- branches/wmf/1.18wmf1/extensions/MobileFrontend/stylesheets/common.css      
                        (rev 0)
+++ branches/wmf/1.18wmf1/extensions/MobileFrontend/stylesheets/common.css      
2011-10-14 23:06:44 UTC (rev 99826)
@@ -0,0 +1,121 @@
+.clearlink {
+       background: url(images/close-button.png) no-repeat scroll 0 0 
transparent;
+       background-position: center center;
+       cursor: pointer;
+       zoom: 1;
+       position: absolute;
+       right: 0.25em;
+       top: 50%;
+       margin: 1px;
+       height: 12px;
+       width: 12px;
+       margin-top: -6px;
+       z-index: 2;
+       border: 0px solid;
+       display: none;
+}
+
+#search {
+       -webkit-appearance: none;
+       border-top-width: 0px;
+       border-right-width: 0px;
+       border-bottom-width: 0px;
+       border-left-width: 0px;
+       outline-style: none;
+       outline-width: initial;
+       outline-color: initial;
+       height: 1.4em;
+}
+
+.divclearable {
+       border: 1px solid #888;
+       display: -moz-inline-stack;
+       display: inline-block;
+       zoom: 1;
+       *display: inline;
+       vertical-align: middle;
+       height: 1.5em;
+       position: relative;
+}
+
+table {
+       border-spacing: 0 !important;
+       width: 100%;
+       border-collapse: collapse !important;
+       border: 1px solid #cccccc;
+       padding: 3px;
+       margin-bottom: 15px;
+}
+
+table.gallery .thumb[style] {
+       border: 0;
+       padding: 0 !important;
+       width: auto !important;
+       margin: 0 auto;
+}
+
+table.geography[style] td[style*="text-align"], table.geography[style] 
td[colspan="2"] {
+       text-align: left !important;
+       margin-left: 0 !important;
+       margin-right: 0 !important;
+}
+
+table.toc h2 {
+       border: 0;
+       padding: 0;
+       margin-top: 5px;
+}
+
+table.gallery th, table.gallery td {
+       display: block;
+       border: 0;
+       border-bottom: 1px solid #cccccc;
+}
+
+table[style] {
+       width: 100% !important;
+       float: none !important;
+       margin-left: 0 !important;
+}
+
+table.navbox td.navbox-group {
+       background: #ddddff;
+       width: 25%;
+       padding: 3px;
+}
+
+table.gallery {
+       background: #f9f9f9;
+       border-bottom: 0;
+}
+
+table.navbox {
+       font-size: 0.9em;
+       width: 100% !important;
+}
+
+table.gallery .gallerytext {
+       margin-top: -12px;
+       text-align: center;
+}
+
+table.navbox th.navbox-title {
+       background: #ccccff;
+       padding: 5px;
+}
+
+table.navbox div[style*="padding"] {
+       padding-left: 0 !important;
+       padding-right: 0 !important;
+}
+
+table.gallery .gallerybox[style] {
+       width: auto !important;
+       margin-bottom: -16px;
+}
+
+table td, table th {
+       border: 1px solid #cccccc;
+       padding: 3px;
+}
+


Property changes on: 
branches/wmf/1.18wmf1/extensions/MobileFrontend/stylesheets/common.css
___________________________________________________________________
Added: svn:eol-style
   + native


_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to