Problema pozitionare profil in mesaje [PhpBB3]
Forum gratuit: forum de suport al utilizatorilor :: Forum de suport :: Probleme legate de un script (cod) :: Arhiva scripturi/coduri
Pagina 1 din 1 • Distribuiţi
Problema pozitionare profil in mesaje [PhpBB3]
Buna ziua ,
Am si eu o problema cu profilul din mesaje.
Imagine:
[LINK IMAGINE]
Pur si simplu nu reusesc sa-l pozitionez, se duce in jos in loc sa ramana fixat sus. Versiunea este phpbb3.
Uitati si css-ul:
Am si eu o problema cu profilul din mesaje.
Imagine:
[LINK IMAGINE]
Pur si simplu nu reusesc sa-l pozitionez, se duce in jos in loc sa ramana fixat sus. Versiunea este phpbb3.
Uitati si css-ul:
- .postprofile:
- Cod:
.postprofile {
vertical-align:top!important;
top:0px!imporatant;
border-right: 3px #393939 double;
padding: 1px;
padding-left:1px;
width:160px!important;
border:1px solid #393939;
border-radius:2px;
text-align:center;
margin-top:0px!important;
}
- ,postbody:
- Cod:
.postbody {
margin-left:220px;
float:left;
}
.postbody ul.profile-icons {
float:right;
margin-right:auto!important;
text-align:right;
}
Ultima editare efectuata de catre Rubeus Daemetrios in Lun Ian 26, 2015 10:03 pm, editata de 1 ori
Re: Problema pozitionare profil in mesaje [PhpBB3]
Ne poti da link-ul forumului tău?
Vizitator- Vizitator
Re: Problema pozitionare profil in mesaje [PhpBB3]
Poftim link-ul catre forum: *STERS*
Ultima editare efectuata de catre Rubeus Daemetrios in Lun Ian 26, 2015 10:37 pm, editata de 1 ori
Re: Problema pozitionare profil in mesaje [PhpBB3]
Buna ziua,
Incercati acest cod:
Incercati acest cod:
- Cod:
.postprofile {
border: 1px solid #393939;
border-radius: 2px;
border-right: 3px #393939 double;
margin-top: 0!important;
padding: 1px;
text-align: center;
top: 0px!imporatant;
vertical-align: top!important;
width: 160px!important;
position: absolute;
margin-left: -1170px;
}
Re: Problema pozitionare profil in mesaje [PhpBB3]
Multumesc, dar dupa ce adaug codul dat de tine imi dispare cu totul. Uite tot css-ul, poate vedeti voi ceva ce am omis eu:
- Cod:
.postprofile dt a img {max-height: 300px; max-width: 160px;}
.topiclist {
padding-top:5px;
}
.user_status {
vertical-align:top;
border-spacing:0;
display:inline;
}
#is_on.user_status { color:green }
#is_off.user_status { color:red }
.post #is_on.user_status { display:none }
.post.online #is_off.user_status{ display:none }
.post.online #is_on.user_status { display:inline }
#repu { margin:2px 0;}
.repuBlock {
height:4px;
width:4px;
background:#F0D25D;
border:1px solid #927914;
-webkit-border-radius:2px;
-moz-border-radius:2px;
border-radius:2px;
-webkit-box-shadow:0 3px 3px #BFA12B inset;
-moz-box-shadow:0 3px 3px #BFA12B inset;
box-shadow:0 3px 3px #BFA12B inset;
display:inline-block;
margin:0 0.5px;
padding-left:10px;
}
/*------------------------------------------------*/
/*-------------[Body]------------*/
/*------------------------------------------------*/
body#phpbb {
background-color: #0A0A0A;
background-image: url("http://i.imgur.com/SkaWU.png");
background-repeat: repeat-x;
}
#page-header{
background-color: #262626;
background-image: url("http://i38.servimg.com/u/f38/18/42/05/50/q310.png");
border-radius: 15px 15px 0px 0px;
}
#page-body {
width: 100%;
background-color: #1C1C1C;
margin: auto;
}
#page-footer{background: #1C1C1C;}
#wrapper{
padding-bottom: 20px;
padding-top: 20px;
margin: 0px 20px 0px 20px;}
.select{
margin-top: -11px!important;
}
#wrap {
margin-top: -10px;
width: 98%;
}
#logo {
padding: 0px 0px 5px 5px;
}
#site-title h1 {display: none;}
#site-title, #site-title h1{display: none;}
#logo-desc p {display: none;}
/*------------------------------------------------*/
/*-------------[Navbar]------------*/
/*------------------------------------------------*/
div#page-header div.navbar ul.linklist li a {
border-right: 1px solid #;
margin-left: -6px;
padding: 11px 11px 11px 11px;
}
#page-header .navbar .navlinks a {
color: #E0BF07;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 10px;
}
#page-header .navbar .navlinks a:hover{
color: #5698CF;}
ul.navlinks {
font-weight: none!important;
}
#page-header .navbar {
background-image: url(http://i.imgur.com/CScmh.gif);
background-repeat: repeat-x;
height: 20px;
margin-top: -7px;
}
span.corners-top {
display: none;
}
/*------------------------------------------------*/
/*-------------[Panel]------------*/
/*------------------------------------------------*/
.panel {background: #222;
border: 1px #404040 solid;
}
.forabg {
background-color: #3B3B3B;
background-image: url(http://i.imgur.com/pXvVG.png);
border-bottom: 1px black solid;
border-left: 1px black solid;
border-right: 1px black solid;
padding: 0px 2px 2px 2px;
border-radius: 5px;
border-top: 1px black solid;
}
.row {
position: relative;
background-color: #232323;
border-top: 1px #363636 solid!important;
border-bottom: 1px #111 solid!important;
}
.row1 {
position: relative;
background-color: #232323;
border-top: 1px #363636 solid!important;
border-bottom: 1px #111 solid!important;
}
.row2 {
position: relative;
background-color: #232323;
border-top: 1px #363636 solid!important;
border-bottom: 1px #111 solid!important;
}
.row:hover {
background-color: #292929;}
.row1:hover {
background-color: #292929;}
.row2:hover {
background-color: #292929;}
ul.forums li.row dl {
min-height: 20px;
}
/*------------------------------------------------*/
/*-------------[Forum]------------*/
/*------------------------------------------------*/
.forumbg {
background-color: #3B3B3B;
background-image: url(http://i.imgur.com/pXvVG.png);
border-bottom: 1px black solid;
border-left: 1px black solid;
border-right: 1px black solid;
border-radius: 5px;
border-top: 1px black solid;
padding: 0px 2px 2px 2px;}
span.corners-bottom {display:none;}
.post {
background-color: #292929;
border-bottom: 1px black solid;
border-left: 1px black solid;
border-right: 1px black solid;
border-radius: 5px;
border-top: 1px black solid;
}
.post span.corners-top {
background: url(http://i.imgur.com/KsQEU.gif);
border-bottom: 1px #444 solid;
height: 6px;
}
.module {
background-color: #3B3B3B;
border-bottom: 1px black solid;
border-left: 1px black solid;
border-right: 1px black solid;
border-radius: 5px;
border-top: 1px black solid;
padding: 0px 2px 2px 2px;}
.module span.corners-top{background: url(http://i.imgur.com/KsQEU.gif);
border-bottom: 1px #444 solid;
height: 6px;}
.postbody .content {
color: #F0F0F0;
}
/*------------------------------------------------*/
/*-------------[search]------------*/
/*------------------------------------------------*/
#search_menu {
background: #ffffff;
font-size: 11px !important;
position: relative;
width: 350px;
}
#search_menu a{color:#000!important;}
.conteneur_container_IE{position: relative;bottom: -3px;margin-top: -2px;padding: 1px;}
/*------------------------------------------------*/
/*-------------[links]------------*/
/*------------------------------------------------*/
a {text-decoration: none;}
a:hover{text-decoration: underline!important;}
a:link {text-decoration: none;}
a.forumtitle {text-decoration: none;}
a.forumtitle:hover {text-decoration: none!important;}
a.topictitle {text-decoration: none;}
a.topictitle:hover {text-decoration: none!important;}
/*------------------------------------------------*/
/*-------------[Profil]------------*/
/*------------------------------------------------*/
.postprofile {
vertical-align:top!important;
top:0px!imporatant;
border-right: 3px #393939 double;
padding: 1px;
padding-left:1px;
width:160px!important;
border:1px solid #393939;
border-radius:2px;
text-align:center;
margin-top:0px!important;
}
/*------------------------------------------------*/
/*-------------[Butoane]------------*/
/*------------------------------------------------*/
input.button1, input.button2, button.button2, #main-content a.cgu-buttons {
background: #f4f5f4 url(http://i66.servimg.com/u/f66/11/96/49/61/tabbg10.png);
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
padding: 2px;}
/*------------------------------------------------*/
/*-------------[rezolvare]------------*/
/*------------------------------------------------*/
#plus_menu {
background: #ffffff;
}
.user_login_form input[type="text"], .user_login_form input[type="password"]{
position:relative;
top:7px;
}
.postbody .topic-title {
font-size:1.2em;}
span.corners-bottom, span.corners-bottom span, span.corners-top, span.corners-top span {
background-repeat: no-repeat;
display: block;
font-size: 1px;
height: auto;
line-height: 1px;
}
Re: Problema pozitionare profil in mesaje [PhpBB3]
*Edit: Am rezolvat problema. O mica eroare... Imi cer scuze de deranj, numai bine !
Re: Problema pozitionare profil in mesaje [PhpBB3]
Avand in vedere ca acest subiect a fost marcat ca fiind "rezolvat", acesta va fi inchis si trimis in arhiva. => Topic rezolvat |
Subiecte similare
» Cum elimin Mesaje noi, Mesajele proprii, Mesaje la care nu s-a raspuns phpBB3 ?
» Problema profil din mesaje
» problema profil mesaje si parteneri
» Pozitionare bara meniu phpBB3
» Reclama in locul Mesaje Noi, Nu sunt mesaje noi, Forum Blocat [phpbb3]
» Problema profil din mesaje
» problema profil mesaje si parteneri
» Pozitionare bara meniu phpBB3
» Reclama in locul Mesaje Noi, Nu sunt mesaje noi, Forum Blocat [phpbb3]
Forum gratuit: forum de suport al utilizatorilor :: Forum de suport :: Probleme legate de un script (cod) :: Arhiva scripturi/coduri
Pagina 1 din 1
Permisiunile acestui forum:
Nu puteti raspunde la subiectele acestui forum