gctGenerator/style/guide.css

71 lines
949 B
CSS
Raw Normal View History

@import url('common.css');
body {
margin:30px;
text-align:justify
2018-01-08 10:51:14 +09:00
}
2018-01-08 10:51:14 +09:00
div {
padding:0;
2018-01-08 10:51:14 +09:00
}
2018-01-08 10:51:14 +09:00
h1 {
margin:50px 0px 20px 0px;
2018-01-08 10:51:14 +09:00
}
2018-01-08 10:51:14 +09:00
h2 {
font-size:16px;
margin:30px 0px 0px 0px
2018-01-08 10:51:14 +09:00
}
2018-01-08 10:51:14 +09:00
h3 {
font-size:15px;
margin:20px 0px 5px 40px
2018-01-08 10:51:14 +09:00
}
2018-01-08 10:51:14 +09:00
p {
margin:0px 60px;
2018-01-08 10:51:14 +09:00
}
2018-01-08 10:51:14 +09:00
ul li {
margin:0px 0px 10px 60px;
width:80%
2018-01-08 10:51:14 +09:00
}
2018-01-08 10:51:14 +09:00
#guide_content {
clear:both;
background:#232323;
width:100%;
max-width:960px;
overflow:hidden;
border:1px solid #333;
border-radius:4px;
border-color:grey;
border-width:1px;
border-style:dashed;
margin:20px;
padding:0px 30px 30px 30px;
font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
font-size:14px;
line-height:22px
2018-01-08 10:51:14 +09:00
}
2018-01-08 10:51:14 +09:00
#iosinstall {
clear:both;
margin-top:100px;
text-align:center
2018-01-08 10:51:14 +09:00
}
2018-01-08 10:51:14 +09:00
#iosinstall h2 {
text-align:left
2018-01-08 10:51:14 +09:00
}
2018-01-08 10:51:14 +09:00
#iosinstall div {
margin:0px 30px 0px 30px;
display:inline-block
2018-01-08 10:51:14 +09:00
}
2018-01-08 10:51:14 +09:00
#iosinstall div h3 {
margin:10px;
text-align:left
2017-10-11 04:05:41 +09:00
}