ontraport skeleton extension
This commit is contained in:
parent
9be06dcfb4
commit
94e3b9a911
44
css/skeleton.ontraport.css
Normal file
44
css/skeleton.ontraport.css
Normal file
@ -0,0 +1,44 @@
|
|||||||
|
/* ====================================================================================================================
|
||||||
|
@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;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user