質問編集履歴

3

訂正

2018/05/21 22:34

投稿

chNOBUNAGA
chNOBUNAGA

スコア41

test CHANGED
File without changes
test CHANGED
@@ -86,7 +86,7 @@
86
86
 
87
87
  + '</div>'
88
88
 
89
- $('#sr-event-log').append( h );
89
+ $('#sr-event-log').appendTo( h );
90
90
 
91
91
  });
92
92
 

2

訂正

2018/05/21 22:34

投稿

chNOBUNAGA
chNOBUNAGA

スコア41

test CHANGED
File without changes
test CHANGED
@@ -86,7 +86,7 @@
86
86
 
87
87
  + '</div>'
88
88
 
89
- $('#AdBox Ad advert').append( h );
89
+ $('#sr-event-log').append( h );
90
90
 
91
91
  });
92
92
 

1

スタイルシート追加

2018/05/21 22:33

投稿

chNOBUNAGA
chNOBUNAGA

スコア41

test CHANGED
File without changes
test CHANGED
@@ -104,6 +104,92 @@
104
104
 
105
105
 
106
106
 
107
+
108
+
109
+ style2.css
110
+
111
+ ```css
112
+
113
+ .code {margin-top: 25px;}
114
+
115
+ .close-meerkat {
116
+
117
+ position: absolute;
118
+
119
+ display: block;
120
+
121
+ height: 18px;
122
+
123
+ width: 18px;
124
+
125
+ background: url('images/close-x.png') no-repeat 0 0;
126
+
127
+ cursor: pointer;
128
+
129
+ text-indent: -9000px;
130
+
131
+ z-index: 10;
132
+
133
+ }
134
+
135
+ .dont-show {
136
+
137
+ position: absolute;
138
+
139
+ display: block;
140
+
141
+ height: 18px;
142
+
143
+ width: 160px;
144
+
145
+ cursor: pointer;
146
+
147
+ z-index: 10;
148
+
149
+ color: #EC7700;
150
+
151
+ }
152
+
153
+ a.dont-show:hover {color:#FFF;}
154
+
155
+ .adsense {z-index: 5;}
156
+
157
+ .meerkat {
158
+
159
+ color: #FFF;
160
+
161
+ display: none;
162
+
163
+ }
164
+
165
+ .pos-bot .adsense {
166
+
167
+ width: 728px;
168
+
169
+ height: 90px;
170
+
171
+ position: absolute;
172
+
173
+ left: 50%;
174
+
175
+ margin-left: -364px;
176
+
177
+ }
178
+
179
+ .pos-bot .adsense {top: 20px;}
180
+
181
+ .pos-bot .close-meerkat {right: 10px; top: 20px;}
182
+
183
+ .pos-bot .dont-show {right: -10px; top: 100px;}
184
+
185
+ .pos-bot .dont-show {top: 100px;}
186
+
187
+
188
+
189
+ ```
190
+
191
+
192
+
107
193
  meercat.jsは、Jquryのプラグインです。
108
194
 
109
195