publications.css
publications.css — 1.2 KB
Dateiinhalt
.entry { /* font: 12pt Times; */ padding-left: 0.5in; text-indent:-0.5in; margin-bottom:6pt; transition: background-color 2s ease, font-size 1s ease; } .journalInfo .name { font-style:italic; } .journalInfo .volume { font-style:italic; } .book .title { font-style:italic; } .editedBook .title { font-style:italic; } .conferencePaper .title { font-style:italic; } .conferenceProceedingsTitle { font-style:italic; } .entry .author a { color:#069; text-decoration:none; } .entry .author a:hover { color:#996; text-decoration:underline; } .grouping { margin-top:10px; } .entry:hover { background-color:rgba(255,255,200,0.2); /*transition: background-color 2s ease, margin-top 2s ease,margin-bottom 2s ease;*/ transition: background-color 2s ease, font-size 1s ease; /*font-size:16pt;*/ /*margin-bottom: 5px;*/ } /*.title { background-color:rgba(255,0,0,0.5); } .authors { background-color:rgba(0,255,0,0.5); } .editors { background-color:rgba(255,255,0,0.5); } .bookTitle { background-color:rgba(255,0,255,0.5); } .publisherInfo { background-color:rgba(0,255,255,0.5); } .conferenceInfo { background-color:rgba(0,0,0,0.5); }*/