mirror of https://github.com/ulaulaman/dropsea.git
23 lines
467 B
CSS
23 lines
467 B
CSS
|
blockquote {
|
||
|
padding-left: 6px;
|
||
|
border-left: 3px solid #D7D7D7;
|
||
|
}
|
||
|
|
||
|
#box {
|
||
|
margin: 15px; padding: 5px 5px 5px 5px; background: #fafafa; border: 1px solid #4284b0;
|
||
|
}
|
||
|
|
||
|
#caption {
|
||
|
background: rgb(249, 249, 249);
|
||
|
border: 1px solid rgb(204, 204, 204);
|
||
|
color: #262626;
|
||
|
font-family: Arial, sans-serif;
|
||
|
font-size: 11px;
|
||
|
font-stretch: normal;
|
||
|
line-height: 1.4em;
|
||
|
margin: 0.5em 0.8em 0.5em 0pt;
|
||
|
outline: 0px;
|
||
|
padding: 5px;
|
||
|
text-align: center; vertical-align: baseline;
|
||
|
}
|