bookmarks css -- can't find it

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Post Reply
carasmo
Power Poster
Power Poster
Posts: 506
Joined: Thu Feb 08, 2007 6:11 pm

bookmarks css -- can't find it

Post 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
Greg
Power Poster
Power Poster
Posts: 598
Joined: Sun Sep 26, 2004 6:15 pm

Re: bookmarks css -- can't find it

Post 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
Greg
carasmo
Power Poster
Power Poster
Posts: 506
Joined: Thu Feb 08, 2007 6:11 pm

Re: bookmarks css -- can't find it

Post by carasmo »

YEAH!

Thank you MUCH!

Best,
Christina
Post Reply

Return to “CMSMS Core”