June 2017
Beginner to intermediate
368 pages
8h 31m
English
The Description and Course links now rendered in the COURSES AVAILABLE block will need restyling using CSS. In Eclipse, create a new CSS file in the /style folder called block_courses_available.css:

Using the classes we have applied to the links (button and course_overview, for example), we can style the links to simulate buttons.
The following is the complete CSS:
@CHARSET "ISO-8859-1";a.button{ text-align: left; color: #6e6e6e; font: bold 12px Helvetica, Arial, sans-serif; text-decoration: none; padding: 7px 12px; position: relative; display: block; text-shadow: 0 1px 0 #fff; -webkit-transition: border-color .218s; -moz-transition: ...Read now
Unlock full access