|
|
@ -289,6 +289,8 @@ display: none;
|
|
|
|
min-width: 200px;
|
|
|
|
min-width: 200px;
|
|
|
|
min-height: 100px;
|
|
|
|
min-height: 100px;
|
|
|
|
background-color: #AAA;
|
|
|
|
background-color: #AAA;
|
|
|
|
|
|
|
|
white-space: pre-wrap;
|
|
|
|
|
|
|
|
word-wrap: break-word;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.post{
|
|
|
|
.post{
|
|
|
@ -324,6 +326,7 @@ width: 100%;
|
|
|
|
.post pre{
|
|
|
|
.post pre{
|
|
|
|
font-size: 12px!important;
|
|
|
|
font-size: 12px!important;
|
|
|
|
word-wrap: break-word!important;
|
|
|
|
word-wrap: break-word!important;
|
|
|
|
|
|
|
|
white-space: pre-wrap!important;
|
|
|
|
font-family: monospace!important;
|
|
|
|
font-family: monospace!important;
|
|
|
|
background-color: lightgrey;
|
|
|
|
background-color: lightgrey;
|
|
|
|
width: 100%;
|
|
|
|
width: 100%;
|
|
|
@ -361,9 +364,10 @@ margin-top: 20px;
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#secondframe{
|
|
|
|
#secondframe{
|
|
|
|
width: 50%;
|
|
|
|
width: 50%;
|
|
|
|
position: absolute;
|
|
|
|
position: fixed;
|
|
|
|
left: 50%;
|
|
|
|
left: 50%;
|
|
|
|
top:0;
|
|
|
|
top:0;
|
|
|
|
height: 100%;
|
|
|
|
height: 100%;
|
|
|
|