diff --git a/bender.css b/bender.css index 70ede1e..ad144cd 100644 --- a/bender.css +++ b/bender.css @@ -132,6 +132,10 @@ a { color: black; } +.yellow-bg a { + color: #0000cd; +} + .purple-bg { background-color: #9e0b46; color: white; @@ -142,6 +146,10 @@ a { color: white; } +.red-bg a { + color: #f1bbba; +} + .peach-bg { background-color: #fbc599; } @@ -150,6 +158,41 @@ a { color: #444; } +.pink-bg { + background-color: #db7093; + color: white; +} + +.pink-bg a { + color: #d3d3d3; +} + +.gray-bg { + background-color: #d3d3d3; + color: #c71585; +} + +.gray-bg a { + color: #9e0b46; +} + +.sky-bg { + background-color: #2495b5; + color: white; +} + +.sky-bg a { + color: #ff9e9d; +} + +.brown-bg { + background-color: #a76819; +} + +.brown-bg a { + color: #f8ecc9; +} + .black-bg { background-color: #222; background-image: -webkit-linear-gradient(top, #444, #000); @@ -158,3 +201,17 @@ a { background-image: linear-gradient(to bottom, #444, #000); } +code { + font-family: Inconsolota, Consolas, Menlo, monospace; +} + +blockquote { + border: 1px dotted; + padding: 10px; +} + +blockquote > p { + padding: 0; + margin: 0; +} + diff --git a/index.html b/index.html index 95cdefa..33acdaf 100644 --- a/index.html +++ b/index.html @@ -10,9 +10,9 @@
- +
@@ -35,9 +35,22 @@ +
+
+

Developers

+ +
+
@@ -99,11 +112,27 @@

Automated tests

-
+
+ +
- +
+
+ +
+
+ +
+
+

Copyright © 2011, 2012, IGEL Co., Ltd.

+
+
+ +
+