Commit 7f642c97 authored by Murukesh Mohanan's avatar Murukesh Mohanan

renamed styles/ to css/

parent ac53bcf0
---
layout: post
title: 始めまして!
---
一ヶ月前から 日本語をべんきょうして います。漢字 と 文法を 少し わかります。
ですから、日本語で 書いてが むずかしい です。今まで 漢字を百二十ぐらい 
ならいました。その漢字なかに 六十ぐらい おぼえて います。このポスト 
Googleのmozcで 書きました。Googleのmozcは とても べんり です。
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
<title> <title>
{{ page.title }} &ndash; Muru {{ page.title }} &ndash; Muru
</title> </title>
<link rel="stylesheet" href="{{ site.base-url }}/styles/style.css" type="text/css"> <link rel="stylesheet" href="{{ site.base-url }}/css/style.css" type="text/css">
{% if page.pagestyle %} {% if page.pagestyle %}
{% assign pagestyle = page.pagestyle %} {% assign pagestyle = page.pagestyle %}
{% else %} {% else %}
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
</script> </script>
{% endif %} {% endif %}
{% if pagestyle %} {% if pagestyle %}
<link rel="stylesheet" href="{{ site.base-url }}/styles/{{ pagestyle }}.css" type="text/css"> <link rel="stylesheet" href="{{ site.base-url }}/css/{{ pagestyle }}.css" type="text/css">
{% endif %} {% endif %}
<!-- Web Fonts FTW! --> <!-- Web Fonts FTW! -->
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Ubuntu"> <link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Ubuntu">
......
...@@ -7,7 +7,7 @@ layout: default ...@@ -7,7 +7,7 @@ layout: default
{% assign tag = site.data.tags[page.tag] %} {% assign tag = site.data.tags[page.tag] %}
<section class="tag-title"> <section class="tag-title">
<header> <header>
<h1>{{ tag.name }}</h1> <h1>Tag: {{ tag.name }}</h1>
</header> </header>
<hr> <hr>
......
...@@ -38,7 +38,8 @@ a.tag { ...@@ -38,7 +38,8 @@ a.tag {
ol.tags-list { ol.tags-list {
margin: 0; margin: 0;
padding: 0; padding: 0;
text-align: right; display: flex;
flex-direction: row-reverse;
} }
ol.tags-list li { ol.tags-list li {
...@@ -141,15 +142,19 @@ a.page-prev, a.page-next { ...@@ -141,15 +142,19 @@ a.page-prev, a.page-next {
} }
@media screen and (min-device-aspect-ratio: 1/1) and (orientation: landscape) { @media screen and (min-device-aspect-ratio: 1/1) and (orientation: landscape) {
.post-title h1 {
display: flex;
margin: 0;
margin-bottom: 0.5em;
padding: 0;
}
.post-title h1>a {
flex: 2;
}
.post-date { .post-date {
float: right;
border-left: solid 0.2em silver; border-left: solid 0.2em silver;
padding-left: 0.5em; padding-left: 0.5em;
} }
.post-title h1 {
margin: 0.5em;
/*overflow: auto;*/
}
a.page-prev { a.page-prev {
float: left; float: left;
width: 30%; width: 30%;
......
...@@ -100,7 +100,7 @@ body { ...@@ -100,7 +100,7 @@ body {
min-height: 100vh; min-height: 100vh;
} }
h1 { h1 {
margin-top: 0; /* margin-bottom: 0.5em; */
} }
/*h1 { /*h1 {
font-size: 2em; font-size: 2em;
......
...@@ -8,3 +8,8 @@ section.post { ...@@ -8,3 +8,8 @@ section.post {
section.post>header>h1>a:link, section.post>header>h1>a:visited { section.post>header>h1>a:link, section.post>header>h1>a:visited {
color: honeydew; color: honeydew;
} }
section.post>header>h1 {
padding: 0;
margin: 0 0 0.5em 0;
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment