Difference between revisions of "MediaWiki:Common.css"

Jump to navigation Jump to search
no edit summary
 
(24 intermediate revisions by 2 users not shown)
Line 5: Line 5:


div.mw-translate-page-info {
div.mw-translate-page-info {
text-align:right
}
div.mw-pt-translate-header {
  text-align:right
  text-align:right
}
}
Line 24: Line 28:
td.mw-pt-languages-label {
td.mw-pt-languages-label {
  display: none;
  display: none;
}
.divlang ul {
    display: inline;
    margin-left: 0;
    padding-left: 0;
}
.divlang ul li {
    border-left: 1px solid #E4E4E4;
    display: inline;
    list-style: none;
    margin-left: 0;
    padding: 0 0.5em;
}
.divlang ul li.firstlang {
    border-left: none;
    display: inline;
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}
}


Line 70: Line 52:
  margin-left:inherit;
  margin-left:inherit;
  margin-right:inherit;
  margin-right:inherit;
}
/* Widget template */
div.widget_title {
  background-image: url('//upload.wikimedia.org/wikipedia/commons/8/8c/Bluebg_rounded_croped.png');
  background-repeat: no-repeat;
  height: 32px;
  position: relative;
  top: 2px;
  margin: 0px;
}
/* Language font */
[lang=fa] { font-family:
Tahoma, 'DejaVu Sans', sans-serif; }
/* Hide title on main page */
body.page-Main_Page div.mw-body h1.firstHeading {
display: none;
}
/* Custom logo size */
#p-logo {
width: 146px;
height: 125px;
}
}
}
}

Navigation menu