Ace Attorney Wiki
Advertisement

Nota: Tras guardar el archivo, debes vaciar la caché del navegador para ver los cambios:

  • Mozilla / Firefox / Safari: pulsa Mayúsculas. mientras haces click en el botón Recargar, o pulsa si no Ctrl-F5 o Ctrl-R (Command-R en un Macintosh)
  • Konqueror: Haz click en el botón Recargar o pulsa F5;
  • Opera: Limpia la caché en Herramientas → Preferencias;
  • Internet Explorer: pulsa Ctrl mientras haces click en Actualizar, o pulsa Ctrl-F5.

Aviso: Antes de realizar cualquier cambio aquí, consulta primero con Lord of Dark (disc. · contr.).

/***** Imágenes *****/
/*WMU*/
#ImageUploadBody { overflow:auto !important;}
div#ImageUploadMessageControl { display:none !important; }

/* Redirecciones en cursiva */
.allpagesredirect {
	background:url(http://images3.wikia.nocookie.net/__cb20070930113047/es.pokemon/images/f/ff/Redirectltr_mini.png) no-repeat left center;
	padding-left:17px;
}

/* Fondo cuadriculado en imágenes transparentes */
body.ns-6 #file img {
	background:url('/skins/common/images/Checker-16x16.png?1') repeat fixed;
}
/* Fondo oscuro al pasar mouse por encima */
body.ns-6 #file img:hover {
	background:none #333;
}

/*[[Especial:MultipleUpload]]*/
body.page-Especial_MultipleUpload form#upload tr {
	vertical-align:top;
}
body.page-Especial_MultipleUpload form#upload textarea {
	width:30em;
	height:6em;
}

/* Eliminamos el 'outline' de las imágenes */
a.image { outline:none; }

/* Estilos en 'thumbs' */
.thumbinner, .WikiaArticle .thumbinner {
 background-color:steelblue;
 background:-moz-linear-gradient(center top, steelblue 0%, #369 100%);
 background:-webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(0%, steelblue), color-stop(100%, #369));
 filter:progid:DXImageTransform.Microsoft.Gradient(endColorstr='#369', startColorstr='Steelblue', gradientType='0');
 border:none;
 -moz-border-radius:5px;
 -webkit-border-radius:5px;
 color:#FFFFFF;
 -moz-box-shadow:2px 2px 5px steelblue;
 -webkit-box-shadow:2px 2px 5px steelblue;
 padding-top:4px !important; /* Un píxel más para igualar con los lados */
}
.thumbinner a, .thumbinner a:visited  { color:white; text-decoration:underline; }
div.thumbinner a.new, div.thumbinner a.new:visited { color:black; text-decoration:underline; }
img.thumbimage {
	background-color:Steelblue;
	border:none;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}

/* Eliminamos un enorme borde blanco que queda mal sobre fondos de color por el mismo valor en margen */
div.tright {
	border-width:0;
	margin:0.5em 0 0.8em 1.4em;
}
div.tleft {
	border-width:0;
	margin:0.5em 1.4em 0.8em 0;
}

/* Reducimos el margen inferior de thumbs */
div.tright, div.tleft {
	margin-bottom: 0.8em;
}

/* desactivado al no permitir hacer búsquedas */
span.wikia-gallery-add { display: none !important; }

/*[[Plantilla:Imagen pop-up]] (Traído de WikiDex)*/
.imagenpopup .popup {display:none; speak:none;}

.imagenpopup .enlace a {color:#008000;}

.imagenpopup:hover .popup {
	background:transparent;
	padding:2em 1em 1em 2em;
	display:inline;
	position:absolute;
	margin-left:-2em;
	margin-top:-2em;
	z-index:10;
}

.imagenpopup .popup .thumb { border:none !important; }

/* ImageSwitcher */
.imageswitch_state_loading {
	background:url(http://images2.wikia.nocookie.net/__cb20090819194233/es.pokemon/images/a/a0/Throbber.gif) center no-repeat;
}

.imageswitch_state_loading img { visibility:hidden; }

a.imageswitch_current {
	font-weight:bold;
	color:#001499;
	text-decoration:none;
	background:none;
}

span.imageswitch_imagecontainer { display:block; }

/***** FIN IMÁGENES *****/

/* Con línea de puntos en los titulares (de http://fr.wikipedia.org) */
h1, h2 {padding-top:0.65em}
h3 {padding-top:0.6em; border-bottom:dotted 1px #AAA}
h4, h5, h6 {padding-top:0.55em; border-bottom:dotted 1px #DDD}

/* editsimilar: devolvemos el color verde */
#editsimilar_links {
	background:#98fb98;
	border-color:#2e8b57;
}
#editsimilar_links .editsimilar_dismiss {
	float:right;
	font-size:80%;
}

/* enlaces editar secciones pegados al texto (requiere javascript) */
span.editsection-nf {
	float:none;
	position:absolute;
}

/* ocultar título y categorías en página principal */
body.page-Ace_Attorney_Wiki .firstHeading, body.page-Ace_Attorney_Wiki .catlinks {display:none !important;}
body.page-Ace_Attorney_Wiki #articleFooter { margin-top:-22px; }

/* sin subpáginas en ns0 */
body.ns-0 #contentSub .subpages {display:none;}

/***** Botones de Editar, Tabla de Contenidos y otras clases *****/

/* Barras de desplazamiento al usar elemento pre */
pre { overflow:auto; }

/* Interlineado normal al usar <sup> y <sub> */
sup, sub { line-height:1em; }

/* Estilo de los encabezados de las secciones */
.ns-0 #bodyContent > h2, .ns-0 #WikiaArticle > h2 {
	background: -moz-linear-gradient(center top, #fff 0%, SteelBlue 100%);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(0%, #ffffff), color-stop(100%, SteelBlue));
        -webkit-box-shadow: SteelBlue 0px 0.1em 0.3em 0.1em;
        -moz-box-shadow: SteelBlue 0px 0.1em 0.3em 0.1em;
        -moz-border-radius:0 10px 10px 0;
        -webkit-border-radius:0 10px 10px 0;
        border-bottom: 1px solid SteelBlue;
        border-left: 3px solid SteelBlue;
        font-size: 18px;
        margin-top: 10px;
        overflow: hidden;
        padding-left: 0.2em;
        margin:8px -12px 12px -12px; 
	padding: 8px 0 0 10px;
	height: 30px;
	line-height: 28px;
	color:#222;
}

.ns-0 #WikiaArticle > h2, .ns-0 #WikiaArticle #bodyContent > h2 { width:668px; margin-left:-10px; overflow:visible; }

/* Botón de editar */
/* Encabezados h2 */
.ns-0 h2 .editsection {
	margin:7px 0 0 15px; 
	height:23px;
	line-height:22px;
}

/* Encabezados h3 a h6 */
.ns-0 .editsection {
	margin:2px auto auto 15px;
	background:SteelBlue;
	height:20px;
	line-height:19px;
	-moz-border-radius:10px 10px 0 0;
	-webkit-border-top-left-radius:10px;
	-webkit-border-top-right-radius:10px;
	border-radius:10px 10px 0 0;
}

/* Enlace 'Editar sección' */
.ns-0 #bodyContent .editsection a, .ns-0 #WikiaArticle .editsection a { 
	color:#191509;
	text-decoration:none;  
	padding: 5px 12px 3px 0;
	font-size:90%;
}

.ns-0 #WikiaArticle .editsection a { font-size:85%; }

.ns-0 #bodyContent .sprite.edit-pencil, .ns-0 #WikiaArticle .sprite.edit-pencil {
	background: url("http://images1.wikia.nocookie.net/__cb32383/common/skins/oasis/images/sprite.png") no-repeat -1000px -48px transparent;
	margin: 1px -7px 0 10px;/* -9px para contrarrestar el padding de los enlaces */
}

/* Estilos de TOC (tabla de contenidos) */
 
.toc {
    margin: 1em 0 1em 0;
    border: 1px solid #999;
    -moz-border-radius: 0 1.5em 1.5em 0;
    -moz-box-shadow:0 0 0.5em 0.2em steelblue;
    -webkit-border-radius: 0 1.5em 1.5em 0;
    -webkit-box-shadow:0 0 0.5em 0.2em steelblue;
    font-size: 90%;
    font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
}
#toctitle { margin-top: -3px; margin-bottom: 7px; -moz-border-radius:0 1.5em 1.5em 0; border:1px solid:royalblue; -moz-box-shadow:0 0 0.3em 0.1em royalblue; -webkit-border-radius:0 1.5em 1.5em 0; -webkit-box-shadow:0 0 0.3em 0.1em royalblue; background-color:LightBlue;}
#toctext:hover { text-shadow:royalblue; color:steelblue; }
#tocnumber:hover { text-shadow:royalblue; color:steelblue; } 
#toclevel-1:hover { text-shadow:royalblue; color:steelblue; } 
.tocnumber:hover { text-shadow:royalblue; color:steelblue; } 
.toclevel-1:hover { text-shadow:royalblue; color:steelblue; } 
.tocnumber, .toctext { color: #001E8C; }

/* Formato del foro por -Algorithm & -Splaka */
.forumheader { border: 1px solid #aaa; background-color: #f9f9f9; color: #000; margin-top: 1em; padding: 12px; }
.forumlist td.forum_edited a {	color: black; text-decoration: none }
.forumlist td.forum_title a {	padding-left: 20px; }
.forumlist td.forum_title a.forum_new { font-weight: bold; background: url(http://www.wikia.com/images/4/4e/Forum_new.gif) center left no-repeat; padding-left: 20px; }
.forumlist td.forum_title a.forum_new:visited { font-weight: normal; background: none; padding-left: 20px; }
.forumlist th.forum_title {	padding-left: 20px; }

/* sin subpáginas en ns0 */
body.ns-0 #contentSub .subpages {display:none;}

/* Sin categorías en usuarios (permite quitar, pero no añadir), ni en blogs */
body.ns-2 #csAddCategorySwitch, body.ns-2 #csAddCategoryButton, body.ns-2 #csSwitchViewContainer { display:none !important; }
#blogPostCategoriesTitle, #categoryCloudDiv { display:none !important; }

/* Barra de categorías */
#catlinks {
 border: 2px solid SteelBlue;       
 -moz-box-shadow: 0.1em 0.1em 0.3em SteelBlue;
 -webkit-box-shadow: 0.1em 0.1em 0.3em SteelBlue;
 -moz-border-radius:1px;
 -webkit-border-radius:1px;
 color: White;
 background-color:steelblue;
 background:-moz-linear-gradient(center top, steelblue 0%, #369 100%);
 background:-webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(0%, steelblue), color-stop(100%, #369));
 filter:progid:DXImageTransform.Microsoft.Gradient(endColorstr='#369', startColorstr='Steelblue', gradientType='0');
 padding:.22em
}

#mw-normal-catlinks a, #mw-hidden-catlinks span a { color: White; }
#mw-normal-catlinks a:hover, #mw-hidden-catlinks span a:hover { text-decoration: none; font-style: italic; }
#catlinks a.new { color: White; }
#mw-normal-catlinks > a { font-weight: bold; color: White; }
#mw-normal-catlinks > a:hover { font-style: normal; }

div#csAddCategorySwitch.noprint {
 -moz-border-radius:5px;
 -webkit-border-radius:5px;
 -moz-box-shadow:2px 2px 5px Steelblue;
 -webkit-box-shadow:2px 2px 5px steelblue; 
 color:White;
 background-color:SteelBlue;
 border:1px outset white;
}

img.sprite-small.add {display:none;}

/* Galerías */
.wikia-gallery-item {
 background-color:steelblue;
 background:-moz-linear-gradient(center top, steelblue 0%, #369 100%);
 background:-webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(0%, steelblue), color-stop(100%, #369));
 filter:progid:DXImageTransform.Microsoft.Gradient(endColorstr='#369', startColorstr='Steelblue', gradientType='0');
 color:#FFFFFF;
 padding:4px 2px 4px 4px !important;
 margin:6px 7px 6px 0 !important;
 -moz-border-radius:5px;
 -webkit-border-radius:5px;
 -moz-box-shadow:2px 2px 5px Steelblue;
 -webkit-box-shadow:2px 2px 5px steelblue;
}
.wikia-gallery-item a { color:white; text-decoration:underline; }
.wikia-gallery-item > .lightbox-caption { font-size: 95%; margin-top: 0; }
.wikia-gallery-item  > div.thumb > div.gallery-image-wrapper { position: static !important; }
div.tright, div.tleft {
	margin-bottom: 0.8em;
}
a.image { outline: none; }
div.gallery-image-wrapper.accent:hover {  
 -moz-box-shadow:0 0 1em 0.1em steelblue;
 -webkit-box-shadow:0 0 1em 0.1em steelblue;
}
a.magnify.sprite { background:url("http://images2.wikia.nocookie.net/aceattorney/es/images/2/2a/Flecha.png") center center no-repeat;  }

/***** Estilos y Clases *****/

/* Estilo de la barra de nuevos mensajes  (De WikiDex)*/

.usermessage {
	background:#ffce7b url(http://images2.wikia.nocookie.net/__cb20100401155415/es.pokemon/images/5/50/Fondo_de_nuevos_mensajes.png) no-repeat left;
	padding-left:87px;
	-moz-box-shadow:0 0 0.5em 0.2em #ffce7b;
	-webkit-box-shadow:0 0 0.5em 0.2em #ffce7b;
	box-shadow:0 0 0.5em #ffce7b;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}

span.ldarksig { 
  font-family:Trebuchet MS;
  -moz-box-shadow:DarkBlue 0 0 0.3em 0.1em;
  -moz-border-radius:10px 0 0 10px;
  -webkit-box-shadow:DarkBlue 0 0 0.3em 0.1em;
  -webkit-border-radius:10px 0 0 10px;
  padding:0.2em
}
span.ldarksig:hover { -moz-border-radius:10px 0 0 10px; -moz-box-shadow:DarkBlue 0 0 0.3em 0.1em; -webkit-border-radius:10px 0 0 10px; -webkit-box-shadow:DarkBlue 0 0 0.3em 0.1em; padding:0.2em; background-color:SteelBlue; }
span.ldarksig a:hover {text-decoration:none;}
span.ldarksig2 { 
  font-family:Trebuchet MS;
  -moz-box-shadow:DarkRed 0 0 0.3em 0.1em;
  -moz-border-radius:0 10px 10px 0;
  -webkit-box-shadow:DarkRed 0 0 0.3em 0.1em;
  -webkit-border-radius:0 10px 10px 0;
  padding:0.2em
}

span.ldarksig2:hover { -moz-border-radius:0 10px 10px 0; -moz-box-shadow:DarkRed 0 0 0.3em 0.1em; -webkit-border-radius:0 10px 10px 0; -webkit-box-shadow:DarkRed 0 0 0.3em 0.1em; padding:0.2em; background-color:Maroon; }
span.ldarksig2 a:hover {text-decoration:none;}
/* Sombras */ 
.sombra {
    -moz-box-shadow: 0.1em 0.1em 0.5em #303030;
    -webkit-box-shadow: 0.1em 0.1em 0.5em #303030;
} 

/* Efecto degradado */
.degradado {
	height:28px;
	background:#ffffff url(http://images3.wikia.nocookie.net/__cb20081112190913/es.pokemon/images/1/12/Degradado.png) 0 0 repeat;
}
.degradado2 {
	width:28px;
	background:#ffffff url(http://images3.wikia.nocookie.net/__cb20090910124102/es.pokemon/images/b/b9/Degradado_2.png) 0 0 repeat;
}
body.ie6 .degradado, body.ie6 .degradado2 { background-image:none; }

/* Cambios recientes */
.mw-plusminus-pos { color: #006500; font-family: Bold; }
.mw-plusminus-neg { color: #8B0000; font-family: Bold; }
.mw-plusminus-null { color: #aaa; font-family: Bold; }

/* Texto de cambios recientes */

.cambiosrecientes { 
        width: 100%;
        background: White; 
        font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
        -moz-box-shadow: 0 0 0.5em 0.2em SteelBlue;
        -webkit-box-shadow: 0 0 0.5em 0.2em SteelBlue;
        border: 1px solid SteelBlue;
        padding: 0.2em;
        -moz-border-radius: 5px 5px 5px 5px;
        -webkit-border-radius: 5px 5px 5px 5px;
}

/* enlaces especiales */
.enlacessinsubrayado a, .enlacessinsubrayado a:hover { text-decoration:none; }
.enlacesblancos a, .enlacesblancos a:visited { color:white; }

/* Teclado virtual */
.tec-virtual a {font-size:14.65px;}
.tec-virtual a:hover {color:black; text-decoration:none;}

/* Cuadro de aviso */
.cuadroaviso {
 -moz-box-shadow: 0.1em 0.1em 0.5em #303030;
 -webkit-box-shadow: 0.1em 0.1em 0.5em #303030;
 -moz-border-radius:0 20px 20px 0;
 -webkit-border-radius:0 20px 20px 0;
 font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
}

.cuadroaviso2 {
 -moz-box-shadow: 0.1em 0.1em 0.5em #303030;
 -webkit-box-shadow: 0.1em 0.1em 0.5em #303030;
 -moz-border-radius:20px 20px 0 0;
 -webkit-border-radius:20px 20px 0 0;
 font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
}

.cuadroaviso2 a:hover {text-decoration:none;}

.cuadroaviso2:hover {background:#fff68f; color:#000; }

/* Cuadros flotadores */

.flotador {
position:fixed; 
bottom: 25px; 
left:300px; 
width:30%; 
z-index:6;
border:1px solid SteelBlue;
background-color:white;
text-align:center;
-webkit-box-shadow:0.1em 0.1em 0.3em SteelBlue;
-moz-box-shadow:0.1em 0.1em 0.3em SteelBlue;
}

.flotador2 {
position:fixed; 
bottom: 20px; 
left:0px; width:30%; 
z-index:50; 
color:Black; 
background-color:White; 
font-size: 13pt; 
border:2px Black solid; 
padding:1em; text-align:center; 
-moz-border-radius:15px 15px 0 0;  
-webkit-border-radius:15px 15px 0 0;
}
.caja-info {
	background:url(http://images2.wikia.nocookie.net/__cb20080828184407/es.pokemon/images/3/37/Information_desvanecido.png) no-repeat top right;
} /* imagen de es.pokemon.wikia.com */

.bienvenida { 
border:1.5px solid DarkGray;
font-family: 'lucida grande', tahoma, verdana, arial, sans-serif;
-moz-box-shadow: 0.1em 0.1em 0.5em #303030;
-webkit-box-shadow: 0.1em 0.1em 0.5em #303030;
-moz-border-radius:15px;  
-webkit-border-radius:15px;
padding:.3em;
}

/* Tabla de Cambios Recientes */
fieldset.rcoptions {  
 -moz-border-radius: 5px;
 -webkit-border-radius: 5px;
 border:steelblue;
 font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
}
fieldset.rcoptions a {color:SteelBlue;}
select#namespace.namespaceselector {
 color:SteelBlue; 
 text-transform:capitalize;
 font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
}

/* Estilo de los botones */

input[type="submit"],
input[type="reset"],
input[type="button"],
button {
 background-color:DodgerBlue;
 background-image:-moz-linear-gradient(center top, DodgerBlue 35%, RoyalBlue 65%);
 background-image:-webkit-gradient(linear, 0% 20%, 0% 70%, from(DodgerBlue), to(RoyalBlue));
 border:1px solid DodgerBlue !important;
 -moz-border-radius:4px;
 -webkit-border-radius:7px;
 border-radius:7px;
 -moz-box-shadow:0 0 0 1px DodgerBlue;
 -webkit-box-shadow:0 1px 0 DodgerBlue, 0 -1px 0 DodgerBlue, 1px 0 0 DodgerBlue, -1px 0 0 DodgerBlue;
 box-shadow:0 1px 0 #333, 0 -1px 0 DodgerBlue, 1px 0 0 DodgerBlue, -1px 0 0 DodgerBlue;
 color:#FFF;
 cursor:pointer;
 display:inline-block;
 font:bold 13px/18px 'Trebuchet MS', Arial, Helvetica, sans-serif;
 height:21px;
 margin:0;
 padding:0 10px;
 text-decoration:none;
 white-space:nowrap;
}

/* Características propias para los botones de la caja de búsqueda */

form#searchform input[type="submit"] {
 font:12px/17px 'Trebuchet MS', Arial, Helvetica, sans-serif;
 padding:0 7px;
 height:18px;
 margin-top:4px;
}

/* Arreglar tamaño en Mozilla */
input[type="submit"]::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
button::-moz-focus-inner {
	padding:0;
	border:0;
}

/* Estilos IE */
input[type="submit"],
input[type="reset"],
input[type="button"],
button {
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr="RoyalBlue", EndColorStr="DodgerBlue");
	/*outline:1px solid DodgerBlue\9;*/
	overflow:visible;
	width:auto;
}

/* Estados :hover y :active */

input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
button:hover {
 text-decoration:none;
 text-shadow:#000 0 1px 1px;
}

input[type="submit"]:active,input[type="submit"]:focus,
input[type="reset"]:active,input[type="reset"]:focus,
input[type="button"]:active,input[type="button"]:focus,
button:active,button:focus {
 color:#FFF;
 background-image:-moz-linear-gradient(center top, DodgerBlue  35%, RoyalBlue 65%);
 background-image:-webkit-gradient(linear, 0% 20%, 0% 70%, from(DodgerBlue), to(RoyalBlue));
}

/* Otros */
.linkblanco a:link, .linkblanco a:visited, .linkblanco a:active {
 color:#CFC7C9!important;
 letter-spacing:1px;
 border-bottom:1px solid #CFC7C9;
 text-decoration: none;
}

.linkblanco a:hover {
 color:white!important;
 border-bottom:1px solid #CFC7C9;
 text-decoration: none;
}

.linkblanco a.image {
 border-bottom:0px solid black!important;
}

/* Estilos para [[User:Lord of Dark/User-info]] */
div.cuadroinfo { font-family:Trebuchet MS; -moz-box-shadow: 0 0.1em 0.3em 0.2em SteelBlue; -webkit-box-shadow: 0 0.1em 0.3em 0.2em SteelBlue; -moz-border-radius:20px; -webkit-border-radius:20px;}
div.cuadroinfo:hover {-moz-box-shadow: 0 0.1em 0.7em 0.5em SteelBlue; -webkit-box-shadow: 0 0.1em 0.7em 0.5em SteelBlue;}
span.tituloinfo {text-shadow:0.2em 0.2em 0.1em SteelBlue; text-align: center; color:SteelBlue;}
span.tituloinfo:hover {font-size:15px;}
span.titulofinfo {font-variant:small-caps; color:DarkBlue;}
span.titulofinfo:hover {color:SteelBlue;}
span.titulofinfo a {text-decoration:none;}

/* Portada */
.portadahome {
 -moz-box-shadow: 0.1em 0.1em 0.5em SteelBlue;
 -webkit-box-shadow: 0.1em 0.1em 0.5em SteelBlue;
 border-top:2px solid SteelBlue;
 border-right:2px solid steelblue;
 border-left:2px solid steelblue;
 border-bottom:1px solid steelblue;
 -moz-border-radius:10px 10px 0 0;
 -webkit-border-radius:10px 10px 0 0;
 font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
}
.portadaleft {
 -moz-box-shadow: 0.1em 0.1em 0.5em SteelBlue;
 -webkit-box-shadow: 0.1em 0.1em 0.5em SteelBlue;
 border-top:2px solid SteelBlue;
 border-right:1px solid steelblue;
 border-left:2px solid steelblue;
 border-bottom:2px solid steelblue;
 -moz-border-radius:0 0 0 10px;
 -webkit-border-radius:0 0 0 10px;
 font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
}
.portadaright {
 -moz-box-shadow: 0.1em 0.1em 0.5em SteelBlue;
 -webkit-box-shadow: 0.1em 0.1em 0.5em SteelBlue;
 border-top:2px solid SteelBlue;
 border-right:2px solid steelblue;
 border-left:1px solid steelblue;
 border-bottom:2px solid steelblue;
 -moz-border-radius:0 0 10px 0;
 -webkit-border-radius:0 0 10px 0;
 font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
}
.portadatitulo {
 -moz-box-shadow: 0.1em 0.1em 0.4em SteelBlue;
 -webkit-box-shadow: 0.1em 0.1em 0.4em SteelBlue;
 border:1px outset steelblue;
 -moz-border-radius:10px 10px 0 0;
 -webkit-border-radius:10px 10px 0 0;
 font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
}
.enlacesdeportada a, .enlacesdeportada a:visited {color:steelblue;}
.enlacesdeportada a:hover {
 color:white; 
 border:1px solid steelblue;
 -webkit-border-radius:0 10px 10px 0;
 -moz-border-radius:0 10px 10px 0;
 -webkit-box-shadow:0.1em 0.1em 0.3em steelblue;
 -moz-box-shadow:0.1em 0.1em 0.3em steelblue;
 background-color:steelblue;
 padding:.3em;
}
Advertisement