h2.category { margin-top: 16px; margin-bottom: 16px; } .list ul li .title:hover, .list ul li .title:focus { color: #212121; } ul li span { font-family: Lato, Helvetica, sans-serif; color: #212121; font-weight: 300; } a { font-family: Lato, Helvetica, sans-serif; color: #212121; font-weight: 700 !important; } a:hover, a:focus { color: #d60000 !important; font-weight: 700 !important; text-decoration: none; } img.rotating { -webkit-transition: -webkit-transform .8s ease-in-out; transition: transform .8s ease-in-out; -webkit-transform: rotate(-6deg); transform: rotate(-6deg); } img.rotating:hover { -webkit-transform: rotate(6deg); transform: rotate(6deg); } img.rounded { border-radius: 10%; } /* Contact Form */ input[type=text], input[type=email], textarea { width: 100%; padding: 12px 20px; margin: 8px 0; display: inline-block; border: 1px solid #ccc; border-radius: 4px; box-sizing: border-box; } input[type=submit] { width: 100%; background-color: #4CAF50; color: white; padding: 14px 20px; margin: 8px 0; border: none; border-radius: 4px; cursor: pointer; } button[type=submit] { width: 100%; padding: 14px 20px; margin: 8px 0; border: none; border-radius: 4px; cursor: pointer; } button[type=submit]:hover { background-color: #45a049; color: white; } /* Navigation menu */ .menu-active { text-shadow: 2px 2px 10px gray; } p, li { text-align: justify; text-justify: inter-word; } footer p { text-align: center; } /* GitHub Cards */ .github-card-container { padding: 0; margin: 15px; font-size: 14px; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; overflow: hidden; border: 1px solid #eee; border-radius: 5px; border-color: #eee #ddd #bbb; box-shadow: rgba(0, 0, 0, 0.14) 0px 1px 3px; width: 50%; max-width: 400px; display: inline-block; float: left; } .github-card { border-radius: 5px; padding: 8px 8px 0; background: #fff; color: #555; position: relative; } .github-card a { text-decoration: none; color: #4183c4; outline: 0; } .github-card a:hover { text-decoration: underline; } .github-card .button { position: absolute; top: 0; right: 0; padding: 4px 8px 4px 7px; color: #555; text-shadow: 0 1px 0 #fff; border: 1px solid #d4d4d4; border-radius: 3px; font-size: 13px; font-weight: bold; line-height: 14px; background-color: #e6e6e6; background-image: -webkit-linear-gradient(#fafafa, #eaeaea); background-image: -moz-linear-gradient(#fafafa, #eaeaea); background-image: -ms-linear-gradient(#fafafa, #eaeaea); background-image: linear-gradient(#fafafa, #eaeaea); } .github-card .button:hover { color: #fff; text-decoration: none; background-color: #3072b3; background-image: -webkit-linear-gradient(#599bdc, #3072b3); background-image: -moz-linear-gradient(#599bdc, #3072b3); background-image: -ms-linear-gradient(#599bdc, #3072b3); background-image: linear-gradient(#599bdc, #3072b3); border-color: #518cc6 #518cc6 #2a65a0; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); } .github-card .header { padding: 3px 0 4px 57px; position: relative; } .github-card .logo { position: absolute; top: 0; right: 0; width: 100px; background: #fff; border-radius: 4px; } .github-card .logo img { position: absolute; top: 0; right: 0; max-height: 48px; background: #fff; border-radius: 4px; box-shadow: none; border: 0px; } .github-card .maintainer { position: absolute; top: 0; left: 0; width: 48px; background: #fff; border-radius: 4px; } .github-card .maintainer img { position: absolute; top: 0; left: 0; width: 48px; height: 48px; background: #fff; border-radius: 4px; box-shadow: none; } .github-card .header a { color: #707070; } .github-card .header strong { display: block; font-size: 18px; line-height: 1.4; } .github-card .header strong a { color: #292f33; } .github-card .header sup { font-size: 10px; margin-left: 3px; color: #797979; } .github-card .content { padding: 6px 0 10px; height: 5em; margin-top: 0em; margin-bottom: 0em; } .github-card .content p { margin: 0 5px 0 0; font: 18px/24px Georgia, "Times New Roman", Palatino, serif; overflow: hidden; clear: both; word-wrap: break-word; } .github-card .footer { border-top: 1px solid #eee; padding: 8px 0 6px; background-color: #fff; text-align: left; margin-bottom: 0px; } .github-card .status { font-size: 10px; padding-right: 10px; text-transform: uppercase; } .github-card .status strong { font-size: 12px; padding-right: 5px; } .github-card-container img { -webkit-transition: none; transition: none; -webkit-transform: none; transform: noene; } .github-card-container img:hover { -webkit-transform: none; transform: none; } div.about h1 a img.hearmyname { height: 24px; -webkit-filter: grayscale(100%); filter: grayscale(100%); } .strike { position:relative; } .strike::after { content:' '; position:absolute; top:50%; left:-3%; width:0; height:10px; opacity:80%; transform:translateY(-50%); background:repeat-x url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB0AAAAKAQMAAAByjsdvAAAABlBMVEUAAADdMzNrjRuKAAAAAXRSTlMAQObYZgAAADdJREFUCNdj+MMABP8ZGCQY/h9g+MHw/AHzDwbGD+w/GBhq6h8wMNj/b2BgkP8HVMMPUsn+gQEAsTkQNRVnI4cAAAAASUVORK5CYII=); animation: strike 2s linear .3s 1 forwards; } @keyframes strike { to { width: 106%; } } .unstrike { white-space: nowrap; overflow: hidden; animation: unstrike 2s linear forwards; } @keyframes unstrike { 0% { width: 0px; } 100% { width: 100%; } } .unstrike code { color: #E35B5B; font-size: 2.4rem; }