Ver Mensaje Individual
  #2 (permalink)  
Antiguo 22/05/2008, 08:12
.:Chimera:.
Invitado
 
Mensajes: n/a
Puntos:
Respuesta: APORTE: Carta Privada Desbloqueable

Archivo /s/s_1.css (dentro de la carpetaa 's'):
Código:
html { height: 100% }

body {
	margin:0px;
	font-family: Verdana, Arial, Sans-serif;
	background-color:#EFF1F5;
	font-size:12px;
	height: 100%;
	color:#414141;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
}

h1 { font-size: 18px;
font-weight: bold; }
	
	
#baseBody { 
	position: relative;
	width: 750px;
	height: 100%;
	display: block;
	background:#AEC7D5;
	margin-left: auto;
	margin-right: auto;
	padding-top: 24px;
	text-align:center;
}

#baseBody h1 { 
	color: #497091;
	font-size: 18px;
	font-weight: bold;
}

#baseBody ul{
    list-style: none;
	position: absolute;
	margin-left:-48px;
}

#baseBody ul li{
	background: url(../i/boton.jpg) left top no-repeat;
	width: 72px;
	height: 20px;
	float: left;
	padding: 0;
	margin-left:24px;
}

#baseBody ul li a{
	display:block;
	font: bold 12px/20px sans-serif;
	color: #414141;
	background-color: inherit;
	text-decoration: none;
}

#baseBody ul li a:hover{
	color: #D4E4ED;	
	background: url(../i/boton.jpg) no-repeat -72px 0px;
	background-color:inherit;
}

#botonera{
	display:block;
	position:relavite;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
	width: 200px;
}


#areatexto{
	display:block;
	background: #D3E4EB;
	width: 68%;
	padding: 4px;
	border-width: 0px 2px 2px 0px;
	border-color: #A2BCC1;
	border-style: solid;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
}

#carta{
	display:block;
	background: #D3E4EB;
	width: 170px;
	font-weight: bold;
	color: #A2BCC1;
	font-size: 11px;
	padding: 1px;
	border-width: 1px 1px 0px 1px;
	border-color: #A2BCC1;
	border-style: solid;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
}


#pregunta{
	width: 400px;
	padding: 2px;
	margin-top: 32px;
	text-align: right;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	background: #D3E4EB;
	border-width: 0px 2px 2px 0px;
	border-color: #A2BCC1;
	border-style: solid;
}


#alert{
	width: 390px;
	font-size: 9px;
	text-align: left;
	color: #5A8A4A;
	background: #C9E2C0;
	border-width: 0px 2px 2px 0px;
	border-color: #78BB5B;
	border-style: solid;
	margin-left: auto;
	margin-right: auto;
}

#alert ol{
	padding: 0px;
	padding-left:18px;
}

#author {
	width: 240px;
	font-size: 10px;
	font-weight: bold;
	text-align: left;
	color: #5A8A4A;
	position: absolute;
	bottom: 40px;
	right: 10px;
	padding: 2px;
	background: #D3E4EB;
	border-width: 0px 1px 1px 0px;
	border-color: #666666;
	border-style: solid;
}

#copy {
	width: 320px;
	font-size: 9px;
	text-align: center;
	color: #333333;
	position: absolute;
	bottom: 2px;
	padding: 2px;
	background: #D3E4EB;
	border-width: 0px 1px 1px 0px;
	border-color: #666666;
	border-style: solid;
}

#baseBody input{
	padding:2px;
	border: 2px solid #CADAE3;
	font: bold 11px Verdana, Helvetica, Arial;
	background: #EFF1F5;
	color: #3E6785;
}

#baseBody input:focus, #baseBody input:hover{
	background-color: #F8F9FA;
	border-color: #C0D3DE;
}

.clear{
	clear: both;
}
Imagen /i/boton.jpg (dentro de la carpeta 'i'):




Podeis descargar todo el script montado aquí (descarga directa).

Un saludete amistoso.