Ver Mensaje Individual
  #6 (permalink)  
Antiguo 14/03/2016, 15:16
Jorpeto
 
Fecha de Ingreso: enero-2015
Mensajes: 10
Antigüedad: 9 años, 4 meses
Puntos: 0
Respuesta: Que el footer ocupe todo el ancho y llegue hasta abajo

Código HTML:
#Article .top i {
	float: right;
	padding-right: 10px
}

#Article .cont p {
	color: rgba( 150, 150, 150, 1 );
	text-shadow: 0px 1px rgba( 255, 255, 255, 1 )
}

#Article .top .img {
	display: block;
	position: relative;
	width: 72px;
	border-top-left-radius: 3px;
	border-right: solid 2px rgba( 255, 255, 255, 1 );
	height: 72px
}

#Article .top .titlet {
	position: absolute !important;
	width: 100%;
	top: 15px;
	left: 13%;
	z-index: 999;
	font-size: 16px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	max-width: 80%;
	color: rgba( 39, 175, 253, 1 );
	text-shadow: 0px 1px rgba( 255, 255, 255, 0.8 )
}

#Article .top .slogan {
	width: 100%;
	position: absolute;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	max-width: 80%;
	top: 58%;
	font-size: 12px;
	font-style: italic;
	left: 13%
}

#Article .cont .notice {
	width: 96%;
	margin: auto;
	margin-bottom: 3px;
	padding: 4px 0px;
	font-size: 12px;
	text-align: justify;
	text-shadow: 0px 1px rgba( 255, 255, 255, 1 );
	color: rgba( 32, 32, 32, 0.7 );
	border-bottom: dashed 1px rgba( 32, 32, 32, 0.3 )
}

#Article .cont .notice p {
	width: 96%;
	position: relative;
	display: block;
	margin: auto;
	padding: 4px 0px;
	text-align: justify;
	line-height: 19px;
	font-size: 13px
}

#Article .cont .notice p b {
	color: rgba( 58, 58, 58, 0.8 )
}

#Article .cont .notice p img {
	position: relative;
	display: block;
	margin: 4px auto
}

#Article .cont .logs {
	width: 96%;
	position: relative;
	display: block;
	margin: 4px auto;
	text-align: center;
	margin-top: 12px
}

#Article .cont .logs span {
	width: auto;
	display: inline-block;
	border-radius: 3px;
	padding: 8px 12px;
	margin: 0px 6px !important;
	background: rgba( 32, 32, 32, 0.1 );
	color: rgba( 32, 32, 32, 0.7 );
	text-shadow: 0px 1px rgba( 255, 255, 255, 0.2 );
	cursor: pointer
}

#Comments {
	width: 92%;
	position: relative;
	display: block;
	margin: 15px auto
}

#Comments .top {
	border: solid 1px rgba( 0, 0, 0, 0.2 );
	box-shadow: inset 0px 2px 0px rgba( 255, 255, 255, 0.6);
	color: rgba( 32, 32, 32, 0.6 );
	text-shadow: 0px 1px rgba( 255, 255, 255, 0.6 );
	font-size: 13px;
	font-weight: bolder;
	position: relative;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	z-index: 89;
	padding: 15px 2px;
	border-bottom: dashed 1px rgba( 32, 32, 32, 0.3 );
	background: rgba( 243, 243, 243, 1 )
}

#Comments .top b {
	position: relative;
	margin-left: 6px
}

#Comments .cont {
	z-index: 59;
	background: rgba( 255, 255, 255, 1 );
	border-bottom: solid 1px rgba( 0, 0, 0, 0.2 );
	border-left: solid 1px rgba( 0, 0, 0, 0.2 );
	border-right: solid 1px rgba( 0, 0, 0, 0.2 );
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	box-shadow: 0px 2px 0px rgba( 0, 0, 0, 0.1 );
	padding: 8px 2px
}

#Comments .cont .LogCom {
	width: 95%;
	position: relative;
	display: block;
	margin: 10px auto;
	text-align: center;
	background: rgba( 214, 85, 85, 1 );
	padding: 12px 4px;
	color: rgba( 255, 255, 255, 1 );
	font-weight: bolder;
	border-radius: 3px;
	text-shadow: 0px 1px rgba( 0, 0, 0, 0.3 );
}

#Comments .cont article {
	height: auto;
	max-height: 100%;
	padding: 2px 
}

#Comments .cont article .user {
	max-height: 65px;
	padding-bottom: 2px;
	border-bottom: dashed 1px rgba( 58, 58, 58, 0.6 )
}

#Comments .cont article .user .img {
	height: 65px;
	width: 65px;
	border-radius: 2px;
	float: left;
	margin-right: 6px
}

#Comments .cont article .user .dates {
	width: 96%;
	top: 5px;
	position: relative
}

#Comments .cont article .user .dates h2 {
	font-size: 16px;
	padding: 8px 2px;
	color: rgba( 58, 58, 58, 0.8 );
	text-shadow: 0px 1px rgba( 255, 255, 255, 0.8 );
	padding-bottom: 0px
}

#Comments .cont article .user .dates h2 small {
	font-size: 12px;
	font-style: italic
}

#Comments .cont article .user .dates h4 {
	padding: 0px;
	margin: 4px 0px;
	color: rgba( 58, 58, 58, 0.8 );
	font-weight: normal
}

#Comments .cont article p {
	text-align: justify;
	color: rgba( 58, 58, 58, 0.8 );
	text-shadow: 0px 1px rgba( 255, 255, 255, 0.8 );
	width: 96%;
	position: relative;
	display: block;
	margin: 6px auto;
	padding: 4px 0px;
	margin-bottom: 4px
}

#Options {
	width: 92%;
	position: relative;
	display: block;
	margin: 10px auto;
	padding: 18px 4px;
	background: rgba( 79, 191, 255, 1 );
	border: solid 1px rgba( 0, 0, 0, 0.3 );
	text-align: center;
	box-shadow: inset 0px 0px 0px 2px rgba( 255, 255, 255, 1 );
	border-radius: 3px
}

#Options span {
	position: relative;
	display: inline-block;
	margin: 6px 8px;
	background: rgba( 255, 255, 255, 0.8 );
	border-radius: 2px;
	padding: 8px 12px;
	cursor: pointer;
	border: solid 1px rgba( 255, 255, 255, 1 );
	color: rgba( 46, 154, 216, 1 );
	font-weight: bolder;
	text-shadow: 0px 1px rgba( 255, 255, 255, 0.3)
}

#Options span:hover {
	background: rgba( 0, 0, 0, 0.2 );
	color: rgba( 255, 255, 255, 0.9 );
	border: solid 1px rgba( 255, 255, 255, 0.8 );
	text-shadow: 0px 1px rgba( 0, 0, 0, 0.3 )
}

#Utilitys {
	width: 92%;
	position: relative;
	display: block;
	margin: 10px auto;
	background: rgba( 234, 234, 234, 1 );
	border: solid 1px rgba( 0, 0, 0, 0.3 );
	text-align: center;
	box-shadow: inset 0px 0px 0px 2px rgba( 255, 255, 255, 1 );
	border-radius: 3px
}

#Utilitys span.h2 {
	position: relative;
	display: block;
	width: 98%;
	margin: 16px auto;
	background: rgba( 238, 156, 68, 1 );
	color: rgba( 132, 77, 18, 1 );
	font-size: 14px;
	padding: 9px 0px;
	text-align: center;
	font-variant: small-caps;
	font-weight: bolder;
	text-shadow: 0px 1px rgba( 255, 255, 255, 0.2 );
	border-top: dashed 1px rgba( 255, 255, 255, 1 );
	border-bottom: dashed 1px rgba( 255, 255, 255, 1 )
}

#Utilitys form input[type="text"] {
	width: 92%;
	position: relative;
	display: block;
	margin: 3px auto;
	font-weight: bolder;
	padding: 12px 4px;
	border-radius: 3px;
	background: rgba( 255, 255, 255, 0.8 );
	border: solid 1px rgba( 32, 32, 32, 0.3 );
	color: rgba( 32, 32, 32, 0.4 );
	box-shadow: inset 0px 2px 0px rgba( 255, 255, 255, 1 )
}

#Utilitys form fieldset {
	text-align: center;
	width: 25%;
	display: inline-block;
	position: relative;
	padding: 0px 12px;
	margin: 8px 6px;
	background: rgba( 234, 234, 234, 1 );
	border: solid 1px rgba( 32, 32, 32, 0.3 );
	box-shadow: inset 0px 2px 0px rgba( 255, 255, 255, 0.3 );
	border-radius: 3px
}

#Utilitys form fieldset:hover {
	background: rgba( 32, 32, 32, 0.1 )
}

#Utilitys form fieldset:hover .img {
	opacity: 0.8
}

#Utilitys form fieldset .img {
	position: relative;
	height: 72px;
	max-height: 72px;	
	display: block
}

#Utilitys form fieldset .radio {
	display: none
}

#Categories {
	position: relative;
	width: 92%;
	display: block;
	margin: 10px auto;
	background: rgba( 255, 219, 96, 1 );
	padding: 18px 4px;
	padding-top: 22px;
	text-align: center;
	border: solid 1px rgba( 0, 0, 0, 0.2 );
	border-radius: 3px;
	box-shadow: inset 0px 0px 0px 2px rgba( 255, 255, 255, 1 )
}

#Categories span {
	width: 27%;
	display: inline-block;
	position: relative;
	overflow: hidden;
	max-height: 32px;
	height: 32px;
	background: rgba( 234, 234, 234, 1 );
	border-radius: 3px;
	line-height: 32px;
	text-align: center;
	cursor: pointer;
	box-shadow: inset 0px 2px 0px rgba( 255, 255, 255, 0.7 );
	border: solid 1px rgba( 0, 0, 0, 0.3 )
}

#Categories span:hover {
	background: rgba( 216, 216, 216, 1 );
	box-shadow: inset 0px 2px 0px rgba( 255, 255, 255, 0.4 )
}

#Categories span p {
	max-width: 70%;
	overflow: hidden;
	margin: 0px auto;
	color: rgba( 81, 81, 81, 1 );
	text-shadow: 0px 1px rgba( 255, 255, 255, 0.7 );
	padding: 0px;
	text-overflow: ellipsis;
	white-space: nowrap
}

#Categories span img {
	position: relative;
	top: 6px;
	float: left;
	left: 12px
}

#Utilitys .Furnis {
	width: 98%;
	position: relative;
	display: block;
	margin: 4px auto
}

.Furnis .Item {
	width: 29%;
	display: inline-block;
	margin: 6px 8px;
	position: relative;
	text-align: center;
	height: 162px;
	max-height: 162px;
	overflow: hidden;
	border: solid 1px rgba( 0, 0, 0, 0.2 );
	border-radius: 3px;
	box-shadow: inset 0px 2px 0px rgba( 255, 255, 255, 0.5 )
}

.Furnis .Item .small {
	width: 45px;
	height: 45px;
	position: absolute;
	border-radius: 2px;
	bottom: 4px;
	left: 4px;
	border: solid 1px rgba( 0, 0, 0, 0.2 )
}