Correction des images (formes, taille, emplacement, carte)

master
readhame 5 years ago
parent 9e3bc0ba48
commit aaf99d2d55

@ -44,7 +44,7 @@
<property name="DefaultHtmlFileTemplate" value="HTML File" />
<property name="RunOnceActivity.ShowReadmeOnStart" value="true" />
<property name="WebServerToolWindowFactoryState" value="false" />
<property name="last_opened_file_path" value="$PROJECT_DIR$/../set-game-js-master" />
<property name="last_opened_file_path" value="$PROJECT_DIR$/../set-master" />
</component>
<component name="RecentsManager">
<key name="CopyFile.RECENT_KEYS">
@ -85,6 +85,7 @@
<workItem from="1591955810403" duration="597000" />
<workItem from="1592041915661" duration="662000" />
<workItem from="1592130212695" duration="10276000" />
<workItem from="1592222379200" duration="7855000" />
</task>
<servers />
</component>
@ -100,10 +101,10 @@
<screen x="0" y="0" width="1920" height="1040" />
</state>
<state x="1097" y="0" key="#com.intellij.refactoring.rename.AutomaticRenamingDialog/0.0.1920.1040@0.0.1920.1040" timestamp="1591698752215" />
<state x="267" y="278" key="FileChooserDialogImpl" timestamp="1592135500932">
<state x="267" y="278" key="FileChooserDialogImpl" timestamp="1592229087907">
<screen x="0" y="0" width="1920" height="1040" />
</state>
<state x="267" y="278" key="FileChooserDialogImpl/0.0.1920.1040@0.0.1920.1040" timestamp="1592135500932" />
<state x="267" y="278" key="FileChooserDialogImpl/0.0.1920.1040@0.0.1920.1040" timestamp="1592229087907" />
<state width="196" height="457" key="HiddenNamespacesPopup" timestamp="1591707100032">
<screen x="0" y="0" width="1920" height="1040" />
</state>
@ -120,9 +121,9 @@
<screen x="0" y="0" width="1920" height="1040" />
</state>
<state width="498" height="446" key="SwitcherDM/0.0.1920.1040@0.0.1920.1040" timestamp="1592141850590" />
<state x="1136" y="344" key="com.intellij.ide.util.TipDialog" timestamp="1592132049032">
<state x="1136" y="344" key="com.intellij.ide.util.TipDialog" timestamp="1592222377995">
<screen x="0" y="0" width="1920" height="1040" />
</state>
<state x="1136" y="344" key="com.intellij.ide.util.TipDialog/0.0.1920.1040@0.0.1920.1040" timestamp="1592132049032" />
<state x="1136" y="344" key="com.intellij.ide.util.TipDialog/0.0.1920.1040@0.0.1920.1040" timestamp="1592222377995" />
</component>
</project>

@ -56,42 +56,37 @@ h1 {
.shape {
display: inline-block;
border: 2px solid white;
height: 45%;
width: 25%;
margin-top: 30%;
width: 40px;
height: 100px;
-webkit-mask-repeat: no-repeat;
-webkit-mask-position: 15px;
margin-top: 35%;
}
.diamond {
width: 33%;
height: 27%;
margin-top: 45%;
transform: rotate(67deg) skewX(45deg) scaleY( 0.40);
width: 60px;
transform: rotate(67deg) skewX(45deg) scaleY( 0.70710678118);
}
.wave {
/*clip-path: polygon(5% 34%, 5% 20%, 79% 21%, 66% 61%, 98% 60%, 97% 73%, 19% 74%, 37% 34%);/
/*-moz-transform: scale(0.8) rotate(10deg) translate(15px, -1px) skew(-10deg, 8deg);
-webkit-transform: scale(0.8) rotate(10deg) translate(15px, -1px) skew(-10deg, 8deg);
-o-transform: scale(0.8) rotate(10deg) translate(15px, -1px) skew(-10deg, 8deg);
-ms-transform: scale(0.8) rotate(10deg) translate(15px, -1px) skew(-10deg, 8deg);
transform: scale(0.8) rotate(10deg) translate(15px, -1px) skew(-10deg, 8deg);*/
border-radius: 15px 180px 15px 180px;
transform: rotate(1deg) skewX(0.5deg) scaleX(0.8);
width: 45px;
/*-webkit-border-radius: 20px 100px 20px 100px;
-moz-border-radius: 20px 100px 20px 100px;*/
border-radius: 20px 100px 20px 100px;
}
.oval {
border-radius: 40px / 50px;
transform: rotate(0.5deg) skewX(1deg) scaleX(0.8);
width: 55px;
}
@ -126,35 +121,35 @@ h1 {
.red.open{
border: 4px solid red;
border: 2px solid red;
}
.green.open {
border: 4px solid green;
border: 2px solid green;
}
.purple.open {
border: 4px solid purple;
border: 2px solid purple;
}
.red.stripped{
background: repeating-linear-gradient(-45deg, red, red 5px, white 5px, white 10px);
background: repeating-linear-gradient(-40deg, red, red 5px, white 5px, white 10px);
border: 2px solid red;
}
.green.stripped {
background: repeating-linear-gradient(-45deg, green, green 5px, white 5px, white 10px);
background: repeating-linear-gradient(-40deg, green, green 5px, white 5px, white 10px);
border: 2px solid green;
}
.purple.stripped {
background: repeating-linear-gradient(-45deg, purple, purple 5px, white 5px, white 10px);
background: repeating-linear-gradient(-40deg, purple, purple 5px, white 5px, white 10px);
border: 2px solid purple;
}

Loading…
Cancel
Save