Welcome to Gaia! ::

Pineapple Inc.

Back to Guilds

Unnecessarily Innovative. 

Tags: Jobs, Shop, Portfolio, Tools 

Reply │General
Pineapple Profile Theme

Quick Reply

Enter both words below, separated by a space:

Can't read the text? Click here

Submit

knifoon
Captain

Dapper Dabbler

PostPosted: Sat Jan 07, 2012 4:27 pm


Pineapple Profile Theme
User Image


Feel free to edit it to your liking.(Giving me some credit would be nice though.)

If you have any questions or problems with anything reply here.


    Known Bugs:
  • Recent Visitors and Wish List panels won't resize, and stretch the footer out.
    -Fix might not be possible. Those panels don't have an inner wrapper.



    Change Log:
  • 01.07.12 - Released
  • 01.08.12 - Changed how avatars look under the comments.(head only)
    - Fixed Firefox glitch.(Column_2 was .09% too big and it was pushed down.)
  • 01.09.12 - Changed how the footer is displayed, fixes a lot of little bugs and allows you to hide scroll bars in the footer.


The Set Up
User Image

Before you put the code in you need to set a few things up first.

  1. Make sure your profile type is set to current.
    This only works with the new profiles.
  2. Set up your footer.
    Put any 4 panels in the 3rd column in your profile. The third column will be used as a footer for the page.
  3. Insert the CODE
    Thats it now just copy the code below and paste it into the Theme Override.

Note: If you want to change the panels in the footer you'll have to delete the code from the theme override first. Then just put it back in.


The Code:
User Image
Works with Safari and FireFox.( Haven't Checked IE)

/*
Pineapple Profile Theme
Created by : Knifoon
*/
html {
background:#E8EBEC;
}

/* Content Wrapper */
#columns {
width:960px;
margin-left:auto;
margin-right:auto;
float:none;
position:static;
margin-top: 5px;
background:#f1f2f4;
border:1px #d6d3d7 solid;
-webkit-border-radius:5px;
-moz-border-radius:5px
}

/* Links */
#columns a {
color:#A32F2F
}

/* Left Sidebar */
#column_1 {
width:20%;
margin-left:0;
margin-top:10px
}

/* Content */
#column_2 {
width:77.91%;
overflow:visible
}

/* Panels */
.panel {
background:none
}

.panel h2 {
display:none
}
/* Friends Panel */
.friends_panel .style1 li{
width: 50px;
margin: 1px;
-webkit-border-radius:5px;
-moz-border-radius:5px;
background: #e8ebec;
border:1px #d6d3d7 solid;
overflow: hidden;

}
.friends_panel .style1 li p{
white-space: nowrap;
}

/* Comments Panel */
.comments_panel .style1 {
overflow:scroll;
overflow-x:hidden;
overflow-y:auto;
max-height:350px
}

.comments_panel .style1 dt {
border-bottom:0!important
}

/* Comments Avatars */
.comments_panel .style1 .dropBox {
overflow: hidden;
width: 48px;
height: 48px;
}
.comments_panel .style1 .dropBox img{
height: 150px;
width: 120px;
position: relative;
left: -40px;
top: -30px;
}
.comments_panel .style1 .postcontent{
margin-left: 55px;

}

/* Footer */
#column_3 {
width:100%;
text-align: center;
display: table;
border-spacing: 5px;
margin-left: 4px;
}

#column_3 .panel {
width:25%!important;
height:100%;
display:table-cell;
border:1px #d6d3d7 solid;
background:#E8EBEC;
vertical-align:top;
-webkit-border-radius:5px;
-moz-border-radius:5px;
overflow: hidden;
}

#column_3 .panel h2 {
display:block;
background:none;
color:#000;
text-align:center
}

#column_3 .panel ul{
max-height: 100px;
overflow-y: scroll;
overflow-x: hidden;
}

#footer{
padding-bottom: 5px;
}
PostPosted: Sat Jan 07, 2012 11:01 pm


Extras

User Image

These are a few things i added to my own profile.

This is the mini header on my profile, it uses the a custom panel on the top of the 2nd column.

/* Header */
#id_custom_5937 {
background:url(http://knifoon.com/gogaia/gaia_profile_bg.png) repeat-x;
color:#f1f2f4;
width:900px;
position:relative;
right:187px;
top:7px;
text-align:center;
vertical-align:middle;
-webkit-border-radius:5px;
-moz-border-radius:5px
}
#id_custom_5937 a{
color: #ffffff;
}


This makes the panels in the footer change color when hovered over.

/* Hover Effect on footer*/
#column_3 .panel:hover{
background: #fbfbfb;
}

Hides contact info when not clickable, so if your friend goes to your profile it won't show "Add to Friends". And it won't show anything when you look at your own profile.

/* Hides Contact info when not clickable */
#id_contact span {
display:none
}

This is the background gaia uses when you have centered site from Gaia Labs enabled.

/* Gaia BG */
html {
background: #12403D url(http://s.cdn.gaiaonline.com/images/global_bg/bg2.jpg) repeat-x fixed bottom left;
height: auto;
position: relative;
min-height: 100%;
}

This Hides scroll bars in the comments section and in the footer.

/* Hide Scroll Bars */
.comments_panel .style1 {
margin-right: -100px;
padding-right: 100px;
}
#column_3 .panel ul{
margin-right: -100px;
padding-right: 100px;
}

}

Someone tell me if it works well in Interweb Explorer. ( I have a mac)

They should update the guild forums... They're all old and stuff.

knifoon
Captain

Dapper Dabbler


Viz Night

Super Noob

11,400 Points
  • Battle Hardened 150
  • Jolly Roger 50
  • Partygoer 500
PostPosted: Sun Jan 08, 2012 9:44 pm


wow.. I like your profile theme and would love to have it.. I made my profile to current and pasted the code but somehow, I didn't look like yours.. Can you check my profile and tell me what to do? Further.. I would like to have Journal in place of free art.. Can you guide me what to do? since I know nothing about coding.
PostPosted: Sun Jan 08, 2012 9:54 pm


Never beLIEve
wow.. I like your profile theme and would love to have it.. I made my profile to current and pasted the code but somehow, I didn't look like yours.. Can you check my profile and tell me what to do? Further.. I would like to have Journal in place of free art.. Can you guide me what to do? since I know nothing about coding.


Don't think you set it up, before you put the code in you have to edit the default profile layout, and put 4 panels in the 3rd column.

Then once you do that you can paste the code in.

Theres a weird glitch with the profiles so it won't let you move panels in and out of the footer unless you remove the code.

If you want the same background ill post the code for you.

knifoon
Captain

Dapper Dabbler


Viz Night

Super Noob

11,400 Points
  • Battle Hardened 150
  • Jolly Roger 50
  • Partygoer 500
PostPosted: Sun Jan 08, 2012 10:08 pm


alright.. i did put 4 panels and then pasted it.. but my contact panel is not working.. and i can see find friends option above friend tab.. can you tell me how to fix that.. by the way.. my wishlist and recent visitors box is also big.. any tips to make it small?
Knifoon
PostPosted: Sun Jan 08, 2012 10:13 pm


Never beLIEve
alright.. i did put 4 panels and then pasted it.. but my contact panel is not working.. and i can see find friends option above friend tab.. can you tell me how to fix that.. by the way.. my wishlist and recent visitors box is also big.. any tips to make it small?
Knifoon

Yeah the contact panel looks like that when your on your own profile, other people can see it fine. Same goes for the find friends option.

as for the wish list box ill give you the code in a sec.

knifoon
Captain

Dapper Dabbler


Viz Night

Super Noob

11,400 Points
  • Battle Hardened 150
  • Jolly Roger 50
  • Partygoer 500
PostPosted: Sun Jan 08, 2012 10:14 pm


lol.. i figured wishlist box.. i removed playlist tab and changed it with wishlist.. xd
Knifoon
PostPosted: Sun Jan 08, 2012 10:18 pm


Never beLIEve
lol.. i figured wishlist box.. i removed playlist tab and changed it with wishlist.. xd
Knifoon


add this to the bottom:


#column_3 .panel{
max-height: 200px;
overflow: scroll;
}


you can change the height if its still too big.

knifoon
Captain

Dapper Dabbler


Viz Night

Super Noob

11,400 Points
  • Battle Hardened 150
  • Jolly Roger 50
  • Partygoer 500
PostPosted: Sun Jan 08, 2012 10:24 pm


thanks dude.. your awesome..
Knifoon
PostPosted: Sun Jan 08, 2012 10:29 pm


Never beLIEve
thanks dude.. your awesome..
Knifoon


No problem.

knifoon
Captain

Dapper Dabbler

Reply
│General

 
Manage Your Items
Other Stuff
Get GCash
Offers
Get Items
More Items
Where Everyone Hangs Out
Other Community Areas
Virtual Spaces
Fun Stuff
Gaia's Games
Mini-Games
//
//

// //

Have an account? Login Now!

//
//