User:Moilleadóir/monobook.css
Appearance
Code that you insert on this page could contain malicious content capable of compromising your account. If you import a script from another page with "importScript", "mw.loader.load", "iusc", or "lusc", take note that this causes you to dynamically load a remote script, which could be changed by others. Editors are responsible for all edits and actions they perform, including by scripts. User scripts are not centrally supported and may malfunction or become inoperable due to software changes. A guide to help you find broken scripts is available. If you are unsure whether code you are adding to this page is safe, you can ask at the appropriate village pump. This code will be executed when previewing this page. |
![]() | The accompanying .js page for this skin is at User:Moilleadóir/monobook.js. |
/* ===============font test================= */
/*
#content {
color:#000000;
font-family: SabonNext LT Display, AJensonPro-Regular, Bembo, serif;
font-size: 123%;
margin: 2.3em 1.0em 0 10.5em; /* top right bottom left */
border-right: 1px solid #aaaaaa;
}
*/
/* languages - breaking glyph-shaping?
span[lang|=lo] { font-family: Phetsarath OT; } */
/* #content {
font-family: Bembo, serif;
}
#editpage-specialchars a { font-family: Arial, sans-serif; } */
/* updated from ga.wikt 25/6/2008
/* ===============clone tabs at bottom================= */
/* colours - not needed @ ga.wikt */
#mytabs li {background: #F8FCFF;}
.ns-0 * #mytabs li {background: white;}
#mytabs li a {background-color: #F8FCFF;}
.ns-0 * #mytabs li a {background-color: white;}
#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;
*/