110 lines
3.3 KiB
CSS
110 lines
3.3 KiB
CSS
|
/* Conference Papers */
|
||
|
[page-name="conference_p_list"] .list_t_item .inner {
|
||
|
padding-left: 30px; }
|
||
|
[page-name="conference_p_list"] .list_item_action {
|
||
|
font-size: 12px;
|
||
|
float: left;
|
||
|
margin-left: -30px; }
|
||
|
[page-name="conference_p_list"] .list_item_action a {
|
||
|
display: block;
|
||
|
width: 20px;
|
||
|
height: 20px;
|
||
|
line-height: 20px;
|
||
|
margin: 1px 1px 6px 1px;
|
||
|
font-size: 20px; }
|
||
|
[page-name="conference_p_list"] .list_item_action .icon-star-empty, [page-name="conference_p_list"] .list_item_action .icon-check-empty {
|
||
|
color: #dddddd;
|
||
|
-webkit-transition: color 0.3s ease;
|
||
|
-moz-transition: color 0.3s ease;
|
||
|
transition: color 0.3s ease; }
|
||
|
[page-name="conference_p_list"] .list_item_action .icon-star-empty:hover, [page-name="conference_p_list"] .list_item_action .icon-check-empty:hover {
|
||
|
color: #aaaaaa; }
|
||
|
[page-name="conference_p_list"] .list_item_action .icon-star {
|
||
|
color: #faa732; }
|
||
|
[page-name="conference_p_list"] .list_item_action .icon-check {
|
||
|
color: #333; }
|
||
|
[page-name="conference_p_list"] .file_view .list_t_des {
|
||
|
overflow: hidden; }
|
||
|
[page-name="conference_p_list"] .file_view .file {
|
||
|
float: left;
|
||
|
width: 120px;
|
||
|
height: 50px;
|
||
|
padding: 6px;
|
||
|
margin: 1px;
|
||
|
position: relative;
|
||
|
-webkit-box-sizing: border-box;
|
||
|
/* webkit */
|
||
|
-khtml-box-sizing: border-box;
|
||
|
/* konqueror */
|
||
|
-moz-box-sizing: border-box;
|
||
|
/* firefox */
|
||
|
-ms-box-sizing: border-box;
|
||
|
/* ie */
|
||
|
box-sizing: border-box;
|
||
|
/* css3 */ }
|
||
|
[page-name="conference_p_list"] .file_view .file:hover {
|
||
|
background-color: #f7f7f7; }
|
||
|
[page-name="conference_p_list"] .file_view .file img {
|
||
|
width: 38px;
|
||
|
height: 38px;
|
||
|
position: absolute;
|
||
|
left: 6px;
|
||
|
top: 6px; }
|
||
|
[page-name="conference_p_list"] .file_view .file .filetitle {
|
||
|
display: block;
|
||
|
width: 100%;
|
||
|
height: 38px;
|
||
|
padding-left: 40px;
|
||
|
overflow: hidden;
|
||
|
-webkit-box-sizing: border-box;
|
||
|
/* webkit */
|
||
|
-khtml-box-sizing: border-box;
|
||
|
/* konqueror */
|
||
|
-moz-box-sizing: border-box;
|
||
|
/* firefox */
|
||
|
-ms-box-sizing: border-box;
|
||
|
/* ie */
|
||
|
box-sizing: border-box;
|
||
|
/* css3 */ }
|
||
|
|
||
|
/* Conference Conference list */
|
||
|
[page-name="conference_p_conference"] .datalist_item .inner {
|
||
|
padding-left: 30px; }
|
||
|
[page-name="conference_p_conference"] .list_item_action {
|
||
|
font-size: 12px;
|
||
|
float: left;
|
||
|
margin-left: -30px; }
|
||
|
[page-name="conference_p_conference"] .list_item_action i {
|
||
|
color: #999;
|
||
|
font-size: 20px;
|
||
|
display: block;
|
||
|
width: 20px;
|
||
|
height: 20px;
|
||
|
line-height: 20px;
|
||
|
margin: 1px 1px 6px 1px; }
|
||
|
[page-name="conference_p_conference"] .list_t_desc {
|
||
|
font-family: Arial, sans-serif;
|
||
|
font-size: 12px;
|
||
|
color: #999; }
|
||
|
|
||
|
/* Conference Co-Author */
|
||
|
[page-name="conference_p_coauthor"] .list_t_item {
|
||
|
height: 110px; }
|
||
|
[page-name="conference_p_coauthor"] .info {
|
||
|
font-family: Arial, sans-serif; }
|
||
|
[page-name="conference_p_coauthor"] .info li {
|
||
|
margin-bottom: 8px;
|
||
|
color: #999; }
|
||
|
[page-name="conference_p_coauthor"] .info .name {
|
||
|
font-size: 18px;
|
||
|
line-height: 24px;
|
||
|
color: #333; }
|
||
|
|
||
|
/* Conference Co-Author Relationship*/
|
||
|
[page-name="conference_p_coauthor_relation"] .edit_co_author_relation {
|
||
|
/*margin-left: -10px;*/ }
|
||
|
[page-name="conference_p_coauthor_relation"] .form_space {
|
||
|
margin-bottom: 10px;
|
||
|
font-size: 18px;
|
||
|
font-family: Arial, sans-serif; }
|