[All Adaptavist Apps]

Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

...

Custom style: mystyle

CSS:

Code Block
xml
xml

/* headings */

...


h1, h2, h3, h4, h5, h6, a.blogHeading {

...


 font-family: tahoma, arial, helvetica, sans-serif;

...


 font-weight: normal;

...


}

...



.h1 {

...


 color: #000000;

...


 font-size: 64px;

...


}

...



.mystyle {

...


 color: #ff54e2;

...


 font-size: 64px;

...


}

...



h2, a.blogHeading {

...


 color: #1d62d1;

...


 font-size: 10px;

...


}

...



h3 {

...


 color: #623b76;

...


 font-size: 12px;

...


}

...



/* links */

...


a:link, a:visited {

...


 text-decoration:none;

...


}

...


.atb-page a:hover, .atb-page a:active, .atb-page a:focus,

...


.atb-page a.node:hover, .atb-page a.node:active, .atb-page a.node:focus,

...


.atb-page a.prnnode:hover, .atb-page a.prnnode:active, .atb-page a.prnnode:focus {

...


 background-color: #526288;

...


 color: #fff;

...


 text-decoration:underline;

...


}

...


a:hover img, a:active img, a:focus img {

...


 background-color: #fbfbdc;

...


}

...


/* page links, eg. wiki layouts */

...


.page-links {

...


 white-space: nowrap;

...


}

...


.page-links img {

...


 margin-left: 6px;

...


 margin-right: 2px;

...


}