Jump to content

MediaWiki:Common.css: Difference between revisions

no edit summary
imported>Jacob Robertson
No edit summary
imported>Jacob Robertson
No edit summary
Line 7: Line 7:
td.em-ee {
td.em-ee {
   background-color: #ffeb80;
   background-color: #ffeb80;
  border-top-left-radius: .5em;
  border-top-right-radius: .5em;
}
}
td.em-header {
td.em-header {
Line 13: Line 15:
   font-weight: bold;
   font-weight: bold;
   height: 1em;
   height: 1em;
  align: center;
}
}
td.em-milestones {
td.em-milestones {
Line 32: Line 35:
td.em-association {
td.em-association {
   background-color: #fdcb96;
   background-color: #fdcb96;
  border-bottom-left-radius: .5em;
  border-bottom-right-radius: .5em;
}
}


Line 38: Line 43:
td.em-msc1 {
td.em-msc1 {
   background-image: linear-gradient(to right, #fa8484, #fbacac);
   background-image: linear-gradient(to right, #fa8484, #fbacac);
  border-bottom-left-radius: .5em;
}
}
td.em-msc2 {
td.em-msc2 {
Line 50: Line 56:
td.em-msc5 {
td.em-msc5 {
   background-image: linear-gradient(to right, #ffdb8b, #ffeb80);
   background-image: linear-gradient(to right, #ffdb8b, #ffeb80);
  border-bottom-right-radius: .5em;
}
}