Page 1 of 1

bookmarks css -- can't find it

Posted: Fri Feb 09, 2007 7:14 am
by carasmo
Hello,

In the bookmarks tag there's a columns="2" but I can't locate the style sheet for bookmarks. Am I missing something?

Thanks

Re: bookmarks css -- can't find it

Posted: Fri Feb 09, 2007 2:24 pm
by Greg
Here is what I use on one website:

Code: Select all

.cms-module-bookmarks-header {
  font-weight: bold;
  font-size: 1.2em;
  margin-left: 6px;
}
.cms-module-bookmarks-list {
  padding: 4px;
  margin: 4px;
  line-height: 1.5em;
}
.cms-module-bookmarks-list li {
  list-style: none;
}
.bookmark-link {
  /*background-color: #FFF;
*/
}
.cms-module-bookmarks-summary {
  margin-bottom: 12px;
  padding-bottom: 4px;
  border-bottom: 1px solid #555
}
and on another website (this puts a line under the header):

Code: Select all

.cms-module-bookmarks-header {
font-size: 1.6em;
font-weight: bold;
color: #87CEFA;
border-bottom: 1px solid #6CB3E7;
}
Create a stylesheet called Bookmarks and then attach it to the template you are using to display your bookmarks

Re: bookmarks css -- can't find it

Posted: Fri Feb 09, 2007 8:32 pm
by carasmo
YEAH!

Thank you MUCH!

Best,
Christina