changeset 778:2d521149434a

smart.css
author ARAKI Tsuyohito <c113007@e.koeki-u.ac.jp>
date Sun, 12 Jul 2015 20:30:22 +0900
parents 4f7639e3fa22
children c8797f9224a6
files oasis2015/prof.rb oasis2015/smart.css
diffstat 2 files changed, 72 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/oasis2015/prof.rb	Sun Jul 12 20:07:19 2015 +0900
+++ b/oasis2015/prof.rb	Sun Jul 12 20:30:22 2015 +0900
@@ -293,12 +293,12 @@
 
 -->
 </style>
-#<link rel="stylesheet" type="text/css" href="profeel.css">
+<link rel="stylesheet" type="text/css" href="profeel.css">
 <link rel="stylesheet" type="text/css" href="smart.css">
 </head>
 
 <body>
-<header><p></p></header>
+<header></header>
 <h1>さかたっち</h1>
 <h2>%s</h2>
 
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/oasis2015/smart.css	Sun Jul 12 20:30:22 2015 +0900
@@ -0,0 +1,70 @@
+body{text-align:center;
+background:#ffb;
+margin-left:auto;margin-right:auto;
+width:340px;
+}
+header{
+#padding:100px;
+    position: relative;
+    top: 0px;
+    left: 0px;
+    width: 100%;
+    height: 140px;
+background-image:url(./img/head2.png);
+background-repeat:no-repeat;
+text-align:center;
+margin-left:auto;margin-right:auto;
+}
+footer{
+#padding:100px;
+    position: relative;
+    top: 0px;
+    left: 0px;
+    width: 80%;
+    height: 140px;
+background-image:url(./img/foot2.png);
+background-repeat:no-repeat;
+text-align:center;
+margin-left:auto;margin-right:auto;
+}
+
+
+
+header p {color:red;}
+
+h1{
+color:#e90;
+border:solid 5px #fa0;
+border-style:double;
+background:url("./img/lvb.png");
+background-color:red;
+}
+
+
+
+
+input[type="checkbox"][name="hdn"] + span {display: none;}
+input[type="checkbox"][name="hdn"]:checked + span {display: inline;}
+
+table{margin-left:auto; margin-right: auto;}
+table.state{text-align:left;}
+table.state tr+tr+tr+tr{font-size:xx-large;}
+
+
+div.f1{padding:0% 0%;
+margin:1em 17em;}
+div.lets{
+border:solid 2px #fa0;
+background:#faf;
+padding:1% 0%;
+#margin:1em 17em;
+}
+div.lets span{color:navy;  text-decoration: underline #faf;}
+
+div.cal {margin-left:auto; margin-right:auto;
+width: 320px; height: 180px;
+background: white}
+
+
+
+#form{margin-left:auto; margin-right:auto;}

yatex.org