MediaWiki:Common.css

From Social ID Developers
(Difference between revisions)
Jump to: navigation, search
(Created page with "- CSS placed here will be applied to all skins: div#mw-panel { top: 60px }")
 
 
(3 intermediate revisions by one user not shown)
Line 2: Line 2:
  
 
div#mw-panel {
 
div#mw-panel {
    top: 60px
+
  top: 60px;
 +
}
 +
 
 +
#p-logo {
 +
  top: -60px;
 +
  height: 60px;
 +
}
 +
 
 +
#p-logo a {
 +
  height: 60px;
 +
}
 +
 
 +
a:visited {
 +
  color: #2F6FAB;
 
}
 
}

Latest revision as of 16:51, 26 September 2017

/* CSS placed here will be applied to all skins */

div#mw-panel {
  top: 60px;
}

#p-logo {
  top: -60px;
  height: 60px;
}

#p-logo a {
  height: 60px;
}

a:visited {
  color: #2F6FAB;
}
Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox