質問編集履歴

1

「WordPress」タグを追加,表示画面とソースの画像追加,css追加しました。

2019/03/07 02:24

投稿

ewalu
ewalu

スコア17

test CHANGED
File without changes
test CHANGED
@@ -30,28 +30,188 @@
30
30
 
31
31
  ```html
32
32
 
33
- <ol><li>当社サービスの提供・運営のため</li><li>ユーザーからのお問い合わせに回答するため(本人確認を行うことを含む)</li><li>ユーザーが利用中のサービスの新機能,更新情報,キャンペーン等及び当社が提供する他のサービスの案内のメールを送付するため</li><li>メンテナンス,重要なお知らせなど必要に応じたご連絡のため</li><li>利用規約に違反したユーザーや,不正・不当な目的でサービスを利用しようとするユーザーの特定をし,ご利用をお断りするため</li><li>ユーザーにご自身の登録情報の閲覧や変更,削除,ご利用状況の閲覧を行っていただくため</li><li>有料サービスにおいて,ユーザーに利用料金を請求するため</li><li>上記の利用目的に付随する目的</li></ol>
34
-
35
-
33
+ <ol>
34
+
35
+ <li>当社サービスの提供・運営のため</li>
36
+
37
+ <li>ユーザーからのお問い合わせに回答するため(本人確認を行うことを含む)</li>
38
+
39
+ <li>ユーザーが利用中のサービスの新機能,更新情報,キャンペーン等及び当社が提供する他のサービスの案内のメールを送付するため</li>
40
+
41
+ <li>メンテナンス,重要なお知らせなど必要に応じたご連絡のため</li>
42
+
43
+ <li>利用規約に違反したユーザーや,不正・不当な目的でサービスを利用しようとするユーザーの特定をし,ご利用をお断りするため</li>
44
+
45
+ <li>ユーザーにご自身の登録情報の閲覧や変更,削除,ご利用状況の閲覧を行っていただくため</li>
46
+
47
+ <li>有料サービスにおいて,ユーザーに利用料金を請求するため</li>
48
+
49
+ <li>上記の利用目的に付随する目的</li>
50
+
51
+ </ol>
52
+
53
+
54
+
55
+ ![イメージ説明](e7e6bbeac84590778e0d78a9ab465cc4.png)`css
56
+
57
+ element.style {
58
+
59
+ }
60
+
61
+ .wpb_alert p:last-child, #content .wpb_alert p:last-child, .wpb_text_column p:last-child, .wpb_text_column *:last-child, #content .wpb_text_column p:last-child, #content .wpb_text_column *:last-child {
62
+
63
+ margin-bottom: 0;
64
+
65
+ }
66
+
67
+ user agent stylesheet
68
+
69
+ ol ul, ul ol, ul ul, ol ol {
70
+
71
+ margin-block-start: 0px;
72
+
73
+ margin-block-end: 0px;
74
+
75
+ }
76
+
77
+ user agent stylesheet
78
+
79
+ ol {
80
+
81
+ display: block;
82
+
83
+ list-style-type: decimal;
84
+
85
+ margin-block-start: 1em;
86
+
87
+ margin-block-end: 1em;
88
+
89
+ margin-inline-start: 0px;
90
+
91
+ margin-inline-end: 0px;
92
+
93
+ padding-inline-start: 40px;
94
+
95
+ }
96
+
97
+ user agent stylesheet
98
+
99
+ li {
100
+
101
+ display: list-item;
102
+
103
+ text-align: -webkit-match-parent;
104
+
105
+ }
106
+
107
+ user agent stylesheet
108
+
109
+ ol {
110
+
111
+ display: block;
112
+
113
+ list-style-type: decimal;
114
+
115
+ margin-block-start: 1em;
116
+
117
+ margin-block-end: 1em;
118
+
119
+ margin-inline-start: 0px;
120
+
121
+ margin-inline-end: 0px;
122
+
123
+ padding-inline-start: 40px;
124
+
125
+ }
126
+
127
+ user agent stylesheet
128
+
129
+ li {
130
+
131
+ display: list-item;
132
+
133
+ text-align: -webkit-match-parent;
134
+
135
+ }
136
+
137
+ user agent stylesheet
138
+
139
+ ol {
140
+
141
+ display: block;
142
+
143
+ list-style-type: decimal;
144
+
145
+ margin-block-start: 1em;
146
+
147
+ margin-block-end: 1em;
148
+
149
+ margin-inline-start: 0px;
150
+
151
+ margin-inline-end: 0px;
152
+
153
+ padding-inline-start: 40px;
154
+
155
+ }
156
+
157
+ .vc_row.vc_row-flex > .vc_column_container > .vc_column-inner {
158
+
159
+ -webkit-box-flex: 1;
160
+
161
+ -webkit-flex-grow: 1;
162
+
163
+ -ms-flex-positive: 1;
164
+
165
+ flex-grow: 1;
166
+
167
+ display: -webkit-box;
168
+
169
+ display: -webkit-flex;
170
+
171
+ display: -ms-flexbox;
172
+
173
+ display: flex;
174
+
175
+ -webkit-box-orient: vertical;
176
+
177
+ -webkit-box-direction: normal;
178
+
179
+ -webkit-flex-direction: column;
180
+
181
+ -ms-flex-direction: column;
182
+
183
+ flex-direction: column;
184
+
185
+ z-index: 1;
186
+
187
+ }
188
+
189
+ #start_nicdark_framework {
190
+
191
+ color: #a3a3a3;
192
+
193
+ font-size: 16px;
194
+
195
+ line-height: 30px;
196
+
197
+ font-family: 'Halant', sans-serif;
198
+
199
+ overflow-x: hidden;
200
+
201
+ }
202
+
203
+ .nd_options_customizer_fonts, .nd_options_customizer_fonts .nd_options_color_grey, .nd_options_customizer_fonts p, .nd_options_customizer_fonts a, .nd_options_customizer_fonts select, .nd_options_customizer_fonts textarea, .nd_options_customizer_fonts label, .nd_options_customizer_fonts input {
204
+
205
+ color: #a3a3a3;
206
+
207
+ }
208
+
209
+ .nd_options_customizer_fonts, .nd_options_customizer_fonts .nd_options_second_font, .nd_options_customizer_fonts p, .nd_options_customizer_fonts a, .nd_options_customizer_fonts select, .nd_options_customizer_fonts textarea, .nd_options_customizer_fonts label, .nd_options_customizer_fonts input {
210
+
211
+ font-family: 'Cinzel', sans-serif;
212
+
213
+ }
36
214
 
37
215
  ```
38
216
 
39
- ```css
40
-
41
- ol {
42
-
43
- display: block;
44
-
45
- list-style-type: decimal;
46
-
47
- margin-block-start: 1em;
48
-
49
- margin-block-end: 1em;
50
-
51
- margin-inline-start: 0px;
52
-
53
- margin-inline-end: 0px;
54
-
55
- padding-inline-start: 40px;
217
+ ![イメージ説明](92c19ee01d17b85e38da0dcd583585f8.png)
56
-
57
- ```