Slide 30
Slide 30 text
/* 10.GLOBAL ELEMENTS
——————————————————————————————————— */
/* 10.1 CAPTIONED IMAGE —————— */
div.captioned_image { position:relative; }
div.captioned_image p.caption { position:absolute; bottom:0; left:0; margin:0;
background:rgba(0,0,0,0.5); color:#fff; font-size:13px; line-height:16px; font-
style:italic; padding:5px; }
/* 10.2 ELEVATIONS —————— */
div#route_elevation { background:#dff1f1; background-position:0 bottom; background-
repeat:no-repeat; position:relative; }
div#route_elevation ul { list-style:none; margin:0; font-size:9px; }
div#route_elevation ul li { margin:0; position:absolute; }
div#route_elevation ul li a { color:#333; display:block; background:url(../images/
site/elevation_marker.png) no-repeat 0 5px; padding:0 0 0 15px; }
div#route_elevation ul li a:hover,
div#route_elevation ul li a:focus { color:#000; }
div#route_elevation ul li a img { display:none; }
div#route_elevation ul li a:hover img,
div#route_elevation ul li a:focus img { display:block; width:40px; height:40px;
padding:4px 9px 10px 12px; position:absolute; top:-16px; right:-65px;
background:url(../images/site/marker.png) no-repeat 0 0; }
Railscast theme for Textmate: http://railscasts.com/about