MediaWiki:Common.css: Difference between revisions

From Scribus Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 13: Line 13:
         text-decoration: underline;
         text-decoration: underline;
body.page-Main_Page h1.firstHeading { display:none; }
body.page-Main_Page h1.firstHeading { display:none; }
.slideshow div {
  _position: absolute;
}
.slideshow div div {
  _position: static;
}

Revision as of 20:10, 10 January 2011

/* CSS placed here will be applied to all skins */
a {
        text-decoration: none;
        color: #9f7933; /* #9f7933; */
        background: none;
}
a:visited { color: brown;
        text-decoration: none;
}
a:active { color: #9f7933; }
a:hover {
        color: #fcaf3e;
        text-decoration: underline;
body.page-Main_Page h1.firstHeading { display:none; }

.slideshow div {
  _position: absolute;
}

.slideshow div div {
  _position: static;
}