Saltu al enhavo

Uzanto:Anchjo/monobook.css

El Vikipedio, la libera enciklopedio

Notu:Post publikigo forviŝu la kaŝmemoron de via foliumilo por vidi la ŝanĝojn.

  • Firefox / Safari: Premu majuskligan klavon klakante Reŝarĝi, aŭ premu aŭ Stir-F5Stir-R (⌘-R kun Makintoŝo)
  • Google Chrome: Premu Stir-majuskligklavon-R (⌘-Majuskligklavo-R kun Makintoŝo)
  • Interreta Esplorilo / Edge: Premu Stir klakante Refreŝu, aŭ premu Stir-F5
  • Opera: Premu Stir-F5.
span.IPA {
  background-color: #f2f2f2;
  font-family: sans-serif;
}

/* Hide some not so important things */
#footer, #editpage-copywarn, #siteSub {
  display: none;
  height: 0px;
  width: 0px;
}

#p-navigation h5, #p-search h5, #p-tb h5, #p-lang h5 {
background: #dfdfdf;
padding: 4px 10px;
width: 100%;
display: block;
font-weight: bold;
font-size: 1em;
margin-bottom: 0;
-moz-border-radius-topleft: 1em;
border-radius-topleft: 1em;
margin-left: 5px;
}

#p-navigation .pBody, #p-search .pBody, #p-tb .pBody, #p-lang .pBody {
display: block;
-moz-border-radius-bottomright: 1em;
border-radius-bottomright: 1em;
-moz-border-radius-bottomleft: 0;
border-radius-bottomleft: 0;
-moz-border-radius-topright: 0;
border-radius-topright: 0;
-moz-border-radius-topleft: 0;
border-radius-topleft: 0;
border: 1px solid #cfcfcf;
margin-left: 5px;
}

#p-navigation .pBody a, #p-tb .pBody a, #p-lang .pBody a {
color: black;
text-decoration: none;
}
#p-navigation .pBody a:hover, #p-tb .pBody a:hover, #p-lang .pBody a:hover {
color: #555 !important;
}

#p-navigation .pBody a:hover, #p-tb .pBody a:hover, #p-lang .pBody a:hover {
color: black;
text-decoration: none;
}

/* Make the personal toolbar have roundness */
#p-personal ul {
  /* ooooh transparency */
   opacity:.9;
  -moz-border-radius-bottomleft:1em;
  border-color:rgb(250, 189, 35);
  border-width:1px;
  border-style:solid;
  background:#F8FCFF;
  /* if it weren't for this, that tool bar would stretch itself across the entire screen. */
   float:right;
  padding:0;
  padding-bottom:.3em;
  padding-right:3px;
  border-top:none;
  border-right:none;
  margin:0;
  /* my background code - use your own if you want (16*16px) */
   background-image:url("http://en.wikipedia.org/upload/1/16/Thetorpedodogwiki.png");
   background-repeat:no-repeat;
   /* overrides 3px p-r that's above */
    padding-right:20px;
   background-position:right center;
  
}

#p-personal a {
  padding:.4em;
  margin:0;
}

#p-personal li {
  margin:0;
  border-right:1px dotted rgb(170, 170, 170);
}

.diff-context, .diff-deletedline, .diff-addedline {
 white-space: pre-wrap;
}

.diffchange {
 border:1px dotted rgb(170, 170, 170);
}

body {
  font-family: 'Trebuchet MS', sans-serif;
  font-size: 60%;
  line-height: 1.2;
}

/* make a few corners round, only supported by moz/firefox/other gecko browsers for now */
#p-cactions ul li, #p-cactions ul li a {  
  -moz-border-radius-topleft: 0.5em;
  -moz-border-radius-topright: 0.5em;
}
#content { 
  -moz-border-radius-topleft: 0.5em; 
  -moz-border-radius-bottomleft: 0.5em;
}
div.pBody {
  -moz-border-radius-topright: 0.5em;
  -moz-border-radius-bottomright: 0.5em;
}

div, table {
  -moz-border-radius-topright: 0.5em;
  -moz-border-radius-bottomright: 0.5em;
  -moz-border-radius-topleft: 0.5em;
  -moz-border-radius-bottomleft: 0.5em;
}

/* same following the css3 draft specs, any browsers supporting this? */
#p-cactions ul li, #p-cactions ul li a {  
  border-radius-topleft: 1em;
  border-radius-topright: 1em;
}

#content { 
  border-radius-topleft: 1em;
  border-radius-bottomleft: 1em;
}

div.pBody {
  border-radius-topright: 1em;
  border-radius-bottomright: 1em;
}

input {
  -moz-border-radius-topright: 0.5em;
  -moz-border-radius-bottomright: 0.5em;
  -moz-border-radius-topleft: 0.5em;
  -moz-border-radius-bottomleft: 0.5em;
  font-family: 'Trebuchet MS';
}