Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions _includes/sidebar.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
<h1 class="top_logo">
<a href="{{base}}{{ site.baseurl }}">
<img src="{{base}}{{ site.baseurl }}/images/rubima_logo.png" height="82" width="135" alt="るびま">
</a>
</h1>

{% comment %}
_includes/index_toc.md に従って表紙原稿のフロントマターに記載された情報から各号目次をサイバーに生成します
{% endcomment %}
Expand Down
7 changes: 6 additions & 1 deletion css/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ body {

.sidebar {
background-color: #900;
background: url(../images/rubima_logo_left.png) top no-repeat, url(../images/rubima_sidebar.png) bottom repeat-y;
background: url(../images/rubima_sidebar_top.png) top no-repeat, url(../images/rubima_sidebar.png) bottom repeat-y;
top: 0em;
left: 0px;
width: 150px;
Expand All @@ -31,6 +31,11 @@ body {
float: left;
}

.sidebar h1.top_logo {
margin: -99px 0px 17px -15px;
padding: 0px 0px 13px;
}

.sidebar h4 {
font-size: small;
padding-right: 8px;
Expand Down
Binary file removed images/rubima_logo_left.png
Binary file not shown.
Binary file added images/rubima_sidebar_top.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.