Blogger Template: how to change the color of the border css

Posted by Lirik on Stack Overflow See other posts from Stack Overflow or by Lirik
Published on 2010-04-24T02:36:41Z Indexed on 2010/04/24 2:43 UTC
Read the original article Hit count: 266

Filed under:
|
|
|
|

Hi, I'm trying to change the borders in the style sheet of the template on my blog, but I've never done anything with css so I'm a little bit at a loss... I want to keep the dark background, but I want to create a small border with a slightly different color around my postings. If my guess is correct, then I should modify some of these definitions:

body {
  background:$bgcolor;
  margin:0;
  color:$textcolor;
  font: x-small "Trebuchet MS", Trebuchet, Verdana, Sans-serif;
  font-size/* */:/**/small;
  font-size: /**/small;
  text-align: center;
  }
a:link {
  color:$linkcolor;
  text-decoration:none;
  }
a:visited {
  color:$visitedlinkcolor;
  text-decoration:none;
  }
a:hover {
  color:$titlecolor;
  text-decoration:underline;
}
a img {
  border-width:0;
  }

Here is a pastie with the entire template I'm using: http://pastie.org/932535

Is there a quick way to achieve the desired effect? Your help is appreciated!

© Stack Overflow or respective owner

Related posts about css

Related posts about blogger