Line 248: | Line 248: | ||
/* styling for table of contents */ | /* styling for table of contents */ | ||
− | |||
− | |||
− | |||
− | |||
− | |||
ul[class="table"] { | ul[class="table"] { | ||
Line 269: | Line 264: | ||
/*styling for navigation jump links*/ | /*styling for navigation jump links*/ | ||
− | a[class="nav"] { | + | |
+ | .anchor { | ||
+ | display: block; | ||
+ | height: 10px; | ||
+ | margin-top: -10px; | ||
+ | visibility: hidden; | ||
+ | } | ||
+ | |||
+ | /*a[class="nav"] { | ||
color: #72c9b6; | color: #72c9b6; | ||
} | } | ||
Line 276: | Line 279: | ||
color: #72c9b6; | color: #72c9b6; | ||
text-decoration: none; | text-decoration: none; | ||
− | + | } | |
− | + | */ | |
− | { | + | /* styling for the titles */ |
+ | /*.content_wrapper*/ .content h1, /*.content_wrapper*/ .content h2; { | ||
padding: 5px 15px; | padding: 5px 15px; | ||
− | color: | + | color: rgb(0,0,128); |
} | } | ||
/*.content_wrapper*/ .content h3, /*.content_wrapper*/ .content h4, /*.content_wrapper*/ .content h5, /*.content_wrapper*/ .content h6 { | /*.content_wrapper*/ .content h3, /*.content_wrapper*/ .content h4, /*.content_wrapper*/ .content h5, /*.content_wrapper*/ .content h6 { |
Revision as of 16:57, 1 August 2016
Parts
Human Practices
Contact Us