MediaWiki:Monobook.css

Fra Wiktionary

Bemærk: Efter at have gemt er du måske nødt til at tømme din browsers cache for at kunne se ændringerne.

  • Firefox / Safari: Hold Shift nede og klik på Reload, eller tryk enten Ctrl-F5 eller Ctrl-R (⌘-R på en Mac).
  • Google Chrome: Tryk Ctrl-Shift-R (⌘-Shift-R på en Mac).
  • Internet Explorer / Edge: Hold Ctrl nede og klik på Refresh, eller tryk på Ctrl-F5.
  • Opera: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files
/* See also [[Special:Mypage/monobook.css]], [[MediaWiki:Common.css]], [[Wiktionary:Customizing your monobook]] */

/* edit this file to customize the monobook skin for the entire site */

/* <pre> */

/* Used in [[MediaWiki:Nogomatch]] to prevent the external-site-style link on the internal link, when creating a new entry. */

#bodyContent .plainConnellinks a {
        background: none !important;
        color: #ba0000;
        padding: 0;
}

/* Standard Navigationsleisten, aka box hiding thingy from .de.*/

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

/* hide the serial commas and gender abbreviation periods */

.serial-comma, .gender-period {
        display: none
}

/* show the "serial and" in the disambiguation see also */

.serial-and {
        display: inline
}

/* add extra space at HR ---- just in the main namespace */

.ns-0 #bodyContent hr {
        margin-top: 2.5em
}

/* hide optional Russian stress-marks */

.ru-stress {
        display: none
}

/* hide "did you mean" on Noarticletext self-links */

.did-you-mean strong {
        display: none
}

/* small margin between "See also" and TOC */

.disambig-see-also,
.disambig-see-also-2 {
        margin-bottom:0.3em;
}

/* display redirects in Special:Allpages in black */

.allpagesredirect a {
        color:#000;
}
.allpagesredirect a:visited {
        color:#000;
}

/* subpage link bigger, clearer */

.subpages {
        font-size:127%;
        margin-top:0.5em;
        margin-bottom:0.5em;
}

/* headings a bit more balanced in size */

h1 {
        font-size:160%;
        font-weight:bold;
}
h2 {
        font-size:140%;
        font-weight:bold;
}
h3 {
        font-size:130%;
}
h4 {
        font-size:120%;
}
h5 {
        font-size:110%;
}
h6 {
        font-size:100%;
}

/*
</pre>
*/