Skip to Main Content

CIS Libguide Style Guide: CSS

Style guide for the creation of CIS libguides

Breadcrumbs

<style>

/* removes breadcrumbs */
#s-lib-bc{display: none;}

</style>

Font size box

<style>

/* increases font size on box headers */
.s-lib-box .s-lib-box-title {font-size:24px;}

</style>

Font size tabs

<style>

/* increases font size on tabs*/
#s-lg-guide-tabs {font-size:18px; font-weight; normal;}

</style>

Link size & centre

<style>

/*link description center and bigger font*/
.s-lg-link-desc {font-size: 14px; font-weight: bold; text-align: center; display: block; margin-right: auto; margin-left: auto;}
.s-lg-tn {margin-left: 0px;}

</style>