2022-05-08 22:13:49 +05:30
|
|
|
table,
|
|
|
|
|
th,
|
|
|
|
|
td {
|
|
|
|
|
border-collapse: collapse;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
th,
|
|
|
|
|
td {
|
|
|
|
|
padding: 15px;
|
|
|
|
|
text-align: left;
|
|
|
|
|
}
|
|
|
|
|
|
2022-05-09 00:04:36 +05:30
|
|
|
tr {
|
|
|
|
|
height: auto;
|
|
|
|
|
}
|
|
|
|
|
|
2022-05-08 22:13:49 +05:30
|
|
|
tr:hover {
|
|
|
|
|
background-color: salmon;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.publication-detail {
|
|
|
|
|
padding: 30px;
|
|
|
|
|
margin: 40px;
|
|
|
|
|
border: 1px solid white;
|
2022-05-09 00:55:07 +05:30
|
|
|
border-radius: 2em;
|
2022-05-09 00:04:36 +05:30
|
|
|
white-space: normal;
|
|
|
|
|
overflow: auto;
|
|
|
|
|
text-overflow: ellipsis;
|
2022-05-09 00:55:07 +05:30
|
|
|
text-align: justify;
|
|
|
|
|
padding-left: 5%;
|
|
|
|
|
padding-right: 5%;
|
2022-05-08 22:13:49 +05:30
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.publication-detail h3 {
|
|
|
|
|
font-size: xx-large;
|
|
|
|
|
color: aquamarine;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.publication-detail a {
|
|
|
|
|
color: aquamarine
|
|
|
|
|
}
|