Show pageOld revisionsBacklinksBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== Customize the theme ====== To customize the theme edit your ''conf/[[doku>devel:css#user_styles|userstyle.css]]'' (or ''userall.css''). Bootstrap3 theme provide a special class to ''<body/>'' to identify the current theme. <code css> /** Vanilla Bootstrap Theme */ body.default .page-header { font-weight: 900; } /** Optional Bootstrap Theme */ body.optional .img-responsive { display: inline-block; } /** Custom Bootstrap Theme */ body.custom .btn-success { background-color: green; } /** Lumen - Bootswatch.com theme */ body.lumen .navbar-default { background-color: red; } </code> wiki/template/bootstrap3/tips/customize-theme.txt Last modified: 8 years agoby Giuseppe Di Terlizzi Log In