MediaWiki:Common.css: Difference between revisions

no edit summary
No edit summary
No edit summary
 
(19 intermediate revisions by the same user not shown)
Line 1: Line 1:
.res-img img {
width:100%;
height:auto;
}
#bodyContent {
    max-width: 1024px;
    margin: 0 auto; /* Horizontally center the content */
}
.hidden {
display: none;
}
.noticebox {
.noticebox {
  -moz-border-radius: 1em;
  -moz-border-radius: 1em;
Line 45: Line 59:
}
}


#p-logo a { background: url(/mediawiki/skins/smlaguna.png) 35% 50% no-repeat !important; }
h1.firstHeading {
  display: none;
}
 
 
 
/* dagre stuff */
svg {
  border: 1px solid black;
}
text {
  font-weight: 300;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serf;
  font-size: 14px;
}
rect {
  fill: #fff;
}
.node rect {
  stroke-width: 2px;
  stroke: #333;
  fill: none;
}
#node-CLOSED rect {
  fill: #f77;
}
#node-ESTAB rect {
  fill: #7f7;
}
.edge rect {
  fill: #fff;
}
.edge path {
  fill: none;
  stroke: #333;
  stroke-width: 1.5px;
}
/* end of dagre stuff */