gctGenerator/style/guide.css

82 lines
875 B
CSS
Raw Normal View History

html {
background-color:#f0f1f0;
color:#000;
font-family:Calibri;
text-align:center
}
body {
display:inline-block;
min-height:450px;
font-size:1em;
text-align:left
2018-01-08 10:51:14 +09:00
}
h1,h2,h3,h4{
margin:10px 20px
2018-01-08 10:51:14 +09:00
}
2018-01-08 10:51:14 +09:00
h1 {
font-size:1.3em
2018-01-08 10:51:14 +09:00
}
2018-01-08 10:51:14 +09:00
h2 {
font-size:1.1em
2018-01-08 10:51:14 +09:00
}
h3,h4 {
margin-top:15px;
font-size:1em
2018-01-08 10:51:14 +09:00
}
2018-01-08 10:51:14 +09:00
p {
margin:10px 0px 0px 0px
}
img {
2018-02-06 00:57:45 +09:00
margin:0px 10px;
border-radius:4px;
max-width:100%
2018-01-08 10:51:14 +09:00
}
a {
color:#ff0029;
text-decoration:none
2018-01-08 10:51:14 +09:00
}
a:hover {
color:#1185fd
2018-01-19 04:24:56 +09:00
}
p {
margin:0px 30px
2018-01-08 10:51:14 +09:00
}
ul li {
2018-02-06 00:57:45 +09:00
margin:7px 10px
2018-01-20 05:18:18 +09:00
}
.framed {
padding:12px;
text-align:justify;
border-style:solid;
border-color:#000;
border-width:1px;
border-radius:0px
2018-01-08 10:51:14 +09:00
}
#guide_content {
max-width:1000px
2018-01-08 10:51:14 +09:00
}
2018-02-06 00:57:45 +09:00
#indexlisting h3 {
margin:2px 20px
}
#iosinstall {
text-align:center;
2018-01-08 10:51:14 +09:00
}
#iosinstall div {
display:inline-block;
2017-10-11 04:05:41 +09:00
}