The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Profile Fields Trouble

3 posters

Go down

Profile Fields Trouble Empty Profile Fields Trouble

Post by Asriel Tue 3 Dec - 6:48

So, I have run into a slight trouble.  I am trying to close the gaps in between the fields, but i am not really successful. So, if anyone has better knowledge of CSS. I would greatly appreciate your help. Thank you! :wouhou: 

What fields look like now:
Profile Fields Trouble VxPtaj7



Code:

.profile{background:url(http://i69.servimg.com/u/f69/14/69/73/57/f10.jpg);
  border:1px solid #000;
  border-radius:2px;
  box-shadow:0 .5px 0 rgba(255,255,255,0.08)
    inset, 0 0 0 .5px rgba(255,255,255,0.02)
    inset, 0 .5px 1.5px rgba(0,0,0,0.9);
  color:#FFF;
  text-align:left!important;
  }

.poster-profile{
  background:none repeat scroll 0 0 #0e0e0e;
  background-attachment:scroll;
  background-clip:border-box;
  background-color:#0e0e0e;
  background-image:none;
  background-origin:padding-box;
  background-position:0 0;
  background-repeat:repeat;
  background-size:auto auto;
  border-bottom-left-radius:5px;
  border-bottom-right-radius:5px;
  border-left:2px solid #027BCC;
  border-right:2px solid #027BCC;
  box-shadow:0 1px 0 rgba(255,255,255,0.08)
    inset, 0 0 0 1px rgba(255,255,255,0.02)
    inset, 0 1px 3px rgba(0,0,0,0.9);
  display:block;
  margin-left:10px;
 margin-right:10px;
  margin-top:-17px;
  padding-bottom:none;
  padding-top:10px;
  padding-bottom: 10px;
  position:relative;
 
  top:0;
  bottom: none;
  width:180px;
  z-index:99}


.postdetails{
  color:#a6a6a6;
  font-size:9px;
  padding: 10px;}



.post span.name{background:none repeat scroll 0 0 #0e0e0e;
  background-attachment:scroll;
  background-clip:border-box;
  background-color:#0e0e0e;
  background-image:none;
  background-origin:padding-box;
  background-position:0 0;
  background-repeat:repeat;
  background-size:20px;
  border-bottom:2px solid #0d0d0d;
  border-bottom-color:#0f0f0f;
  border-bottom-style:solid;
  border-bottom-width:3px;
  border-left:2px solid #027BCC;
  border-right:2px solid #027BCC;
  border-top-left-radius:5px;
  border-top-right-radius:5px;
  box-shadow:0 1px 0 rgba(255,255,255,0.08)
    inset, 0 0 0 1px rgba(255,255,255,0.02)
    inset, 0 1px 3px rgba(0,0,0,0.9);
  display:block;
  margin-left:10px;
  margin-right:10px;
  margin-right-value:10px;
  margin-top:16px;
  padding: none;
  text-align:center;z-index:100}


.profile_field + .profile_field +
.profile_field{text-align:left}
.postprofile1{background:url(http://i69.servimg.com/u/f69/14/69/73/57/f10.jpg);
  border:1px solid #000;
  border-radius:2px;
  width: -10px;
  box-shadow:0 .5px 0 rgba(255,255,255,0.08)
    inset, 0 0 0 .5px rgba(255,255,255,0.02)
    inset, 0 .5px 1.5px rgba(0,0,0,0.9);
  color:#FFF;
  font-weight: none;
  margin:auto;
  padding: 20px;
  height: -5px;
  text-align:left!important;
  text-valign:center!important}
Asriel
Asriel
Forumember

Male Posts : 585
Reputation : 32
Language : English, Russian, Ukrainian
Location : St. Somewhere

http://www.worldofmutants.forumotion.com

Back to top Go down

Profile Fields Trouble Empty Re: Profile Fields Trouble

Post by Kite Trojan Tue 3 Dec - 6:52

So what is the problem?
Kite Trojan
Kite Trojan
Forumember

Male Posts : 823
Reputation : 19
Language : English

http://galacticda.forumotion.com/

Back to top Go down

Profile Fields Trouble Empty Re: Profile Fields Trouble

Post by Ange Tuteur Tue 3 Dec - 7:26

Replace this:
Code:
.postdetails{
  color:#a6a6a6;
  font-size:9px;
  padding: 10px;}
With this:
Code:
.postdetails{
  color:#a6a6a6;
  font-size:9px;
  padding: 0px 10px 0px 10px;}
Also text-valign isn't a valid property, use vertical-align instead.
Ange Tuteur
Ange Tuteur
Forumaster

Male Posts : 13246
Reputation : 3000
Language : English & 日本語
Location : Pennsylvania

https://fmdesign.forumotion.com

Back to top Go down

Profile Fields Trouble Empty Re: Profile Fields Trouble

Post by Asriel Tue 3 Dec - 7:48

Sorry,but that didn't work.
Asriel
Asriel
Forumember

Male Posts : 585
Reputation : 32
Language : English, Russian, Ukrainian
Location : St. Somewhere

http://www.worldofmutants.forumotion.com

Back to top Go down

Profile Fields Trouble Empty Re: Profile Fields Trouble

Post by Ange Tuteur Tue 3 Dec - 8:09

It will be difficult for me to judge what does what considering that some of these selectors seem to be applied through the templates.

Give me the exact selector and its properties used to style the profile fields.

Thanks.
Ange Tuteur
Ange Tuteur
Forumaster

Male Posts : 13246
Reputation : 3000
Language : English & 日本語
Location : Pennsylvania

https://fmdesign.forumotion.com

Back to top Go down

Profile Fields Trouble Empty Re: Profile Fields Trouble

Post by Asriel Tue 3 Dec - 8:15

Code:
.profile_field + .profile_field +
.profile_field{text-align:left}
.postprofile1{background:url(http://i69.servimg.com/u/f69/14/69/73/57/f10.jpg);
  border:1px solid #000;
  border-radius:2px;
  width: -10px;
  box-shadow:0 .5px 0 rgba(255,255,255,0.08)
    inset, 0 0 0 .5px rgba(255,255,255,0.02)
    inset, 0 .5px 1.5px rgba(0,0,0,0.9);
  color:#FFF;
  font-weight: none;
  margin:auto;
  padding: 20px;
  height: -5px;
  text-align:left!important;
  text-valign:center!important}
I think that piece might control the profile fields. I am not sure, sorry.
Asriel
Asriel
Forumember

Male Posts : 585
Reputation : 32
Language : English, Russian, Ukrainian
Location : St. Somewhere

http://www.worldofmutants.forumotion.com

Back to top Go down

Profile Fields Trouble Empty Re: Profile Fields Trouble

Post by Ange Tuteur Tue 3 Dec - 8:18

Replace that with this:
Code:
.profile_field + .profile_field +
.profile_field{text-align:left}
.postprofile1{background:url(http://i69.servimg.com/u/f69/14/69/73/57/f10.jpg);
  border:1px solid #000;
  border-radius:2px;
  width: -10px;
  box-shadow:0 .5px 0 rgba(255,255,255,0.08)
    inset, 0 0 0 .5px rgba(255,255,255,0.02)
    inset, 0 .5px 1.5px rgba(0,0,0,0.9);
  color:#FFF;
  font-weight: none;
  margin:auto;
  padding: 0px 20px 0px 20px;
  height: -5px;
  text-align:left!important;
  text-valign:center!important}
Ange Tuteur
Ange Tuteur
Forumaster

Male Posts : 13246
Reputation : 3000
Language : English & 日本語
Location : Pennsylvania

https://fmdesign.forumotion.com

Back to top Go down

Profile Fields Trouble Empty Re: Profile Fields Trouble

Post by Asriel Thu 5 Dec - 2:31

it's not working still.
Asriel
Asriel
Forumember

Male Posts : 585
Reputation : 32
Language : English, Russian, Ukrainian
Location : St. Somewhere

http://www.worldofmutants.forumotion.com

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum