Alert.png The wiki is deprecated and due to be decommissioned by the end of September 2022.
The content is being migrated to other supports, new updates will be ignored and lost.
If needed you can get in touch with EGI SDIS team using operations @ egi.eu.

Difference between revisions of "MediaWiki:Common.css"

From EGIWiki
Jump to navigation Jump to search
Line 34: Line 34:
#content .rss h3 a { color: #4E507F }
#content .rss h3 a { color: #4E507F }


ul.rss { background-color: green; }
ul.rss li { border: 1px solid green; }


/*test */
/*test */
#f-poweredbyico { border: 1px black; }
#f-poweredbyico { border: 1px black; }

Revision as of 13:12, 1 March 2011

/* CSS placed here will be applied to all skins */

/*
 * RSSREader below:
 *
 * This file contains all the skinning rules for the RSSReader extension
 * if you want to change the look of the RSS feed to better suit your skin
 * then this is where you should make the changes. By default the reader
 * is coded to look good with monobook.
 * Alternatively to modifying the code in here, you could copy and paste it
 * into your wiki's [[MediaWiki:Common.css]] page and that way you can have 
 * different looks for different skins 
 */
 
.RSSReader-head {
  text-align: center;
  padding: 0.2em;
  border-bottom: 0.1em solid #aaa;
}
 
/*
 * Example CSS rules for use with the "text" parameter
 */
div.rss {
    margin: 0 0 20px 0;
    padding: 5px;
    border: 1px solid #D0D6F0;
}
div.rss h3 {
    background: #D0D6F0;
    padding: 2px 5px;
    margin: 0;
}
#content .rss h3 a { color: #4E507F }

ul.rss li { border: 1px solid green; }

/*test */
#f-poweredbyico { border: 1px black; }