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="DefaultHtmlFileTemplate" value="HTML File" />
<property name="RunOnceActivity.ShowReadmeOnStart" value="true" /> <property name="RunOnceActivity.ShowReadmeOnStart" value="true" />
<property name="WebServerToolWindowFactoryState" value="false" /> <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>
<component name="RecentsManager"> <component name="RecentsManager">
<key name="CopyFile.RECENT_KEYS"> <key name="CopyFile.RECENT_KEYS">
@ -85,6 +85,7 @@
<workItem from="1591955810403" duration="597000" /> <workItem from="1591955810403" duration="597000" />
<workItem from="1592041915661" duration="662000" /> <workItem from="1592041915661" duration="662000" />
<workItem from="1592130212695" duration="10276000" /> <workItem from="1592130212695" duration="10276000" />
<workItem from="1592222379200" duration="7855000" />
</task> </task>
<servers /> <servers />
</component> </component>
@ -100,10 +101,10 @@
<screen x="0" y="0" width="1920" height="1040" /> <screen x="0" y="0" width="1920" height="1040" />
</state> </state>
<state x="1097" y="0" key="#com.intellij.refactoring.rename.AutomaticRenamingDialog/0.0.1920.1040@0.0.1920.1040" timestamp="1591698752215" /> <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" /> <screen x="0" y="0" width="1920" height="1040" />
</state> </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"> <state width="196" height="457" key="HiddenNamespacesPopup" timestamp="1591707100032">
<screen x="0" y="0" width="1920" height="1040" /> <screen x="0" y="0" width="1920" height="1040" />
</state> </state>
@ -120,9 +121,9 @@
<screen x="0" y="0" width="1920" height="1040" /> <screen x="0" y="0" width="1920" height="1040" />
</state> </state>
<state width="498" height="446" key="SwitcherDM/0.0.1920.1040@0.0.1920.1040" timestamp="1592141850590" /> <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" /> <screen x="0" y="0" width="1920" height="1040" />
</state> </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> </component>
</project> </project>

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

Loading…
Cancel
Save