48 lines
786 B
PHP
48 lines
786 B
PHP
<?php
|
|
?>
|
|
<style type="text/css">
|
|
.carousel-control {
|
|
width: 45px;
|
|
height: 45px;
|
|
line-height: 55px;
|
|
border-radius: 45px;
|
|
background: 0 0;
|
|
cursor: pointer;
|
|
z-index: 100
|
|
}
|
|
|
|
#prev-cover {
|
|
position: absolute;
|
|
top: 48%;
|
|
left: 8px
|
|
}
|
|
|
|
#next-cover {
|
|
position: absolute;
|
|
top: 48%;
|
|
right: 8px
|
|
}
|
|
|
|
#prev-cover i {
|
|
margin-right: 3px
|
|
}
|
|
|
|
#next-cover i {
|
|
margin-left: 3px
|
|
}
|
|
|
|
.carousel-control:hover {
|
|
background-color: rgba(0, 0, 0, .4)
|
|
}
|
|
|
|
.carousel-control i {
|
|
color: #fff;
|
|
font-size: 2.4rem
|
|
}
|
|
|
|
code[class*=language-],
|
|
pre[class*=language-] {
|
|
white-space: pre !important
|
|
}
|
|
</style>
|