Bones/css/skeleton.ontraport.css
2015-04-27 14:33:21 -07:00

45 lines
1.4 KiB
CSS

/* ====================================================================================================================
@brief ONTRAPORT's skeleton extension file
===================================================================================================================== */
/* =====================================================================================================================
blocks
===================================================================================================================== */
.block-style {
padding-top: 3em;
padding-bottom: 3em;
}
/* =====================================================================================================================
Images
===================================================================================================================== */
.opt-circle {
/* Safari 3-4, iOS 1-3.2, Android 1.6- */
-webkit-border-radius: 500px;
/* Firefox 1-3.6 */
-moz-border-radius: 500px;
/* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
border-radius: 500px;
}
/* =====================================================================================================================
Fonts
===================================================================================================================== */
.opt-center {
text-align: center;
}
.opt-bold {
font-weight: bold;
}
.opt-small {
font-size: 10px;
}