diff --git a/style.css b/style.css deleted file mode 100644 index 108a042..0000000 --- a/style.css +++ /dev/null @@ -1,125 +0,0 @@ -.shumi{background-color: rgba(179, 138, 138, 0.397);} - -.zisaku {background-color: #9b8b8b; - padding-top: 80px; - padding-bottom: 80px; - margin-top: 0; - margin-bottom: 0;} - -.zisaku h1{ - border-bottom: groove medium rgba(236, 234, 234, 0.514); - width: 75%; - margin: auto; - color: rgb(255, 255, 255); - font-size: 2cm; -} - -.hon{ - background-color: white; - width: 800px; - margin: auto; - padding: 1em; -} - -.hazi{ - padding-top: 50px; - padding-bottom: 50px; - position: relative; - - display: block; - width: 90%; - margin: auto; - } - -.hazi h1{ - border-bottom: solid 2px red; -} - -.hazi p{ - margin-left: 0.5em; - margin-right: 0.5em; - font-size: 1.2em; -} - -.mokuzi{ - padding-top: 20px; - padding-bottom: 20px; - position: relative; - background-image: url(ice.jpg); - padding-left: 50px; - width: 90%; - margin: auto; -} - -.div1{ - margin-top: 50px; - margin-bottom: 100px; -} - -.div1 h2{ - border-bottom: groove 10px rgba(160, 27, 4, 0.274); -} - -.div1 p{ - margin-left: 1.2em; - margin-right: 1.2em; - font-size: 1.2em; - } - -.div2{ - margin-top: 50px; - margin-bottom: 100px; -} - -.div2 h2{ - border-bottom: groove 10px rgba(4, 160, 25, 0.274); -} - -.div2 p{ - margin-left: 1.2em; - margin-right: 1.2em; - font-size: 1.2em; - } - -.div3{ - margin-top: 50px; - margin-bottom: 100px; -} - -.div3 h2{ - border-bottom: groove 10px rgba(4, 160, 147, 0.274); -} - -.div3 p{ - margin-left: 1.2em; - margin-right: 1.2em; - font-size: 1.2em; - } - -.div4{ - margin-top: 50px; - margin-bottom: 100px; -} - -.div4 h2{ - border-bottom: groove 10px rgba(160, 4, 95, 0.623); -} - -.div4 p{ - margin-left: 1.2em; - margin-right: 1.2em; - font-size: 1.2em; - } - -li{ - list-style-image: url(a.jpg); -} -li:hover{ - list-style-image: url(b.jpg); -} -li:active{ - list-style-image: url(c.jpg); -} - - -html { scroll-behavior: smooth;} diff --git a/timestyle.css b/timestyle.css new file mode 100644 index 0000000..d15622d --- /dev/null +++ b/timestyle.css @@ -0,0 +1,22 @@ +@media print {table,tr,td} +@media (orientation: portrait){ + h1{width: 10ex; float: left; font-size: 1em; + background: white; padding: 1ex;} +} +@media (orientation: landscape) { + h1{text-decoration: underline;} +} +body {background-color: #1d78ee8e;} +td.sun {background-color: red;} +.mon {background-color: rgba(236, 139, 207, 0.664);} +.thu{background-color: orange;} +.wed{background-color: aquamarine;} +.thr{background-color: rgb(71, 255, 46);} +.fri{background-color: gold;} + +table{ + border: yellow; + text-align: center; + caption-side: top; + background-color: rgba(176, 209, 238, 0.788); +} \ No newline at end of file diff --git a/timetable.html b/timetable.html new file mode 100644 index 0000000..d346b28 --- /dev/null +++ b/timetable.html @@ -0,0 +1,32 @@ + + + + + + + + Timetable + + + + + + + + + + + + + + + + + + + + + +
基礎プログラミングⅠ
ソーシャルワークの理論と方法情報デザインa/b
英語英語
高齢者福祉論情報システムa/b

計算機基礎理論

コンピューターシステム論

プロジェクト型応用演習

地理情報基礎演習

画像情報処理

サブカルチャーa/bUnix演習a/b
+ + \ No newline at end of file