- Desde
- 25 Jun 2013
- Mensajes
- 60
Bueno, estuve buscando códigos CSS para los foros de foroactivo y encontré algunos muy buenos.
Como poner un perfil horizontal como en este foro en PHPBB3:
CSS
Como redondear esquinas de perfil para PHPBB3:
CSS
Encerrar datos de perfil en un cuadro:
CSS
¿ Quieres mas ? Encuentra Skins, Themes y mas códigos aquí: 15-Tronos | Diseñamos Tu Foro
NOTA: Si no se puede colocar enlaces de otros foros, enviadme un mensaje y enseguida edito :encouragement:
Como poner un perfil horizontal como en este foro en PHPBB3:
CSS
Insertar CODE, HTML o PHP:
/*----------[PERFILEMU]------------*/
.postprofile {
background-color: #EAEAEA;
border: 1px solid #F5F3F3;
border-bottom: 1px solid #B4B4B4;
height: 95px;
margin-left: -10px;
margin-top: 19px;
padding: 5px;
position: absolute;
width: 966px;
}
.post {
background: #F0F0F0;
border: 1px solid #D0D2D3;
}
.post span.corners-top {
display: none;
}
.postbody {
width: 102%;
margin-top: 130px;
margin-right: -10px;
}
.postbody ul.profile-icons {
margin: 2px 2px;
}
.postbody .topic-title {
border-bottom: 1px solid #A8A8A8;
display: block;
padding: 5px 0 0 5px;
}
p.author {
background: #1F2F35 url(http://i.imgur.com/xkjbF.gif) repeat-x 0 -5px;
color: #D5EAC2;
font-family: Arial,Helvetica,sans-serif;
font-size: 11px;
font-style: normal;
font-variant: normal;
font-weight: normal;
margin-top: -165px!important;
padding: 5px;
position: absolute;
width: 968px;
}
.postbody .content {
margin: 10px;
min-height: 100px;
}
.postbody .topic-title a {
font: 11px Arial, Helvetica, sans-serif;
font-weight: bold;
}
.postprofile dd + dd + dd {
float: right;
margin-right: 10px;
margin-top: -15px;
}
.postprofile dt strong a {
font-family: Arial, Helvetica, sans-serif;
font-size: 15px;
margin-left: 120px;
position: absolute!important;
top: 5px;
}
.postprofile dd + dd + dd + dd + dd {
right: 0px;
display: block;
position: absolute!important;
bottom: 5px;
margin-right: 10px;}
.postprofile dl dt a img {
border: 1px solid #474747;
box-shadow: 0 0 4px black;
height: 90px;
width: 90px;
}
.postprofile dl dd {
float: left;
padding-left: 20px;
padding-top: 15px;
}
.postprofile dl dt {
float: left;
}
.postbody .topic-title a {
position: relative;
top: -5px;
}
.postprofile dt img {
max-width: 90px;
max-height: 90px;
}
.panel .postprofile {
margin-top: 3px;
}
.postprofile dt img, .postprofile dd img {
max-width: 90px;
max-height: 90px;
float: left;
}
.postprofile dt a {
float: right;
}
.panel {
margin-top: 15px;
background: #F0F0F0;
border: 1px solid #D0D2D3;}
Como redondear esquinas de perfil para PHPBB3:
CSS
Insertar CODE, HTML o PHP:
.postprofile dt img {
border: 1px solid #1D1D1D;
border-radius: 7px;
-moz-border-radius: 7px;
-webkit-border-radius: 7px;
-moz-box-shadow: 0px 0px 5px black;
-webkit-box-shadow: 0px 0px 5px black;
box-shadow: 0px 0px 5px black;
}
Encerrar datos de perfil en un cuadro:
CSS
Insertar CODE, HTML o PHP:
.postprofile {
padding-top: 20px;}
.postprofile dt {
border-radius: 4px;
margin: 30px auto 5px;
padding: 10px 2px;
width: 80%;
background: white;
border: 1px solid #DDD;
}
.postprofile dt strong a {
background-color: #EEE;
border: 1px solid #DDD;
border-radius: 4px;
font-family: Arvo;
font-size: 1.5em;
min-width: 78%;
padding: 10px 2px;
position: absolute;
text-align: center;
top: 3px;
margin-left: -1px;
}
.postprofile dd {
text-align: center;
border-radius: 4px;
margin: 5px auto;
padding: 5px 2px;
width: 80%;
background: white;
border: 1px solid #DDD;
text-shadow: 0 1px 0 #CCC,0 2px 0 #C9C9C9,0 3px 0 #BBB,0 4px 0 #B9B9B9,0 5px 0 #AAA,0 6px 1px rgba(0, 0, 0, .1),0 0 5px rgba(0, 0, 0, .1),0 1px 3px rgba(0, 0, 0, .3),0 3px 5px rgba(0, 0, 0, .2),0 5px 10px rgba(0, 0, 0, .25),0 10px 10px rgba(0, 0, 0, .2),0 20px 20px rgba(0, 0, 0, .15);
font-size: 1.5em;
font-weight: bold;
}
.postprofile dd + dd {
display: none;
}
.postprofile dd + dd + dd {
display: block;
text-shadow: none;
font-size: 12px;
font-weight: normal;
}
.postprofile dd + dd + dd + dd {
display: none;
}
.postprofile dd + dd + dd + dd + dd {
display: block;
}
¿ Quieres mas ? Encuentra Skins, Themes y mas códigos aquí: 15-Tronos | Diseñamos Tu Foro
NOTA: Si no se puede colocar enlaces de otros foros, enviadme un mensaje y enseguida edito :encouragement: