summaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
Diffstat (limited to 'public')
-rw-r--r--public/stylesheets/ccc.css12
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
232h1, h2, h3 { 232h1, 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
699div#center_column h1 {
700 font-size: 1.5em;
701 line-height: 1.2;
702}
703
699div#center_column h2 a { 704div#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
713div#center_column h1.headline,
708div#center_column h2.headline { 714div#center_column h2.headline {
709 margin-top: 10px; 715 margin-top: 10px;
710} 716}
711 717
718div#center_column h1.headline {
719 font-size: 1.5em;
720}
721
712div#center_column .article_partial h2.headline { 722div#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;