diff --git a/Seminar_camp/README.md b/Seminar_camp/README.md index 7df309b..420b10b 100644 --- a/Seminar_camp/README.md +++ b/Seminar_camp/README.md @@ -27,6 +27,7 @@ | 佐藤さん|15期生| | ○|○| |10日の朝から11日まで ごはんは10日、11日必要| | 本間さん|15期生| | ○|○| ○|10日の昼から最後まで ごはんは10日の昼から必要| |三浦先生|7期生| | ○|○| △|日程検討中| +|榊原さん|15期生| | ○|○| |10日のお昼ご飯から11日の朝ごはんまで 電車の時間未定| ### 費用 基本的に宿で単価出してくれる 遠慮せずもらう diff --git a/html5_css3/print.css b/html5_css3/print.css new file mode 100644 index 0000000..42c7663 --- /dev/null +++ b/html5_css3/print.css @@ -0,0 +1,3 @@ +a:after { + content: "(" attr(href) ") "; +} \ No newline at end of file diff --git a/html5_css3/print.js b/html5_css3/print.js new file mode 100644 index 0000000..8a39ee6 --- /dev/null +++ b/html5_css3/print.js @@ -0,0 +1,19 @@ +$(function(){ + if (window.onbeforeprint !== undefined) { + window.onbeforeprint = ShowLink; + window.onafterprint = HideLinks; + } +}); + +function ShowLinks(){ + $("a").each(function() { + $(this).data("linkText", $(this).text()); + $(this).append(" (" + $(this).attr("href") + ")"); + }); +} + +function HideLinks(){ + $("a").each(function(){ + $(this).text($(this).data("linkTest")); + }); +} diff --git a/html5_css3/rinkou4-1.html b/html5_css3/rinkou4-1.html new file mode 100644 index 0000000..7928b86 --- /dev/null +++ b/html5_css3/rinkou4-1.html @@ -0,0 +1,52 @@ + + + + + + 第4回輪講 + + + +

輪講4回目

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
アイテム金額合計
コーヒーカップ1000円5個5000円
ポロシャツ2000円5枚10000円
赤いホチキス900円4個3600円
金額合計18600円
運送代1200円
全合計金額19800円
+ next + + diff --git a/html5_css3/rinkou4-3.html b/html5_css3/rinkou4-3.html new file mode 100644 index 0000000..fad7421 --- /dev/null +++ b/html5_css3/rinkou4-3.html @@ -0,0 +1,67 @@ + + + + + + 第4回輪講 + + + +

輪講4回目

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
アイテム金額合計
コーヒーカップ1000円5個5000円
ポロシャツ2000円5枚10000円
赤いホチキス900円4個3600円
金額合計18600円
運送代1200円
全合計金額19800円
+

付け加えたもの

+

+ table{
+ width: 600px;
+ border-collapse: collapse;
+ }
+ + th, td{
+ border: none;
+ }
+ + th{
+ background-color: #11d4f2;
+ color: #000000;
+ }
+ next + + diff --git a/html5_css3/rinkou4-4.html b/html5_css3/rinkou4-4.html new file mode 100644 index 0000000..9469a01 --- /dev/null +++ b/html5_css3/rinkou4-4.html @@ -0,0 +1,61 @@ + + + + + + 第4回輪講 + + + +

輪講4回目

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
アイテム金額合計
コーヒーカップ1000円5個5000円
ポロシャツ2000円5枚10000円
赤いホチキス900円4個3600円
金額合計18600円
運送代1200円
全合計金額19800円
+

付け加えたもの

+

+ tr:nth-of-type(even){
+ background-color: #f3f3f3;
+ }
+ + tr:nth-of-type(odd){
+ background-color: #dddddd;
+ }
+ next + + diff --git a/html5_css3/rinkou4-5.html b/html5_css3/rinkou4-5.html new file mode 100644 index 0000000..dcadee2 --- /dev/null +++ b/html5_css3/rinkou4-5.html @@ -0,0 +1,74 @@ + + + + + + 第4回輪講 + + + +

輪講4回目

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
アイテム金額合計
コーヒーカップ1000円5個5000円
ポロシャツ2000円5枚10000円
赤いホチキス900円4個3600円
金額合計18600円
運送代1200円
全合計金額19800円
+

付け加えたもの

+

+ td:nth-child(n+2){
+ text-align: right;
+ }
+ + p{margin-bottom: 20px}
+ #sidebar p:last-child{margin-bottom: 0; }
+ + tr:last-child{
+ font-weight: bolder;
+ }
+ + td:last-child{
+ font-weight: bolder;
+ }
+ + tr:last-child td:last-child{
+ font-size:24px;
+ }
+ +

+ last + + diff --git a/html5_css3/rinkou4.html b/html5_css3/rinkou4.html new file mode 100644 index 0000000..cf5073e --- /dev/null +++ b/html5_css3/rinkou4.html @@ -0,0 +1,57 @@ + + + + + + 第4回輪講 + + + +

輪講4回目

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
アイテム金額合計
コーヒーカップ1000円5個5000円
ポロシャツ2000円5枚10000円
赤いホチキス900円4個3600円
金額合計18600円
運送代1200円
全合計金額19800円
+

付け加えるもの

+

+ tr:nth-last-child(-n+3) td{
+ text-align: right;
+}
+

+ + diff --git a/html5_css3/rinkou4_2.html b/html5_css3/rinkou4_2.html new file mode 100644 index 0000000..4cef633 --- /dev/null +++ b/html5_css3/rinkou4_2.html @@ -0,0 +1,31 @@ + + + + + + + + 第4回輪講 + + + +

輪講4回目

+ + + diff --git a/html5_css3/rinkou4_3.html b/html5_css3/rinkou4_3.html new file mode 100644 index 0000000..bd6fd6f --- /dev/null +++ b/html5_css3/rinkou4_3.html @@ -0,0 +1,32 @@ + + + + + + + + +$("#newsletter".columnnize({ columns: 2}); + + diff --git a/html5_css3/rinkou_3.html b/html5_css3/rinkou_3.html new file mode 100644 index 0000000..3c4be63 --- /dev/null +++ b/html5_css3/rinkou_3.html @@ -0,0 +1,72 @@ + + + + + + 第4回輪講 + + +

輪講4回目

+ + +
+
+
+

部長からのニュース

+
+
+

+ Lorem ipsum dolor.... +

+
+

コラム

+

+ "TrySailのツアーの千秋楽が8月4日にあるので行きます。楽しみです。TrySailのいいところは3人いるところ。だから個性が出る。私は夏川椎菜ちゃん推しです。" +

+
+

+ 唯小倉のライブコンサートが一番楽しい +

+
+
+ +
+
+

最近観たアニメ

+
+
+

+ えんどろー:神アニメ、夏川椎菜と水瀬いのりの初共演作品。EDのWonder Caravanを聴くと涙が出るようになったのは訴訟もの。僕らが目指したーせかいなんだー +

+

+ ひとりぼっちの〇〇生活:ぼっちが可愛い。新人声優が多くて良き。なこちゃんも可愛い。 +

+
+
+ +
+
+

声優の誕生日列挙

+

+ 水瀬いのりさん:12月2日
+ 小倉唯さん:8月15日
+ 阿澄佳奈さん:8月12日
+ 上坂すみれさん:12月19日
+

+

+ 「白く咲く花」神曲なので聴いてくれ +

+
+
+ +
+ + + diff --git a/html5_css3/table.css b/html5_css3/table.css new file mode 100644 index 0000000..bc44ffa --- /dev/null +++ b/html5_css3/table.css @@ -0,0 +1,44 @@ +table{ + width: 600px; + border-collapse: collapse; +} + +th, td{ + border: none; +} + +th{ + background-color: #11d4f2; + color: #000000; +} + +tr:nth-of-type(even){ + background-color: #f3f3f3; +} + +tr:nth-of-type(odd){ + background-color: #dddddd; +} + +td:nth-child(n+2){ + text-align: right; +} + +p{margin-bottom: 20px} +#sidebar p:last-child{margin-bottom: 0; } + +tr:last-child{ + font-weight: bolder; +} + +td:last-child{ + font-weight: bolder; +} + +tr:last-child td:last-child{ + font-size:24px; +} + +tr:nth-last-child(-n+3) td{ + text-align: right; +} diff --git a/html5_css3/table1.css b/html5_css3/table1.css new file mode 100644 index 0000000..ad9ca84 --- /dev/null +++ b/html5_css3/table1.css @@ -0,0 +1,13 @@ +table{ + width: 600px; + border-collapse: collapse; +} + +th, td{ + border: none; +} + +th{ + background-color: #11d4f2; + color: #000000; +} \ No newline at end of file diff --git a/html5_css3/table2.css b/html5_css3/table2.css new file mode 100644 index 0000000..7a702c8 --- /dev/null +++ b/html5_css3/table2.css @@ -0,0 +1,21 @@ +table{ + width: 600px; + border-collapse: collapse; +} + +th, td{ + border: none; +} + +th{ + background-color: #11d4f2; + color: #000000; +} + +tr:nth-of-type(even){ + background-color: #f3f3f3; +} + +tr:nth-of-type(odd){ + background-color: #dddddd; +} \ No newline at end of file diff --git a/html5_css3/table3.css b/html5_css3/table3.css new file mode 100644 index 0000000..88afe1b --- /dev/null +++ b/html5_css3/table3.css @@ -0,0 +1,40 @@ +table{ + width: 600px; + border-collapse: collapse; +} + +th, td{ + border: none; +} + +th{ + background-color: #11d4f2; + color: #000000; +} + +tr:nth-of-type(even){ + background-color: #f3f3f3; +} + +tr:nth-of-type(odd){ + background-color: #dddddd; +} + +td:nth-child(n+2){ + text-align: right; +} + +p{margin-bottom: 20px} +#sidebar p:last-child{margin-bottom: 0; } + +tr:last-child{ + font-weight: bolder; +} + +td:last-child{ + font-weight: bolder; +} + +tr:last-child td:last-child{ + font-size:24px; +} diff --git a/html5_css3/tabler.css b/html5_css3/tabler.css new file mode 100644 index 0000000..c505e29 --- /dev/null +++ b/html5_css3/tabler.css @@ -0,0 +1,11 @@ +newsletter{ + column-count: 2; + -moz-column-count: 2; + -webkit-column-count: 2; + -moz-column-gap: 20px; + column-gap: 20px; + -webkit-column-gap: 20px; + -moz-column-rule: 1px solid #ddccb5; + -weblit-column-rule: 1px solid #ddccb5; + column-rule: 1px solid #ddccb5; + } \ No newline at end of file diff --git a/madddoka.txt b/madddoka.txt index b92141f..6d5d9d2 100644 --- a/madddoka.txt +++ b/madddoka.txt @@ -3,3 +3,5 @@ になるときと commit -m ""の中に書いたコメントがでることがあるんだろう 不思議 + +ひさびさに動かすから練習。