www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README

stub.css (1164B)


      1 /*
      2  *
      3  * stub.css
      4  *
      5  */
      6 body#zim {
      7     font-size: 100%;
      8 	width: inherit;
      9 	padding: inherit;    
     10 	position: inherit;
     11 	margin: inherit;
     12 /*    background-image: none;*/
     13 }
     14 #zim #content {
     15 /*    margin: 0px;
     16     padding: 2px;*/
     17 }
     18 #zim .mw-body-content {
     19     line-height: 1.6;
     20     font-size: 0.875em;
     21 }
     22 #zim .mw-body-content p {
     23     line-height: inherit;
     24     margin: 0.5em 0;
     25 }
     26 /*
     27 #zim #toc,
     28 #zim .article-status,
     29 #zim .thumbcaption .magnify,
     30 #zim .editsection,
     31 #zim .mw-editsection
     32 {
     33     display: none;
     34 }
     35 */
     36 #zim table.wikitable, table.nicetable {
     37     margin-right: 0;
     38     margin-left: 0;
     39 }
     40 
     41 /* for en.wikivoyage.org */
     42 /* supress Kartographer chartlet */
     43 /*
     44 .thumbinner a[data-lon] {
     45     display: none;
     46 }
     47 */
     48 #zim #geoCoord {
     49     top: -20px;
     50 }
     51 #geoCoord img {
     52     display: none;
     53 }
     54 #zim #mw-customtoggle-mapToggle {
     55     display: none;
     56 }
     57 
     58 /* Wikia */
     59 body#zim .WikiaMainContent {
     60     width: inherit;
     61 }
     62 body#zim .WikiaPageBackground {
     63     width: inherit;
     64     height: inherit;
     65     position: inherit;
     66     left: inherit;
     67     top: inherit;
     68 
     69 }
     70 
     71 html body pre {
     72   padding: 1em;
     73   border: 1px dashed #2f6fab;
     74   color: black;
     75   background-color: #f9f9f9;
     76   line-height: 1.1em;
     77 }