Monday, September 23, 2013

How to remove Blogger Picture/Image Shadow and Border

 

From: http://helplogger.blogspot.com/2012/04/how-to-remove-blogger-pictureimage.html

 

If you want to get rid of those annoying shadows and borders around blogger images, then follow the next steps (see the difference in the screenshot below):

If you are using the old Blogger interface:

  • Go to Dashboard - Design - Template Designer - Advanced - Add CSS - paste the following code - Press enter after the last character of the last line } - Apply to Blog.

If you are using the new Blogger interface:
  • Go to Dashboard - Template - Customize - Advanced - Add CSS - paste the following code - Press enter after the last character of the last line } - Apply to Blog.
.post-body img, .post-body .tr-caption-container, .Profile img, .Image img,
.BlogList .item-thumbnail img {
  padding: none !important;
  border: none !important;
  background: none !important;
  -moz-box-shadow: 0px 0px 0px transparent !important;
  -webkit-box-shadow: 0px 0px 0px transparent !important;
  box-shadow: 0px 0px 0px transparent !important;
}

Now your blogger images should appear without any border or shadow. Cheers!
Update:
If the above method doesn't work for you, do the following:
- Go to Blogger's Dashboard > Design (Layout) > Edit HTML
- Thick the "Expand widget templates" checkbox;
- Search (CTRL + F) for the following code:
  border: 1px solid $(image.border.color);
  -moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, .1);
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, .1);
  box-shadow: 1px 1px 5px rgba(0, 0, 0, .1);

- Delete it and Save your template.

Bibliography Resource Guide

Websites

Author (if known). “Title of page or document.” Title of website or larger name. Date of document (if known). Name of sponsoring organisation. Date accessed. <http…..>

Eg: “lunar Eclipse.” Science @ NASA. 12 February 2007. NASA. 1 March 2007 <http://science.nasa.gov/headlines/y2007/12feb_lunareclipse.htm>

A book by one Author

Authors last name, first name. Title of book. Place of publication: publisher, date of publication.

Eg: Berlage, Gai Ingham. Women in Baseball: the forgotten history. Westport: Greenwood, 1994.

A book by more than one author

First authors last name, first name. Second author’s first name and second name. Title of book. Place of publication: publisher, date of publication.

Eg: Hutcheon, Linda and Michael Hutcheon. Bodily Charm: Living Opera. Lincoln: U of Nerbraska P, 2000

A magazine or Newspaper Article

Authors last name, first name. “Title of Article.” Title of magazine or Newspaper Date of issue, pages.

Eg: Weintraub, Arlene and Laura Cohen. “A thousand-year plan for Nuclear Waste. “ Business week 6 May 2002: 94-96.

An encyclopaedia Article

Authors last name, first name. “Title of Article.” Title of encyclopaedia, edition

Eg: Mohanty, Jitendra M. “Indian philosophy.” The New Encyclopaedia Britannica: Micropaedia. 15th ed. 1987.

A personal E-mail

Author of emails last name, first name. “Subject line.” Email to name (person being emailed). Date received.

Eg: Boyle, Anthony T. “Re: Uptopia” Email to Daniel J. Cahill. 21st June 2007.

An interview

Person’s last name, first name. Type of interview. Date of interview.

Eg: Rowling, J.K. Email interview. 8-12 May 2002