Associate
Hey, I overwrote the css style to my site and big mistake I never made a back up copy. Things got messed up from then on and now I can't get it back to the way it was. So I’m looking for someone who can quickly fix my css file to my site and I’ll pay them £10 through PayPal as I can’t stand any more head aches. I'm not an expert at this so it would be nice to let someone with a bit more experience then me to just give it a brush over quickly.
I’ll send you the css and just correct what you think is right. I’ll give you some details of which I want doing and then what you can do is go onto my site and click source to check the html.
Things I need done:
1, When clicking on different links, the every-occasional-videos logo always changes position. Which can get very confusing so I think the position needs to be changed?
2, The tables in the blog section are too big and need flattening down a bit so it fits snazzy to the text.
3, The text which displays the page your on also changes position all the time, so they must all stay in the same place so it doesn't confuse the eye.
And
4, the last 1 is to just change the text to what you think would be good for the eye as I can’t find the right one.
Apart from that I want to keep the colour and background pretty much like that.
Is there anything else you need?
Am I asking for to much? If so, I’ll pay £20.
Thanks martin
www.every-occasional-videos.co.uk
I’ll send you the css and just correct what you think is right. I’ll give you some details of which I want doing and then what you can do is go onto my site and click source to check the html.
Things I need done:
1, When clicking on different links, the every-occasional-videos logo always changes position. Which can get very confusing so I think the position needs to be changed?
2, The tables in the blog section are too big and need flattening down a bit so it fits snazzy to the text.
3, The text which displays the page your on also changes position all the time, so they must all stay in the same place so it doesn't confuse the eye.
And
4, the last 1 is to just change the text to what you think would be good for the eye as I can’t find the right one.
Apart from that I want to keep the colour and background pretty much like that.
Is there anything else you need?
Am I asking for to much? If so, I’ll pay £20.
Thanks martin
www.every-occasional-videos.co.uk
Code:
body{
background-color: #262626;
text-align: center;
}
A:link {
font-family: Verdana, Geneva, sans-serif;
font-size: x-small;
color: #FFF;
text-decoration: none;
}
A:visited {
font-family: Verdana, Geneva, sans-serif;
font-size: x-small;
color: #FFF;
text-decoration: none;
}
A:active {
font-family: Verdana, Geneva, sans-serif;
font-size: x-small;
color: #FFF;
text-decoration: none;
}
A:hover {
font-family: Verdana, Geneva, sans-serif;
font-size: x-small;
color: #666;
text-decoration: none;
}
/*Banner*/
div#banner {
background-image: url(images/banner.jpg);
height: 100px;
width: 468px;
}
/*center*/
div.stage1{
}
div.stage2 {
width: 468px;
margin-top: 30px;
}
/*bottom*/
div#bottom {
background-image: url(images/bottom.jpg);
width: 468px;
height: 30px;
}
div#copy {
width: 468px;
}
div#news1 {
width: 468px;
vertical-align: bottom;
}
div#news2 {
width: 468px;
background-color: #333;
border-top-width: thin;
border-right-width: thin;
border-bottom-width: thin;
border-left-width: thin;
border-top-style: dotted;
border-right-style: none;
border-bottom-style: dotted;
border-left-style: none;
border-top-color: #999;
border-right-color: #999;
border-bottom-color: #999;
border-left-color: #999;
}
div#news3 {
width: 468px;
background-color: #262626;
text-align: right;
vertical-align: top;
}
/*text*/
h1 {
font-family: Verdana, Geneva, sans-serif;
font-size: 12px;
color: #FFF;
text-align: center;
}
h2
{
font-family: Verdana, Geneva, sans-serif;
font-size: 12px;
color: #F90;
text-align: left;
}
h3 {
font-family: Verdana, Geneva, sans-serif;
font-size: x-small;
color: #FFF;
text-align: left;
}
h4 {
font-family: Verdana, Geneva, sans-serif;
font-size: 12px;
color: #F90;
text-align: center;
}
p {
font-family: Verdana, Geneva, sans-serif;
font-size: 10px;
font-style: italic;
color: #F90;
vertical-align: top;
}
Last edited: