update
This commit is contained in:
parent
1ce3e5b55b
commit
e9d0d7d743
@ -61,27 +61,39 @@ padding: 0px 8px;
|
|||||||
font-size: 22px;
|
font-size: 22px;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
.library_table{
|
||||||
|
border-spacing:0; /* Removes the cell spacing via CSS */
|
||||||
|
}
|
||||||
.library_table a{
|
.library_table a{
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
color: black;
|
color: black;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.library_table th{
|
||||||
|
font-size: 21px;
|
||||||
|
|
||||||
|
}
|
||||||
|
.library_table tr:hover{
|
||||||
|
background-color: #E8E8E8!important;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
.library_table .title_col{
|
.library_table .title_col{
|
||||||
font-size: 17px;
|
font-size: 21px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.library_table .author_col{
|
.library_table .author_col{
|
||||||
font-size: 12px;
|
font-size: 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.library_table li{
|
.library_table li{
|
||||||
list-style-type: none;
|
list-style-type:none;
|
||||||
|
padding-right: 5px;
|
||||||
|
display: inline-block;
|
||||||
}
|
}
|
||||||
|
|
||||||
.library_table tr:nth-child(even){
|
.library_table tr:nth-child(even){
|
||||||
background-color: #F8F8F8;
|
background-color: #fafafa;
|
||||||
}
|
}
|
||||||
|
|
||||||
#title_xppl{
|
#title_xppl{
|
||||||
|
Loading…
Reference in New Issue
Block a user