changeset 276:1908109c893e

merge
author TAGUCHI Ayae<c112093@h.koeki-u.ac.jp>
date Fri, 23 Aug 2013 04:49:20 +0900
parents f7f5ab1f6e9a
children 849f38ca8651
files index.html skip.css
diffstat 2 files changed, 150 insertions(+), 90 deletions(-) [+]
line wrap: on
line diff
--- a/index.html	Sat Aug 17 01:44:32 2013 +0900
+++ b/index.html	Fri Aug 23 04:49:20 2013 +0900
@@ -1,39 +1,52 @@
 <html lang="ja">
+
 <head>
 <title>SKIP - Shonai Koeki Information Project</title>
 <link rel="stylesheet" type="text/css" href="skip.css">
 </head>
+
 <body>
-<div class="title">
-<a href="http://skip.koeki-prj.org/"><img src="skip.png" width="439" height="281"></a>
-<img src="skip-kamo-small.png" width="295" height="236">
-</div>
-<h1>更新履歴</h1>
-<div class="update">
-<p>6/29 <a href="0629.html">ブログ</a>更新しました!</p>
-</div>
-<div class="menu">
+
+<div class="side_photo_right">
 <table>
- <tr>
-  <td><pre><a href="gaiyou.html"><img src="home128.png">
-概要</a></pre></td>
-  <td><pre><a href="program.html"><img src="program128.png">
-プログラム</a></pre></td>
-  <td><pre><a href="girl.html"><img src="kirari128.png">
-きらりびと</a></pre></td>
-  <td><pre><a href="blog.html"><img src="blog128.png">
-ブログ</a></pre></td>
- </tr>
+<tr><a href="url">
+<img src="1dezima150.JPG" alt="photo" width="" style="align: right;">
+</a>
+</tr>
+<tr>
+<a href="url">
+<img src="2dezima150.JPG" alt="photo" width="" style="align: right;">
+</a>
+</tr>
+<tr>
+<a href="url">
+<img src="3dezima150.JPG" alt="photo" width="" style="align: right;">
+</a>
+</tr>
 </table>
 </div>
-<p>SKIP(Shonai Koeki Information Project)は地域活性化を目的とするアプリ
-ケーションを作成するサークルです。</p>
-<h1>今日の格言</h1>
-<div class="kakugen">
-<p>随時更新します</p>
+
+
+
+<div class="fix">
+
+<div class="main_title">
+<img src="photo" alt="title logo">
 </div>
-<div class="footer">
-東北公益文化大学 SKIP
+
+<div class="menu">
+<table style="border-collapse: collapse; margin-left:
+ auto; margin-right: auto;">
+<tr><td><a href=".">top</a></td><td><a href="."><img src="" alt="title logo"></a></td><td><a href="."><img src="blog32.png" alt="title logo"></a></td><td><a href=".">プログラム</a></td></tr>
+</table>
 </div>
+
+<p class="new"><span>新着情報</span> </p>
+<div>
+<h3>
+☆STAFF☆
+</h3>
+</div>
+
 </body>
 </html>
--- a/skip.css	Sat Aug 17 01:44:32 2013 +0900
+++ b/skip.css	Fri Aug 23 04:49:20 2013 +0900
@@ -1,64 +1,111 @@
-/*
- * The default style for SKIP web
- * Copyright 2012 by Shonai Koeki Information Project and koeki-u.ac.jp.
- */
-body {background: white;}
-
-p {color:navy;}
-
-h1{color:#76007A;
-   padding-left:0.5em;
-  }
-
-div.kakugen{border-style:dotted;
-	    padding:0.5em;
-	    color:#398DB3;}
-
-td{text-align:center;
-   font-size:large;
-   }
-
-div.link a:hover{background:#FFB0F3;}
-
-div.link{border-style:dotted;
-	 color:#398DB3;
-	 width:15em;
-	 padding:0.5em;}
-
-div.update{border-style:dotted;
-	  color:#398DB3;
-	  padding:0.5em;}
-
-div.update a:hover{background:#FFD700;}
-
-em{color:red;}
-
-div.footer{clear:both;
-	   padding:1em;
-	   border-top-style:solid;
-	   border-top-color:gray;
-	   margin-top:1em;
-	  }
-
-div.concept{border-style:dotted;
-	    padding:0.5em;
-	    color:#398DB3;}
-
-div.content{width:48%;
-	   float:left;
-	   margin-right:1em;}
-
-div.content2{width:48%;
-	     float:right;
-	     margin-left:1em;}
-
-div.matome{clear:both;
-	  margin-top:1em;}
-
-div.blog_content{border-style:dotted;
-		 border-color:#ff69b4;
-		 padding:0.5em;
-		 color:navy;
-		 margin-bottom:1em;
-		}
-div.blog_content a:hover{background:#FFB0F3;}
\ No newline at end of file
+/*SKIPTOPy[W*/
+body {
+	
+}
+
+div.main {
+	text-align:center;
+	position:relative; left:50%;
+	width:50em;
+}
+
+div.fix {
+	position:fixed;
+}
+
+div.main_title img{
+	text-align:center;
+}
+
+div.side_photo_left a{
+	text-align:left;
+	margin-left:1%;
+	width:14%;
+	float:left;
+}
+
+div.side_photo_right{
+	text-align:right;
+	margin-right:1%;
+	width: 14%;
+	float:right;
+}
+
+
+div.menu {
+	background:#ffd620;
+	color:blue;
+	width:11%
+	text-align:center;
+	border-bottom-style:thin solid;
+	padding:2px 2px 2px 2px;
+}
+
+div.menu div {
+    margin-left:3%;
+    float:left;
+    background:#ffd620;
+    width:16%;
+}
+
+div.menu table {
+    text-align:center;
+}
+
+div.menu table td {
+    width:8em;
+    text-align:center;
+}
+
+div.menu table td a:hover {
+	background:white;
+}
+
+div.menu table td a:active {
+	background:#ffb820;
+	color:#ff5a20;	
+}
+
+p.new {
+	width:66%;
+	text-align:center;
+	border-style-bottom:thin solid; 
+	color:blue;
+}
+
+p.new span {
+	background:#ffd620;
+	padding:2px 2px 2px 2px;
+}
+
+h3 {
+	text-align:center;
+	clear:both;
+}
+
+div.staff {
+	width:10%;
+}
+
+/*L*/
+h2.article_list {
+	border-color:red;
+	border-right-style:none;
+	border-left-style:none;
+	border-top-style:thick solid;
+	border-bottom:thick solid;
+}
+
+div.shop_left {
+	float: left;
+	width:40%
+	margin:0 2% 0 8%;
+}
+
+div.shop_right {
+	float: right;
+	width:40%;
+	margin:0 2% 0 8%;	
+}
+
+/**/
\ No newline at end of file

yatex.org