changeset 781:20860c80eaa0

css meta
author ARAKI Tsuyohito <c113007@e.koeki-u.ac.jp>
date Mon, 13 Jul 2015 15:30:02 +0900
parents e7dacd36697d
children eadd6ea3adbd
files oasis2015/accountcheck.rb oasis2015/gets.rb oasis2015/gohan.rb oasis2015/index.html oasis2015/prof.rb
diffstat 5 files changed, 40 insertions(+), 9 deletions(-) [+]
line wrap: on
line diff
--- a/oasis2015/accountcheck.rb	Sun Jul 12 22:50:59 2015 +0900
+++ b/oasis2015/accountcheck.rb	Mon Jul 13 15:30:02 2015 +0900
@@ -78,9 +78,18 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html>
 <head>
+
+<meta name="viewport"
+content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no">
+<meta name="format-detection" content="telephone=no">
+<link media="only screen and (max-device-width:480px)"
+href="smart.css" type="text/css" rel="stylesheet" />
+<link media="screen and (min-device-width:481px)" href="profeel.css"
+type="text/css" rel="stylesheet" />
+
 <link rel="shortcut icon" href="./img/cabage.png"/>
 <title>Registering Account</title>
-<link rel="stylesheet" type="text/css" href="profeel.css">
+
 </head>
 <body>
 <h1>さかたっち</h1>
--- a/oasis2015/gets.rb	Sun Jul 12 22:50:59 2015 +0900
+++ b/oasis2015/gets.rb	Mon Jul 13 15:30:02 2015 +0900
@@ -108,13 +108,22 @@
 	"http://www.w3.org/TR/html4/strict.dtd">
 <html>
 <head>
+
+<meta name="viewport"
+content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no">
+<meta name="format-detection" content="telephone=no">
+<link media="only screen and (max-device-width:480px)"
+href="smart.css" type="text/css" rel="stylesheet" />
+<link media="screen and (min-device-width:481px)" href="profeel.css"
+type="text/css" rel="stylesheet" />
+
 <link rel="shortcut icon" href="./img/tsuya.png"/>
 <title>こうかん!</title>
 <style type="text/css">
 <!--
 -->
 </style>
-<link rel="stylesheet" type="text/css" href="profeel.css">
+
 </head>
 
 <body>
--- a/oasis2015/gohan.rb	Sun Jul 12 22:50:59 2015 +0900
+++ b/oasis2015/gohan.rb	Mon Jul 13 15:30:02 2015 +0900
@@ -122,13 +122,21 @@
 	"http://www.w3.org/TR/html4/strict.dtd">
 <html>
 <head>
+
+<meta name="viewport"
+content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no">
+<meta name="format-detection" content="telephone=no">
+<link media="only screen and (max-device-width:480px)"
+href="smart.css" type="text/css" rel="stylesheet" />
+<link media="screen and (min-device-width:481px)" href="profeel.css"
+type="text/css" rel="stylesheet" />
+
 <link rel="shortcut icon" href="./img/exp.png"/>
 <title>ごはぁん!</title>
 <style type="text/css">
 <!--
 -->
 </style>
-<link rel="stylesheet" type="text/css" href="profeel.css">
 </head>
 
 <body>
--- a/oasis2015/index.html	Sun Jul 12 22:50:59 2015 +0900
+++ b/oasis2015/index.html	Mon Jul 13 15:30:02 2015 +0900
@@ -2,9 +2,19 @@
         "http://www.w3.org/TR/html4/strict.dtd">
 <html>
 <head>
+
+<meta name="viewport"
+content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no">
+<meta name="format-detection" content="telephone=no">
+<link media="only screen and (max-device-width:480px)"
+href="smart.css" type="text/css" rel="stylesheet" />
+<link media="screen and (min-device-width:481px)" href="profeel.css"
+type="text/css" rel="stylesheet" />
+
+
 <link rel="shortcut icon" href="./img/cabage.png"/>
 <title>さかたっち</title>
-<link rel="stylesheet" type="text/css" href="profeel.css">
+
 </head>
 
 <body>
--- a/oasis2015/prof.rb	Sun Jul 12 22:50:59 2015 +0900
+++ b/oasis2015/prof.rb	Mon Jul 13 15:30:02 2015 +0900
@@ -285,11 +285,6 @@
 
 
 
-
-
-
-
-
 <link rel="shortcut icon" href="./img/cabage.png"/>
 <title>さかたっち</title>
 <style type="text/css">

yatex.org