MediaWiki:Common.css: Difference between revisions

mNo edit summary
mNo edit summary
Line 6,304: Line 6,304:
   color: #333;
   color: #333;
   box-sizing: border-box;
   box-sizing: border-box;
  *{
    box-sizing: border-box;
  }
}
}


Line 6,316: Line 6,313:
   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);
   &:before {
}
   .timeline::before {
     content: '';
     content: '';
     position: absolute;
     position: absolute;
Line 6,325: Line 6,323:
     background: #ddd;
     background: #ddd;
   }
   }
  &:after {
    .timeline::after {
     content: "";
     content: "";
     display: table;
     display: table;
     clear: both;
     clear: both;
   }  
   }  
}
.entry {
.entry {
   clear: both;
   clear: both;
   text-align: left;
   text-align: left;
   position: relative;
   position: relative;
   .title {
  }
    margin-bottom: .5em;
 
   .timetitle{
  margin-bottom: .5em;
     float: left;
     float: left;
     width: 33%;
     width: 33%;
Line 6,343: Line 6,341:
     text-align: right;
     text-align: right;
     position: relative;
     position: relative;
    &:before {
  }
      content: '';
  .timetitle::before{
    content: '';
       position: absolute;
       position: absolute;
       width: 8px;
       width: 8px;
Line 6,354: Line 6,353:
       right: -8px;
       right: -8px;
       z-index: 99;
       z-index: 99;
    }
  }
    h3 {
  #th3 {
       margin: 0;
       margin: 0;
       font-size: 120%;
       font-size: 120%;
     }
     }
     p {
      
    #tp{
       margin: 0;
       margin: 0;
       font-size: 100%;
       font-size: 100%;
     }
     }
  }
   .body {
   .body {
     margin: 0 0 3em;
     margin: 0 0 3em;