gctGenerator/style/guide.css

84 lines
1.1 KiB
CSS
Raw Normal View History

@import url('common.css');
body {
2018-01-19 04:24:56 +09:00
margin:30px 0px;
text-align:center
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-19 04:24:56 +09:00
line-height:28px
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;
2018-01-20 05:18:18 +09:00
margin:20px 0px 5px 20px
2018-01-08 10:51:14 +09:00
}
2018-01-08 10:51:14 +09:00
p {
2018-01-20 05:18:18 +09:00
margin:0px 40px;
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-19 04:24:56 +09:00
hr {
border-color:#ccc
}
2018-01-08 10:51:14 +09:00
#guide_content {
2018-01-19 04:24:56 +09:00
display:inline-block;
background:#232323;
2018-01-19 04:24:56 +09:00
width:80%;
min-width:450px;
max-width:1200px;
overflow:hidden;
border:1px solid #333;
border-radius:4px;
2018-01-19 04:24:56 +09:00
border-color:#aaa;
border-width:1px;
2018-01-19 04:24:56 +09:00
border-style:solid;
margin:0;
padding:0px 30px 30px 30px;
font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
font-size:14px;
2018-01-19 04:24:56 +09:00
line-height:20px;
text-align:justify
2018-01-08 10:51:14 +09:00
}
2018-01-20 05:18:18 +09:00
#indexlisting h2, #indexlisting h3{
font-size:14px;
font-weight:normal;
margin:0
}
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
}