// Generic BS Classes can be used anywhere if needed, feel free to update core // Experimental classes that can highlight content, divs etc /* Side notes for calling out things - Right/Left*/ .bs-left-callout { padding:20px; margin:20px 0; border:1px solid #eee; border-left-width:5px; border-radius:3px } .bs-right-callout { padding:20px; margin:20px 0; border:1px solid #eee; border-right-width:5px; border-radius:3px } .bs-callout p:last-child { margin-bottom: 0; } .bs-callout code, .bs-callout .highlight { background-color: #FFFFFF; } .bs-callout code{ border-radius: 3px; } .bs-callout+.bs-callout{ margin-top:-5px; } .bs-callout h1, .bs-callout h2, .bs-callout h3, .bs-callout h4, .bs-callout h5, .bs-callout h6 { margin-top: 0; margin-bottom: 5px; } .bs-left-callout-danger { border-left-color: #D9534F; } .bs-right-callout-danger { border-right-color: #D9534F; } .bs-callout-danger h1, .bs-callout-danger h2, .bs-callout-danger h3, .bs-callout-danger h4, .bs-callout-danger h5, .bs-callout-danger h6 { color: #D9534F; } .bs-left-callout-warning { border-left-color: #F0AD4E; } .bs-right-callout-warning { border-right-color: #F0AD4E; } .bs-callout-warning h1, .bs-callout-warning h2, .bs-callout-warning h3, .bs-callout-warning h4, .bs-callout-warning h5, .bs-callout-warning h6 { color: #F0AD4E; } .bs-left-callout-info { border-left-color: #5BC0DE; } .bs-right-callout-info { border-right-color: #5BC0DE; } .bs-callout-info h1, .bs-callout-info h2, .bs-callout-info h3, .bs-callout-info h4, .bs-callout-info h5, .bs-callout-info h6 { color: #5BC0DE; } .bs-left-callout-success { border-left-color: #5CB85C; } .bs-right-callout-success { border-right-color: #5CB85C; } .bs-callout-success h1, .bs-callout-success h2, .bs-callout-success h3, .bs-callout-success h4, .bs-callout-success h5, .bs-callout-success h6 { color: #5CB85C; }