changeset 936:800f3bad930f

add css
author OOTANI Hiroyuki <c115036@g.koeki-u.ac.jp>
date Thu, 12 Nov 2015 16:07:54 +0900
parents d54779c7b166
children 9267d896131b 4dc261727a2b
files syuzai/iturn/.#iturn.html syuzai/main.css
diffstat 2 files changed, 12 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/syuzai/iturn/.#iturn.html	Thu Nov 12 16:07:54 2015 +0900
@@ -0,0 +1,1 @@
+c115036@roy.e.koeki-u.ac.jp.25240
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/syuzai/main.css	Thu Nov 12 16:07:54 2015 +0900
@@ -0,0 +1,11 @@
+body{background:#fff;
+color:navy;}
+ol{background:#fff;}
+li{color:red;}
+li +dd{color:blue;}
+
+
+input[type="checkbox"][name="sakata"] + span + div {display: none;}
+input[type="checkbox"][name="sakata"]:checked + span + div {display: inline;}
+
+span.dekai{font-size:2em;}

yatex.org