StyleKit
风格库模板社区生成器素材库GitHub
风格目录/中世纪手抄本

中世纪手抄本

Medieval Manuscript

D
57/100较差

中世纪泥金手抄本风格,花体首字母、羊皮纸质感、金色与深红装饰性边框。哥特式黑体字与插画元素相结合。

中世纪手抄本泥金花体羊皮纸哥特字体装饰
查看完整 Showcase →对比

配色方案

Primary

#8b1a1a

Secondary

#f0e6d0

Accent 1

#c9a74e

Accent 2

#2d4a2d

Accent 3

#3d2b1f

提示词

硬性 + 软性提示词

一键复制并生成 中世纪手抄本 风格界面。硬性提示词用于强约束一致性,软性提示词用于保留风格方向下的灵活实现。

硬性提示词

高一致性,严格执行风格规则

STYLEKIT_STYLE_REFERENCE
style_name: 中世纪手抄本
style_slug: medieval-manuscript
style_source: /styles/medieval-manuscript

# Hard Prompt

请严格遵守以下风格规则并保持一致性,禁止风格漂移。

## 执行要求
- 优先保证风格一致性,其次再做创意延展。
- 遇到冲突时以禁止项为最高优先级。
- 输出前自检:颜色、排版、间距、交互是否仍属于该风格。

## Style Rules
# Medieval Manuscript (中世纪手抄本) Design System

> 中世纪泥金手抄本风格,花体首字母、羊皮纸质感、金色与深红装饰性边框。哥特式黑体字与插画元素相结合。

## 核心理念

中世纪泥金手抄本(Illuminated Manuscript)是西方书籍艺术的巅峰形态,诞生于修道院的缮写室中。每一页都是信仰与美学的结合——金箔装饰的首字母、精细的藤蔓纹样、深红与深绿的矿物颜料,以及羊皮纸特有的温暖质感。

在数字设计中,手抄本风格通过以下方式重现那个时代的庄重与精致:羊皮纸色 #f0e6d0 作为基底,模拟动物皮革的温暖色调;深红 #8b1a1a 用于标题和装饰,象征矿物颜料中的朱砂;金色 #c9a74e 用于边框、分隔线和重要装饰,呼应泥金工艺。

核心理念:
- 泥金装饰:金色 border 和 divider 模拟金箔贴附效果,关键元素使用金色高亮
- 花体首字母:标题首字放大(text-6xl 以上),使用衬线字体模拟哥特黑体字效果
- 羊皮纸质感:bg-[#f0e6d0] 底色配合微妙的 radial-gradient 模拟羊皮纸的色差
- 装饰性边框:双线边框 border-double、角落装饰和藤蔓纹样暗示

手抄本风格适合历史博物馆网站、古典文学项目、中世纪主题游戏界面、红酒和手工艺品品牌等需要营造古典庄重氛围的场景。

字体选择至关重要:衬线字体(font-serif)贯穿始终,标题使用粗体大写以模拟哥特式黑体字的视觉重量,正文使用常规字重保证可读性。

---

## Token 字典(精确 Class 映射)

### 边框
```
宽度: border-4
颜色: border-[#c9a74e]
圆角: rounded-sm
```

### 阴影
```
小:   shadow-[1px_1px_0px_#3d2b1f]
中:   shadow-[2px_2px_0px_#3d2b1f]
大:   shadow-[3px_3px_0px_#3d2b1f]
悬停: hover:shadow-[1px_1px_0px_#3d2b1f]
聚焦: focus:shadow-[0_0_8px_rgba(201,167,78,0.2)]
```

### 交互效果
```
悬停位移: hover:translate-x-[1px] hover:translate-y-[1px]
过渡动画: transition-all duration-300
按下状态: active:translate-x-[2px] active:translate-y-[2px] active:shadow-none
```

### 字体
```
标题: font-serif font-bold uppercase tracking-wider
正文: font-serif leading-relaxed
```

### 字号
```
Hero:  text-6xl md:text-8xl
H1:    text-3xl md:text-5xl
H2:    text-2xl md:text-3xl
H3:    text-xl md:text-2xl
正文:  text-sm md:text-base
小字:  text-xs md:text-sm
```

### 间距
```
Section: py-14 md:py-24 lg:py-32
容器:    px-6 md:px-12 lg:px-16
卡片:    p-6 md:p-8
```

---

## [FORBIDDEN] 绝对禁止

以下 class 在本风格中**绝对禁止使用**,生成时必须检查并避免:

### 禁止的 Class
- `font-sans`
- `bg-black`
- `bg-white`
- `backdrop-blur`
- `backdrop-blur-sm`
- `backdrop-blur-md`
- `rounded-xl`
- `rounded-2xl`
- `rounded-full`
- `text-[#ff00ff]`
- `text-[#00ffff]`
- `bg-[#ff00ff]`
- `bg-[#00ffff]`

### 禁止的模式
- 匹配 `^font-sans$`
- 匹配 `^bg-(?:black|white)$`
- 匹配 `^backdrop-blur`
- 匹配 `^rounded-(?:xl|2xl|3xl|full)$`
- 匹配 `^(?:text|bg)-\[#(?:ff00ff|00ffff|00ff00)\]$`

### 禁止原因
- `font-sans`: Medieval Manuscript uses serif fonts exclusively for authenticity
- `bg-black`: Medieval Manuscript uses warm parchment #f0e6d0, not cold black
- `bg-white`: Medieval Manuscript uses parchment #f0e6d0, not sterile white
- `backdrop-blur`: Medieval Manuscript is opaque parchment-based, not translucent
- `rounded-xl`: Medieval Manuscript uses sharp or minimal rounding (rounded-sm)

> WARNING: 如果你的代码中包含以上任何 class,必须立即替换。

---

## [REQUIRED] 必须包含

### 按钮必须包含
```
rounded-sm
font-serif uppercase tracking-widest
border-4 border-double border-[#c9a74e]
transition-all duration-300
```

### 卡片必须包含
```
rounded-sm
bg-[#f0e6d0]
border-4 border-double border-[#c9a74e]
```

### 输入框必须包含
```
rounded-sm
border-2 border-[#3d2b1f]/30
bg-[#f0e6d0]/80
text-[#3d2b1f]
font-serif
focus:border-[#c9a74e]
focus:outline-none
```

---

## [COMPARE] 错误 vs 正确对比

### 按钮

[WRONG] **错误示例**(使用了圆角和模糊阴影):
```html
<button class="rounded-lg shadow-lg bg-blue-500 text-white px-4 py-2 hover:bg-blue-600">
  点击我
</button>
```

[CORRECT] **正确示例**(使用硬边缘、无圆角、位移效果):
```html
<button class="rounded-sm font-serif uppercase tracking-widest border-4 border-double border-[#c9a74e] transition-all duration-300 bg-[#ff006e] text-white px-4 py-2 md:px-6 md:py-3">
  点击我
</button>
```

### 卡片

[WRONG] **错误示例**(使用了渐变和圆角):
```html
<div class="rounded-xl shadow-2xl bg-gradient-to-r from-purple-500 to-pink-500 p-6">
  <h3 class="text-xl font-semibold">标题</h3>
</div>
```

[CORRECT] **正确示例**(纯色背景、硬边缘阴影):
```html
<div class="rounded-sm bg-[#f0e6d0] border-4 border-double border-[#c9a74e] p-6 md:p-8">
  <h3 class="font-serif font-bold uppercase tracking-wider text-xl md:text-2xl">标题</h3>
</div>
```

### 输入框

[WRONG] **错误示例**(灰色边框、圆角):
```html
<input class="rounded-md border border-gray-300 px-3 py-2 focus:ring-2 focus:ring-blue-500" />
```

[CORRECT] **正确示例**(黑色粗边框、聚焦阴影):
```html
<input class="rounded-sm border-2 border-[#3d2b1f]/30 bg-[#f0e6d0]/80 text-[#3d2b1f] font-serif focus:border-[#c9a74e] focus:outline-none px-3 py-2 md:px-4 md:py-3" placeholder="请输入..." />
```

---

## [TEMPLATES] 页面骨架模板

使用以下模板生成页面,只需替换 `{PLACEHOLDER}` 部分:

### 导航栏骨架
```html
<nav class="bg-white border-b-2 md:border-b-4 border-black px-4 md:px-8 py-3 md:py-4">
  <div class="flex items-center justify-between max-w-6xl mx-auto">
    <a href="/" class="font-black text-xl md:text-2xl tracking-wider">
      {LOGO_TEXT}
    </a>
    <div class="flex gap-4 md:gap-8 font-mono text-sm md:text-base">
      {NAV_LINKS}
    </div>
  </div>
</nav>
```

### Hero 区块骨架
```html
<section class="min-h-[60vh] md:min-h-[80vh] flex items-center px-4 md:px-8 py-12 md:py-0 bg-{ACCENT_COLOR} border-b-2 md:border-b-4 border-black">
  <div class="max-w-4xl mx-auto">
    <h1 class="font-black text-4xl md:text-6xl lg:text-8xl leading-tight tracking-tight mb-4 md:mb-6">
      {HEADLINE}
    </h1>
    <p class="font-mono text-base md:text-xl max-w-xl mb-6 md:mb-8">
      {SUBHEADLINE}
    </p>
    <button class="bg-black text-white font-black px-6 py-3 md:px-8 md:py-4 border-2 md:border-4 border-black shadow-[4px_4px_0px_0px_rgba(255,0,110,1)] md:shadow-[8px_8px_0px_0px_rgba(255,0,110,1)] hover:shadow-none hover:translate-x-[2px] hover:translate-y-[2px] transition-all text-sm md:text-base">
      {CTA_TEXT}
    </button>
  </div>
</section>
```

### 卡片网格骨架
```html
<section class="py-12 md:py-24 px-4 md:px-8">
  <div class="max-w-6xl mx-auto">
    <h2 class="font-black text-2xl md:text-4xl mb-8 md:mb-12">{SECTION_TITLE}</h2>
    <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-4 md:gap-6">
      <!-- Card template - repeat for each card -->
      <div class="bg-white border-2 md:border-4 border-black shadow-[4px_4px_0px_0px_rgba(0,0,0,1)] md:shadow-[8px_8px_0px_0px_rgba(0,0,0,1)] p-4 md:p-6 hover:shadow-[4px_4px_0px_0px_rgba(255,0,110,1)] md:hover:shadow-[8px_8px_0px_0px_rgba(255,0,110,1)] hover:-translate-y-1 transition-all">
        <h3 class="font-black text-lg md:text-xl mb-2">{CARD_TITLE}</h3>
        <p class="font-mono text-sm md:text-base text-gray-700">{CARD_DESCRIPTION}</p>
      </div>
    </div>
  </div>
</section>
```

### 页脚骨架
```html
<footer class="bg-black text-white py-12 md:py-16 px-4 md:px-8 border-t-2 md:border-t-4 border-black">
  <div class="max-w-6xl mx-auto">
    <div class="grid grid-cols-1 md:grid-cols-3 gap-8">
      <div>
        <span class="font-black text-xl md:text-2xl">{LOGO_TEXT}</span>
        <p class="font-mono text-sm mt-4 text-gray-400">{TAGLINE}</p>
      </div>
      <div>
        <h4 class="font-black text-lg mb-4">{COLUMN_TITLE}</h4>
        <ul class="space-y-2 font-mono text-sm text-gray-400">
          {FOOTER_LINKS}
        </ul>
      </div>
    </div>
  </div>
</footer>
```

---

## [CHECKLIST] 生成后自检清单

**在输出代码前,必须逐项验证以下每一条。如有违反,立即修正后再输出:**

### 1. 圆角检查
- [ ] 搜索代码中的 `rounded-`
- [ ] 确认只有 `rounded-none` 或无圆角
- [ ] 如果发现 `rounded-lg`、`rounded-md` 等,替换为 `rounded-none`

### 2. 阴影检查
- [ ] 搜索代码中的 `shadow-`
- [ ] 确认只使用 `shadow-[Xpx_Xpx_0px_0px_rgba(...)]` 格式
- [ ] 如果发现 `shadow-lg`、`shadow-xl` 等,替换为正确格式

### 3. 边框检查
- [ ] 搜索代码中的 `border-`
- [ ] 确认边框颜色是 `border-black`
- [ ] 如果发现 `border-gray-*`、`border-slate-*`,替换为 `border-black`

### 4. 交互检查
- [ ] 所有按钮都有 `hover:shadow-none hover:translate-x-[2px] hover:translate-y-[2px]`
- [ ] 所有卡片都有 hover 效果(阴影变色或位移)
- [ ] 都包含 `transition-all`

### 5. 响应式检查
- [ ] 边框有 `border-2 md:border-4`
- [ ] 阴影有 `shadow-[4px...] md:shadow-[8px...]`
- [ ] 间距有 `p-4 md:p-6` 或类似的响应式值
- [ ] 字号有 `text-sm md:text-base` 或类似的响应式值

### 6. 字体检查
- [ ] 标题使用 `font-black`
- [ ] 正文使用 `font-mono`

> CRITICAL: **如果任何一项检查不通过,必须修正后重新生成代码。**

---

## [EXAMPLES] 示例 Prompt

### 1. 中世纪手抄本阅读页面

手抄本风格的古典阅读页面,花体首字母、金色装饰边框和羊皮纸质感

```
Use Medieval Manuscript style to create a reading page:
1. Background: parchment #f0e6d0 with subtle radial-gradient texture overlay
2. Gold double-line border frame around the content area
3. Hero: drop cap first letter (text-8xl gold), deep red title, italic subtitle
4. Cards: parchment bg, gold double borders, corner flourish decorations
5. Buttons: deep red bg, gold double border, serif uppercase text
6. Typography: font-serif throughout, justified text, relaxed line-height
7. Dividers: gold border-t-2 separators between sections
```

软性提示词

保留风格方向,允许实现灵活

STYLEKIT_STYLE_REFERENCE
style_name: 中世纪手抄本
style_slug: medieval-manuscript
style_source: /styles/medieval-manuscript

# Soft Prompt

保持整体风格气质即可,允许实现细节灵活调整,但不要偏离核心视觉语言。

## Style Signals
- 中世纪
- 手抄本
- 泥金
- 花体
- 羊皮纸
- 哥特字体

## Prefer
- 使用羊皮纸色 bg-[#f0e6d0] 作为主背景底色
- 使用金色 border-[#c9a74e] 和 text-[#c9a74e] 作为装饰和高亮
- 使用深红 text-[#8b1a1a] 作为标题和重要文字颜色
- 使用 border-double border-4 或 border-[3px] 模拟手抄本双线边框

## Avoid
- 禁止使用无衬线字体 font-sans 作为主字体
- 禁止使用现代渐变(bg-gradient-to-r 等现代配色渐变)
- 禁止使用霓虹色、荧光色或高饱和度现代色彩

## Output Guidance
- 先保证整体风格识别度,再优化细节。
- 避免过度炫技,保持可读性与可维护性。

设计哲学

中世纪泥金手抄本(Illuminated Manuscript)是西方书籍艺术的巅峰形态,诞生于修道院的缮写室中。每一页都是信仰与美学的结合——金箔装饰的首字母、精细的藤蔓纹样、深红与深绿的矿物颜料,以及羊皮纸特有的温暖质感。

在数字设计中,手抄本风格通过以下方式重现那个时代的庄重与精致:羊皮纸色 #f0e6d0 作为基底,模拟动物皮革的温暖色调;深红 #8b1a1a 用于标题和装饰,象征矿物颜料中的朱砂;金色 #c9a74e 用于边框、分隔线和重要装饰,呼应泥金工艺。

核心理念: - 泥金装饰:金色 border 和 divider 模拟金箔贴附效果,关键元素使用金色高亮 - 花体首字母:标题首字放大(text-6xl 以上),使用衬线字体模拟哥特黑体字效果 - 羊皮纸质感:bg-[#f0e6d0] 底色配合微妙的 radial-gradient 模拟羊皮纸的色差 - 装饰性边框:双线边框 border-double、角落装饰和藤蔓纹样暗示

手抄本风格适合历史博物馆网站、古典文学项目、中世纪主题游戏界面、红酒和手工艺品品牌等需要营造古典庄重氛围的场景。

字体选择至关重要:衬线字体(font-serif)贯穿始终,标题使用粗体大写以模拟哥特式黑体字的视觉重量,正文使用常规字重保证可读性。

必须做 / Do's

  • +使用羊皮纸色 bg-[#f0e6d0] 作为主背景底色
  • +使用金色 border-[#c9a74e] 和 text-[#c9a74e] 作为装饰和高亮
  • +使用深红 text-[#8b1a1a] 作为标题和重要文字颜色
  • +使用 border-double border-4 或 border-[3px] 模拟手抄本双线边框
  • +标题首字使用 text-5xl 以上的放大效果(Drop Cap)
  • +全页使用衬线字体 font-serif 保持古典一致性
  • +使用深棕 #3d2b1f 作为正文文字色和辅助边框色
  • +添加角落装饰暗示:伪元素或小图标模拟藤蔓纹样
  • +按钮 :active 向右下偏移:active:translate-x-[3px] active:translate-y-[3px] active:shadow-[1px_1px_0px_#3d2b1f](Wax Seal Impact,火漆印章按压感)
  • +金色边框 hover 时缓慢提亮:hover:border-[#dfbf66] transition-all duration-700 ease-in-out(Gold Leaf Shimmer,烛光映照金箔)
  • +卡片使用 group 类,角落装饰 group-hover:opacity-100,首字母 group-hover:drop-shadow-[0_0_8px_rgba(201,167,78,0.6)] 金箔浮现
  • +按钮悬停:hover:shadow-[5px_5px_0px_#3d2b1f](阴影加重,压印加深预告)

禁止做 / Don'ts

  • -禁止使用无衬线字体 font-sans 作为主字体
  • -禁止使用现代渐变(bg-gradient-to-r 等现代配色渐变)
  • -禁止使用霓虹色、荧光色或高饱和度现代色彩
  • -禁止使用毛玻璃效果(backdrop-blur)
  • -禁止使用纯黑 bg-black 或纯白 bg-white 背景
  • -禁止使用圆角 rounded-xl 以上的现代圆角
  • -禁止使用科技感或未来感的设计元素
  • -禁止按钮使用 hover:-translate-y-*(羊皮纸是平铺的,无悬浮感)
  • -禁止按钮缺少 active:translate-x-[3px] active:translate-y-[3px](Wax Seal Impact 是核心交互特征)
  • -禁止动画 duration < 300ms(手抄本的庄重感需要缓慢、从容的过渡)

组件模板

组件预览

按钮

手抄本风格按钮,火漆压印式点击与金箔提亮反馈

tsx
<button className="
  px-10 py-4
  bg-[#8b1a1a]
  text-[#f0e6d0] font-serif uppercase tracking-[0.2em] font-bold
  border-4 border-double border-[#c9a74e]
  shadow-[4px_4px_0px_#3d2b1f]
  hover:bg-[#721515]
  hover:shadow-[5px_5px_0px_#3d2b1f]
  hover:border-[#dfbf66]
  active:translate-x-[3px] active:translate-y-[3px]
  active:shadow-[1px_1px_0px_#3d2b1f]
  transition-all duration-300
">
  Proceed
</button>

全局样式

全局 CSS

css
/* Medieval Manuscript Global Styles */

:root {
  --ms-red: #8b1a1a;
  --ms-parchment: #f0e6d0;
  --ms-gold: #c9a74e;
  --ms-green: #2d4a2d;
  --ms-brown: #3d2b1f;
}

/* Drop cap - illuminated first letter */
.ms-drop-cap::first-letter {
  float: left;
  font-size: 4em;
  line-height: 0.8;
  padding-right: 8px;
  color: var(--ms-gold);
  font-weight: bold;
}

/* Gold leaf shimmer */
.ms-gold-leaf {
  color: var(--ms-gold);
  text-shadow: 1px 1px 2px rgba(201, 167, 78, 0.4);
}

/* Decorative double-line border */
.ms-ornate-border {
  border: 4px double var(--ms-gold);
  position: relative;
}
.ms-ornate-border::before {
  content: "";
  position: absolute;
  inset: 4px;
  border: 1px solid rgba(201, 167, 78, 0.3);
  pointer-events: none;
}

/* Corner flourish */
.ms-corner-flourish {
  position: relative;
}
.ms-corner-flourish::before,
.ms-corner-flourish::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  border-color: var(--ms-gold);
  opacity: 0.6;
}
.ms-corner-flourish::before {
  top: 4px;
  left: 4px;
  border-top: 2px solid;
  border-left: 2px solid;
}
.ms-corner-flourish::after {
  bottom: 4px;
  right: 4px;
  border-bottom: 2px solid;
  border-right: 2px solid;
}

/* Parchment texture */
.ms-parchment {
  background-color: var(--ms-parchment);
  background-image:
    radial-gradient(circle at 30% 40%, rgba(61, 43, 31, 0.03) 0%, transparent 50%),
    radial-gradient(circle at 70% 60%, rgba(139, 26, 26, 0.02) 0%, transparent 40%);
}

/* Manuscript column text */
.ms-column-text {
  font-family: Georgia, 'Times New Roman', serif;
  line-height: 1.8;
  text-align: justify;
  hyphens: auto;
}

无障碍

无障碍评分

基于颜色对比度和排版可读性的 WCAG 2.1 合规分析。

57

综合评分

等级: D - 较差

对比度

分数: 43/100平均比率: 4.49:1
AA 未通过AAA 未通过
场景颜色比率AAAAA
Text on background
/#3d2b1f / #f0e6d0
10.83:1
Secondary text on background
/#8b1a1a / #f0e6d0
7.49:1
Muted text on background
/#3d2b1f / #f0e6d0
10.83:1
Text on secondary background
/#3d2b1f / #8b1a1a
1.45:1
Secondary text on secondary
/#8b1a1a / #8b1a1a
1:1
Button primary
/#f0e6d0 / #8b1a1a
7.49:1
Text on accent 1
/#3d2b1f / #c9a74e
5.83:1
Alt text on accent 1
/#8b1a1a / #c9a74e
4.04:1
Text on accent 2
/#3d2b1f / #2d4a2d
1.36:1
Alt text on accent 2
/#8b1a1a / #2d4a2d
1.06:1
Text on accent 3
/#3d2b1f / #3d2b1f
1:1
Alt text on accent 3
/#8b1a1a / #3d2b1f
1.45:1

可读性

分数

90/100

字号

text-sm md:text-base

字重

font-serif font-bold uppercase tracking-wider

行高

default

评分基于 WCAG 2.1 标准。AA 级要求普通文本对比度 4.5:1、大文本 3:1;AAA 级要求普通文本 7:1、大文本 4.5:1。

IDE 集成

IDE 配置导出

下载 AI 编码助手的配置文件,使其按照此风格生成代码。

风格包

导出风格包

获取完整的可机器读取风格资源,包括 Design Tokens、Tailwind 预设、CSS 变量和 shadcn/ui 主题。

Metadata

Style metadata including version information

Design Tokens

Figma / Style Dictionary / Tokens Studio 兼容

Tailwind Preset

Tailwind CSS 主题预设,可直接在配置中引用

Global CSS

包含 CSS 变量和基础样式

shadcn Theme

shadcn/ui 主题配置

CSS Variables

纯 CSS 变量,适用于任何项目

SKILL.md

可加载到 Cursor / Claude Code / VS Code 的技能包

社区

评分与反馈

登录后评分
0 条评论
登录后才能发表评论。 去登录

StyleKit

精选网页设计风格库,帮助 AI 生成更好看的网站。

导航

风格库模板对比

资源

GitHub 仓库

(c) 2026 StyleKit. 开源项目。

基于 Editorial 风格构建