Template:Team:KIT-Kyoto/table

From 2014.igem.org

(Difference between revisions)
 
(11 intermediate revisions not shown)
Line 4: Line 4:
background-color:rgba(0,0,0,0);
background-color:rgba(0,0,0,0);
border-collapse: collapse;
border-collapse: collapse;
-
border-left:1px solid rgba(50,50,50,0.3);
+
margin-left:5px;
-
border-right:1px solid (50,50,50,0.3);
+
}
}
 +
 +
th,td{
 +
font-family:'Lucida Grande',
 +
'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',
 +
Meiryo, メイリオ, sans-serif;}
.materials th{
.materials th{
-
text-align:left;
+
text-align:center;
-
background-color:rgba(0,300,100,0.3);
+
padding:3px;
padding:3px;
}
}
.materials td{
.materials td{
-
padding:5px 8px;
+
padding:5px 10px;
}
}
</style>
</style>
Line 24: Line 27:
         });   
         });   
         $('tr:even').css({   
         $('tr:even').css({   
-
             backgroundColor:'rgba(0,0,0,0.1)'   
+
             backgroundColor:'rgba(80,80,80,0.1)'   
         });   
         });   
     });   
     });   
</script>
</script>
</html>
</html>

Latest revision as of 06:23, 2 October 2014