diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 26634ede5b4c5bf164e19a8db2db99deea0d35a3..65cbcbd9c3ead92e6f72d380823ad7ea4d86ec82 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -19,7 +19,10 @@ <select /> </component> <component name="ChangeListManager"> - <list default="true" id="96203431-5b23-4ef4-a731-a73cf5dd800b" name="Default Changelist" comment="" /> + <list default="true" id="96203431-5b23-4ef4-a731-a73cf5dd800b" name="Default Changelist" comment="css cleanup"> + <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" /> + <change beforePath="$PROJECT_DIR$/css/404.css" beforeDir="false" afterPath="$PROJECT_DIR$/css/404.css" afterDir="false" /> + </list> <option name="SHOW_DIALOG" value="false" /> <option name="HIGHLIGHT_CONFLICTS" value="true" /> <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" /> @@ -96,8 +99,16 @@ <workItem from="1602960955994" duration="1962000" /> <workItem from="1602966012124" duration="57000" /> <workItem from="1602966157803" duration="325000" /> - <workItem from="1603441527208" duration="7000" /> + <workItem from="1603441527208" duration="207000" /> </task> + <task id="LOCAL-00001" summary="css cleanup"> + <created>1603441561461</created> + <option name="number" value="00001" /> + <option name="presentableId" value="LOCAL-00001" /> + <option name="project" value="LOCAL" /> + <updated>1603441561461</updated> + </task> + <option name="localTasksCounter" value="2" /> <servers /> </component> <component name="TypeScriptGeneratedFilesManager"> @@ -115,6 +126,10 @@ </option> <option name="oldMeFiltersMigrated" value="true" /> </component> + <component name="VcsManagerConfiguration"> + <MESSAGE value="css cleanup" /> + <option name="LAST_COMMIT_MESSAGE" value="css cleanup" /> + </component> <component name="WindowStateProjectService"> <state x="540" y="235" key="#CLI_Interpreters" timestamp="1601739366019"> <screen x="0" y="0" width="1920" height="1160" /> diff --git a/css/404.css b/css/404.css index 81d8dd2eea9a99eba798060f0a5aecbc5244e74c..cc8912f0f61434c3f722e1c2012050bed60701c4 100644 --- a/css/404.css +++ b/css/404.css @@ -2,7 +2,7 @@ html, body { height: 100%; width: 100%; - margin: 0px; + margin: 0; background: linear-gradient(90deg, rgba(47,54,64,1) 23%, rgba(24,27,32,1) 100%); } @@ -15,7 +15,7 @@ body { height: 900px; content: ''; border-radius: 100%; - box-shadow: 0px 0px 30px -4px rgba(0,0,0,0.5); + box-shadow: 0 0 30px -4px rgba(0,0,0,0.5); } .moon__crater { @@ -216,10 +216,8 @@ body { width: 20px; height: 45px; content: ''; - border-radius: 8px; transform: rotate(-12deg); - border-top-left-radius: 8em; - border-top-right-radius: 8em; + border-radius: 8em 8em 8px 8px; } .astronaut__arm-right1 { @@ -242,10 +240,8 @@ body { width: 20px; height: 45px; content: ''; - border-radius: 8px; transform: rotate(-10deg); - border-top-left-radius: 8em; - border-top-right-radius: 8em; + border-radius: 8em 8em 8px 8px; } .astronaut__arm-thumb-left { @@ -276,7 +272,7 @@ body { background-color: #e67e22; position: absolute; top: 122px; - left: 6.5px; + left: 7px; width: 21px; height: 4px; content: ''; @@ -318,40 +314,11 @@ body { transform: rotate(-10deg); } -.astronaut__foot-left { - background-color: white; - position: absolute; - top: 240px; - left: 43px; - width: 28px; - height: 20px; - content: ''; - transform: rotate(10deg); - border-radius: 3px; - border-top-left-radius: 8em; - border-top-right-radius: 8em; - border-bottom: 4px solid #e67e22; -} - -.astronaut__foot-right { - background-color: white; - position: absolute; - top: 240px; - left: 111px; - width: 28px; - height: 20px; - content: ''; - transform: rotate(-10deg); - border-radius: 3px; - border-top-left-radius: 8em; - border-top-right-radius: 8em; - border-bottom: 4px solid #e67e22; -} html, body { height: 100%; width: 100%; - margin: 0px; + margin: 0; background: linear-gradient(90deg, rgba(47,54,64,1) 23%, rgba(24,27,32,1) 100%); } @@ -364,7 +331,7 @@ body { height: 900px; content: ''; border-radius: 100%; - box-shadow: 0px 0px 30px -4px rgba(0,0,0,0.5); + box-shadow: 0 0 30px -4px rgba(0,0,0,0.5); } .moon__crater { @@ -398,21 +365,6 @@ body { transform: rotate(250deg); } -.star { - background: grey; - position: absolute; - width: 5px; - height: 5px; - content: ''; - border-radius: 100%; - transform: rotate(250deg); - opacity: 0.4; - animation-name: shimmer; - animation-duration: 1.5s; - animation-iteration-count: infinite; - animation-direction: alternate; -} - @keyframes shimmer { from {opacity: 0;} to {opacity: 0.7;} @@ -565,10 +517,8 @@ body { width: 20px; height: 45px; content: ''; - border-radius: 8px; transform: rotate(-12deg); - border-top-left-radius: 8em; - border-top-right-radius: 8em; + border-radius: 8em 8em 8px 8px; } .astronaut__arm-right1 { @@ -591,10 +541,8 @@ body { width: 20px; height: 45px; content: ''; - border-radius: 8px; transform: rotate(-10deg); - border-top-left-radius: 8em; - border-top-right-radius: 8em; + border-radius: 8em 8em 8px 8px; } .astronaut__arm-thumb-left { @@ -625,7 +573,7 @@ body { background-color: #e67e22; position: absolute; top: 122px; - left: 6.5px; + left: 7px; width: 21px; height: 4px; content: ''; @@ -676,9 +624,7 @@ body { height: 20px; content: ''; transform: rotate(10deg); - border-radius: 3px; - border-top-left-radius: 8em; - border-top-right-radius: 8em; + border-radius: 8em 8em 3px 3px; border-bottom: 4px solid #e67e22; } @@ -691,8 +637,6 @@ body { height: 20px; content: ''; transform: rotate(-10deg); - border-radius: 3px; - border-top-left-radius: 8em; - border-top-right-radius: 8em; + border-radius: 8em 8em 3px 3px; border-bottom: 4px solid #e67e22; }