Jump to content

Cherry Background Help Please!


StepUpFairy

Recommended Posts

Basically, I am using the cherry premade background from Daily Neo on my gallery

Have managed to change the background color to something other that white (lol) but the text description for the gallery is looking really small and I don't know how/haven't been able to change it   sad.gif

any help/pointers appreciated!

 

thanks a lot!

 

if this helps! 

 

http://www.neopets.com/gallery/index.phtml?gu=schoolwars

Link to comment
Share on other sites

I checked out your gallery and the text looks normal to me. It matches the rest of the page. If you're wanting to change it and make it larger/different color I can look into that for you. Just let me know what you'd like to do and I'll have a tweak at it. :)

Link to comment
Share on other sites

Ok In order to help I'll need your code so I can adjust it. Just copy and paste it in here using the <> icon in the text editor. :)

Link to comment
Share on other sites

<style>
.TDN {
}
body {
	background: #ffb0be url("http://graphics.thedailyneopets.com/img/g/i/cherry/pg-bkgd.jpg") bottom center fixed;
}
body, div, table, tr, td {
	font: 12px verdana;
}
.medText, #footer, .sidebar, .user, #nst, #ban, #ban_bottom, .ad_wrapper_fixed, hr, .brand-mamabar, #pushdown_banner, #ad-slug-wrapper, #ad-table, .slug, .footerNifty {
	display: none;
}
#main {
	border-left: 2px solid #000002;
	border-right: 2px solid #000002;
	width: 740px;
	margin-top: 0px;
	background: #FFFFCC;
}
#content {
	margin-left: 7px;
	margin-top: -5px;
	width: 710px;
	border: 0px;
	background: transparent;
}
#header {
	background: transparent url("http://graphics.thedailyneopets.com/img/g/i/cherry/header.jpg") 0px 0px no-repeat;
	height: 50px;
	width: 740px;
	border: 0px none;
}
.neopetModule {
	background: #000;
	font: 15px verdana;
}
#navigation {
	width: 950px;
}
#navigation img {
	;
	visibility: hidden;
}
#template_nav {
	;
	margin-top: -40px;
}
#template_nav img {
	display: block;
}
ul.dropdown {
	visibility: hidden;
}
a:link, a:visited {
	color: #ff2c2c;
}
a:hover {
	color: #216920;
}
.content table img {
	border: 0px;
	margin-left: 34px;
	margin-right: 34px;
}
</style>
<p align="right"><a href="http://graphics.thedailyneopets.com/"><img src="http://graphics.thedailyneopets.com/img/credit.png" style="display: inline; border: 16px;"></a></p>
<p>

A total guide to all that's fresh, organic, and healthy in Neopia! Feel free to partake as you peruse!  :P

</p>

this is what i am currently using!

 

thanks again for your help, very much appreciated!  ^_^   originally wanted a healthy food based background but no one replied to my requests on boards/forums  :o  cherries it will have to be!

Link to comment
Share on other sites

This is actually really easy to do. All you'll need to do is add the following code into your style tags and adjust the number in pixels to make the size bigger or smaller. Default is 16px so I went with 20px.

p {
   font: 20px verdana;
}

That should do the trick for you and if not I'll take another look. :)

Link to comment
Share on other sites

Ok, think I done that right - have added it into the bit just before </style> finishes

 

This look ok? - 

 

http://www.neopets.com/gallery/index.phtml?gu=schoolwars

 

and sorry to be a pain,  but is there any way to make the 'delicious and nutritious' category title slightly larger as well?  looks  a bit weird with all the other font being bigger  xD

 

if not, will leave it as is as it's ace. thanks again for all your help!  ^_^

Link to comment
Share on other sites

You could try this:

In the code that I gave you change it to this:

p, table {
   font: 20px verdana;
}

Then you would need to change this code:

body, div, table, tr, td {
	font: 12px verdana;
}

to this:

body, div, tr, td {
	font: 12px verdana;
}

(basically just remove the table out of it.)

 

Hopefully that works for you!

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...