code cleanup

unified css statements
This commit is contained in:
lukas 2020-04-27 14:06:24 +02:00
parent 8bc9bdfc20
commit 2dfaf11b21
4 changed files with 6 additions and 8 deletions

View File

@ -27,7 +27,7 @@
#aboutPic { #aboutPic {
float: right; float: right;
margin-top: 10%; margin-top: 10%;
box-shadow: rgba(2, 12, 27, 0.7) 0px 10px 30px -15px; box-shadow: rgba(2, 12, 27, 0.7) 0 10px 30px -15px;
transition: box-shadow 500ms; transition: box-shadow 500ms;
height: 100%; height: 100%;
} }
@ -62,7 +62,7 @@
/* screen larger than 600px -- desktop */ /* screen larger than 600px -- desktop */
@media screen and (min-width: 1201px) { @media screen and (min-width: 1201px) {
#aboutPic:hover { #aboutPic:hover {
box-shadow: rgba(2, 12, 27, 0.7) 0px 10px 30px 0px; box-shadow: rgba(2, 12, 27, 0.7) 0 10px 30px 0;
transition: all 500ms; transition: all 500ms;
} }
} }

View File

@ -26,12 +26,11 @@
display: block; display: block;
float: left; float: left;
clear: left; clear: left;
margin: 0px;
width: 14%; width: 14%;
left: 0; left: 0;
overflow: hidden; overflow: hidden;
margin-right: 6mm; margin: 0 6mm 0 0;
border: 6mm solid hsla(0, 100%, 50%, 0); border: 6mm solid hsla(0, 100%, 50%, 0);
padding-left: 2mm; padding-left: 2mm;
@ -124,11 +123,10 @@
display: inline; display: inline;
width: auto; width: auto;
/*float: left;*/ /*float: left;*/
margin: 2px;
border: 0.5mm solid hsla(0, 100%, 50%, 0); border: 0.5mm solid hsla(0, 100%, 50%, 0);
padding: 2px 2px 2px 0; padding: 2px 2px 2px 0;
clear: none; clear: none;
margin-bottom: 20px; margin: 2px 2px 20px;
} }
#tab1 + .tab { #tab1 + .tab {

View File

@ -66,7 +66,7 @@
/* hover effects */ /* hover effects */
#homepicture:hover { #homepicture:hover {
box-shadow: rgba(2, 12, 27, 0.7) 0px 10px 30px 0px; box-shadow: rgba(2, 12, 27, 0.7) 0 10px 30px 0;
transition: all 500ms; transition: all 500ms;
} }

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> <!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN">
<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" <svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="215.434px" height="215.434px" viewBox="0 0 215.434 215.434" enable-background="new 0 0 215.434 215.434" width="215.434px" height="215.434px" viewBox="0 0 215.434 215.434" enable-background="new 0 0 215.434 215.434"
xml:space="preserve"> xml:space="preserve">

Before

Width:  |  Height:  |  Size: 712 B

After

Width:  |  Height:  |  Size: 661 B