[Groonga-commit] groonga/gcs.groonga.org [gh-pages] Change background color of table cells

Back to archive index

null+****@clear***** null+****@clear*****
2012年 6月 22日 (金) 14:35:16 JST


SHIMODA Hiroshi	2012-06-22 14:35:16 +0900 (Fri, 22 Jun 2012)

  New Revision: f6fbda358a4308781192f53e288da0da94f9ebe3
  https://github.com/groonga/gcs.groonga.org/commit/f6fbda358a4308781192f53e288da0da94f9ebe3

  Log:
    Change background color of table cells

  Modified files:
    stylesheets/screen/base.css

  Modified: stylesheets/screen/base.css (+7 -2)
===================================================================
--- stylesheets/screen/base.css    2012-06-22 14:24:29 +0900 (43d8284)
+++ stylesheets/screen/base.css    2012-06-22 14:35:16 +0900 (cea30e0)
@@ -93,6 +93,10 @@ table > tr:first-child > * {
   border-top: none;
 }
 
+thead {
+  border-bottom: 2px solid gray;
+}
+
 tr > *:first-child {
   border-left: none;
 }
@@ -103,19 +107,20 @@ tr > *:last-child {
 
 
 .functional-ok {
-  background: #C0FFAB;
+  background: #A0D8CD;
   color: #00BF2B;
   text-shadow: #5AFF79 0 0 0.2em;
 }
 
 .functional-ng {
-  background: #FFC0AB;
+  background: #EFC867;
   color: #FF4000;
   text-shadow: #FF9750 0 0 0.2em;
 }
 
 table .functional-ok,
 table .functional-ng {
+  font-size; 150%;
   text-align: center;
 }
 
-------------- next part --------------
HTML$B$NE:IU%U%!%$%k$rJ]4I$7$^$7$?(B...
Descargar 



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