MediaWiki:Common.css

A Wikidézetből, a szabad idézetgyűjteményből.

Megjegyzés: közzététel után frissítened kell a böngésződ gyorsítótárát, hogy lásd a változásokat.

  • Firefox / Safari: tartsd lenyomva a Shift gombot és kattints a Frissítés gombra a címsorban, vagy használd a Ctrl–F5 vagy Ctrl–R (Macen ⌘–R) billentyűkombinációt
  • Google Chrome: használd a Ctrl–Shift–R (Macen ⌘–Shift–R) billentyűkombinációt
  • Internet Explorer / Edge: tartsd nyomva a Ctrl-t, és kattints a Frissítés gombra, vagy nyomj Ctrl–F5-öt
  • Opera: Nyomj Ctrl–F5-öt
/* Közös CSS az összes skinnek */

table.collapsible {
  overflow: hidden;
}


/*
== Szakaszcímek mögé helyezett szerkesztőlinkek ==
*/
 
.editsectionmoved {
    float: none;
    margin-left: 0.5em;
    vertical-align: baseline;
    line-height: 1em;
}
 
#content .editsectionmoved a[href] {
  background: none;
  padding: 0;
}
 
h1 .editsectionmoved { font-size: 48%; }
h2 .editsectionmoved { font-size: 60%; }
h3 .editsectionmoved { font-size: 68%; font-weight: normal; }
h4 .editsectionmoved { font-size: 77%; font-weight: normal; }
h5 .editsectionmoved { font-size: 90%; font-weight: normal; }
h6 .editsectionmoved { font-size: 112%; font-weight: normal; }
 
* html h1 .editsectionmoved { font-size: 46%; }
* html h2 .editsectionmoved { font-size: 57%; }
* html h3 .editsectionmoved { font-size: 65%; }
* html h4 .editsectionmoved { font-size: 73%; }
* html h5 .editsectionmoved { font-size: 77%; }
* html h6 .editsectionmoved { font-size: 106%; }


/* </source>
== Navigáció ==
<source lang="css"> */
/* A kinyit-becsuk mechanizmus része, a többi a monobook.js-ben található */

div.Boxmerge,
div.NavFrame {
        margin: 0px;
        padding: 2px;
        border: 1px solid #aaaaaa;
        text-align: center;
        border-collapse: collapse;
        font-size: 95%;
}
div.Boxmerge div.NavFrame {
        border-style: none;
        border-style: hidden;
}
div.NavFrame + div.NavFrame {
        border-top-style: none;
        border-top-style: hidden;
}
div.NavPic {
        background-color: #ffffff;
        margin: 0px;
        padding: 2px;
        float: left;
}
div.NavFrame div.NavHead {
        height: 1.6em;
        font-weight: bold;
        font-size: 100%;
        background-color: #efefef;
        position:relative;
}
div.NavFrame p {
        font-size: 100%;
}
div.NavFrame div.NavContent {
        font-size: 100%;
}
div.NavFrame div.NavContent p {
        font-size: 100%;
}
div.NavEnd {
        margin: 0px;
        padding: 0px;
        line-height: 1px;
        clear: both;
}
a.NavToggle {
        position:absolute;
        top:0px;
        right:3px;
        font-weight:normal;
        font-size:smaller;
}
.NavLeft div.NavFrame div.NavHead {
        padding-left: 4em;
}
.NavLeft a.NavToggle {
        right:auto;
        left:3px;
}


/* </source>
== Kinézet ==

=== Felső indexek relatív pozicionálása, hogy ne növeljék meg a sorközt ===
*/
sup.reference  {
   vertical-align: baseline; 
   position: relative; 
   bottom: 1ex; 
}

/*
=== Külső linkek ikonjai ===
<source lang="css">
*/

#bodyContent a.external[href$=".pdf"], 
#bodyContent a.external[href*=".pdf?"], 
#bodyContent a.external[href*=".pdf#"], 
#bodyContent a.external[href$=".PDF"], 
#bodyContent a.external[href*=".PDF?"], 
#bodyContent a.external[href*=".PDF#"] {
   background:transparent url(//upload.wikimedia.org/wikipedia/commons/2/23/Icons-mini-file_acrobat.gif) no-repeat scroll right center;
   padding-right:17px;
}


/* </source>
== Bugfixek ==
*/

/*
=== Képannotátor ===
<source lang="css">
*/
.wpImageAnnotatorHasNotesMsg {
    float: left;
    font-size: .8em;
    line-height:100%;
    padding:5px 0px;
    color: #222
}

/* </source>*/