33 lines
372 B
CSS
33 lines
372 B
CSS
.byl-inact {
|
|
opacity: 0.5;
|
|
}
|
|
|
|
.byl-pages {
|
|
position: relative;
|
|
}
|
|
|
|
blockquote {
|
|
border-left-width: 10px;
|
|
border-left-style: solid;
|
|
padding-left: 10px;
|
|
}
|
|
|
|
.byl-hidden {
|
|
width: 0px;
|
|
height: 0px;
|
|
border: 0px;
|
|
margin: 0px;
|
|
padding: 0px;
|
|
border: 0px;
|
|
}
|
|
|
|
img {
|
|
max-width: 100%;
|
|
height: auto;
|
|
}
|
|
|
|
textarea {
|
|
box-sizing: border-box;
|
|
max-width: 100%;
|
|
}
|