/**
 * @brief MiniTdCStyle theme, notebook styles.
 * @details Plugin / Theme Styles
 * @author JB Lebrun
 * @version 1.0.0
 * @date Creation: Jul 2026
 * @date Modification: Jul 2026
 * @copyright 2026 Ideogram Design
 */

.hiddenOnNotebook {display:none !important;}
img.halfWidth {max-width:48%; height:auto;}
img.marginWrapper {margin:-20px 0;}

/* editor */
* {font-size:0.95rem; line-height:1.1rem;}
.eTitle1 {font-size:3rem; line-height: 3.2rem;}
.eTitle2 {font-size:2.5rem; line-height: 2.5rem;}
.eTitle3 {font-size:2.1rem; line-height: 1.8rem;}
.eTitle4 {font-size:1.8rem; line-height: 1.5rem;}
.eTitle5 {font-size:1.5rem; line-height: 1.3rem;}


/* Structure */
.mainContent {margin-left:40px; margin-right:40px;}

/* Header */

/* Footer */

/* Generic Content */

/* Home portal */
#PageContent .homePortal .line .header {padding-bottom:0;}
#PageContent .homePortal .line .picture {padding: 1.5em 0;}
