Skip to content

Commit

Permalink
Merge pull request sapporojs#10 from onjiro/accenturation-to-about
Browse files Browse the repository at this point in the history
ABOUT にアクセントをつけたい
  • Loading branch information
tricknotes committed Oct 8, 2011
2 parents 10d6081 + 6178521 commit 6150020
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions public/theme/sunlight/sunlight.css
Original file line number Diff line number Diff line change
Expand Up @@ -314,6 +314,40 @@ p.siteName a:hover {
text-decoration: none;
}

/* about */
dl.navi {
margin-top: 0.5em;
}

dl.navi dt:first-of-type:before {
width: 0px;
height: 0px;
content: "";
position: absolute;
border-left: 20px solid transparent;
border-top: 16px solid #ffffff;
transform: translate(-39px, 0);
-webkit-transform: translate(-39px, 0);
-moz-transform: translate(-39px, 0);
}

dl.navi dt:first-of-type {
padding-top: 8px;
position: absolute;
z-index: 1;
}

dl.navi dd:first-of-type {
margin-left: 60px;
padding: 52px 20px 16px 20px;
width: 240px;
background: #ffffff;
border-radius: 20px;
box-shadow: 4px 4px 8px rgba(0,0,0,0.3);
-webkit-box-shadow: 4px 4px 8px rgba(0,0,0,0.3);
-moz-box-shadow: 4px 4px 8px rgba(0,0,0,0.3);
}

/* calendar */
.calendar {
font-size: 14px;
Expand Down

0 comments on commit 6150020

Please sign in to comment.