MediaWiki:Common.css: Difference between revisions

From Scribus Wiki
Jump to navigation Jump to search
(Created page with "→‎CSS placed here will be applied to all skins: a { text-decoration: none; color: #9f7933; →‎#9f7933;: background: none; } a:visited { color: brown;...")
 
No edit summary
Line 5: Line 5:
         background: none;
         background: none;
}
}
a:visited { color: brown; }
a:visited { color: brown;
        text-decoration: none;
}
a:active { color: #9f7933; }
a:active { color: #9f7933; }
a:hover {
a:hover {
         color: #fcaf3e;
         color: #fcaf3e;
         text-decoration: underline;
         text-decoration: underline;

Revision as of 05:26, 19 December 2010

/* 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;