Difference between revisions of "MediaWiki:Common.css"

From Archivematica
Jump to navigation Jump to search
Line 15: Line 15:
 
div#mw-panel {
 
div#mw-panel {
 
   
 
   
   top: 96px;
+
   taop: 96px;
 
   
 
   
 
}
 
}
Line 21: Line 21:
 
div#mw-head {
 
div#mw-head {
 
   
 
   
   top: 50px;
+
   taop: 50px;
 
   
 
   
 
}
 
}

Revision as of 14:09, 29 May 2012

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

#mw-user-domain-section {
  
  display: none !important;

}

#p-logo {
 
  display: none;
 
}

div#mw-panel {
 
  taop: 96px;
 
}
 
div#mw-head {
 
  taop: 50px;
 
}
 
#artefactual {
 
  background: White;
  height: 50px;
  position: relative;
 
}
 
#artefactual #logo {
 
  position: absolute;
  top: 10px;
  left: 154px;
 
}