Wednesday, August 26, 2009

Resolved Question: Can someone help me with my blog background?

0 评论

I'm very bad with html codes and i wanted to change my post background and side bar (which is plain white). Here's my url: august-in-acoustic.blogspot.Com, viewing it might help. I know that the field that should be edited is somewhere below but i can't figure out where. I really want to get rid of the white background. Help me please?

body{
background:url(http://i93.photobucket.com/albums/l60/venus160/Backgrounds/SushiTile.jpg);
background-color: #a89973;
background-repeat:repeat;
background-position:bottom left;
background-attachment:movable;
cursor: default;
font-weight:none;
font-family: arial;
font-size: 8pt;
margin: 0px auto;
text-align: justify;
}

blockquote {
padding-left: 29px;
padding-top:10px;
background: #FFFFFF;
color: #9F9F9F;
background-image: url('http://i617.photobucket.com/albums/tt258/hiuxxing/bq.png');
background-repeat: no-repeat;
}


.box{ border: 1px solid #E0E0E0; color: #555555; Cursor: default; padding: 5px; background:#fff;}
.profilebox{ border: 1px solid #E0E0E0; color: #555555; Cursor: default; padding: 5px; background: url(http://i42.photobucket.com/albums/e322/kpinion03/Backgrounds%20etc/cherryblossomonpink.jpg); background-repeat: repeat;}
.title{ font-family: arial; font-size: 20pt; font-weight: none; color: #ccc; text-align: center; text-transform:none; letter-spacing: -1.5px; border-bottom:0px dashed #ddd;}
.date {font-family: arial; font-size: 7pt; text-align: center; letter-spacing: 1pt; color:#ddd; text-transform:uppercase;}
.post {font-family: arial; font-size:8pt;}
.header {font-family: georgia; line-height: none; letter-spacing: -2px; font-size:25pt; color: #FF5E5E; text-align:center;}
.header2 {font-family: georgia; font-size:15pt; color: #FF5E5E; text-align:center; font-style: italic;}
.header3 {background: none; text-align: right; font-family: georgia; line-height: 8px; font-size: 43px; letter-spacing: -4px; color: #9c9c9c;}
.headerbox {border: 1px solid #E0E0E0; color: #ddd; Cursor: default; padding: 5px; background: url(http://i269.photobucket.com/albums/jj64/camille-gk/Backgrounds/pattern-1.jpg); text-align:center;}
.headerfont{ background: none; text-align: center; font-family: georgia; line-height: 8px; font-size: 43px; letter-spacing: -4px; color: #9c9c9c;}
.userpic{ border:1px #eee solid; background:#f7f7f7; width: 151px; height: 151px; padding:5px;}

.post-footer { color: #9ACB04; margin: 5px 0 5px 0; padding: 5px 0 5px 0; font-size: 90%;}
.blogger-labels { text-transform: lowercase; font-size: 10px; width: 100%; text-align: right;}

b, strong {color: #aaa;}
u {color: #aaa; font-weight:bold;}
i, em, s{color: #bbb;}

a:link, a:visited {color: #44573f; background: transparent url() repeat-x scroll 0 0; border-bottom: 1px solid #E6E6E6; padding: 1px 0; text-decoration: none;}
a:hover {text-decoration:none; border-bottom: 1px solid #575757;}
a.link:link, a.link:visited {font-family: Tahoma, Arial; font-size: 10px; color: #B5B5B5; text-decoration:none; background-color: #f5f5f5; background-image: none; border-left: 4px solid #e7e7e7; border-bottom: 0px; padding-left: 3px; display: block; text-align: left; line-height: 13px; margin-bottom: 1px;}
a.link:hover {font-family: Tahoma, Arial; font-size: 10px; color: #FFFFFF; text-decoration:none; background-color: #BABABA; background-image: none; border-left: 4px solid #212121; border-bottom: 0px; padding-left: 3px; display: block; text-align: left; line-height: 13px; margin-bottom: 1px;}

your help is very much appreciated (:

Thursday, August 13, 2009

Resolved Question: I need help on my css.?

0 评论

Does any one know there css when it comes to making a website?

Please visit my site so i can explain better, just look at the home page the way my layout is set.

http://grotesque-lullaby.com

I am using containers. The blog is nicley at the top but as it goes down the rest is on the left below the side bar. I just want it all to go centerd with the top of the blog.

The rest of my content does this too. its fine untill the bottom were its under the side bar.

This is what my css container code looks like in my style sheet.

What am i doing wrong?

#container {
background-image:url(http://i29.tinypic.com/9zp8i.png);
background-color: #986e6e;
width: 700px;
margin: 0 auto 0;
padding: 0;
}

#header {
width:700px;
height:444px;
margin-bottom:-3px;
padding-bottom:0px;
}

#content {
width: 200px;
padding: 4px;
float: right;3px
}

#sidebar {
width: 160px;
margin-left: 30px;
padding-bottom: 4px;
float: left;1px
}



#footer {
background-color: #986e6e;
background-image: url();
background-repeat: no-repeat;
background-position: bottom center;
color: #B0834A;
clear: both;
text-align: center;
height: 65px;
padding-top: 0px;
}


#footer p, #footerbottom p {
margin: 0;
color: #B0834A;
font-size:8pt;
font-family:arial;
padding-top: 3px;
}

Wednesday, August 12, 2009

Resolved Question: How do I get "live" text (like a live sports score) on my blog?

0 评论

I want the text to update automatically on the screen once I edit it - without having to refresh it

the closest thing i can think of live football scores

http://www.uefa.com/live/competitions/uefacup/matchcentrelight/matchday=-4/day=2/match=2000646/index.html

this text updates automatically (and then page also auto refreshes)

what code do they use ?

i use blogger

any idea how I can incorporate this - widgets ? preferably javascript code ? I want it in the main body of the blog. i'm not talking about adding a widget from a sports (or whatever) site - its my own text in my blog that i want to appear "live"

to clarify - I update the text, if someone is looking at the page the text updates immediately (once I have saved it) without refreshing the page

maybe with a flash or sound when text changes ?

or failing this how do I incorporate an autorefresh feature ?

please let me know, even if not possible on blogger, how this could be done thanks !

Sunday, August 2, 2009

Resolved Question: I am moving to Canada... Need help finding a certain enviroment?

0 评论

Alright so, I am moving to Canada once I am done studying in Florida, US (Auto Technician with Ford) that would be about a year from now. And I am trying to find a place that would fit to what I'd like to see every night. Just a nice city so when me and my girlfriend go out and stuff like that we get to see many nice views and just spend the night having fun out there, exploring. Not much of a party person, much of a explorer.
Anyways, I'll show you guys some pictures... It doesn't have to be exactly like this but at least similar. I just love to see big buildings at night, it makes me happy in a way.
Here are some examples:
http://hyder.me/wp-content/uploads/chicago-night-large.jpg

http://www.playthings.com/articles/blog/390000439/20090714/new-york-city-at-night.jpg

http://www.richard-seaman.com/USA/Cities/Chicago/Landmarks/ChicagoAtNight1.jpg

http://www.zastavki.com/pictures/1024x768/2008/Cities_Night_skyscraper_005353_.jpg

I just need to see if there would be a place like this in Canada, I've always wanted to live in a place like this. I know some might even be very expensive... But that doesn't mean I'll go right into it, right when I am done with school. I am just taking things easy and slow now that way everything will be ready when I leave. My girlfriend suggested Winnipeg, If any of these can be found in Manitoba it would be better for me.

So the main question is. Where can I find a city like this in Canada to that would be fun and entertaining for a family of 2 to live in? If one is located in Winnipeg it would be awesome.

Thank you,
Leon.

Saturday, August 1, 2009

Resolved Question: Does Anthony Watts know he's been debunked?

0 评论

For those who don't know, Anthony Watts is a meteorologist who has put together a network of volunteers to go around rating the surface temperature stations used by groups like NASA and NOAA to measure the global surface temperature (or at last, the temperature in the USA). Watts suggests that too many stations are located in poor places (near buildings, concrete pads, asphalt, etc.) to be reliable due to the 'urban heat island' effect. NOAA and NASA claim they filter out these kinds of effects.

Apparently there's a “Climate Crock of the Week” video series on YouTube. Recently, they did a piece on Watts and NOAA. The piece covered a recent NOAA report which used Watts' own data to prove the "bad" stations and "good" stations have almost identical data.
http://www.ncdc.noaa.gov/oa/about/response-v2.pdf

The video was auto-scrubbed by YouTube after Watts claimed the video broke YouTube’s copyright rules. The video has since been reviewed by a number of US copyright experts and there appears to be nothing that could be construed as anything but fair use. You can see the video for yourself here (I highly recommend it).
http://climateprogress.org/2009/07/29/the-video-that-anthony-watts-does-not-want-you-to-see-the-sinclair-climate-denial-crock-of-the-week/

One 'skeptic' wrote “I have to admit it doesn’t look good for the skeptic side when something gets scrubbed like this. Watts loses some stature here unless he can post something convincing about why he did it on his blog. Silence won’t get it done.”

It's standard procedure for YouTube to remove a video when somebody complains of copyright infringement. Do you think Watts exploited this loophole because he realized the video debunked the whole purpose of his site? Now that Watts' surfacestations project is worthless, what relevance does he have?
This isn't the first time this kind of analysis has been done. The 'best stations', 'worst stations', and GISTemp show the same trend.
http://rabett.blogspot.com/2007/09/and-so-it-goes.html
http://bigcitylib.blogspot.com/2007/09/deniers-rediscover-hockey-stick.html

Followers

 

Wordpress autoblog. Copyright 2008 All Rights Reserved Revolution Two Church theme by Brian Gardner Converted into Blogger Template by Bloganol dot com