Úsáideoir:Moilleadóir/monobook.css

Ón Vicífhoclóir, an foclóir ábhair shaor.

Tugtar faoi deara: Tar éis duit athruithe a shábháil, caithfear gabháil thar thaisce do bhrabhsálaí chun iad a fheiceáil. Internet Explorer: cliceáil ar an gcnaipe AthnuaighAthlódáil, agus an eochair Ctrl á bhrú agat. Firefox: cliceáil ar Athlódáil, agus an eochair Iomlaoid á bhrú agat (nó brúigh Ctrl-Iomlaoid-R). Opera: caithfear d'úsáideoirí a dtaiscí a ghlanadh trí Uirlisí→Sainroghanna. Ní mór d'úsáideoirí KonquerorSafari ach cliceáil ar an gcnaipe Athlódáil.

.qualifier-brac { display:none }
    .qualifier-content { font-variant: small-caps; font-style:normal }
    .disambig-see-also .serial-comma, .disambig-see-also-2 .serial-comma { display: none }
    .disambig-see-also .serial-and, .disambig-see-also-2 .serial-and { display: inline } 
    pre { overflow: auto; border: 1px solid #aaa }

/* ===============clone tabs at bottom================= */
#mytabs { 
  position: static;
  margin-left: 11.5em;
  margin-top: -2px;
  white-space:nowrap;
  width: 100%;
  line-height: 1.2em;
  overflow: hidden;
  background: none;
  border-collapse: collapse;
  padding: 0 0 1px 1em;
  list-style: none;
  font-size: 95%;
}
#mytabs ul li, #mytabs ul li a { 
 -moz-border-radius-bottomright: 0.5em;
 -moz-border-radius-bottomleft: 0.5em;
}
#mytabs ul { 
   margin: 0;
   padding-left: 0.4em;
   list-style: none;
}
#mytabs li {
    display: inline;
    border: 1px solid #aaa;
    border-top: none;
    padding: 0 0 0.1em 0;
    margin: 0 0.3em 0 0;
    overflow: visible;
/* inherit colours
    background: white;
*/
}
#mytabs li.selected {
    border-color: #aaa;
    padding: 0.2em 0 0 0;
    font-weight: bold;
}
#mytabs li a {
/* inherit colours
    background-color: #fbfbfb;
    color: #002bb8;
*/
    border: none;
    padding: 0.3em 0.8em 0 0.8em;
    position: relative;
    z-index: 0;
    margin: 0;
    text-decoration: none;
}
#mytabs li.selected a {
	z-index: 3;
	padding: .2em 1em 0!important;
/* inherit colours
	background-color: white;
*/
}
#mytabs .new a { color:#ba0000; }
#mytabs li a:hover {
    z-index: 3;
    text-decoration: none;
/* keep same colour
    background-color: white;
*/
}
#mytabs h5 { display: none; }
#mytabs li.istalk { margin-right: 0; }
#mytabs li.istalk a { padding-right: 0.5em; }
#mytabs-ca-addsection a { 
    padding-left: 0.4em;
    padding-right: 0.4em;
}
/* offsets to distinguish the tab groups */
li#mytabs-ca-talk { margin-right: 1.6em; }
li#mytabs-ca-watch { margin-left: 1.6em; }
#mytabs .pBody {
	font-size: 1em;
	background-color: transparent;
	color: inherit;
	border-collapse: inherit;
	border: 0;
	padding: 0;
}
#mytabs .hiddenStructure { display: none; }
#mytabs li a { text-transform: lowercase; }


[[it:MediaWiki:Monobook.css]]

/* classi per arrotondare i bordi dei div e delle tabelle */
.radius {
-moz-border-radius: 1em;
}
.radius_top {
-moz-border-radius-topright: 1em;
-moz-border-radius-topleft: 1em;
}
.radius_bottom {
-moz-border-radius-bottomright: 1em;
-moz-border-radius-bottomleft: 1em;
}
.rad {
-moz-border-radius: .5em;
}
 
/* Visualizza i bordi arrotondati sui browser basati su Geko */
.pBody {
 padding: 0.1em 0.1em;
/* disable for body
 -moz-border-radius-topright: 1em;
*/
}

#p-cactions ul {
 margin-left: 0em;
 padding-left: 0.4em; /* match padding for pBody in /skins-1.5/monobook/main.css */
}

#p-cactions ul li, #p-cactions ul li a { 
 -moz-border-radius-topright: 0.5em;
 -moz-border-radius-topleft: 0.5em;
}

/* remove selection colour */
#p-cactions li.selected {
	border-color: #aaa;
}


/* disable for content
#content {
 -moz-border-radius-topleft: 0.8em;
*/