MediaWiki:EnsSpeDemo.css: Difference between revisions

From Wiki PeiP systèmes embarqués
Jump to navigation Jump to search
No edit summary
No edit summary
Line 65: Line 65:
.parchmentTop {
.parchmentTop {
   width: 218px;
   width: 218px;
   height: 42px;
   height: 41px;
   background-image: url('/mediawiki/images/b/b8/Parchment-Top.png');
   background-image: url('/mediawiki/images/b/b8/Parchment-Top.png');
   }
   }
Line 71: Line 71:
.parchmentBottom {
.parchmentBottom {
   width: 218px;
   width: 218px;
   height: 42px;
   height: 41px;
   background-image: url('/mediawiki/images/f/fd/Parchment-Bottom.png');
   background-image: url('/mediawiki/images/f/fd/Parchment-Bottom.png');
   }
   }
Line 83: Line 83:
   font-size: 12pt;
   font-size: 12pt;
   line-height: normal;
   line-height: normal;
  background-image: url('/mediawiki/images/4/48/Parchment-Body.png');
   }
   }


.parchment {  
.parchment {  
   width: 218px;
   width: 218px;
  background-image: url('/mediawiki/images/4/48/Parchment-Body.png');
   }
   }

Revision as of 15:39, 30 June 2023

.phone {
    position: relative;
    width: 180px;
    height: 320px;
    margin: auto;
    border: 8px rgb(75, 75, 75) solid;
    border-top-width: 30px;
    border-bottom-width: 30px;
    border-radius: 18px;
  }

.phone:before {
    content: '';
    display: block;
    width: 30px;
    height: 5px;
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #333;
    border-radius: 10px;
  }

.phone:after {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 50%;
    bottom: -35px;
    transform: translate(-50%, -50%);
    background: #333;
    border-radius: 50%;
  }

.phone .content {
    width: 180px;
    height: 320px;
    background: white;
  }

.demo-third {
  width: 29%;
  float: left;
  padding: 0 2%;
  }

.demo-half {
  width: 47%;
  float: left;
  padding: 0 2%;
  }

.demo-title {
  text-align: center;
  background-color: grey;
  font-size: 200%;
  margin-bottom: 1em;
  margin-top: 1em;
  }


.parchmentTop {
  width: 218px;
  height: 41px;
  background-image: url('/mediawiki/images/b/b8/Parchment-Top.png');
  }

.parchmentBottom {
  width: 218px;
  height: 41px;
  background-image: url('/mediawiki/images/f/fd/Parchment-Bottom.png');
  }

.parchmentBody {
  position: relative;
  padding: 2px 5px 2px 5px;
  width: 218px;
  font-family: georgia,times;
  font-style: italic;
  font-size: 12pt;
  line-height: normal;
  background-image: url('/mediawiki/images/4/48/Parchment-Body.png');
  }

.parchment { 
  width: 218px;
  }