Files
selima-perl/htdocs/htc/stylesheets/article.css
2026-03-10 21:31:43 +08:00

103 lines
2.1 KiB
CSS

/* History: Theory and Culture
* article.css: The article style sheet.
*/
/* 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;
}
h2 {
margin: 3em 0 1em 0;
text-align: center;
}
.newsletter001 {
text-align: left;
}
h3 {
margin: 1em 0;
}
p {
margin: 0.5em 0;
text-indent: 2em;
}
.section {
margin: 1.5em 0;
}
.continued {
text-indent: 0;
}
blockquote {
font-family: "標楷體", DFKai-SB, cursive, serif;
margin: 0.5em 0 0.5em 3em;
}
blockquote p {
margin: 0.25em 0;
text-indent: 0;
}
address.footer {
font-family: "標楷體", DFKai-SB, cursive, serif;
font-style: normal;
font-size: 1em;
margin-bottom: 1em;
text-align: right;
}
#annotations {
font-family: "標楷體", DFKai-SB, cursive, serif;
margin: 1em 0;
}
#annotations address {
font-style: normal;
font-size: 1em;
}
.reviewtitle {
font-family: "Times New Roman", serif;
font-size: 1.2em;
font-weight: normal;
text-align: left;
text-indent: -2em;
margin: 0 0 2em 2em;
}
.image {
text-align: center;
margin: 0.5em 0;
}
#contributers {
margin-bottom: 1em;
}
#contributers h2 {
text-align: left;
margin: 0.5em 0;
}
#contributers table {
margin-left: 2em;
table-layout: fixed;
}