MediaWiki:Monobook.css

Frá Wiktionary

Legg til merkis: Eftir at hava goymt, mást tú fara uttanum minnið (cache) á sneytara (brovsara) tínum fyri at síggja broytingarnar.

  • Firefox / Safari: Halt Shift meðan tú klikkir á Reload, ella trýst antin Ctrl-F5 ella Ctrl-R (Command-R á einari Mac)
  • Google Chrome: Trýst Ctrl-Shift-R (⌘-Shift-R á einari Mac)
  • Internet Explorer: Halt Ctrl meðan tú trýstir á Refresh, ella trýst á Ctrl-F5
  • Opera: Reinsa cache í Tools → Preferences
/* edit this file to customize the monobook skin for the entire site */
.portlet h5,.portlet h6,#p-personal ul,#p-cactions li a{text-transform:none;}

.Person{display:inline;font-variant:small-caps}

#ca-edit a{font-weight:bold !important;}

/* Make all non-namespace pages have a light blue content area. This is done by
   setting the background color for all #content areas to light blue and then
   overriding it for any #content enclosed in a .ns-0 (main namespace). I then
   do the same for the "tab" background colors. --Lupo */

#content, #mytabs li.selected a, #p-cactions li.selected a {
    background-color: floralwhite;
}

.ns-0 #content, .ns-0 #mytabs li.selected a,  .ns-0 #p-cactions li.selected a {
    background-color: white;
}

.ns--1 table, .ns-2 table, .ns-4 table, .ns--1 form { 
background: inherit;
}

/*SideBox analog Townbox*/

div.sideBox {
    position:relative;
    float:right;
    background:White;
    margin-left:1em;
    border: 1px solid Grey;

    padding:0.3em;
    width: 200px;
    overflow: hidden;
    clear: right;
}
div.sideBox dl {
    padding: 0;
    margin: 0 0 0.3em 0; 
    font-size: 96%;
}
div.sideBox dl dt {
    background: none;
    margin: 0.4em 0 0 0;
}
div.sideBox dl dd {
    margin: 0.1em 0 0 1.1em;
    background-color: #f3f3f3;
}


 /* Do not print navigation bar elements. They should not appear on paper */
@media print{
   .NavFrame { display:none; }
}