CSS-Coverage
view release on metacpan or search on metacpan
t/002-real.t view on Meta::CPAN
}
nav h1, nav img, nav ul, nav li {
margin: 0;
padding: 0;
}
nav li {
padding-bottom: 0.3em;
}
nav ul {
list-style-type: none;
}
nav img {
border: 0;
border-radius: 17px;
}
#content {
margin-left: 140px;
width: 800px;
}
ul#posts, ul#talks {
margin-top: 0;
list-style-type: none;
}
#posts .title a, #talks .title a {
font-size: 1.1em;
line-height: 1.2em;
}
#posts .date, #talks .date, #post #date, #talk #date {
float: right;
color: #AAAAAA;
}
#posts .date {
color: #AAAAAA;
-webkit-transition: color 1s ease-out;
-moz-transition: color 1s ease-out;
-o-transition: color 1s ease-out;
-ms-transition: color 1s ease-out;
transition: color 1s ease-out;
}
#posts li:hover .date {
color: #000000;
-webkit-transition: color .25s;
-moz-transition: color .25s;
-o-transition: color .25s;
-ms-transition: color .25s;
transition: color .25s;
}
#posts li, #talks li {
padding-bottom: 0.4em;
}
#talks .conference {
font-size: 0.7em;
}
#about ul {
list-style-type: none;
}
#about a {
font-weight: bold;
font-size: 1.3em;
}
#about li {
margin-bottom: 1em;
}
#projects ul {
list-style-type: none;
}
#projects li {
display: inline-block;
vertical-align: top;
text-align: center;
width: 228px;
height: 228px;
}
#projects li a {
text-decoration: none;
color: black;
}
#projects li .name {
font-weight: bold;
display: block;
}
#projects li img.icon {
height: 114px;
width: 114px;
border-radius: 20px;
}
#projects li img.icon {
-webkit-filter: grayscale(80%) blur(1px);
filter: grayscale(80%) blur(1px);
border: 2px solid #333;
-webkit-transition: all .25s ease-out;
-moz-transition: all .25s ease-out;
-o-transition: all .25s ease-out;
-ms-transition: all .25s ease-out;
transition: all .25s ease-out;
}
#projects li:hover img.icon {
-webkit-filter: grayscale(0%) blur(0);
filter: grayscale(0%) blur(0);
border: 2px solid #000;
}
#projects li .details {
opacity: 0.2;
-webkit-transition: all .5s ease-out;
-moz-transition: all .5s ease-out;
-o-transition: all .5s ease-out;
-ms-transition: all .5s ease-out;
transition: all .5s ease-out;
}
#projects li:hover .details {
opacity: 1;
}
#post h1, #talk h1 {
margin: 0;
}
#post h1, #talk h1,
#post h2, #talk h2,
#post h3, #talk h3,
#post h4, #talk h4,
#post h5, #talk h5 {
font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
#post article, #talk article {
font-family: "Baskerville", "Georgia", serif;
font-size: 1.2em;
}
.spoiler {
color: black;
background: black;
padding: .1em;
}
( run in 0.933 second using v1.01-cache-2.11-cpan-df04353d9ac )