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
.wrap { | |
$bd_width : 15px; | |
width: 960px; | |
border: $bd_width solid #000; | |
> div { | |
float: left; | |
width: (960px - $bd_width * 2) / 3; | |
} | |
} |
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
.mb10 { | |
margin-bottom: 10px; | |
} | |
.mb20 { | |
margin-bottom: 20px; | |
} | |
.mb30 { | |
margin-bottom: 30px; |
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
p { | |
background-color: #333333; | |
color: #FFF; | |
} | |
ul { | |
background-color: #efefef; | |
color: #000; | |
} |
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
#gNav li { | |
width: 240; | |
} |
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
.boxA { | |
margin: 20px; | |
padding: 10px; | |
color: #595959; | |
} | |
.boxB { | |
margin: 20px; | |
padding: 20px; | |
color: #595959; |
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
h1 { | |
background-color: #527a7a; | |
} | |
h2 { | |
border-left: 5px solid #5c8a8a; | |
} | |
h3 { | |
border-bottom: 1px solid #366363; |
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
# Require any additional compass plugins here. | |
# Set this to the root of your project when deployed: | |
http_path = "/" | |
css_dir = "css" | |
sass_dir = "_scss" | |
images_dir = "img" | |
javascripts_dir = "javascripts" | |
# 出力形式を指定してください。コマンドオプションで上書きもできます。 |
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
.wrap { | |
width: 960px; | |
border: 15px solid black; | |
} | |
.wrap > div { | |
float: left; | |
width: 310px; | |
} |
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
button { | |
background: #669999; | |
} | |
button:hover { | |
background: #3d5c5c; | |
} |
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
.wrap { | |
width: 960px; | |
border: 15px solid #000; | |
} | |
.wrap > div { | |
float: left; | |
width: 310px; | |
} |