MediaWiki:Common.css: Difference between revisions

mNo edit summary
mNo edit summary
Line 6,289: Line 6,289:


/*Timeline*/
/*Timeline*/
.bc {
  background: linear-gradient(55deg,#4E75B9 30%,#5CBF98 90%);
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  width: 100vw;
  margin: 0;
  padding: 12vh 100px;
  font-family: 'Source Sans Pro', arial, sans-serif;
  font-weight: 300;
  color: #333;
  box-sizing: border-box;
}


.timeline {
.timeline {
  width:100%;
  max-width: 800px;
   background:#fff;
   background:#fff;
   padding: 100px 50px;
   padding: 100px 50px;
   position: relative;
   position: relative;
   box-shadow: 0.5rem 0.5rem 2rem 0 rgba(black, 0.2);
   box-shadow: 0.5rem 0.5rem 2rem 0 rgba(black, 0.2);
  content-align:center;
  margin: auto;
  width: 50%;
}
}
   .timeline::before {
   .timeline::before {