MediaWiki:Common.css

Материал из Энциклопедия EverQuest II
Перейти к: навигация, поиск

Замечание. Возможно, после сохранения вам придётся очистить кэш своего браузера, чтобы увидеть изменения.

  • Firefox / Safari: Удерживая клавишу Shift, нажмите на панели инструментов Обновить либо нажмите Ctrl-F5 или Ctrl-R (⌘-R на Mac)
  • Google Chrome: Нажмите Ctrl-Shift-R (⌘-Shift-R на Mac)
  • Internet Explorer: Удерживая Ctrl, нажмите Обновить либо нажмите Ctrl-F5
  • Opera: Перейдите в Menu → Настройки (Opera → Настройки на Mac), а затем Безопасность → Очистить историю посещений → Кэшированные изображения и файлы
/*
 * 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;
font-size:8pt;
}
div.rss b {
    padding: 24 12 0 0px;
}
div.rss-postinfo {
text-align:right;
font-style:italic;
}
#content .rss h3 a { color: #194FA4 }

/*

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

font-size:8pt; } div.rss b {

   padding: 24 12 0 0px;

} div.rss-postinfo { text-align:right; font-style:italic; }

  1. content .rss h3 a { color: #194FA4 }