Header

De Alfaomega

(Diferencias entre versiones)
(prueba desde http://en.wikipedia.org/wiki/User:Bart_v_M/myskin.css)
Line 19: Line 19:
   
   
   
   
-
ttp://es.wikipedia.org/wiki/User:Sanbec/monobook.css
+
/* Default *
-
Personalizada por Axxgreazz, para el [[w:es:User:Axxgreazz/Monobook-Suite]]
+
* Resetting the margins and paddings, and defining the font-family
-
Personalizada por Admin, para Alfaomega
+
*/
-
http://es.wikipedia.org/wiki/Usuario:Axxgreazz/Monobook-Suite */
+
   
   
-
/* Seccin 1: Configuraci general */
+
* {
-
+
-
body {
+
-
font: x-small sans-serif;
+
-
background: #F0F0F0 no-repeat 0 0;
+
-
color: black;
+
margin: 0;
margin: 0;
padding: 0;
padding: 0;
}
}
   
   
-
a {text-decoration:none}
+
body {
-
a:active, a:hover {text-decoration:underline}
+
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
-
.stub:visited {color:darkorange !important}
+
font-size: small;
-
+
-
#p-cactions #ca-edit-0 a {
+
-
    padding-left: 0.4em;
+
-
    padding-right: 0.4em;
+
}
}
   
   
-
#content {
+
/* Lay-out *
-
color: black;
+
* Set paddings and margins, and clear the floats of the menu items and the sidebar
-
font-family: "Trebuchet MS";
+
*/
-
}
+
   
   
-
/* Colores de la caja de edicin al editar textos */
+
h1#header { margin-left: 3%; }
-
textarea { color: #000000; }
+
div#column-one { padding: 0 3%; }
-
textarea { background : #F8F8F8; }  
+
div#globalWrapper { clear: both; }
 +
div#column-content { margin: 0 3%; }
 +
div#content { padding: 20px; margin-right: 206px; /* 200 + 2*6px padding of div#sidebar + (-6px) margin of div#sidebar*/ }
 +
div#sidebar { width: 212px; margin-right: -6px; /* for the right corner */
 +
float: right; padding-top: 16px; /* so if the first item is selected the corners don't interfere */ }
 +
div#footer { clear: both; padding: 0 3%; }
   
   
-
/* Barra personal (la que tiene enlaces a las preferencias, buzn, usuario, etc.) */
+
/* Header *
-
#p-personal li a { color: #003399; }  
+
  * Replace the header with an image
-
#p-personal li a:hover { color: #C00000; }  
+
  */
   
   
-
/* Color por defecto */
+
h1#header {
-
#p-cactions li { background : white; }
+
text-indent: -9999px;
-
#p-cactions li a { background-color : white; }  
+
background-image: url(http://home.planet.nl/~merri033/header.png);
 +
height: 78px;
 +
width: 505px;
 +
}
   
   
-
/* Sin padding para enlaces externos */
+
/* Footer *
-
#bodyContent .plainlinks a {padding: 0 !important}
+
* Style the footer
 +
*/
   
   
 +
#footer div { /* Flot the logos to the right */
 +
float: right;
 +
width: 200px;
 +
text-align: center;
 +
clear: both;
 +
margin: 1em 0;
 +
}
   
   
-
/* Seccin 2: Bordes redondeados (para navegadores moz/firefox/gecko) */
+
#footer a img {
 +
border: none;
 +
}
   
   
-
.pBody {
+
#footer ul {
-
  padding: 0.3em 0.1em;
+
list-style: none;
-
  -moz-border-radius-topright: 0.5em;
+
padding: 1em;
 +
margin-right: 200px;
}
}
   
   
-
.portlet h5 {
+
/* Top menu *
-
  background-color: #e0e3e6;
+
* Apply proper paddings and font-styling to the menu
-
  border: thin solid silver;
+
* Float the menu items (h5) and text to the left to make the menu horizontal.
-
  -moz-border-radius-topright: 0.5em;
+
*/
 +
 +
div#column-one {
 +
height: 2em; /* height 1em + 2 * 0.5em padding */
}
}
   
   
-
#p-cactions ul li, #p-cactions ul li a {
+
div#column-one div.portlet, div#column-one p {
-
  -moz-border-radius-topright: 0.5em;
+
float: left;
 +
padding: 0.5em;
}
}
   
   
-
#content {
+
div#column-one h5, div#column-one p {
-
  -moz-border-radius-topleft: 0.5em;
+
font-size: 1em;
 +
line-height: 1em; /* makes the menu 1em high */
 +
font-weight: normal;
}
}
   
   
 +
div#column-one p {
 +
font-weight: bold;
 +
}
   
   
-
/* Seccin 3: Estilo de los diff */
+
/*
 +
* Hide and position the submenus
 +
*/
   
   
-
td.diff-deletedline {background:#E4F6D8;}
+
div#column-one div.portlet {
-
td.diff-addedline {background:#D8E4F6;}
+
position: relative;
-
td.diff-deletedline .diffchange {
+
-
    text-decoration: line-through;
+
-
    color: #104000;
+
}
}
-
td.diff-addedline .diffchange {
+
-
    text-decoration: underline;
+
div#column-one div.pBody {
-
    color: #001040;
+
display: none;
 +
position: absolute;
 +
top: 2em; /* the menu is 2em high */
}
}
   
   
 +
/*
 +
* Style the menu
 +
*/
   
   
-
/* Seccion 4: Estilo de los titulos */  
+
div#column-one div.pBody {
 +
width: 15em; /* this is the maximum width before the menu items start wrapping */
 +
}
   
   
-
h1, h2, h3, h4, h5, h6 {
+
div#column-one ul {
-
color: #336699;
+
list-style: none;
 +
float: left; /* by floating the list the menu items the menu gets as wide as the largest item */
 +
border-bottom: 1px solid #bcb699;
 +
border-left: 1px solid #bcb699;
 +
border-right: 1px solid #bcb699;
}
}
-
#bodyContent h1 {
+
-
color: #336699;
+
div#column-one li {
 +
margin: 3px; /* this is so the highlight for the items don't touch the side */
 +
padding: 3px;
}
}
-
#bodyContent h2 {
+
-
color: #336699;
+
/*
 +
* Add the icons
 +
*/
 +
 +
div#column-one div.pBody { /* this is to make the text of the submenu line up with the headers */
 +
margin-left: -28px; /* 3px padding + 3px margin of #column-one li + 16px icon + 6px icon padding */
}
}
-
#bodyContent h3 { color : #336699; }
 
-
#bodyContent h4 { color : #336699; }
 
-
#bodyContent h5 { color : #336699; }
 
-
#bodyContent h6 { color : #336699; }
 
   
   
-
h1 {
+
div#column-one li a { /* make some room for the icons and define background properties */
-
font-weight: 100;
+
padding-left: 21px; /* 16px icon + 3px padding and 3px margin from #column-one li */
-
background-color: transparent;
+
background-position: left center;
-
width: 90%;
+
background-repeat: no-repeat;
-
margin: 0.5em 0 0.5em 1em;
+
-
padding: 0.5em;
+
-
border-bottom: 0px;
+
-
font-size: 180%;
+
}
}
   
   
-
h2 {
+
li#n-Main-page a { background-image: url(http://home.planet.nl/~merri033/house.png); }
-
color: #336699;
+
li#n-Contents a { background-image: url(http://home.planet.nl/~merri033/book.png); }
-
font-size: 14pt;
+
li#n-Featured-content a { background-image: url(http://home.planet.nl/~merri033/medal_gold_3.png); }
-
font-weight: bold;
+
li#n-currentevents a { background-image: url(http://home.planet.nl/~merri033/time.png); }
 +
li#n-randompage a { background-image: url(http://home.planet.nl/~merri033/arrow_switch.png); }
 +
 +
li#n-About-Wikipedia a { background-image: url(http://home.planet.nl/~merri033/information.png); }
 +
li#n-portal a { background-image: url(http://home.planet.nl/~merri033/group.png); }
 +
li#n-recentchanges a { background-image: url(http://home.planet.nl/~merri033/page_lightning.png); }
 +
li#n-contact a { background-image: url(http://home.planet.nl/~merri033/email.png); }
 +
li#n-sitesupport a { background-image: url(http://home.planet.nl/~merri033/money.png); }
 +
li#n-help a { background-image: url(http://home.planet.nl/~merri033/help.png); }
 +
 +
li#t-whatlinkshere a { background-image: url(http://home.planet.nl/~merri033/link_go.png); }
 +
li#t-recentchangeslinked a { background-image: url(http://home.planet.nl/~merri033/hourglass_link.png); }
 +
li#t-contributions a { background-image: url(http://home.planet.nl/~merri033/user_edit.png); }
 +
li#t-log a { background-image: url(http://home.planet.nl/~merri033/user_lightning.png); }
 +
li#t-emailuser a { background-image: url(http://home.planet.nl/~merri033/user_email.png); }
 +
li#t-print a { background-image: url(http://home.planet.nl/~merri033/printer.png); }
 +
li#t-permalink a { background-image: url(http://home.planet.nl/~merri033/page_link.png); }
 +
li#t-cite a { background-image: url(http://home.planet.nl/~merri033/page_green.png); }
 +
 +
/* Sidebar *
 +
* Styling of the menus
 +
*/
 +
 +
div#sidebar ul {
 +
list-style: none;
}
}
-
 
-
/* Seccin 5: Estilo de las barras de navegacin (columna de la izquierda)
 
-
  (Navegacin, bsqueda, herramientas, interwikis, personal, desarrollo, recursos, participa,  estados) */
 
   
   
-
/* Cabeceras */
+
#sidebar .portlet {
-
#p-navigation h5, #p-search h5, #p-tb h5, #p-lang h5, #p-nbx h5, #p-development h5, #p-resources h5, #p-participate h5, #tz-statuschanger h5, #p-Contribuer h5, #p-colaboraci.C3.B3n h5, #p-ayuda h5, #p-community h5, #p-site h5, #p-download-header h5, #p-support h5, #p-communication h5 {
+
background-image: url(http://home.planet.nl/~merri033/bg-sidebar-ruler.png);
-
background: #F5FFFA;
+
background-repeat: no-repeat;
-
padding: 4px 10px;
+
background-position: center bottom;
-
display: block;
+
padding-bottom: 10px;
-
font-weight: bold;
+
margin-bottom: 8px;
-
font-size: .8em;
+
-
margin-bottom: 1px;
+
-
-moz-border-radius-topright: 1em;
+
-
color: Black;
+
}
}
   
   
-
/* Enlaces */
+
.portlet h5, #p-cactions li, #p-personal li, #p-tb2 li { /* smaller height looks better, but favorites can be multiple lines */
-
#p-navigation a, #p-search a, #p-tb a, #p-lang a, #p-nbx a, #p-development a, #p-resources a, p-participate a, #tz-statuschanger a, #p-Contribuer a, #p-colaboraci.C3.B3n a, #p-ayuda a, #p-community a, #p-site a, #p-download-header a, #p-support a, #p-communication a { color: #003399; }
+
height: 13px;
 +
}
   
   
-
/*Contenido */
+
div#sidebar li, div#sidebar h5 {
-
.pBody {
+
padding: 12px 0 18px 36px;
-
padding: 0.3em 0.1em;
+
margin: -6px 0 -9px 0;
-
-moz-border-radius-topright: .5em;
+
font-size: 1em;
-
background-color: White;
+
}
}
   
   
 +
div#sidebar form {
 +
margin: 0 13px;
 +
text-align: center;
 +
}
   
   
-
/* Seccin 6: Estilo de texto preformateado */
+
#searchInput {
-
pre {
+
display: block;
-
    padding: 1em;
+
margin: 5px 0;
-
    border: 1px solid #003399;
+
width: 180px;
-
    color: #003399;
+
-
    background-color: #F4F6FE;
+
-
    line-height: 1.1em;
+
}
}
   
   
 +
div#sidebar input {
 +
  border: 1px solid #000;
 +
background-color: #bcb699;
 +
}
   
   
-
/* Seccin 7: Estilo de la seccin inferior */
+
div#sidebar li a img {
-
#footer {
+
border: none;
-
    background: transparent;
+
vertical-align: middle;
-
    border-top: 0px;
+
-
    border-bottom: 0px;
+
-
    margin: 0.6em 0em 1em 0em;
+
-
    padding: 0.4em 0em 1.2em 0em;
+
-
    text-align: center;
+
-
    font-size: 90%;
+
}
}
   
   
-
body {
+
div#sidebar li.selected {
-
    font: x-small sans-serif;
+
background-image: url(http://home.planet.nl/~merri033/bg-sidebar-selected.png);
-
    color: black;
+
background-repeat: no-repeat;
-
    margin: 0;
+
-
    padding: 0;
+
}
}
   
   
-
#catlinks {
+
div#sidebar li.new a {
-
background: url(http://www.editthis.info/images/alfaomega/3/35/Crystal_Clear_app_my_documents.png) no-repeat 1%;
+
color: #775240;
-
background-color: #FFFFCC;
+
-
margin-top: 1em;
+
-
clear: both;
+
-
font-size: 110%;
+
font-style: italic;
font-style: italic;
-
border: 1px dashed Black;
 
-
text-align: left;
 
-
text-indent: 4%;
 
-
padding: 5px;
 
}
}
   
   
 +
div#sidebar li.selected-first { /* The first of two adjacent selected items */
 +
background-image: url(http://home.planet.nl/~merri033/bg-sidebar-selected-first.png);
 +
background-repeat: no-repeat;
 +
}
   
   
-
/* Seccin 8: Estilo de cajas de bsqueda */
+
div#sidebar li.selected-second { /* The second of two adjacent selected items */
 +
background-image: url(http://home.planet.nl/~merri033/bg-sidebar-selected-second.png);
 +
background-repeat: no-repeat;
 +
}
   
   
-
#searchInput {
+
/*
-
    border: 1px ridge !important;
+
* Add the icons
-
    color: #003399;
+
*/
-
    background: #fff;
+
-
}
+
   
   
-
/***************************************************************************************/
+
div#sidebar li a {
 +
margin-left: -23px;
 +
padding-left: 23px;
 +
background-position: left center;
 +
background-repeat: no-repeat;
 +
}
   
   
-
/* Seccin 9: Estilo de los botones de edicin */
+
div#sidebar li.selected a {
-
+
font-weight: bold;
-
input.editButton, input.searchButton, #wpSave, #wpPreview, #wpDiff, #wpLivepreview, #wpCleanLP {  
+
-
    background : url(http://upload.wikimedia.org/wikipedia/commons/b/ba/Search_button_bckg.png) center left repeat-x;
+
-
    color: #003399;
+
-
    font-weight: 400;
+
-
    -moz-border-radius-topright: 0.4em;
+
-
    -moz-border-radius-bottomleft: 0.4em;
+
-
    -moz-border-radius-topleft: 0.4em;
+
-
    -moz-border-radius-bottomright: 0.4em;
+
-
    border: 1px solid;  
+
}
}
   
   
 +
/*
 +
* 'Views' icons
 +
*/
   
   
-
/* Seccin 10: Color de fondo de la pgina de articulos */
+
#ca-nstab-main a { background-image: url(http://home.planet.nl/~merri033/house.png); }
 +
#ca-nstab-user a { background-image: url(http://home.planet.nl/~merri033/user.png); }
 +
#ca-nstab-image a { background-image: url(http://home.planet.nl/~merri033/image.png); }
 +
#ca-nstab-portal a { background-image: url(http://home.planet.nl/~merri033/layout.png); }
 +
#ca-talk a { background-image: url(http://home.planet.nl/~merri033/comments.png); }
 +
#ca-edit a { background-image: url(http://home.planet.nl/~merri033/page_edit.png); }
 +
#ca-addsection a { background-image: url(http://home.planet.nl/~merri033/page_add.png); }
 +
#ca-viewsource a { background-image: url(http://home.planet.nl/~merri033/page_code.png); }
 +
#ca-history a { background-image: url(http://home.planet.nl/~merri033/hourglass.png); }
 +
#ca-move a { background-image: url(http://home.planet.nl/~merri033/page_go.png); }
 +
#ca-watch a { background-image: url(http://home.planet.nl/~merri033/eye.png); }
   
   
-
/* Pgina especiales */
+
/*  
-
.ns--1 * #content { color : black; }
+
* Favorites
-
.ns--1 * #content { background : #FFFFFF; }
+
*/
-
.ns--1 * #p-cactions li { background : #FFFFFF; }
+
-
.ns--1 * #p-cactions li a { background-color : #FFFFFF; }
+
   
   
-
/* Pgina de artculos */
+
#ca-favorites a { background-image: url(http://home.planet.nl/~merri033/star.png); }
-
.ns-0 * #content { color : black; }  
+
li.favorite a { background-image: url(http://home.planet.nl/~merri033/star_silver.png); }
-
.ns-0 * #content { background : #FFFFFF; }
+
div#sidebar li a.remove-favorite { padding-left: 0; margin-left: 0; background: none; }
-
.ns-0 * #p-cactions li { background : #FFFFFF; }
+
-
.ns-0 * #p-cactions li a { background-color : #FFFFFF; }
+
   
   
-
/* Pgina de discusin de artculos */
+
/*
-
.ns-1 * #content { color : black; }
+
* Toolbox
-
.ns-1 * #content { background : #FFFFEE; }
+
*/
-
.ns-1 * #p-cactions li { background : #FFFFEE; }
+
-
.ns-1 * #p-cactions li a { background-color : #FFFFEE; }
+
   
   
-
/* Pgina */
+
#t-upload a { background-image: url(http://home.planet.nl/~merri033/image_add.png); }
-
.ns-2 * #content { color : black; }
+
#t-specialpages a { background-image: url(http://home.planet.nl/~merri033/page_gear.png); }
-
.ns-2 * #content { background : #FFFFFF; }
+
-
.ns-2 * #p-cactions li { background : #FFFFFF; }
+
-
.ns-2 * #p-cactions li a { background-color : #FFFFFF; }
+
   
   
-
/* Pgina de discusin de Usuario */
+
/*
-
.ns-3 * #content { color : black; }
+
* 'Personal menu' icons
-
.ns-3 * #content { background : #FFFFEE; }
+
*/
-
.ns-3 * #p-cactions li { background : #FFFFEE; }
+
-
.ns-3 * #p-cactions li a { background-color : #FFFFEE; }
+
   
   
-
/* Pgina de Wikipedia */
+
#pt-userpage a { background-image: url(http://home.planet.nl/~merri033/user.png); }
-
.ns-4 * #content { color : black; }  
+
#pt-mytalk a { background-image: url(http://home.planet.nl/~merri033/user_comment.png); }
-
.ns-4 * #content { background : #EEFFEE; }
+
#pt-preferences a { background-image: url(http://home.planet.nl/~merri033/wrench_orange.png); }
-
.ns-4 * #p-cactions li { background : #EEFFEE; }
+
#pt-watchlist a { background-image: url(http://home.planet.nl/~merri033/page_find.png); }
-
.ns-4 * #p-cactions li a { background-color : #EEFFEE; }
+
#pt-mycontris a { background-image: url(http://home.planet.nl/~merri033/user_edit.png); }
 +
#pt-logout a { background-image: url(http://home.planet.nl/~merri033/door_in.png); }
   
   
-
/* Pgina de discusin de Wikipedia */
+
/* Autcomplete
-
.ns-5 * #content { color : black; }
+
* Styles for the autocomplete form
-
.ns-5 * #content { background : #FFFFEE; }
+
*/
-
.ns-5 * #p-cactions li { background : #FFFFEE; }
+
-
.ns-5 * #p-cactions li a { background-color : #FFFFEE; }
+
   
   
-
/* Pgina de descripcin de imgenes
+
#p-search, #searchform {
-
.ns-6 * #content { color : black; }
+
overflow:visible !important;
-
.ns-6 * #content { background : #EEEEFF; }
+
}
-
.ns-6 * #p-cactions li { background : #EEEEFF; }
+
-
.ns-6 * #p-cactions li a { background-color : #EEEEFF; }*/
+
   
   
-
/* Pgina de discusin de imagenes */
+
#autocompletebox {
-
.ns-7 * #content { background : #FFFFEE; }
+
display: block;
-
.ns-7 * #content { color : black; }
+
position: absolute;
-
.ns-7 * #p-cactions li { background : #FFFFEE; }
+
border: solid 1px #000;
-
.ns-7 * #p-cactions li a { background-color : #FFFFEE; }
+
background: #bcb699;
 +
overflow: auto;
 +
visibility: hidden;
 +
width: 180px;
 +
opacity: 0.95;
 +
}
   
   
-
/* Pgina de MediaWiki */
+
/* Backgrounds and border *
-
.ns-8 * #content { color : black; }
+
* Here all the background images and colors + borders defined
-
.ns-8 * #content { background : #EEEEFF; }
+
*/
-
.ns-8 * #p-cactions li { background : #EEEEFF; }
+
-
.ns-8 * #p-cactions li a { background-color : #EEEEFF; }
+
   
   
-
/* Pgina de discusi de MediaWiki */
+
body {
-
.ns-9 * #content { color : black; }
+
background-color: #000;
-
.ns-9 * #content { background : #FFFFEE; }
+
}
-
.ns-9 * #p-cactions li { background : #FFFFEE; }
+
-
.ns-9 * #p-cactions li a { background-color : #FFFFEE; }
+
   
   
-
/* Pgina de disn de Plantilla */
+
div#column-one { /* The top menu */
-
.ns-11 * #content { color : black; }
+
background-color: #e9e2be;
-
.ns-11 * #content { background : #FFFFEE; }
+
background-image: url(http://home.planet.nl/~merri033/bg-menu.png);
-
.ns-11 * #p-cactions li { background : #FFFFEE; }
+
background-repeat: repeat-x;
-
.ns-11 * #p-cactions li a { background-color : #FFFFEE; }
+
}
   
   
-
/* Pgina de Ayuda */
+
div#column-one ul { /* The top submenu */
-
.ns-12 * #content { color : black; }
+
background-color: #e9e2be;
-
.ns-12 * #content { background : #F8FCFF; }
+
opacity: 0.95;
-
.ns-12 * #p-cactions li { background : #F8FCFF; }
+
}
-
.ns-12 * #p-cactions li a { background-color : #F8FCFF; }
+
   
   
-
/* Pina de discusin de Ayuda */
+
div#globalWrapper { /* Page background gradient */
-
.ns-13 * #content { color : black; }
+
background-image: url(http://home.planet.nl/~merri033/bg.png);
-
.ns-13 * #content { background : #FFEEEE; }
+
background-repeat: repeat-x;
-
.ns-13 * #p-cactions li { background : #FFEEEE; }
+
}
-
.ns-13 * #p-cactions li a { background-color : #FFEEEE; }
+
   
   
-
/* Pgina de discusin de Categoria */
+
div#column-content { /* Faux columns background */
-
.ns-15 * #content { color : black; }
+
background-image: url(http://home.planet.nl/~merri033/bg-column-content.png);
-
.ns-15 * #content { background : #FFFFEE; }
+
background-repeat: repeat-y;
-
.ns-15 * #p-cactions li { background : #FFFFEE; }
+
background-position: right;
-
.ns-15 * #p-cactions li a { background-color : #FFFFEE; }
+
background-color: #fff; /* The background color of the content */
 +
}
   
   
-
/* Pgina de Wikiproyectos*/
+
div#sidebar { /* Sidebar corners */
-
.ns-102 * #content { color : black; }
+
background-image: url(http://home.planet.nl/~merri033/bg-sidebar-top.png);
-
.ns-102 * #content { background : #FFFFEE; }
+
background-repeat: no-repeat;
-
.ns-102 * #p-cactions li { background : #FFFFEE; }
+
margin-right: -6px;
-
.ns-102 * #p-cactions li a { background-color : #FFFFEE; }
+
}
   
   
-
/* Pina de discusn de wikiproyectos*/
+
div#content { /* Shadow of the menu */
-
.ns-103 * #content { color : black; }
+
background-image: url(http://home.planet.nl/~merri033/bg-content.png);
-
.ns-103 * #content { background : #FFFFEE; }
+
background-repeat: repeat-x;
-
.ns-103 * #p-cactions li { background : #FFFFEE; }
+
}
-
.ns-103 * #p-cactions li a { background-color : #FFFFEE; }
+
   
   
 +
div#footer {
 +
background-image: url(http://home.planet.nl/~merri033/bg-footer.png);
 +
background-repeat: repeat-x;
 +
background-color: #4d4229;
 +
border-top: 3px solid #bcb699;
 +
}
   
   
-
/* Seccin 11: Estilo de pginas de discusin */
+
/* Links *
 +
* Styles for the links outside the content
 +
*/
   
   
-
.ns-1 * #content,
+
div#column-one a, div#sidebar a { /* Links in the top menu and sidebar*/
-
.ns-3 * #content,
+
color: #000;
-
.ns-5 * #content,
+
text-decoration: none;
-
.ns-7 * #content,
+
-
.ns-9 * #content,
+
-
.ns-11 * #content,
+
-
.ns-13 * #content,
+
-
.ns-15 * #content,
+
-
.ns-102 * #content,
+
-
.ns-103 * #content,
+
-
.ns-1 * #mytabs li,
+
-
.ns-3 * #mytabs li,
+
-
.ns-5 * #mytabs li,
+
-
.ns-7 * #mytabs li,
+
-
.ns-9 * #mytabs li,
+
-
.ns-11 * #mytabs li,
+
-
.ns-13 * #mytabs li,
+
-
.ns-15 * #mytabs li,
+
-
.ns-102 * #mytabs li,
+
-
.ns-103 * #mytabs li {
+
-
    background: #FFFFF0;
+
}
}
   
   
-
.ns-1 * #mytabs li a,
+
div#sidebar a:hover { /* Hover over the links in de sidebar */
-
.ns-3 * #mytabs li a,
+
font-weight: bold;
-
.ns-5 * #mytabs li a,
+
-
.ns-7 * #mytabs li a,
+
-
.ns-9 * #mytabs li a,
+
-
.ns-11 * #mytabs li a,
+
-
.ns-13 * #mytabs li a,
+
-
.ns-15 * #mytabs li a,
+
-
.ns-102 * #mytabs li a,
+
-
.ns-103 * #mytabs li a,
+
-
.ns-1 * #p-cactions li a,
+
-
.ns-3 * #p-cactions li a,
+
-
.ns-5 * #p-cactions li a,
+
-
.ns-7 * #p-cactions li a,
+
-
.ns-9 * #p-cactions li a,
+
-
.ns-11 * #p-cactions li a,
+
-
.ns-13 * #p-cactions li a,
+
-
.ns-15 * #p-cactions li a,
+
-
.ns-102 * #p-cactions li a,
+
-
.ns-103 * #p-cactions li a {
+
-
    background-color: #FFFFF0;
+
}
}
   
   
-
.ns-1 * #content div.thumb,
+
div#column-one li:hover { /* Hover over a submenu item */
-
.ns-3 * #content div.thumb,
+
background-color: #bcb699;
-
.ns-5 * #content div.thumb,
+
-
.ns-7 * #content div.thumb,
+
-
.ns-9 * #content div.thumb,
+
-
.ns-11 * #content div.thumb,
+
-
.ns-13 * #content div.thumb,
+
-
.ns-15 * #content div.thumb,
+
-
.ns-102 * #content div.thumb,
+
-
.ns-103 * #content div.thumb {
+
-
    border-color: #FFFFF0;
+
}
}
   
   
-
/***************************************************************************************/
+
#footer, #footer a {
 +
color: #fff;
 +
}
   
   
-
/* Seccin 12: Configurador de iconos */
+
/* Content
 +
* This is the style of the content, copied from the monobook sking
 +
*/
   
   
-
/* Barra superior p-personal */
+
#content table {
-
li#pt-anonuserpage a{padding-left: 18px;background:url(http://es.wikipedia.org/skins-1.5/amethyst/user.png) top left no-repeat; }
+
    font-size: 100%;
-
li#pt-mytalk a{padding-left: 18px;background:url(http://es.wikipedia.org/skins-1.5/amethyst/chat.png) top left no-repeat; }
+
    background: White;
-
li#pt-anontalk a{padding-left: 18px;background:url(http://es.wikipedia.org/skins-1.5/amethyst/chat.png) top left no-repeat; }
+
}
-
li#pt-preferences a{padding-left: 18px;background:url(http://es.wikipedia.org/skins-1.5/amethyst/configure.png) top left no-repeat; }
+
#content a {
-
li#pt-logout      a{padding-left: 18px;background:url(http://es.wikipedia.org/skins-1.5/amethyst/connect.png) top left no-repeat; }
+
    text-decoration: none;
-
li#pt-anonlogin  a{padding-left: 18px;background:url(http://es.wikipedia.org/skins-1.5/amethyst/connected.png) top left no-repeat; }
+
    color: #002bb8;
 +
    background: none;
 +
}
 +
#content a:visited { color: #5a3696; }
 +
#content a:active { color: Orange; }
 +
#content a:hover { text-decoration: underline; }
 +
#content a.stub { color: #772233; }
 +
a.new,
 +
#content #p-personal a.new { color:#ba0000; }
 +
a.new:visited,
 +
#content #p-personal a.new:visited { color:#a55858; }
   
   
-
/* Pestaas superiores: p-cactions*/
+
#content img {
-
li#ca-nstab-main a{padding-left: 18px;background:url(http://es.wikipedia.org/skins-1.5/amethyst/nstab-main.png) top left no-repeat; }
+
    border: none;
-
li#ca-nstab-user a{padding-left: 18px;background:url(http://es.wikipedia.org/skins-1.5/amethyst/nstab-user.png) top left no-repeat; }
+
    vertical-align: middle;
-
li#ca-nstab-wp a{padding-left: 18px;background:url(http://es.wikipedia.org/skins-1.5/amethyst/nstab-wp.png) top left no-repeat; }
+
}
-
li#ca-article a{padding-left: 18px;background:url(http://es.wikipedia.org/skins-1.5/amethyst/article.png) top left no-repeat; }
+
#content p {
-
li#ca-talk a{padding-left: 18px;background:url(http://es.wikipedia.org/skins-1.5/amethyst/chat.png) top left no-repeat; }
+
    margin: 0.4em 0em 0.5em 0em;
-
li#ca-edit    a{padding-left: 18px;background:url(http://es.wikipedia.org/skins-1.5/amethyst/edit.png) top left no-repeat; }
+
    line-height: 1.5em;
-
li#ca-history a{padding-left: 18px;background:url(http://es.wikipedia.org/skins-1.5/amethyst/history.png) top left no-repeat; }
+
}
-
li#ca-protect a{padding-left: 18px;background:url(http://es.wikipedia.org/skins-1.5/amethyst/lock.png) top left no-repeat; }
+
-
li#ca-unprotect a{padding-left: 18px;background:url(http://es.wikipedia.org/skins-1.5/amethyst/unlock.png) top left no-repeat; }
+
-
li#ca-delete  a{padding-left: 18px;background:url(http://es.wikipedia.org/skins-1.5/amethyst/delete.png) top left no-repeat; }
+
-
li#ca-move a{padding-left: 18px;background:url(http://es.wikipedia.org/skins-1.5/amethyst/move.png) top left no-repeat; }
+
-
li#ca-watch a{padding-left: 18px;background:url(http://es.wikipedia.org/skins-1.5/amethyst/watch.png) top left no-repeat; }
+
-
li#ca-unwatch a{padding-left: 18px;background:url(http://es.wikipedia.org/skins-1.5/amethyst/unwatch.png) top left no-repeat; }
+
   
   
-
/* Cajas de navegacin */
+
#content p img { margin: 0; }
-
li#n-mainpage a{padding-left: 18px;background:url(http://es.wikipedia.org/skins-1.5/amethyst/mainpage.png) top left no-repeat; }
+
-
li#n-welcome  a{padding-left: 18px;background:url(http://es.wikipedia.org/skins-1.5/amethyst/currentevents.png) top left no-repeat; }
+
-
li#n-portal  a{padding-left: 18px;background:url(http://es.wikipedia.org/skins-1.5/amethyst/portal.png) top left no-repeat; }
+
-
li#n-village-pump  a{padding-left: 18px;background:url(http://es.wikipedia.org/skins-1.5/amethyst/chat.png) top left no-repeat; }
+
   
   
-
li#n-upload  a{padding-left: 18px;background:url(http://es.wikipedia.org/skins-1.5/amethyst/upload.png) top left no-repeat; }
+
#content hr {
-
li#n-recentchanges  a{padding-left: 18px;background:url(http://es.wikipedia.org/skins-1.5/amethyst/recentchanges.png) top left no-repeat; }
+
    height: 1px;
-
li#n-latestfiles a{padding-left: 18px;background:url(http://es.wikipedia.org/skins-1.5/amethyst/currentevents.png) top left no-repeat;}
+
    color: #aaaaaa;
-
li#n-randomimage a{padding-left: 18px;background:url(http://es.wikipedia.org/skins-1.5/amethyst/random.png) top left no-repeat; }
+
    background-color: #aaaaaa;
-
li#n-help  a{padding-left: 18px;background:url(http://es.wikipedia.org/skins-1.5/amethyst/help.png) top left no-repeat; }
+
    border: 0;
-
li#n-contact a{padding-left: 18px;background:url(http://es.wikipedia.org/skins-1.5/amethyst/gear.png) top left no-repeat; }
+
    margin: 0.2em 0 0.2em 0;
-
li#n-sitesupport a{padding-left: 18px;background:url(http://es.wikipedia.org/skins-1.5/amethyst/sitesupport.png) top left no-repeat; }
+
}
-
li#n-currentevents a{padding-left: 18px;background:url(http://es.wikipedia.org/skins-1.5/amethyst/currentevents.png) top left no-repeat; }
+
-
li#n-randompage a{padding-left: 18px;background:url(http://es.wikipedia.org/skins-1.5/amethyst/random.png) top left no-repeat; }
+
#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
-
li#n-Featured-articles a{padding-left: 18px;background:url(http://es.wikipedia.org/skins-1.5/amethyst/chat.png) top left no-repeat; }
+
    color: Black;
-
li#n-Evitar-el-captcha a{padding-left: 18px;background:url(http://upload.wikimedia.org/wikipedia/commons/5/5a/Icons-mini-action_stop.gif) top left no-repeat; }
+
    background: none;
 +
    font-weight: normal;
 +
    margin: 0;
 +
    padding-top: 0.5em;
 +
    padding-bottom: 0.17em;
 +
    border-bottom: 1px solid #aaaaaa;
 +
}
 +
#content h1 { font-size: 188%; }
 +
#content h2 { font-size: 150%; }
 +
#content h3, #content h4, #content h5, #content h6 {
 +
    border-bottom: none;
 +
    font-weight: bold;
 +
}
 +
#content h3 { font-size: 132%; }
 +
#content h4 { font-size: 116%; }
 +
#content h5 { font-size: 100%; }
 +
#content h6 { font-size: 80%; }
 +
 +
#content ul {
 +
    line-height: 1.5em;
 +
    list-style-type: square;
 +
    margin: 0.3em 0 0 1.5em;
 +
    padding:0;
 +
    list-style-image: url("bullet.gif");
 +
}
 +
#content ol {
 +
    line-height: 1.5em;
 +
    margin: 0.3em 0 0 3.2em;
 +
    padding:0;
 +
    list-style-image: none;
 +
}
 +
#content li { margin-bottom: 0.1em; }
 +
#content dt {  
 +
    font-weight: bold;  
 +
    margin-bottom: 0.1em;
 +
}
 +
#content dl{
 +
    margin-top: 0.2em;
 +
    margin-bottom: 0.5em;
 +
}
 +
#content dd {
 +
    line-height: 1.5em;
 +
    margin-left: 2em;
 +
    margin-bottom: 0.1em;
 +
}
 +
 +
#content fieldset {
 +
    border: 1px solid #2f6fab;
 +
    margin: 1em 0em 1em 0em;
 +
    padding: 0em 1em 1em 1em;
 +
    line-height: 1.5em;
 +
}
 +
#content legend {
 +
    background: White;
 +
    padding: 0.5em;
 +
    font-size: 95%;
 +
}
 +
#content form {
 +
    border: none;
 +
    margin: 0;
 +
}
 +
   
 +
#content textarea {
 +
    border: 1px solid #2f6fab;
 +
    color: Black;
 +
    background-color: white;
 +
    width: 100%;
 +
    padding: 0.1em;
 +
    overflow: auto;
 +
}
 +
/* hide this from ie/mac and konq2.2 */
 +
@media All {
 +
    #content head:first-child+body input {
 +
        visibility: visible;
 +
        border: 1px solid #2f6fab; 
 +
        color: Black;
 +
        background-color: white;
 +
        vertical-align: middle;
 +
        padding: 0.2em;
 +
    }
 +
}
 +
#content input.historysubmit {
 +
    padding: 0 0.3em 0.3em 0.3em !important;
 +
    font-size: 94%;
 +
    cursor: pointer;
 +
    height: 1.7em !important;
 +
    margin-left: 1.6em;
 +
}
 +
#content input[type="radio"],
 +
#content input[type="checkbox"] { border:none; }
 +
#content select {
 +
    border: 1px solid #2f6fab; 
 +
    color: Black;
 +
    vertical-align: top;
 +
}
 +
#content abbr, #content acronym, #content .explain {
 +
    border-bottom: 1px dotted Black;
 +
    color: Black;
 +
    background: none;
 +
    cursor: help;
 +
}
 +
#content q {
 +
    font-family: Times, "Times New Roman", serif;
 +
    font-style: italic;
 +
}
 +
#content code { background-color: #f9f9f9; }
 +
#content pre {
 +
    padding: 1em;
 +
    border: 1px dashed #2f6fab;
 +
    color: Black;
 +
    background-color: #f9f9f9;
 +
    line-height: 1.1em;
 +
}
  </style>
  </style>

Versión de 23:41, 9 noviembre 2007

<style type="text/css">
  /*
     Notes: 
      -You must log as admin to edit this page
      -Whatever you enter in this page will be added to the html in the header after the standard style sheet, so you can override styles. 
      -if you want your code to look nice on this page, put a space at the beginning of each line
      -This is the default style sheet that you can override : http://editthis.info/wiki/skins/monobook/main.css 
      
      For example uncomment this next section to turn all the text green:
  */
 /*
body {
   color: green;
}
 */ 
/*
 
 
 
 
/* Default *
 * Resetting the margins and paddings, and defining the font-family
 */
 
* {
	margin: 0;
	padding: 0;
}
 
body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
}
 
/* Lay-out *
 * Set paddings and margins, and clear the floats of the menu items and the sidebar
 */
 
h1#header { margin-left: 3%; }
div#column-one { padding: 0 3%; }
div#globalWrapper { clear: both; }
div#column-content { margin: 0 3%; }
div#content { padding: 20px; margin-right: 206px; /* 200 + 2*6px padding of div#sidebar + (-6px) margin of div#sidebar*/ }
div#sidebar { width: 212px; margin-right: -6px; /* for the right corner */
	float: right; padding-top: 16px; /* so if the first item is selected the corners don't interfere */ }
div#footer { clear: both; padding: 0 3%; }
 
/* Header *
 * Replace the header with an image
 */
 
h1#header {
	text-indent: -9999px;
	background-image: url(http://home.planet.nl/~merri033/header.png);
	height: 78px;
	width: 505px;
}
 
/* Footer *
 * Style the footer
 */
 
#footer div { /* Flot the logos to the right */
	float: right;
	width: 200px;
	text-align: center;
	clear: both;
	margin: 1em 0;
}
 
#footer a img {
	border: none;
}
 
#footer ul {
	list-style: none;
	padding: 1em;
	margin-right: 200px;
}
 
/* Top menu *
 * Apply proper paddings and font-styling to the menu
 * Float the menu items (h5) and text to the left to make the menu horizontal.
 */
 
div#column-one {
	height: 2em; /* height 1em + 2 * 0.5em padding */
}
 
div#column-one div.portlet, div#column-one p {
	float: left;
	padding: 0.5em;
}
 
div#column-one h5, div#column-one p {
	font-size: 1em;
	line-height: 1em; /* makes the menu 1em high */
	font-weight: normal;
}
 
div#column-one p {
	font-weight: bold;
}
 
 /*
 * Hide and position the submenus
 */
 
div#column-one div.portlet {
	position: relative;
}
 
div#column-one div.pBody {
	display: none;
	position: absolute;
	top: 2em; /* the menu is 2em high */
}
 
/* 
 * Style the menu
 */
 
div#column-one div.pBody {
	width: 15em; /* this is the maximum width before the menu items start wrapping */
}
 
div#column-one ul {
	list-style: none;
	float: left; /* by floating the list the menu items the menu gets as wide as the largest item */
	border-bottom: 1px solid #bcb699;
	border-left: 1px solid #bcb699;
	border-right: 1px solid #bcb699;
}
 
div#column-one li {
	margin: 3px; /* this is so the highlight for the items don't touch the side */
	padding: 3px;
}
 
/* 
 * Add the icons
 */
 
div#column-one div.pBody { /* this is to make the text of the submenu line up with the headers */
	margin-left: -28px; /* 3px padding + 3px margin of #column-one li + 16px icon + 6px icon padding */
}
 
div#column-one li a { /* make some room for the icons and define background properties */
	padding-left: 21px; /* 16px icon + 3px padding and 3px margin from #column-one li */
	background-position: left center;
	background-repeat: no-repeat;
}
 
li#n-Main-page a { background-image: url(http://home.planet.nl/~merri033/house.png); }
li#n-Contents a { background-image: url(http://home.planet.nl/~merri033/book.png); }
li#n-Featured-content a { background-image: url(http://home.planet.nl/~merri033/medal_gold_3.png); }
li#n-currentevents a { background-image: url(http://home.planet.nl/~merri033/time.png); }
li#n-randompage a { background-image: url(http://home.planet.nl/~merri033/arrow_switch.png); }
 
li#n-About-Wikipedia a { background-image: url(http://home.planet.nl/~merri033/information.png); }
li#n-portal a { background-image: url(http://home.planet.nl/~merri033/group.png); }
li#n-recentchanges a { background-image: url(http://home.planet.nl/~merri033/page_lightning.png); }
li#n-contact a { background-image: url(http://home.planet.nl/~merri033/email.png); }
li#n-sitesupport a { background-image: url(http://home.planet.nl/~merri033/money.png); }
li#n-help a { background-image: url(http://home.planet.nl/~merri033/help.png); }
 
li#t-whatlinkshere a { background-image: url(http://home.planet.nl/~merri033/link_go.png); }
li#t-recentchangeslinked a { background-image: url(http://home.planet.nl/~merri033/hourglass_link.png); }
li#t-contributions a { background-image: url(http://home.planet.nl/~merri033/user_edit.png); }
li#t-log a { background-image: url(http://home.planet.nl/~merri033/user_lightning.png); }
li#t-emailuser a { background-image: url(http://home.planet.nl/~merri033/user_email.png); }
li#t-print a { background-image: url(http://home.planet.nl/~merri033/printer.png); }
li#t-permalink a { background-image: url(http://home.planet.nl/~merri033/page_link.png); }
li#t-cite a { background-image: url(http://home.planet.nl/~merri033/page_green.png); }
 
/* Sidebar *
 * Styling of the menus
 */
 
div#sidebar ul {
	list-style: none;
}
 
#sidebar .portlet {
	background-image: url(http://home.planet.nl/~merri033/bg-sidebar-ruler.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 10px;
	margin-bottom: 8px;
}
 
.portlet h5, #p-cactions li, #p-personal li, #p-tb2 li { /* smaller height looks better, but favorites can be multiple lines */
	height: 13px;
}
 
div#sidebar li, div#sidebar h5 {
	padding: 12px 0 18px 36px;
	margin: -6px 0 -9px 0;
	font-size: 1em;
}
 
div#sidebar form {
	margin: 0 13px;
	text-align: center;
}
 
#searchInput {
	display: block;
	margin: 5px 0;
	width: 180px;
}
 
div#sidebar input {
  border: 1px solid #000;
	background-color: #bcb699;
}
 
div#sidebar li a img {
	border: none;
	vertical-align: middle;
}
 
div#sidebar li.selected {
	background-image: url(http://home.planet.nl/~merri033/bg-sidebar-selected.png);
	background-repeat: no-repeat;
}
 
div#sidebar li.new a {
	color: #775240;
	font-style: italic;
}
 
div#sidebar li.selected-first { /* The first of two adjacent selected items */
	background-image: url(http://home.planet.nl/~merri033/bg-sidebar-selected-first.png);
	background-repeat: no-repeat;
}
 
div#sidebar li.selected-second { /* The second of two adjacent selected items */
	background-image: url(http://home.planet.nl/~merri033/bg-sidebar-selected-second.png);
	background-repeat: no-repeat;
}
 
/* 
 * Add the icons
 */
 
div#sidebar li a {
	margin-left: -23px;
	padding-left: 23px;
	background-position: left center;
	background-repeat: no-repeat;
}
 
div#sidebar li.selected a {
	font-weight: bold;
}
 
/*
 * 'Views' icons
 */
 
#ca-nstab-main a { background-image: url(http://home.planet.nl/~merri033/house.png); }
#ca-nstab-user a { background-image: url(http://home.planet.nl/~merri033/user.png); }
#ca-nstab-image a { background-image: url(http://home.planet.nl/~merri033/image.png); }
#ca-nstab-portal a { background-image: url(http://home.planet.nl/~merri033/layout.png); }
#ca-talk a { background-image: url(http://home.planet.nl/~merri033/comments.png); }
#ca-edit a { background-image: url(http://home.planet.nl/~merri033/page_edit.png); }
#ca-addsection a { background-image: url(http://home.planet.nl/~merri033/page_add.png); }
#ca-viewsource a { background-image: url(http://home.planet.nl/~merri033/page_code.png); }
#ca-history a { background-image: url(http://home.planet.nl/~merri033/hourglass.png); }
#ca-move a { background-image: url(http://home.planet.nl/~merri033/page_go.png); }
#ca-watch a { background-image: url(http://home.planet.nl/~merri033/eye.png); }
 
/* 
 * Favorites
 */
 
#ca-favorites a { background-image: url(http://home.planet.nl/~merri033/star.png); }
li.favorite a { background-image: url(http://home.planet.nl/~merri033/star_silver.png); }
div#sidebar li a.remove-favorite { padding-left: 0; margin-left: 0; background: none; }
 
/*
 * Toolbox
 */
 
#t-upload a { background-image: url(http://home.planet.nl/~merri033/image_add.png); }
#t-specialpages a { background-image: url(http://home.planet.nl/~merri033/page_gear.png); }
 
/*
 * 'Personal menu' icons
 */
 
#pt-userpage a { background-image: url(http://home.planet.nl/~merri033/user.png); }
#pt-mytalk a { background-image: url(http://home.planet.nl/~merri033/user_comment.png); }
#pt-preferences a { background-image: url(http://home.planet.nl/~merri033/wrench_orange.png); }
#pt-watchlist a { background-image: url(http://home.planet.nl/~merri033/page_find.png); }
#pt-mycontris a { background-image: url(http://home.planet.nl/~merri033/user_edit.png); }
#pt-logout a { background-image: url(http://home.planet.nl/~merri033/door_in.png); }
 
/* Autcomplete
 * Styles for the autocomplete form
 */
 
#p-search, #searchform {
	overflow:visible !important;
}
 
#autocompletebox {
	display: block;
	position: absolute;
	border: solid 1px #000;
	background: #bcb699;
	overflow: auto;
	visibility: hidden;
	width: 180px;
	opacity: 0.95;
}
 
/* Backgrounds and border *
 * Here all the background images and colors + borders defined
 */
 
body {
	background-color: #000;
}
 
div#column-one { /* The top menu */
	background-color: #e9e2be;
	background-image: url(http://home.planet.nl/~merri033/bg-menu.png);
	background-repeat: repeat-x;
}
 
div#column-one ul { /* The top submenu */
	background-color: #e9e2be;
	opacity: 0.95;
}
 
div#globalWrapper { /* Page background gradient */
	background-image: url(http://home.planet.nl/~merri033/bg.png);
	background-repeat: repeat-x;
}
 
div#column-content { /* Faux columns background */
	background-image: url(http://home.planet.nl/~merri033/bg-column-content.png);
	background-repeat: repeat-y;
	background-position: right;
	background-color: #fff; /* The background color of the content */
}
 
div#sidebar { /* Sidebar corners */
	background-image: url(http://home.planet.nl/~merri033/bg-sidebar-top.png);
	background-repeat: no-repeat;
	margin-right: -6px;
}
 
div#content { /* Shadow of the menu */
	background-image: url(http://home.planet.nl/~merri033/bg-content.png);
	background-repeat: repeat-x;
}
 
div#footer {
	background-image: url(http://home.planet.nl/~merri033/bg-footer.png);
	background-repeat: repeat-x;
	background-color: #4d4229;
	border-top: 3px solid #bcb699;
}
 
/* Links *
 * Styles for the links outside the content
 */
 
div#column-one a, div#sidebar a { /* Links in the top menu and sidebar*/
	color: #000;
	text-decoration: none;
}
 
div#sidebar a:hover { /* Hover over the links in de sidebar */
	font-weight: bold;
}
 
div#column-one li:hover { /* Hover over a submenu item */
	background-color: #bcb699;
}
 
#footer, #footer a {
	color: #fff;
}
 
/* Content
 * This is the style of the content, copied from the monobook sking
 */
 
#content table {
    font-size: 100%;
    background: White;
}
#content a {
    text-decoration: none;
    color: #002bb8;
    background: none;
}
#content a:visited { color: #5a3696; }
#content a:active { color: Orange; }
#content a:hover { text-decoration: underline; }
#content a.stub { color: #772233; }
a.new,
#content #p-personal a.new { color:#ba0000; }
a.new:visited,
#content #p-personal a.new:visited { color:#a55858; }
 
#content img {
    border: none;
    vertical-align: middle;
}
#content p {
    margin: 0.4em 0em 0.5em 0em;
    line-height: 1.5em;
}
 
#content p img { margin: 0; }
 
#content hr {
    height: 1px;
    color: #aaaaaa;
    background-color: #aaaaaa;
    border: 0;
    margin: 0.2em 0 0.2em 0;
}
 
#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
    color: Black;
    background: none;
    font-weight: normal;
    margin: 0;
    padding-top: 0.5em;
    padding-bottom: 0.17em;
    border-bottom: 1px solid #aaaaaa;
}
#content h1 { font-size: 188%; }
#content h2 { font-size: 150%; }
#content h3, #content h4, #content h5, #content h6 { 
    border-bottom: none;
    font-weight: bold;
}
#content h3 { font-size: 132%; }
#content h4 { font-size: 116%; }
#content h5 { font-size: 100%; }
#content h6 { font-size: 80%;  }
 
#content ul { 
    line-height: 1.5em;
    list-style-type: square;
    margin: 0.3em 0 0 1.5em;
    padding:0;
    list-style-image: url("bullet.gif");
}
#content ol {
    line-height: 1.5em;
    margin: 0.3em 0 0 3.2em;
    padding:0;
    list-style-image: none;
}
#content li { margin-bottom: 0.1em; }
#content dt { 
    font-weight: bold; 
    margin-bottom: 0.1em;
}
#content dl{
    margin-top: 0.2em;
    margin-bottom: 0.5em;
}
#content dd {
    line-height: 1.5em;
    margin-left: 2em;
    margin-bottom: 0.1em;
}
 
#content fieldset {
    border: 1px solid #2f6fab;
    margin: 1em 0em 1em 0em;
    padding: 0em 1em 1em 1em;
    line-height: 1.5em;
}
#content legend {
    background: White;
    padding: 0.5em;
    font-size: 95%;
}
#content form {
    border: none;
    margin: 0;
}
 
#content textarea {
    border: 1px solid #2f6fab;  
    color: Black;
    background-color: white;
    width: 100%;
    padding: 0.1em;
    overflow: auto;
}
/* hide this from ie/mac and konq2.2 */
@media All {
    #content head:first-child+body input {
        visibility: visible;
        border: 1px solid #2f6fab;  
        color: Black;
        background-color: white;
        vertical-align: middle;
        padding: 0.2em;
    }
}
#content input.historysubmit {
    padding: 0 0.3em 0.3em 0.3em !important;
    font-size: 94%;
    cursor: pointer;
    height: 1.7em !important;
    margin-left: 1.6em;
}
#content input[type="radio"],
#content input[type="checkbox"] { border:none; }
#content select {
    border: 1px solid #2f6fab;  
    color: Black;
    vertical-align: top;
}
#content abbr, #content acronym, #content .explain {
    border-bottom: 1px dotted Black;
    color: Black;
    background: none;
    cursor: help;
}
#content q {
    font-family: Times, "Times New Roman", serif;
    font-style: italic;
}
#content code { background-color: #f9f9f9; }
#content pre {
    padding: 1em;
    border: 1px dashed #2f6fab;
    color: Black;
    background-color: #f9f9f9;
    line-height: 1.1em;
}
 </style>

 <script type="text/javascript">
   //Feel free to add your javascript code here.
 </script>
Personal tools