42 lines
1.1 KiB
CSS
42 lines
1.1 KiB
CSS
/**
|
|
* Template: teachPress original small
|
|
* Version: 1.3
|
|
* Author: Michael Winkler
|
|
*/
|
|
.tp_bibtex_entry {
|
|
font-size:0.8rem;}
|
|
.tp_bibtex_entry pre {
|
|
white-space: normal;
|
|
word-wrap: break-word;}
|
|
.tp_abstract_entry {
|
|
font-size: 0.9rem;}
|
|
td.tp_pub_info_simple {
|
|
border-bottom:1px solid silver;
|
|
vertical-align:top;
|
|
padding:8px;}
|
|
.tp_pub_author_simple, #content span.tp_pub_author_simple {}
|
|
.tp_pub_title_simple, #content span.tp_pub_title_simple {
|
|
font-weight:bold;}
|
|
.tp_pub_additional_simple, #content span.tp_pub_additional_simple {}
|
|
.tp_pub_menu_simple, #content span.tp_pub_menu_simple {
|
|
color:#AAAAAA;}
|
|
.tp_pub_menu_simple a {
|
|
color:#AAAAAA;
|
|
text-decoration:underline;
|
|
box-shadow: none;}
|
|
.tp_pub_menu_simple a:hover {
|
|
color:#AAAAAA;
|
|
text-decoration:none;}
|
|
.tp_pub_type_simple {}
|
|
.tp_pub_link_image {
|
|
max-width: 2em;
|
|
max-height: 2em;}
|
|
.tp_pub_menu_simple i {
|
|
padding-left: 2px;
|
|
padding-right: 2px;
|
|
font-size: 110%;
|
|
text-decoration: none;}
|
|
.tp_close {
|
|
cursor: pointer;
|
|
font-weight: bold;
|
|
font-size: 0.9rem; } |