Files
2026-03-10 21:31:43 +08:00

68 lines
1.5 KiB
CSS

/* History: Theory and Culture
* index.css: The style sheet for the table of contents of the newsletters.
*/
/* 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
*/
/* 各期通訊 */
.date {
font-family: Arial, sans-serif;
font-size: 0.579em;
font-style: italic;
}
/* 本期要目 */
address {
text-align: right;
font-size: 1em;
}
.title {
float: left;
margin: 1em 1em 1em 0;
}
.title h2 {
margin-left: 2em;
}
.title h3 {
margin-left: 6em;
}
#credits {
background-color: white;
border: medium double black;
float: right;
font-family: "標楷體", DFKai-SB, cursive, serif;
font-size: 0.833em;
font-style: normal;
padding: 1em 0.5em;
margin: 1em 0 1em 1em;
text-align: left;
width: 18em;
}
#index {
margin: 1em 0;
clear: both;
}
#index h1 {
text-align: center;
}
#index .en {
font-family: "Times New Roman", serif;
}