はじまりの大地

This commit is contained in:
miteruzo
2024-07-08 03:32:47 +09:00
commit c616a96f53
7749 changed files with 478270 additions and 0 deletions
Binary file not shown.
+7
View File
@@ -0,0 +1,7 @@
.flat-theme-info {
text-align: center;
}
.flat-theme-info hr {
margin: 10px auto;
}
+70
View File
@@ -0,0 +1,70 @@
@import url(//fonts.googleapis.com/css?family=Roboto:400,700);
@import url(//fonts.googleapis.com/css?family=Roboto+Slab:300,400,700);
body {
font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 16px;
line-height: 1.625;
color: #555;
}
a {
color: #428bca;
text-decoration: none;
outline: 0!important;
}
a:hover,
a:focus {
color: #2a6496;
}
p {
margin: 0 0 13px;
}
h1, h2, h3, h4, h5, h6 {
font-family: "Roboto Slab";
font-weight: 500;
line-height: 1.2;
}
h1, h2, h3 {
margin-top: 26px;
margin-bottom: 13px;
}
h4, h5, h6 {
margin-top: 13px;
margin-bottom: 13px;
}
h1 { font-size: 36px; }
h2 { font-size: 30px; }
h3 { font-size: 24px; }
h4 { font-size: 18px; }
h5 { font-size: 16px; }
h6 { font-size: 14px; }
blockquote {
padding: 0 20px;
font-size: 16px;
color: #999;
margin: 0 0 26px;
border-left: 5px solid #eee;
}
.wp-caption {
background: none;
border-radius: 0;
}
.wp-caption-dd {
padding: 5px 0;
font-size: 12px;
}
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long