質問編集履歴

1

タグを一部追記

2016/01/21 07:55

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
@@ -14,7 +14,7 @@
14
14
 
15
15
  初歩的なことで申し訳ございませんが、どなたか詳しい方お教えいただけますでしょうか。
16
16
 
17
- (同サイト内にはslidebars.min.jsも使用しています
17
+ (同サイト内にはslidebars.min.jsも使用していますので、そちらも合わせてタグ記載をしております
18
18
 
19
19
 
20
20
 
@@ -46,17 +46,29 @@
46
46
 
47
47
  <link rel="stylesheet" href="../css/jquery.mobile.min.css" />
48
48
 
49
+ <link rel="stylesheet" href="../css/slidebars.css" />
50
+
49
51
  <script type="text/javascript" src="../js/jquery.min.js"></script>
50
52
 
53
+ <script type="text/javascript" src="../js/slidebars.min.js"></script>
54
+
51
55
  </head>
52
56
 
53
57
 
54
58
 
55
- <body id="nw_sp">
59
+ <body id="nw_sp">
60
+
56
-
61
+ <div id="sb-site">
62
+
63
+
64
+
57
-
65
+ <div id="footer">
58
-
66
+
59
- <p class="pagetop"><a href="#tg_top"><img src="../img/btn_pagetop.png" /><span class="disnon">ページTOPへ戻る</span></a></p>
67
+ <p class="pagetop"><a href="#tg_top"><img src="../img/btn_pagetop.png" /><span class="disnon">ページTOPへ戻る</span></a></p>
68
+
69
+ </div>
70
+
71
+ </div>
60
72
 
61
73
 
62
74
 
@@ -104,6 +116,68 @@
104
116
 
105
117
  ```CSS
106
118
 
119
+ /* formatting style
120
+
121
+ --------------------------*/
122
+
123
+ * {
124
+
125
+ font-style: normal;
126
+
127
+ margin: 0px;
128
+
129
+ padding: 0px;
130
+
131
+ }
132
+
133
+
134
+
135
+ body {
136
+
137
+ font-size: 12px;
138
+
139
+ line-height: 2.0;
140
+
141
+ font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "MS Pゴシック", "MS PGothic", Century Gothic, sans-serif;
142
+
143
+ color: #000;
144
+
145
+ margin:auto;
146
+
147
+ background-color:none repeat scroll 0% 0% #FFF;
148
+
149
+ position:relative;
150
+
151
+ letter-spacing:0.8px;
152
+
153
+ }
154
+
155
+
156
+
157
+ /* basic layout
158
+
159
+ --------------------------*/
160
+
161
+
162
+
163
+ #footer{
164
+
165
+ width:100%;
166
+
167
+ overflow:hidden;
168
+
169
+ text-align:center;
170
+
171
+ }
172
+
173
+
174
+
175
+
176
+
177
+ /*pagetop--------------------------*/
178
+
179
+
180
+
107
181
  .pagetop {
108
182
 
109
183
  position: fixed;