This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @charset "utf-8"; | |
| /* CSS Document */ | |
| /* --clearfix-- */ | |
| .clearfix:after, | |
| div:after, | |
| ul:after, | |
| dl:after, | |
| form:after, | |
| blockquote:after { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | |
| <html xmlns="http://www.w3.org/1999/xhtml"> | |
| <head> | |
| <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> | |
| <title>無題ドキュメント</title> | |
| <link href="stylesheets/reset.css" rel="stylesheet" type="text/css" /> | |
| <link href="stylesheets/basic.css" rel="stylesheet" type="text/css" /> | |
| </head> | |
| <body> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 2C2820 | |
| FFF6E5 | |
| 1EFF00 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| " swap | |
| set directory=~/tmp | |
| " for cron | |
| set nowritebackup | |
| ~/.vimrc |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <%# bodyタグにページのスラッグをつける %> | |
| <% if entry? %> | |
| <body class="<%= @theme_types.join(' ') %> <%= @entry.slug %>"> | |
| <% else %> | |
| <body class="<%= @theme_types.join(' ') %>"> | |
| <% end %> | |
| <%# Topページにだけアイキャッチを表示 %> | |
| <% if index? %> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ビール1ケース … 6000円 | |
| オリジン弁当 … 9060円 | |
| コンビニ … 2000円 | |
| 一人 … 1700円 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [Plan] | |
| type = text | |
| size = 35 | |
| label = Where are you going to go? | |
| [Plan] | |
| type = textfield | |
| size = 35 | |
| hideKey = true |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| nav#global { | |
| width: 80%; | |
| height: 23px; | |
| } | |
| nav#global ul { | |
| list-style-type: none; | |
| } | |
| nav#global li { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| nav#global | |
| width: 80% | |
| height: 23px | |
| ul | |
| list-style-type: none | |
| li | |
| float: left | |
| a | |
| font-weight: bold |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #main article { | |
| color: #444; | |
| font-size: 14px; | |
| line-height: 1.6; | |
| } | |
| #side h2 { | |
| color: #444; | |
| font-size: 16px; | |
| line-height: 1.4; |
OlderNewer