54 lines
1.3 KiB
CSS
54 lines
1.3 KiB
CSS
/* History: Theory and Culture
|
|
* interview.css: The style sheet for the interviews.
|
|
*/
|
|
|
|
/* Copyright (c) 2001-2018 imacat.
|
|
*
|
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
* you may not use this file except in compliance with the License.
|
|
* You may obtain a copy of the License at
|
|
*
|
|
* http://www.apache.org/licenses/LICENSE-2.0
|
|
*
|
|
* Unless required by applicable law or agreed to in writing, software
|
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
* See the License for the specific language governing permissions and
|
|
* limitations under the License.
|
|
*/
|
|
|
|
/* Author: imacat <imacat@mail.imacat.idv.tw>
|
|
* First written: 2001-02-04
|
|
*/
|
|
|
|
/* 訪談 */
|
|
h1 {
|
|
margin: 0.5em 0 2em 0;
|
|
text-align: center;
|
|
}
|
|
#author {
|
|
font-family: "標楷體", DFKai-SB, cursive, serif;
|
|
font-size: 1.44em;
|
|
font-style: normal;
|
|
text-align: center;
|
|
margin: 2em 0;
|
|
}
|
|
blockquote {
|
|
font-family: "標楷體", DFKai-SB, cursive, serif;
|
|
margin: 0.5em 0 0.5em 3em;
|
|
}
|
|
blockquote p {
|
|
margin: 0.25em 0;
|
|
text-indent: 0;
|
|
}
|
|
.dialog {
|
|
margin: 1em 0 1em 2em;
|
|
}
|
|
p {
|
|
margin: 0.5em 0;
|
|
text-indent: 0;
|
|
}
|
|
.first {
|
|
text-indent: -2em;
|
|
}
|