diff options
Diffstat (limited to 'public/stylesheets/ccc.css')
| -rw-r--r-- | public/stylesheets/ccc.css | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/public/stylesheets/ccc.css b/public/stylesheets/ccc.css index 5b10fa26..f018d2b2 100644 --- a/public/stylesheets/ccc.css +++ b/public/stylesheets/ccc.css | |||
| @@ -229,7 +229,7 @@ h4 { | |||
| 229 | text-decoration: none; | 229 | text-decoration: none; |
| 230 | } | 230 | } |
| 231 | 231 | ||
| 232 | h1, h2, h3 { | 232 | h1, h2, h3, h4 { |
| 233 | word-wrap: anywhere; | 233 | word-wrap: anywhere; |
| 234 | hyphens:auto; | 234 | hyphens:auto; |
| 235 | } | 235 | } |
| @@ -696,6 +696,11 @@ div#tags li { | |||
| 696 | text-align: left; | 696 | text-align: left; |
| 697 | } | 697 | } |
| 698 | 698 | ||
| 699 | div#center_column h1 { | ||
| 700 | font-size: 1.5em; | ||
| 701 | line-height: 1.2; | ||
| 702 | } | ||
| 703 | |||
| 699 | div#center_column h2 a { | 704 | div#center_column h2 a { |
| 700 | color: CanvasText; | 705 | color: CanvasText; |
| 701 | text-decoration: none; | 706 | text-decoration: none; |
| @@ -705,10 +710,15 @@ div#center_column h2 a:hover { | |||
| 705 | color: color-mix(in srgb, CanvasText, #808080 50%); | 710 | color: color-mix(in srgb, CanvasText, #808080 50%); |
| 706 | } | 711 | } |
| 707 | 712 | ||
| 713 | div#center_column h1.headline, | ||
| 708 | div#center_column h2.headline { | 714 | div#center_column h2.headline { |
| 709 | margin-top: 10px; | 715 | margin-top: 10px; |
| 710 | } | 716 | } |
| 711 | 717 | ||
| 718 | div#center_column h1.headline { | ||
| 719 | font-size: 1.5em; | ||
| 720 | } | ||
| 721 | |||
| 712 | div#center_column .article_partial h2.headline { | 722 | div#center_column .article_partial h2.headline { |
| 713 | border-top: 1px solid color-mix(in srgb, CanvasText, Canvas 70%); | 723 | border-top: 1px solid color-mix(in srgb, CanvasText, Canvas 70%); |
| 714 | padding-top: 30px; | 724 | padding-top: 30px; |
