MediaWiki:Common.css — различия между версиями

Материал из Энциклопедия EverQuest II
Перейти к: навигация, поиск
м
м
Строка 13: Строка 13:
 
   padding: 0.2em;
 
   padding: 0.2em;
 
   border-bottom: 0.1em solid #aaa;
 
   border-bottom: 0.1em solid #aaa;
font-size:8pt;
 
 
}
 
}
 
   
 
   
Строка 23: Строка 22:
 
     padding: 5px;
 
     padding: 5px;
 
     border: 1px solid #D0D6F0;
 
     border: 1px solid #D0D6F0;
 +
font-size:8pt;
 
}
 
}
 
div.rss h3 {
 
div.rss h3 {
Строка 33: Строка 33:
 
padding-left: 7px;
 
padding-left: 7px;
 
-moz-border-radius:10px;
 
-moz-border-radius:10px;
 +
font-size:8pt;
 
}
 
}
 
#content .rss h3 a { color: #4E507F }
 
#content .rss h3 a { color: #4E507F }

Версия 15:17, 21 июля 2009

/*
 * 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;
font-size:8pt;
}
div.rss h3 {
background-color: #ece7d9;
    padding: 2px 5px;
    margin: 0;
font-family:Verdana, Arial, Helvetica, sans-serif;
border: 1px solid #ece7d9;
text-align: center; 
padding-left: 7px;
-moz-border-radius:10px;
font-size:8pt;
}
#content .rss h3 a { color: #4E507F }

/*

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

font-size:8pt; }

/*

* 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-color: #ece7d9;

   padding: 2px 5px;
   margin: 0;

font-family:Verdana, Arial, Helvetica, sans-serif; border: 1px solid #ece7d9; text-align: center; padding-left: 7px; -moz-border-radius:10px; }

  1. content .rss h3 a { color: #4E507F }