Skip to content

Commit

Permalink
クラス名調整したり、ゴミ削除したり
Browse files Browse the repository at this point in the history
  • Loading branch information
nagayama committed Apr 29, 2012
1 parent 94f3744 commit aa9705b
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 22 deletions.
2 changes: 1 addition & 1 deletion scss/_basic.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ body {
font-family: $font-body;
line-height: $line-height;
color: $color-base;
background: #eee;
background: $color-bg;
}

a {
Expand Down
3 changes: 2 additions & 1 deletion scss/_class.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,12 @@
.header {
background: $color-key;
padding: 5px $gap;
font-family: $font-head;
.SiteLogo {
@include link-colors(#fff);
font-size: 24px;
font-weight: bold;
font-family: $font-head;
font-family: $font-logo;
@include single-text-shadow(#000,0px,1px);
letter-spacing: 0.05em;
}
Expand Down
5 changes: 3 additions & 2 deletions scss/_vars.scss
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
$font-body: 'Lucida Grande', Arial, sans-serif;
$font-logo: $font-body;
$font-logo: 'Open Sans Condensed', sans-serif;
$font-code: "Monaco","Consolas",'Courier',monospace;
$font-navi: $font-body;
$font-head: 'Open Sans Condensed', sans-serif;
$font-head: $font-body;

$color-base: #333;
$color-key: #069;
Expand All @@ -11,6 +11,7 @@ $color-light-gray: #999;
$color-darkgray : #111;
$color-link: $color-key;
$color-hover: "";
$color-bg: #eee;

$line-height: 1.6;
$line-height-code: 1.4;
Expand Down
37 changes: 19 additions & 18 deletions static/css/screen.css
Original file line number Diff line number Diff line change
Expand Up @@ -523,7 +523,7 @@ table {
border-spacing: 0;
}

/* line 22, ../../scss/_vars.scss */
/* line 23, ../../scss/_vars.scss */
.margin, p {
margin: 0 0 1.6em 0;
}
Expand All @@ -540,7 +540,7 @@ body {
font-family: "Lucida Grande", Arial, sans-serif;
line-height: 1.6;
color: #333333;
background: #eee;
background: #eeeeee;
}

/* line 14, ../../scss/_basic.scss */
Expand Down Expand Up @@ -585,8 +585,9 @@ dd {
.header {
background: #006699;
padding: 5px 7.292%;
font-family: "Lucida Grande", Arial, sans-serif;
}
/* line 5, ../../scss/_class.scss */
/* line 6, ../../scss/_class.scss */
.header .SiteLogo {
color: white;
font-size: 24px;
Expand All @@ -596,7 +597,7 @@ dd {
letter-spacing: 0.05em;
}

/* line 15, ../../scss/_class.scss */
/* line 16, ../../scss/_class.scss */
.nav {
background: #222;
background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #111111), color-stop(50%, #222222), color-stop(100%, #222222));
Expand All @@ -611,37 +612,37 @@ dd {
box-shadow: #888888 0px 3px 7px;
font-size: 90%;
}
/* line 21, ../../scss/_class.scss */
/* line 22, ../../scss/_class.scss */
.nav ul {
overflow: hidden;
*zoom: 1;
margin: 0;
padding: 0;
}
/* line 25, ../../scss/_class.scss */
/* line 26, ../../scss/_class.scss */
.nav ul li {
list-style-type: none;
float: left;
margin-right: 20px;
}
/* line 29, ../../scss/_class.scss */
/* line 30, ../../scss/_class.scss */
.nav ul li a {
color: white;
}
/* line 34, ../../scss/_class.scss */
/* line 35, ../../scss/_class.scss */
.nav form {
position: absolute;
right: 7.292%;
top: 10px;
}

/* line 42, ../../scss/_class.scss */
/* line 43, ../../scss/_class.scss */
#main {
padding: 2em 7.292%;
position: relative;
}

/* line 47, ../../scss/_class.scss */
/* line 48, ../../scss/_class.scss */
#content {
background: #fff;
padding: 1.6em;
Expand All @@ -653,15 +654,15 @@ dd {
border: 5px solid #e1e1e1;
}

/* line 54, ../../scss/_class.scss */
/* line 55, ../../scss/_class.scss */
.footer {
background: #222222;
padding: 3em;
text-align: center;
color: #fff;
}

/* line 61, ../../scss/_class.scss */
/* line 62, ../../scss/_class.scss */
.PodInfo {
font-size: 80%;
position: absolute;
Expand All @@ -670,12 +671,12 @@ dd {
padding: 5px;
}

/* line 69, ../../scss/_class.scss */
/* line 70, ../../scss/_class.scss */
.PodPage .PodBody .pod_content_body div.original {
display: none;
}

/* line 73, ../../scss/_class.scss */
/* line 74, ../../scss/_class.scss */
.pod_toc {
float: right;
width: 26.042%;
Expand All @@ -685,25 +686,25 @@ dd {
margin: 1em 2em;
}
@media only screen and (max-width: 320px) {
/* line 73, ../../scss/_class.scss */
/* line 74, ../../scss/_class.scss */
.pod_toc {
float: none;
margin: 0;
width: 100%;
}
}

/* line 87, ../../scss/_class.scss */
/* line 88, ../../scss/_class.scss */
h1, h2, h3, h4, h5, h6 {
text-shadow: white 0px 1px 1px;
}
/* line 89, ../../scss/_class.scss */
/* line 90, ../../scss/_class.scss */
h1 .toc_link, h2 .toc_link, h3 .toc_link, h4 .toc_link, h5 .toc_link, h6 .toc_link {
font-weight: normal;
font-size: 11px;
display: none;
}
/* line 95, ../../scss/_class.scss */
/* line 96, ../../scss/_class.scss */
h1:hover .toc_link, h2:hover .toc_link, h3:hover .toc_link, h4:hover .toc_link, h5:hover .toc_link, h6:hover .toc_link {
display: inline;
}
Expand Down

0 comments on commit aa9705b

Please sign in to comment.