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

Материал из Энциклопедия EverQuest II
Перейти к: навигация, поиск
(Содержимое страницы заменено на «.RSSReader-head { text-align: center; padding: 0.2em; border-bottom: 0.1em solid #aaa; } /* * Example CSS rules for use…»)
Строка 28: Строка 28:
 
#security-info-toggle {
 
#security-info-toggle {
 
     display:none;
 
     display:none;
 +
}
 +
 +
 +
/* 2015 */
 +
 +
/* Standard Navigationsleisten, aka  box hiding thingy
 +
  from .de.  Documentation at  [[Wikipedia:NavFrame]]. */
 +
div.NavFrame {
 +
    margin: 0;
 +
    padding: 4px;
 +
    border: 1px solid #aaa;
 +
    text-align: center;
 +
    border-collapse: collapse;
 +
    font-size: 95%;
 +
}
 +
div.NavFrame + div.NavFrame {
 +
    border-top-style: none;
 +
    border-top-style: hidden;
 +
}
 +
div.NavPic  {
 +
    background-color: #fff;
 +
    margin: 0;
 +
    padding: 2px;
 +
    float: left;
 +
}
 +
div.NavFrame  div.NavHead {
 +
    height: 1.6em;
 +
    font-weight: bold;
 +
 +
    background-color: rgba(0,102,153,0.2);
 +
    position: relative;
 +
}
 +
div.NavFrame  p,
 +
div.NavFrame div.NavContent,
 +
div.NavFrame div.NavContent  p {
 +
    font-size: 100%;
 +
}
 +
div.NavEnd {
 +
    margin: 0;
 +
    padding: 0;
 +
    line-height: 1px;
 +
    clear: both;
 +
}
 +
a.NavToggle {
 +
    position: absolute;
 +
    top: 0;
 +
    right: 3px;
 +
    font-weight: normal;
 +
    font-size: 90%;
 +
}
 +
 +
/* End of Navigation */
 +
 +
.mw-editsection {
 +
float: right;
 
}
 
}

Версия 21:31, 16 июля 2015

.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-title
 {
font-size:11px;
}
div.rss-postinfo
 {
text-align:right;
font-style:italic;
}

#security-info-toggle {
    display:none;
}


/* 2015 */

/* Standard Navigationsleisten, aka  box hiding thingy
   from .de.  Documentation at  [[Wikipedia:NavFrame]]. */
div.NavFrame {
    margin: 0;
    padding: 4px;
    border: 1px solid #aaa;
     text-align: center;
    border-collapse: collapse;
     font-size: 95%;
}
div.NavFrame + div.NavFrame {
     border-top-style: none;
    border-top-style: hidden;
}
div.NavPic  {
    background-color: #fff;
    margin: 0;
     padding: 2px;
    float: left;
}
div.NavFrame  div.NavHead {
    height: 1.6em;
    font-weight: bold;

    background-color: rgba(0,102,153,0.2);
    position: relative;
}
div.NavFrame  p,
div.NavFrame div.NavContent,
div.NavFrame div.NavContent  p {
    font-size: 100%;
}
div.NavEnd {
     margin: 0;
    padding: 0;
    line-height: 1px;
     clear: both;
}
a.NavToggle {
    position: absolute;
    top: 0;
    right: 3px;
    font-weight: normal;
     font-size: 90%;
}

/* End of Navigation */

.mw-editsection {
float: right;
}

.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-title

{

font-size:11px; } div.rss-postinfo

{

text-align:right; font-style:italic; }

  1. security-info-toggle {
   display:none;

}