Bones/css/skeleton.ontraport.css

57 lines
1.6 KiB
CSS

/* ====================================================================================================================
@brief ONTRAPORT's skeleton extension file
===================================================================================================================== */
/* =====================================================================================================================
blocks
===================================================================================================================== */
.block-wrapper {
padding-top: 3em;
padding-bottom: 3em;
width: 100%;
}
/* =====================================================================================================================
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-big {
font-size: 1.2em;
}
.opt-medium {
font-size: 1em;
}
.opt-small {
font-size: .8em;
}
.opt-red {
color: red;
}