# HG changeset patch # User ARAKI Tsuyohito # Date 1449501962 -32400 # Node ID 484afd52d0932c73a80b5a507923a276e0b238ed # Parent 0c2ab30b1fc0b2b5303afb7438be54c60c2065fa ijorg diff -r 0c2ab30b1fc0 -r 484afd52d093 shuzai/ijuu.html --- a/shuzai/ijuu.html Mon Dec 07 19:40:46 2015 +0900 +++ b/shuzai/ijuu.html Tue Dec 08 00:26:02 2015 +0900 @@ -16,13 +16,6 @@ --> - - @@ -40,201 +33,200 @@ - -

¼òÅĻ԰ܽ»Q&A

- - +

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

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

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

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

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

diff -r 0c2ab30b1fc0 -r 484afd52d093 shuzai/ijuuorg.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/shuzai/ijuuorg.html Tue Dec 08 00:26:02 2015 +0900 @@ -0,0 +1,238 @@ + + + + +¼òÅĻԤˤĤ¤¤Æ °Ü½»ÊÔ + + + + + + + + + + +

¼òÅĻ԰ܽ»Q&A

+ + + +
+
+ + + +
+
+ +
+
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+
+ +
+ +
+ +
+ +
+ +
+ +
+ + + +
+
+ + + +
+
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ + +
+ + + +
+ + +
+ + +
+
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ + + +
+ + +
+ + +
+
+ +
+ +
+ + + +
+
+ + + +
+ +
+ +
+ +
+ + + +
+
+ + + + diff -r 0c2ab30b1fc0 -r 484afd52d093 shuzai/main.css --- a/shuzai/main.css Mon Dec 07 19:40:46 2015 +0900 +++ b/shuzai/main.css Tue Dec 08 00:26:02 2015 +0900 @@ -1,27 +1,49 @@ +html{background:#fff; +margin:0;} body{background:#fff; color:navy; +height:100%; } header{text-align:center;} + ol{background:#fff;} li{color:red;} li +dd{color:blue;} -div.toi{height:30em; border:navy 1px solid;} -input[type="checkbox"][name="sakata"] + span + div.toi {margin-top:-30em; opacity:0; -transition: 1s ease-in-out;} -input[type="checkbox"][name="sakata"]:checked +span+ div.toi {margin-top:0em;opacity:1; -transition: 1s ease-in-out; } +div.label {width:100%; + text-align:center; + text-decoration:underline; + potition:fixed !important; + position: absolute; + background: #ffe950; + height: 1em; +# float:left; +} +div.label label:hover{background:pink;} +div.toi{border-top:navy 1px solid;;} +input[type="checkbox"] + label + div.toi{height:0em; opacity:0; +transition: 0.3s ease-in-out;} +input[type="checkbox"]:checked + label + div.toi{height:auto; +opacity:1; transition: 1s ease-in-out; } -input[type="radio"][name="sakata"] +span + div.toi{margin-top:-20em; opacity:0; -transition: 1s ease-in-out;} -input[type="radio"][name="sakata"]:checked + span + div.toi{margin-top:0em; -opacity:1; transition: 1s ease-in-out; } +input[type="radio"][name="sec"]{display:none;} +input[type="radio"] + div.toi{display:none; +height:0em; opacity:0; transition: 0.5s ease-in-out;} +input[type="radio"]:checked + div.toi{display:block; +height:auto; opacity:1; transition: 0.5s ease-in-out;} -input[type="checkbox"][name="sakata"] +dd {display: none;} -input[type="checkbox"][name="sakata"]:checked + dd {display: block;} +input[type="checkbox"][name="sakata"] +dd { +height:0em; opacity:0; transition: 0.5s ease-in-out; } +input[type="checkbox"][name="sakata"]:checked + dd {height:3em; opacity:1; + transition: 0.5s ease-in-out;} + +input[type="radio"][name="sakata"] +dd {height:0em; opacity:0; transition: 0.5s ease-in-out; } +input[type="radio"][name="sakata"]:checked + dd {height:3em; opacity:1; + transition: 0.5s ease-in-out;} + span.dekai{font-size:2em;}