[Groonga-commit] groonga/groonga [master] [doc] more color.

Back to archive index

null+****@clear***** null+****@clear*****
2011年 5月 24日 (火) 17:17:21 JST


Kouhei Sutou	2011-05-24 08:17:21 +0000 (Tue, 24 May 2011)

  New Revision: b4cc000da350773d5fa47a7c277b8b32ec6e8f86

  Log:
    [doc] more color.

  Modified files:
    doc/themes/groonga/static/groonga.css_t
    doc/themes/groonga/theme.conf

  Modified: doc/themes/groonga/static/groonga.css_t (+38 -5)
===================================================================
--- doc/themes/groonga/static/groonga.css_t    2011-05-24 07:40:45 +0000 (968abb4)
+++ doc/themes/groonga/static/groonga.css_t    2011-05-24 08:17:21 +0000 (8315f92)
@@ -13,13 +13,13 @@
 @import url("default.css");
 
 a:link,
-div.sphinxsidebar a:link
+div.sphinxsidebar a:link,
+div.sphinxsidebar a:visited
 {
     color: #992e1d;
 }
 
-a:visited,
-div.sphinxsidebar a:visited
+a:visited
 {
     color: #f6872e;
 }
@@ -87,6 +87,34 @@ div.header h1.title span.title-catch-phrase
 div.body
 {
     background-color: #fff5e5;
+    padding: 0;
+    padding-bottom: 20px;
+    margin-top: 10px;
+    margin-left: 10px;
+    margin-bottom: 10px;
+}
+
+div.body h1,
+div.body h2,
+div.body h3,
+div.body h4,
+div.body h5,
+div.body h6
+{
+    margin: 0;
+    padding-top: 10px;
+    padding-left: 20px;
+    padding-right: 20px;
+    position: relative;
+    border-bottom: 2px solid #992e1d;
+    color: #992e1d;
+    font-weight: bold;
+}
+
+div.body p
+{
+    padding-left: 20px;
+    padding-right: 20px;
 }
 
 div.related
@@ -132,8 +160,8 @@ div.sphinxsidebar h3
 {
     color: #fff;
     background: url(menu-header.png) right top no-repeat;
-    margin: 0 0 0.5em 0;
-    padding: 0.5em 0 0.2em 0.5em;
+    margin: 0 0 10px 0;
+    padding: 10px 0 5px 10px;
     font-weight: bold;
 }
 
@@ -143,6 +171,11 @@ div.sphinxsidebar h3 a:visited
     color: #fff;
 }
 
+div.sphinxsidebar h4
+{
+    font-size: small;
+}
+
 div.sphinxsidebar h4:before
 {
     content: ">> ";

  Modified: doc/themes/groonga/theme.conf (+1 -1)
===================================================================
--- doc/themes/groonga/theme.conf    2011-05-24 07:40:45 +0000 (7ec16d2)
+++ doc/themes/groonga/theme.conf    2011-05-24 08:17:21 +0000 (5a7e8f7)
@@ -22,7 +22,7 @@ relbartextcolor  = #ffffff
 relbarlinkcolor  = #ffffff
 bgcolor          = #ffffff
 textcolor        = #000000
-headbgcolor      = #ffefd1
+headbgcolor      = transparent
 headtextcolor    = #992e1d
 headlinkcolor    = #f8e0ae
 linkcolor        = #e15611




Groonga-commit メーリングリストの案内
Back to archive index