/* Skin Name: Bazooka Skin - Fc2 Style Author: vicuna.jp Customize: Black vicuna Licence: MIT Licence */ /******************************************************** * * Title: 0 * *********************************************************/ /*====================================== 0-1.★設定1 記事投稿方法の選択 タグを使ってエントリーを 投稿する方は以下の指定を消してください。 =======================================*/ /* ここから */ div.textBody {padding: 0.5em 20px!important;} div.textBody h2,div.textBody h3,div.textBody h4, div.textBody h5,div.textBody h6,div.textBody p, div.textBody ul,div.textBody ol,div.textBody dl, div.textBody blockquote,div.textBody pre,div.textBody table, div.textBody {margin-left: 0;margin-right: 0;} /*ここまで*/ /******************************************************** * * Title: 1-elements.css * *********************************************************/ /* * ※Licence: CC3.0 * http://creativecommons.org/licenses/by/3.0/deed.ja * * Title: Bazooka - Elements * URI: http://vicuna.jp/ * Last Modified: 2008-02-02 * Author: wu * Description: * Reset and Base Styles * * 1-1.Yahoo UI Library Fonts CSS * 1-2.Settings * 1-3.Universal selector * 1-4.Structure Module * 1-5.Text Module * 1-6.Hypertext Module * 1-7.List Module * 1-8.Edit Module * 1-9.Forms Module * 1-10.Tables Module * 1-11.Image Module * 1-12.Object Module * */ /*====================================== 1-1.Yahoo UI Library Fonts CSS ver.2.4.0 *Copyright (c) 2006, Yahoo! Inc. All rights reserved. *http://developer.yahoo.com/yui/license.txt Font-size Adjustment 77% = 10px | 122% = 16px | 167% = 22px 85% = 11px | 129% = 17px | 174% = 23px 92% = 12px | 136% = 18px | 182% = 24px 100% = 13px | 144% = 19px | 189% = 25px 107% = 14px | 152% = 20px | 197% = 26px 114% = 15px | 159% = 21px | =======================================*/ /* Don't Edit */ body {font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}table {font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;} /*====================================== 1-2. Font size setting =======================================*/ p, pre, cite, blockquote { font-size: 100%; } li,dt,dd { font-size: 100%; } /*====================================== 1-3.Universal selector =======================================*/ * { line-height: 1.5; font-style: normal; } /*====================================== 1-4.Structure Module =======================================*/ body { padding-bottom: 1em; color: #666; /* Text Color */ background-color: #455e7f; background-image: url(http://blog-imgs-21.fc2.com/b/l/a/blackvicuna/bazooka_bg_body.gif); background-repeat: repeat-x; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; } /*====================================== 1-5.Text Module =======================================*/ p, pre, address, cite { margin: 0.8em 20px; } h2, h3, h4, h5, h6 { margin: 0.8em 20px 0.5em; font-weight: normal; line-height: 1; } h1 { margin: 0; padding: 0.5em 40px 0.6em 30px; border-bottom: 2px solid #333; color: #fff; background-color: #444; font-family: Georgia, "Times New Roman", Times, serif; font-size: 152%; font-weight: normal; _height: 1px; /* for IE (peekaboo) */ min-height: 1px; /* for IE7 (peekaboo) */ } h2 { border-bottom: 3px solid #eee; font-size: 114%; color: #000; } h3 { padding: 0.3em 10px; color: #666; font-size: 114%; background-color: #f5f5f5; } h4 { font-size: 100%; } h5 { font-size: 100%; } h6 { font-size: 100%; } p { line-height: 1.8; } br { letter-spacing: 0; } pre { padding: 0.5em 0 0.5em 20px; width: 95%; max-width: 85%; overflow: scroll; color: #fff; background-color: #555; font-family: monospace; } pre * { color: #fff; } pre[title]:before { margin: -0.5em -20px 1em; padding: 0.3em 20px; display: block; content: attr(title); color: #fff; background-color: #333; font-size: 85%; } blockquote { margin: 2em 20px 2em 40px; padding: 0.6em 20px; color: #666; background-color: #f5f5f5; } blockquote * { margin: 0!important; border: none!important; color: #666; } blockquote[title]:before { margin-bottom: 0.6em; display: block; content: "Quote: "attr(title); color: #000; } blockquote[cite]:after { padding: 0.8em 20px; display: block; content: "Quote: "attr(cite); color: #333; text-align: right; } cite { display: block; color: #333; text-align: right; } em { font-weight: bold; } strong { color: #dc143c; } code { font-family: monospace; } abbr, acronym { border-bottom: 1px dotted #aaa; cursor: help; } kbd { border: 1px solid #ccc; padding: 0 0.3em; background-color: #f5f5f5; font-family: monospace; } /*====================================== 1-6.Hypertext Module =======================================*/ a:link { color: #005585; } a:visited { color: #8f9da6; } a:hover { color: #00b8fd; } /*-------------------------------------- 1-6-1. div#utilities link ---------------------------------------*/ div#utilities a:link { } div#utilities a:visited { } div#utilities a:hover { } /*====================================== 1-7.List Module =======================================*/ ul, ol, dl { margin: 1em 20px; padding: 1px 0; list-style-position: inside; } li, dt, dd { margin: 0.4em 10px; } dt { color: #000; } dd { margin-left: 20px; margin-bottom: 0.6em; } li li, li p, li pre, li dt, li dd, dd li, dd p, dd pre, dd dt, dd dd { font-size: 100%; } li ul, li ol, li dl, li p, dd ul, dd ol, dd dl, dd p { margin: 0.5em 10px; } /*====================================== 1-8.Edit Module =======================================*/ del { color: #ccc; text-decoration: line-through; } del[datetime]::before { content: " ( "attr(datetime)"\00524a\009664) "; } ins { border-bottom: 1px dotted #ccc; text-decoration: none; } ins[datetime]::before { content: " ( "attr(datetime)"\004fee\006b63) "; } /*====================================== 1-9.Forms Module =======================================*/ form { margin: 1em 20px; padding: 1px 0; background-color: #fff; background-image: url(http://blog-imgs-21.fc2.com/b/l/a/blackvicuna/bazooka_slash01.png); } form dl, form p { margin: 0.5em 20px; } fieldset { margin: 0; padding: 0; border: none; } legend { color: #000; background-color: #fff; margin: 0 1em; padding: 0 10px; } input, textarea { margin: 0.5em 10px; padding: 1px 0.2em; border-width: 1px; border-style: solid; border-color: #d4d4d4 #eee #eee #d4d4d4; font-size: 100%; font-family: Arial, Helvetica, "ヒラギノ角ゴ Pro W3", sans-serif; background-color: #fff; background-image: url(http://blog-imgs-21.fc2.com/b/l/a/blackvicuna/bazooka_bg_input.gif); background-repeat: no-repeat; } input:hover, textarea:hover { border: 1px solid #00b8fd; } input:focus, textarea:focus { border: 1px solid #000; } textarea { padding: 0.4em 8px; width: 30em; } input.inputField { } input.submit { border-color: #fff; color: #fff; border: none; _padding: 0; /* for IE */ background-color: #b83800; font-size: 85%; font-weight: bold; text-transform: uppercase; } input.submit:hover { background-color: #000; } input.radio { background-color: transparent; background-image: none; border: none; } /*====================================== 1-10.Tables Module =======================================*/ /*====================================== 1-10.Tables Module =======================================*/ table { margin: 1em 20px; border: 1px solid #ccc; background-color: #f5f5f5; } th, td { padding: 0 10px; border-bottom: 1px solid #ddd; border-collapse: separate; border-spacing: 1px; } caption { } th { border-right: 1px solid #ccc; color: #fff; background-color: #333; font-weight: normal; } td { border-right: 1px solid #eee; border-bottom: 1px solid #eee; background-color: #fff; } /*====================================== 1-11.Image Module =======================================*/ img { vertical-align: bottom; } /*====================================== 1-12.Object Module =======================================*/ object, embed { margin: 1em 20px; } /******************************************************** * * Title: 2-class.css * *********************************************************/ /* * ※Licence: CC3.0 * http://creativecommons.org/licenses/by/3.0/deed.ja * * Title: Bazooka - Class * URI: http://vicuna.jp/ * Last Modified: 2007-11-1 * Author: wu */ /*-------------------------------------- .pager ---------------------------------------*/ /* ul.pager (Newer|Older) -----------------------------*/ ul.pager { text-align: center; } ul.pager li { display: inline; } ul.pager li.newer:before { content: "<< "; } ul.pager li.older:after { content: " >>"; } /* p.pagerNum (1|2|3|4) -----------------------------*/ p.pagerNum { text-align: center; } p.pagerNum a { text-decoration: none; border-bottom: none; } p.pagerNum strong { } /*-------------------------------------- .count ---------------------------------------*/ .count { color: #999; } /*-------------------------------------- .feed ---------------------------------------*/ li.atom, li.rss { list-style-type: none; } li.atom a, li.rss a { padding-left: 20px; background-image: url(http://blog-imgs-21.fc2.com/b/l/a/blackvicuna/bazooka_icon_feed.gif); background-repeat: no-repeat; background-position: 0 center; } li.atom a:hover, li.rss a:hover { background-image: url(http://blog-imgs-21.fc2.com/b/l/a/blackvicuna/bazooka_icon_feed.gif); } /*-------------------------------------- dl.data ---------------------------------------*/ dl.data { padding: 0; border-left: 5px solid #ddd; border-right: 1px solid #eee; border-bottom: 1px solid #eee!important; } dl.data dt { margin: 0; padding: 0.3em 0 0.1em 1em; border-top: 1px solid #eee; width: 8em; float: left; color: #333; } dl.data dd { margin: 0 0 0 8em; padding: 0.3em 1em; border-left: 1px solid #eee; border-top: 1px solid #eee; color: #999; } /*-------------------------------------- float ---------------------------------------*/ .img_L { margin-right: 1em!important; margin-top: 1em!important; float: left; } .img_R { margin-left: 1em!important; margin-top: 1em!important; float: right; } .clear { display: block; clear: both; line-height: 0; } /*-------------------------------------- Photo thumbnail ---------------------------------------*/ ul.thumb { overflow: auto; } ul.thumb li { margin: 5px 0 0 5px; border: 1px solid #333; float: left; display: inline; overflow: hidden; width: 70px; /* Pictures height */ background-color: #666; } ul.thumb li a { border: none; text-decoration: none; } ul.thumb li a img { border: none; } /*-------------------------------------- Tag Cloud ---------------------------------------*/ ul.tagCloud { marin: 0; padding: 0.5em 10px; line-height: 1; font-family: Arial, Helvetica, sans-serif; font-size: 13px; } ul.tagCloud li { margin: 0; padding: 0; display: inline; font-size: 100%; /* ここで相対的に文字サイズを変更 */ } ul.tagCloud li a { padding: 0 5px; border: 1px solid #eee; position: relative; line-height: 1; text-decoration: none; background-color: #fff; } ul.tagCloud li.levelover a { z-index: 6; font-size: 167%; color: #424242; } ul.tagCloud li.level19 a, ul.tagCloud li.level18 a, ul.tagCloud li.level17 a, ul.tagCloud li.level16 a, ul.tagCloud li.level15 a { top: 5px; z-index: 5; font-size: 136%; color: #5e5e5e; } ul.tagCloud li.level14 a, ul.tagCloud li.level13 a, ul.tagCloud li.level12 a, ul.tagCloud li.level11 a, ul.tagCloud li.level10 a { font-size: 114%; color: #7a7a7a; z-index: 4; } ul.tagCloud li.level9 a, ul.tagCloud li.level8 a, ul.tagCloud li.level7 a, ul.tagCloud li.level6 a, ul.tagCloud li.level5 a { top: 5px; z-index: 3; font-size: 100%; color: #979797; } ul.tagCloud li.level4 a, ul.tagCloud li.level3 a { font-size: 100%; color: #b3b3b3; z-index: 2; } ul.tagCloud li.level2 a, ul.tagCloud li.level1 a { z-index: 1; font-size: 70%; color: #cfcfcf; } /* On Mouse */ ul.tagCloud li a:hover { border-color: #666; z-index: 10; color: #000; background-color: #eee; } /*-------------------------------------- Headline ---------------------------------------*/ dl.headline { margin: 0 20px 1em; } dl.headline dt { font-size: 114%; margin-bottom: 0; } dl.headline dt span.date { font-size: 77%; color: #aaa; } dl.headline dd { margin: 0 10px 1em 10px; } dl.headline dd ul { margin: 0; padding-bottom: 1.2em; list-style-type: none; list-style-position: outside; border-bottom: 1px solid #eee; } dl.headline dd ul li { margin: 0.3em 5px 0.3em 0; display: inline; font-size: 92%; color: green; } dl.headline dd ul li.author span.name { color: #333; } dl.headline dd ul li.category a, dl.headline dd ul li.tag a { color: #aaa; text-decoration: none; } dl.headline dd ul li.tag a { } dl.headline dd ul li.textBody { display: block; font-size: 100%; color: #333; } /*-------------------------------------- .admin ---------------------------------------*/ .admin a { padding: 0 10px 0 25px; text-decoration: none; color: #f65472; background: url(http://blog-imgs-21.fc2.com/b/l/a/blackvicuna/bazooka_icon_edit.gif) 5px 3px no-repeat; } .admin a:hover { color: #953844; } /*-------------------------------------- clearFix ---------------------------------------*/ ul#globalNavi, div#utilities, .textBody, .entry, ul.flip { _height: 1px; min-height: 1px; } ul#globalNavi:after, div#utilities:after, .textBody:after, ul.flip:after { height: 0; visibility: hidden; content: "."; display: block; clear: both; } /* for MacIE5 \*//*/ ul#globalNavi, div#utilities, .textBody, ul.flip { height: auto; overflow: hidden; } /* end */ /******************************************************** * * Title: 3-context.css * *********************************************************/ /* * ※Licence: CC3.0 * http://creativecommons.org/licenses/by/3.0/deed.ja * * Title: Bazooka - Context * URI: http://vicuna.jp/ * Last Modified: 2007-12-18 * Author: wu * * 3-1.div#header * 3-2.div#content * 3-3.div#main * 3-4.div#utilities * 3-5.div#footer */ /*====================================== 3-1.div#header =======================================*/ div#header { padding: 1px 0 10px; } /*-------------------------------------- 3-1-1. Website Title ---------------------------------------*/ div#header p.siteName { margin: 13px 4px 0; line-height: 1; font-family: Georgia, "Times New Roman", Times, serif; font-size: 159%; font-weight: bold; } div#header p.siteName a { color: #fff; text-decoration: none; } div#header p.siteName a:hover { } /*-------------------------------------- 3-1-2. Description ---------------------------------------*/ div#header p.description { margin: 0 5px; color: #6d86a7; font-size: 92%; } /*====================================== 3-2.div#content =======================================*/ div#content { position: relative; background-color: #fff; background-image: url(http://blog-imgs-21.fc2.com/b/l/a/blackvicuna/bazooka_bg_white_corner01.gif); background-repeat: no-repeat; background-position: left top; } div#content p.return { margin: 0; padding: 0.2em 20px 0.4em; border-top: 1px solid #ddd; border-bottom: 4px solid #354e6f; text-align: right; background: #fff url(http://blog-imgs-21.fc2.com/b/l/a/blackvicuna/bazooka_slash01.png); } body.mainIndex h1 { display: none; /*body.mainIndex*/ } /*====================================== 3-3. div#main =======================================*/ div#main { padding: 1px 0; background-image: url(http://blog-imgs-21.fc2.com/b/l/a/blackvicuna/bazooka_bg_white_corner02.gif); background-repeat: no-repeat; background-position: right top; } /*-------------------------------------- 3-3-1. Topic Path ---------------------------------------*/ p.topicPath { margin: 1.3em 9em 0.3em 20px; padding-left: 20px; padding-bottom: 0.8em; font-size: 85%; line-height: 1; color: #000; font-family: Arial, Helvetica, sans-serif; text-transform: uppercase; text-align: left; text-justify: none; letter-spacing: 1px; background-image: url(http://blog-imgs-21.fc2.com/b/l/a/blackvicuna/bazooka_v_icon030101.gif); background-repeat: no-repeat; background-position: 0 0.2em; } p.topicPath a:link, p.topicPath a:visited { padding: 0.1em 0.5em; border: 1px solid #eee; color: #888; background-color: #fff; text-decoration: none; } p.topicPath a:hover { color: #fff; border: 1px solid #fff; background-color: #222; } p.topicPath span.current { padding: 0.1em 0.5em; color: #fff; background-color: #333; } /*-------------------------------------- 3-3-2. Flip Navi 1 (Newer | Older) ---------------------------------------*/ ul#flip1 { margin-top: 1.3em; margin-right: 15px; padding: 0; position: absolute; right: 0; top: 0; line-height: 1; } ul#flip1 li { margin: 0; display: inline; font-size: 92%; } ul#flip1 li a { padding: 0 5px; color: #666; background-repeat: no-repeat; text-decoration: none; } /* Newer Article */ ul#flip1 li.newer a { padding-left: 18px; background-image: url(http://blog-imgs-21.fc2.com/b/l/a/blackvicuna/bazooka_v_arrow070101.gif); background-position: left center; } /* Older Article */ ul#flip1 li.older a { padding-left: 10px; padding-right: 19px; border-left: 1px solid #ccc; background-image: url(http://blog-imgs-21.fc2.com/b/l/a/blackvicuna/bazooka_v_arrow070102.gif); background-position: right center; } /* On Mouse */ ul#flip1 li a:hover { color: #000; } ul#flip1 li.newer a:hover { background-image: url(http://blog-imgs-21.fc2.com/b/l/a/blackvicuna/bazooka_v_arrow070201.gif); } /* Older Article */ ul#flip1 li.older a:hover { background-image: url(http://blog-imgs-21.fc2.com/b/l/a/blackvicuna/bazooka_v_arrow070202.gif); } /*-------------------------------------- 3-3-3. div.entry ---------------------------------------*/ div.entry { padding: 1px 0; } /* 3-3-3-1. Entry Title -----------------------------*/ div.entry h2 { margin-bottom: 0; padding: 0 0 0.3em 10px; border-bottom: none; border-left: 5px solid #666; background: url(http://blog-imgs-21.fc2.com/b/l/a/blackvicuna/bazooka_bg_line-dot.gif) left bottom repeat-x; } div.entry h2 a { text-decoration: none; padding-right: 90px; padding-bottom: 0.2em; background-repeat: no-repeat; background-position: right center; *background-position: right 0.3em; /* for IE6,7 */ *height: 1px; /* for IE6,7 */ } div.entry h2 a:link { color: #000; background-image: url(http://blog-imgs-21.fc2.com/b/l/a/blackvicuna/bazooka_permalink03.gif); } div.entry h2 a:visited { color: #000; background-image: url(http://blog-imgs-21.fc2.com/b/l/a/blackvicuna/bazooka_permalink02.gif); } div.entry h2 a:hover { color: #00b8fd; background-image: url(http://blog-imgs-21.fc2.com/b/l/a/blackvicuna/bazooka_permalink01.gif); } /* 3-3-3-2. Entry Info -----------------------------*/ div.entry ul.info { margin: 0.4em 0; padding: 0 20px 0.5em 20px; background: url(http://blog-imgs-21.fc2.com/b/l/a/blackvicuna/bazooka_bg_line-dot.gif) left bottom repeat-x; } div.entry ul.info li { margin: 0 10px 0 0; display: inline; color: #999; font-size: 85%; } div.entry ul.info li.date { } div.entry ul.info li.category { } div.entry ul.info li.category a { padding: 0 5px 0 13px; color: #999; background-image: url(http://blog-imgs-21.fc2.com/b/l/a/blackvicuna/bazooka_list04.gif); background-repeat: no-repeat; background-position: 0 center; _background-position: 0 0.5em; text-transform: uppercase; } div.entry ul.info li.category a:hover { color: #00b8fd; background-image: url(http://blog-imgs-21.fc2.com/b/l/a/blackvicuna/bazooka_list03.gif); } /* 3-3-3-3. Text Body -----------------------------*/ div.entry div.textBody { margin-left: 1px; padding: 1px 0; letter-spacing: 1px; } div.entry div.textBody h2 { margin-top: 2em; } div.entry div.textBody dl, div.entry div.textBody ul, div.entry div.textBody ol { border-left: 5px solid #eee; border-bottom: 1px solid #fff; } /* Link img */ div.textBody a img { border: 3px solid #ccc; } div.textBody a:hover img { border: 3px solid #00b8fd; } /* 3-3-3-4. Continue Reading -----------------------------*/ p.continue { margin-top: 1em; margin-bottom: 2em; clear: both; font-size: 85%; text-transform: uppercase; } p.continue a:link, p.continue a:visited { padding-left: 20px; background-image: url(http://blog-imgs-21.fc2.com/b/l/a/blackvicuna/bazooka_v_icon190101.gif); background-repeat: no-repeat; background-position: 0 0.1em; text-decoration: none; } p.continue a:link { color: #00b8fd; } p.continue a:visited { color: #999; } p.continue a:hover { color: #000; background-position: 2px 0.1em; } /* 3-3-3-5. Reaction -----------------------------*/ div.entry ul.reaction { margin-top: 0; padding: 0.1em 0 0 0; border-top: 4px solid #f5f5f5; text-align: right; _height: 1px; /* for IE */ min-height: 1px; /* for IE7 (peekaboo) */ } div.entry ul.reaction li { margin: 0 15px 0 0; padding-left: 27px; border-left: 2px solid #eee; display: inline; background-repeat: no-repeat; background-position: 8px center; } div.entry ul.reaction li.comment { background-image: url(http://blog-imgs-21.fc2.com/b/l/a/blackvicuna/bazooka_v_icon010101.gif); } div.entry ul.reaction li.trackback { background-image: url(http://blog-imgs-21.fc2.com/b/l/a/blackvicuna/bazooka_v_icon080101.gif); } div.entry ul.reaction li a { text-decoration: none; color: #666; } div.entry ul.reaction li a:hover { text-decoration: none; color: #00b8fd; } /* 3-3-3-6. Flip Navi 2 (Newer | Older) -----------------------------*/ #flip2 { padding: 0.3em 0; background-color: #f5f5f5; } #flip2 li { color: #000; } #flip2 li a { } /* 3-3-3-7. Comment Log -----------------------------*/ div#comments { padding: 0.7em 0 1px 0; background: url(http://blog-imgs-21.fc2.com/b/l/a/blackvicuna/bazooka_bg_line01.gif) no-repeat; } div#comments h2 { padding: 0 18px 0.4em; border-left: none; background-image: url(http://blog-imgs-21.fc2.com/b/l/a/blackvicuna/bazooka_pen.gif); background-position: 0 center; background-repeat: no-repeat; } div#comments dl.log { } div#comments dl.log dt { margin: 0; } div#comments dl.log dt span.name { margin-right: 0.5em; color: #000; } div#comments dl.log dt span.date { color: #aaa; font-size: 85%; } div#comments dl.log dd { margin: 0 0 0.8em 0; padding: 1px 0; background: url(http://blog-imgs-21.fc2.com/b/l/a/blackvicuna/bazooka_bg_line-dot.gif) left bottom repeat-x; } div#comments dl.log dd p { margin: 0.5em 0 1em 0; } /* 3-3-3-8. Comment Post form -----------------------------*/ form.post { border-right: 1px solid #eee; border-bottom: 1px solid #eee; } form.post dl { } form.post dl dt { margin: 0; } form.post dl dd { margin-left: 0; margin-bottom: 0; } form.post dl input { margin: 0; } form.post textArea { margin: 0; } form.post div.action { margin: 0 20px 1em; } form.post div.action input.submit { margin: 0.4em 0; } /* 3-3-3-9. Trackback Log -----------------------------*/ div#trackback { margin-top: 3em; padding: 0.7em 0 1px 0; background: url(http://blog-imgs-21.fc2.com/b/l/a/blackvicuna/bazooka_bg_line01.gif) no-repeat; } div#trackback h2 { padding: 0 18px 0.4em; border-left: none; background-image: url(http://blog-imgs-21.fc2.com/b/l/a/blackvicuna/bazooka_globe.gif); background-position: 0 center; background-repeat: no-repeat; } div#trackback dl.log { border-left: 5px solid #000; } div#trackback dl.log dt { } div#trackback dl.log dd { margin: 0; padding: 0.4em 10px; padding-bottom: 1em; background: url(http://blog-imgs-21.fc2.com/b/l/a/blackvicuna/bazooka_bg_line-dot.gif) left bottom repeat-x; } /* 3-3-3-10. Trackback Info -----------------------------*/ div#trackback dl.info { border-left: 5px solid #000; border-right: 1px solid #eee; border-bottom: 1px solid #eee; background-color: #fff; background-image: url(http://blog-imgs-21.fc2.com/b/l/a/blackvicuna/bazooka_slash01.png); } div#trackback dl.info dt { padding-left: 13px; color: #000; background-image: url(http://blog-imgs-21.fc2.com/b/l/a/blackvicuna/bazooka_llist01.gif); background-repeat: no-repeat; background-position: 0 center; } div#trackback dl.info .URL { padding: 0.2em 1em; border-top: 1px solid #eee; border-left: 1px solid #eee; color: #000; background-color: #fff; } /*====================================== 3-4. div#utilities =======================================*/ div#utilities { } div#utilities dl dt { } div#utilities dl dd { } div#utilities dl dd ul { } div#utilities dl dd ul li { margin: 0.3em 10px; color: #333; list-style-position: outside; } div#utilities dl dd ul li a { } /* Sub Category */ div#utilities dl dd ul li ul { } div#utilities dl dd ul li li { } /*-------------------------------------- 3-4-1. dl.navi ---------------------------------------*/ div#utilities dl.navi { } div#utilities dl.navi dt { } div#utilities dl.navi dd { } div#utilities dl.navi dd ul { list-style-type: none; } div#utilities dl.navi dd ul li a { padding-left: 15px; background-image: url(http://blog-imgs-21.fc2.com/b/l/a/blackvicuna/bazooka_arrow01.gif); background-repeat: no-repeat; background-position: left center; *background-position: 0 0.5em; } div#utilities dl.navi dd ul li a:hover { background-image: url(http://blog-imgs-21.fc2.com/b/l/a/blackvicuna/bazooka_arrow02.gif) ; } /*-------------------------------------- 3-4-2. dl.others ---------------------------------------*/ div#utilities dl.others { } div#utilities dl.others dt { } div#utilities dl.others dd { } div#utilities dl.others dd dl dd { } div#utilities dl.others dd ul { list-style-type: circle; } /* 3-4-2-1. Search ---------------------------------------*/ div#utilities dl dd form { margin: 0 5px 0 10px; padding: 0.5em 5px; border: 1px solid #eee; } div#utilities dl dd form fieldset { } div#utilities dl dd form legend { } div#utilities dl dd form input { } div#utilities dl dd form input.inputField { } /*-------------------------------------- 3-4-3. div#utilities > dl > dd > * ---------------------------------------*/ /* 3-4-3-1. dd > p -----------------------------*/ div#utilities dl dd p { } /* 3-4-3-2. dd > list -----------------------------*/ div#utilities dl dd dl dt { } div#utilities dl dd dl dt a { } div#utilities dl dd dl dd { } /* 3-4-3-3. dd > table -----------------------------*/ div#utilities dl dd table { margin: 0.4em 0; width: 100%; _width: 95%; /* for IE */ } div#utilities dl dd table caption { color: #01b0f0; _padding-bottom: 0.4em; } div#utilities dl dd table th, div#utilities dl dd table td { padding: 1px 10px; } /* 3-4-3-4. dd > Tag Cloud -----------------------------*/ div#utilities dl dd ul.tagCloud { margin: 0.5em 5px; padding: 0.2em 5px; } div#utilities dl dd ul.tagCloud li { margin: 0; } div#utilities dl dd ul.tagCloud li a { padding: 0 5px; background-image: none; line-height: 0; } div#utilities dl dd ul.tagCloud li a:hover { background-image: none; } /* 3-4-3-5. dd > Photo thumbnail -----------------------------*/ div#utilities dl dd ul.thumb { } div#utilities dl dd ul.thumb li { margin: 5px 0 0 5px; } div#utilities dl dd ul.thumb li a { padding: 0; background-image: none; border: none; } /*====================================== 3-5.div#footer =======================================*/ div#footer { padding: 1px 0; } div#footer ul.support { margin: 0; text-align: right; } div#footer ul.support li { margin: 0 0 0 6px; display: inline; font-size: 85%; color: #fff; } div#footer ul.support li a { color: #aec7e8; text-decoration: none; } div#footer ul.support li a:hover { color: #fff; } div#footer li.template a { } div#footer li.template a[title]:after { content: " "attr(title); } div#footer address { font-size: 92%; margin: 0.2em 0; text-align: right; color: #f5fcff; } /******************************************************** * * Title: 4-layout.css * *********************************************************/ /* * ※Licence: CC3.0 * http://creativecommons.org/licenses/by/3.0/deed.ja * * Title: Bazooka - Layouts * URI: http://vicuna.jp/ * Last Modified: 2007-11-1 * Author: wu * * common.cssからレイアウトに関するスタイルを抜き出したモジュール * * 4-1.containers * 4-2.[Sngle column] * 4-2-1.div#utilities * 4-3.[Double column] * 3-3-1.div#main * 3-3-2.div#utilities */ /*====================================== 4-1.Containers Layout =======================================*/ body { margin: 0 20px; /* 左右余白 */ text-align: center; /* for IE6 中央寄せ */ } div#header, div#content, div#footer { margin: 0 auto; /* 中央寄せ */ width: 100%; /* 固定幅に変更可能 例: (800px | 60em) */ min-width: 46em; /* 可変時の幅の最小値 */ max-width: 70em; /* 可変時の幅の最大値 */ text-align: left; } /*====================================== 4-2. [Sngle column] bodyにclass="single"がついた時のレイアウト =======================================*/ body.single div#main { _height: 1px; /* for IE peekaboo */ } body.single div.entry ul.info { padding: 0 0 0.7em 0; margin: 0.4em 20px; } body.single div.entry div.textBody { margin: 0 10px; } /*-------------------------------------- 4-2-2. div#utilities ---------------------------------------*/ body.single div#utilities { margin-top: 1em; padding: 1.4em 0; background: #f5f5f5 url(http://blog-imgs-21.fc2.com/b/l/a/blackvicuna/bazooka_bg_grad02.png) repeat-x; } body.single div#utilities dl { margin: 0; background-color: #fff; border-right: 1px solid #eaeaea; border-bottom: 1px solid #eaeaea; } body.single div#utilities dl dt { margin-bottom: 0; padding: 0.1em 10px 0.3em 10px; border-left: 5px solid #bbb; color: #000; } body.single div#utilities dl dd { margin: 0 10px 1em; padding: 1px 0 0.5em; border-left: 5px solid #ddd; border-bottom: 1px solid #eee; border-right: 1px solid #eee; background: #f7f7f7 url(http://blog-imgs-21.fc2.com/b/l/a/blackvicuna/bazooka_bg_line-dot.gif) left top repeat-x; } body.single div#utilities dl dd ul { margin: 0; } body.single div#utilities dl dd dt { margn: 0; padding: 0 0 0.3em 0; color: #333; border: none; background-color: transparent; } body.single div#utilities dl dd dd { border: none; background-image: none; } /* 4-2-2-1 dl.navi ------------------------*/ body.single div#utilities dl.navi { margin-left: 10px; display: inline; /* for WinIE */ float: left; width: 340px; } /* 4-2-2-2 dl.others ------------------------*/ body.single div#utilities dl.others { margin: 0 10px 0 360px; } body.single div#utilities dl.others ul { margin: 0.2em 20px; } body.single div#utilities dl.others li { margin: 0.2em 10px; } body.single div#utilities dl.others form { margin: 0.5em 10px 0; } body.single div#utilities dl.others form legend { display: none; } /*-------------------------------------- Single Column ul feed ---------------------------------------*/ /* Feeds ---------------*/ body.single div#utilities dl.others dd ul.feed { margin: 3px; } /*====================================== 4-3. [Double column] body.double bodyにclass="double"がついた時のレイアウト =======================================*/ body.double div#content { background-color: transparent; background-image: url(http://blog-imgs-21.fc2.com/b/l/a/blackvicuna/bazooka_bg_div-content.gif); background-repeat: no-repeat; } body.double h1 { margin: 0 0 0.5em 20px; } body.double ul#flip1 { margin-top: 18px; } /*-------------------------------------- 4-3-1. div#main ---------------------------------------*/ body.double div#main { margin-left: 228px; min-height: 1000px; _height: 1000px; /* for IE */ background-color: #fff; background-image: url(http://blog-imgs-21.fc2.com/b/l/a/blackvicuna/bazooka_bg_div-main.gif); background-repeat: no-repeat; background-position: right top; } body.double div#main div { margin-right: 0; padding-right: 6px; } body.double div#main div.section div div { margin-right: 0; } body.double div#main p.topicPath { margin-top: 1.7em; margin-left: 20px; } body.double div#content p.return { margin-left: 228px; } body.double div.entry ul.info { margin: 0 20px 0.2em 20px; padding: 1px 15px 0.2em 10px; background-image: none; border-left: 5px solid #ccc; border-bottom: 1px solid #eee; background-color: #f5f5f5; } /*-------------------------------------- 4-3-2. div#utilities ---------------------------------------*/ body.double div#utilities { margin-top: 15px; padding-bottom: 6px; width: 228px; position: absolute; top: 0; left: 0; background: #fff url(http://blog-imgs-21.fc2.com/b/l/a/blackvicuna/bazooka_bg_div-utilities.gif) left bottom no-repeat; } body.double div#utilities dl { margin: 0; } body.double div#utilities dl dt { margin: 0 17px; line-height: 1; color: #333; font-size: 85%; font-weight: bold; text-transform: uppercase; } body.double div#utilities dl dd { margin: 0; _height: 1px; /* for IE */ } body.double div#utilities dl dd ul { margin: 6px 0 0 15px; } body.double div#utilities dl dd ul li { } body.double div#utilities dl dd ul li a { text-decoration: none; } /* サブカテゴリ */ body.double div#utilities dl dd ul li ul { margin: 0; padding: 0; } body.double div#utilities dl dd ul li li { margin: 0.3em 0 0 10px; } /*-------------------------------------- 4-4-1. dl.navi ---------------------------------------*/ body.double div#utilities dl.navi { background: url(http://blog-imgs-21.fc2.com/b/l/a/blackvicuna/bazooka_bg_dl-navi.gif) repeat-y; } body.double div#utilities dl.navi dt { margin-top: 0.1em; } body.double div#utilities dl.navi dd { padding-bottom: 38px; background: url(http://blog-imgs-21.fc2.com/b/l/a/blackvicuna/bazooka_bg_dl-navi_dd.gif) left bottom no-repeat; } body.double div#utilities dl.navi dd ul { margin-right: 5px; padding-bottom: 0.4em; background: #f5f5f5 url(http://blog-imgs-21.fc2.com/b/l/a/blackvicuna/bazooka_bg_dl-navi_ul.gif) left bottom no-repeat; } /*-------------------------------------- 4-4-2. dl.others ---------------------------------------*/ body.double div#utilities dl.others { padding-top: 0; background: #fff url(http://blog-imgs-21.fc2.com/b/l/a/blackvicuna/bazooka_bg_dl-others.gif) no-repeat; } body.double div#utilities dl.others dt { margin: 0 2px; padding: 0 13px; } body.double div#utilities dl.others dd { margin: 0.7em 0 0.5em; padding: 0; } body.double div#utilities dl.others dd dl dd { margin: 0.2em 10px 0.2em 10px; } body.double div#utilities dl.others dd ul { margin: 0 0 0 24px; } /* 4-4-2-1. Search ---------------------------------------*/ body.double div#utilities dl dd form { margin-top: 12px; } body.double div#utilities dl dd form fieldset { margin-left: 12px; border: none; } body.double div#utilities dl dd form legend { display: none; } body.double div#utilities dl dd form input { margin-left: 0; } body.double div#utilities dl dd form input.inputField { } /* 4-4-2-2. Feeds ---------------------------------------*/ body.double div#utilities li.atom, body.double div#utilities li.rss { margin-left: 0; } /*-------------------------------------- 4-4-3. div#utilities dl dd内出現予測要素への処理 ---------------------------------------*/ /* 4-4-3-1. dd内 段落 -----------------------------*/ body.double div#utilities dl dd p { margin: 0.6em 13px 0.4em 18px; line-height: 1.4; color: #999; font-size: 85%; font-family: "MS Pゴシック", Osaka, "ヒラギノ角ゴ Pro W3"; } /* 4-4-3-2. dd内 リスト -----------------------------*/ body.double body.double div#utilities dl dd dl dt { margin: 0.3em 0; background-color: #eee; font-size: 12px; } body.double div#utilities dl dd dl dt a { text-decoration: none; } body.double div#utilities dl dd dl dd { margin: 0.1em 5px; font-size: 12px; } /******************************************************** * * Title: Global Navigation Module * ********************************************************/ /* * Title: Vicuna: [Glovab Navi Module] * URI: http://vicuna.jp/ * Last Modified: 2008-01-07 * Author: wu * * Description: * グローバルナビゲーション追加スタイルモジュール * このModuleを使用するにはグローバルナビの * XHTMLを追加する必要があります。 * */ /*====================================== Global Navigation Module =======================================*/ /*-------------------------------------- 1.Structure ---------------------------------------*/ ul#globalNavi { margin: 0.1em 5px -2px; /* 出現時にheaderの下の余白を詰める */ padding: 0.2em 0 0 0; background-image: url(http://blog-imgs-21.fc2.com/b/l/a/blackvicuna/bazooka_bg_break01.gif); background-position: left 0.3em; background-repeat: no-repeat; } ul#globalNavi li { margin: 0; padding: 0; float: left; width: 9em; background-image: url(http://blog-imgs-21.fc2.com/b/l/a/blackvicuna/bazooka_bg_break01.gif); background-position: right 0.1em; background-repeat: no-repeat; list-style-type: none; } /*-------------------------------------- 2.ボタン通常時 ---------------------------------------*/ ul#globalNavi li a { margin: 0 1px; padding: 0.3em 0.5em; /* ボタンの厚みはここで調整 */ border: none; display: block; position: relative; /* IE6でマウス反応領域がおかしいのをFix */ line-height: 1; font-size: 92%; color: #aec7e8; text-align: center; text-decoration: none; } /*-------------------------------------- 3.ボタン反応時 ---------------------------------------*/ ul#globalNavi li a:hover { color: #fff; background-color: #001628; } /******************************************************** * * Title: Calendar Style Module * ********************************************************/ /* @prefix : . <> a :CSSstylesheet; :title "Vicuna - Calendar Style Module"; :created "2007-3-16"; :release [:revision "1.1"; :created "2008-04-10"]; :author [:name "wu"; :homepage ; :mbox "3ping.org@gmail.com"]; :license ; :description "カレンダーHTML用のスタイル定義"; :note "このモジュールを有効にする前に、カレンダー用のHTMLが追加されている必要があります。" . */ /*====================================== Calendar Style Module =======================================*/ /*-------------------------------------- 1.Structure ---------------------------------------*/ div#utilities dl dd table.calendar { margin: 0.3em 0 0.3em 8px; font-size: 85%; border: none; width: 300px; border-top: 1px solid #eee; border-left: 1px solid #eee; vertical-align: middle; } body.double div#utilities dl dd table.calendar { margin: 0.3em 0 0.3em 15px; width:200px; } /*-------------------------------------- 2.前後の月へのリンク ---------------------------------------*/ div#utilities dl dd table.calendar caption { color: #000; } body.double div#utilities dl dd table.calendar caption { } div#utilities dl dd table.calendar caption a { padding: 0 5px; height: 1px; color: #000; background-color: #eee; font-weight: bold; text-decoration: none; outline: none; } div#utilities dl dd table.calendar caption a:hover { color: #fff; background-color: #000; } /*-------------------------------------- 3.セル ---------------------------------------*/ div#utilities dl dd table.calendar th, div#utilities dl dd table.calendar td { padding: 0; border: none; line-height: 20px; border-right: 1px solid #ddd; border-bottom: 1px solid #ddd; text-align: center; vertical-align: middle; } div#utilities dl dd table.calendar th { color: #333; background-color: #fff; background-image: url(http://blog-imgs-21.fc2.com/b/l/a/blackvicuna/bazooka_grad01.gif); background-repeat: repeat-x; } div#utilities dl dd table.calendar td { } /*-------------------------------------- 4.土日 ---------------------------------------*/ div#utilities dl dd table.calendar th.sun { color: #fff; background-color: #7b808e; background-image: url(http://blog-imgs-21.fc2.com/b/l/a/blackvicuna/bazooka_grad02.gif); background-repeat: repeat-x; } div#utilities dl dd table.calendar th.sat { color: #fff; background-color: #7b808e; background-image: url(http://blog-imgs-21.fc2.com/b/l/a/blackvicuna/bazooka_grad02.gif); background-repeat: repeat-x; } /*-------------------------------------- 5.セル内のリンク ---------------------------------------*/ div#utilities dl dd table.calendar td a { display: block; line-height: 2; text-decoration: none; background-repeat: no-repeat; background-position: center; } div#utilities dl dd table.calendar td a:link { color: #fff; background-image: url(http://blog-imgs-21.fc2.com/b/l/a/blackvicuna/bazooka_circle02.gif); } div#utilities dl dd table.calendar td a:visited { color: #666; background-image: url(http://blog-imgs-21.fc2.com/b/l/a/blackvicuna/bazooka_circle01.gif); } div#utilities dl dd table.calendar td a:hover { color: #fff; background-image: url(http://blog-imgs-21.fc2.com/b/l/a/blackvicuna/bazooka_circle03.gif); } /******************************************************** * * Title: Eye catch.css * ********************************************************/ /******************************************************** * * Title: FC2特殊 * ********************************************************/ /* プロフィール */ div#utilities dd .profImg { text-align: center; }