body{ font-family: monospace; } h2 { } h4 { padding-top: 12px; padding-left: 10px; } .list { } .list > li { background-color: #ddd; padding:10px; width: 200px; height: 500px; margin: 5px; border: 1px solid #000; list-style: none; float: left; box-shadow: 1px 1px 0px rgba(144, 144, 144, 1.0), 2px 2px 0px rgba(0, 0, 0, 1.0), 3px 3px 0px rgba(144, 144, 144, 1.0), 4px 4px 0px rgba(0, 0, 0, 1.0), 5px 5px 0px rgba(144, 144, 144, 1.0), 6px 6px 0px rgba(0, 0, 0, 1.0), 7px 7px 0px rgba(144, 144, 144, 1.0), 8px 8px 0px rgba(0, 0, 0, 1.0), 9px 9px 0px rgba(144, 144, 144, 1.0), 10px 10px 0px rgba(0, 0, 0, 1.0), 11px 11px 0px rgba(144, 144, 144, 0.9), 12px 12px 0px rgba(0, 0, 0, 0.9), 13px 13px 0px rgba(144, 144, 144, 0.8), 14px 14px 0px rgba(0, 0, 0, 0.8), 15px 15px 0px rgba(144, 144, 144, 0.7), 16px 16px 0px rgba(0, 0, 0, 0.7), 17px 17px 0px rgba(144, 144, 144, 0.6), 18px 18px 0px rgba(0, 0, 0, 0.6), 19px 19px 0px rgba(144, 144, 144, 0.5), 20px 20px 0px rgba(0, 0, 0, 0.5), 21px 21px 0px rgba(144, 144, 144, 0.4), 22px 22px 0px rgba(0, 0, 0, 0.4), 23px 23px 0px rgba(144, 144, 144, 0.3), 24px 24px 0px rgba(0, 0, 0, 0.3), 25px 25px 0px rgba(144, 144, 144, 0.2), 26px 26px 0px rgba(0, 0, 0, 0.2), 27px 27px 0px rgba(144, 144, 144, 0.1), 28px 28px 0px rgba(0, 0, 0, 0.1); } .header{ display: inline-flex; } .avatar { max-width: 150px; } img { max-width: 100%; border: 1px solid #000000; opacity: 0.5; -webkit-transition: opacity 0.5s, border 0.5s; transition: opacity 0.5s, border 0.5s; width: 200px; height: 283px; } img:hover { opacity: 1; border: 1px solid #ff0000; } h3 { font-size: 16px; margin:0 0 15px; font-weight:bold; height: 48px; text-align: center; } p { margin-top: 10px; height: 100px; overflow-y: scroll; } input { border:solid 1px #000; border-radius: 0px; padding:7px 14px; margin-bottom:10px; margin-left: 100px; margin-top: 15px; } input:focus { outline:none; border-color:#000; } .anchorlink{ float: right; } .tags{ display: inline-flex; } .sort { padding:8px 30px; border-radius: 6px; border:none; display:inline-block; color:#fff; text-decoration: none; background-color: #28a8e0; height:30px; } .sort:hover { text-decoration: none; background-color:#1b8aba; } .sort:focus { outline:none; } .sort:after { width: 0; height: 0; border-left: 5px solid transparent; border-right: 5px solid transparent; border-bottom: 5px solid transparent; content:""; position: relative; top:-10px; right:-5px; } .sort.asc:after { width: 0; height: 0; border-left: 5px solid transparent; border-right: 5px solid transparent; border-top: 5px solid #fff; content:""; position: relative; top:13px; right:-5px; } .sort.desc:after { width: 0; height: 0; border-left: 5px solid transparent; border-right: 5px solid transparent; border-bottom: 5px solid #fff; content:""; position: relative; top:-10px; right:-5px; }