Skip to content

Instantly share code, notes, and snippets.

View studiomohawk's full-sized avatar

Yuya Saito studiomohawk

View GitHub Profile
body {
background: #fdfdfd;
color: #333;
font-size: 1em;
line-height: 1.4;
margin: 0;
padding: 0;
}
body {
border: 1px solid black;
border-width: 0 1px 1px 0;
position: absolute;
top: 0;
left: 0;
}
.the_footer {
background-color: #363636;
margin-top: 52px;
padding: 30px; }
.the_footer h4 {
font-size:1.23077em;
padding: 0 0 30px 0; }
.the_footer ul { border-top: 1px solid #505050; }
.the_footer ul li a {
display: block;
.demo2sample {
width: 470px;
border:2px solid #F33;
}/* ここまでは参考用のソース */
.demo2 { width: 480px; margin-right: -10px; overflow: hidden; _zoom: 1; }
.demo2 li { float: left; margin-right: 10px; }
.demo3 {
_zoom: 1;
overflow: hidden;
}
.demo3 li {
margin-top: -1px;
padding: 5px;
border-top: 1px dotted #999;
}
<div class="grid_6">
<div class="grid_2 alpha">
<p>
140
</p>
</div>
<!-- end .grid_2.alpha -->
<div class="grid_2">
<p>
140
ul {list-style:none;}
li {line-height:1.3em;}
.col2 {margin-left:100px;}
.col3 {margin-left:200px;}
.top {margin-top:-2.6em;} /* ネガティブマージン */
# On branch master
#
# Initial commit
#
# Untracked files:
# (use "git add <file>..." to include in what will be committed)
#
# README
# index.htm
# style.css
#ID {
color: blue; /* IE以外全部 */
color: blue\9; /* IE8 IE7 */
*color: blue; /* IE7 IE6 */
_color: blue /* IE6 */
}
/* IE6 */
#once { _color: blue }
/* IE6, IE7 */
#doce { *color: blue; /* or #color: blue */ }
/* Everything but IE6 */
#diecisiete { color/**/: blue }
/* IE6, IE7, IE8 */