21 lines
518 B
CSS
21 lines
518 B
CSS
h3{
|
|
text-align: center;
|
|
}
|
|
h3>a.postLink{
|
|
color: var(--main-light-color) !important;
|
|
text-decoration: none !important;
|
|
}
|
|
#open{
|
|
width: 60%;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
}
|
|
pre{
|
|
font-family: inherit;
|
|
font-size: 1em;
|
|
white-space: pre-wrap; /* css-3 */
|
|
white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
|
|
white-space: -pre-wrap; /* Opera 4-6 */
|
|
white-space: -o-pre-wrap; /* Opera 7 */
|
|
word-wrap: break-word; /* Internet Explorer 5.5+ */
|
|
} |