| 1 |
.instapage-cms-plugin .ui-title, |
| 2 |
.instapage-cms-plugin .ui-subtitle { |
| 3 |
display: inline-block; |
| 4 |
width: 100%; } |
| 5 |
|
| 6 |
.instapage-cms-plugin .ui-title { |
| 7 |
font-size: 40px; |
| 8 |
line-height: 180%; |
| 9 |
border-bottom: 1px solid #dde4ea; |
| 10 |
margin: 0 0 15px 0; } |
| 11 |
|
| 12 |
.instapage-cms-plugin .ui-subtitle { |
| 13 |
font-size: 22px; |
| 14 |
line-height: 150%; |
| 15 |
margin: 5px 0 10px 0; |
| 16 |
padding: 0; |
| 17 |
font-weight: normal; } |
| 18 |
|
| 19 |
.instapage-cms-plugin .ui-section { |
| 20 |
margin-bottom: 35px; } |
| 21 |
|
| 22 |
.instapage-cms-plugin .ui-sub-section { |
| 23 |
margin-bottom: 10px; } |
| 24 |
|
| 25 |
.instapage-cms-plugin .ui-space { |
| 26 |
padding: 20px; } |
| 27 |
|
| 28 |
.instapage-cms-plugin .ui-paragraph { |
| 29 |
margin-bottom: 30px; } |
| 30 |
|
| 31 |
.instapage-cms-plugin .ui-code { |
| 32 |
font-family: monospace; |
| 33 |
background-color: #f4f4f4; } |
| 34 |
|
| 35 |
.instapage-cms-plugin .ui-warning { |
| 36 |
color: #c00; } |
| 37 |
|
| 38 |
.instapage-cms-plugin .ui-sample-background { |
| 39 |
background-color: #f4f4f4; } |
| 40 |
|
| 41 |
.instapage-cms-plugin .ui-fixed-width-200 { |
| 42 |
flex: 0 0 200px; } |
| 43 |
|
| 44 |
.instapage-cms-plugin strong { |
| 45 |
font-weight: bold; } |
| 46 |
|
| 47 |
.instapage-cms-plugin .ui-grid--cell { |
| 48 |
text-align: center; |
| 49 |
line-height: 35px; |
| 50 |
font-size: 11px; } |
| 51 |
|
| 52 |
.instapage-cms-plugin input { |
| 53 |
background: none; } |
| 54 |
|
| 55 |
.instapage-cms-plugin input[readonly] { |
| 56 |
background-color: #fff; } |
| 57 |
|
| 58 |
.instapage-cms-plugin table, |
| 59 |
.instapage-cms-plugin table tr, |
| 60 |
.instapage-cms-plugin table tr th, |
| 61 |
.instapage-cms-plugin table tr th:hover { |
| 62 |
background-color: #fff; |
| 63 |
color: #90a4ae; |
| 64 |
font-weight: normal; |
| 65 |
text-transform: none; |
| 66 |
} |
| 67 |
|
| 68 |
.instapage-cms-plugin table tr td, |
| 69 |
.instapage-cms-plugin table tr td:hover { |
| 70 |
color: #37475a; } |
| 71 |
|
| 72 |
.instapage-cms-plugin select, |
| 73 |
.instapage-cms-plugin select:hover, |
| 74 |
.instapage-cms-plugin select:active, |
| 75 |
.instapage-cms-plugin select:focus { |
| 76 |
background: none; |
| 77 |
appearance: normal; |
| 78 |
-webkit-appearance: menulist; |
| 79 |
-moz-appearance: menulist; } |
| 80 |
|
| 81 |
.instapage-cms-plugin ul, |
| 82 |
.block .instapage-cms-plugin ul, |
| 83 |
.item-list .instapage-cms-plugin ul { |
| 84 |
list-style-type: none; |
| 85 |
list-style-image: none; } |
| 86 |
|
| 87 |
.instapage-cms-plugin .notice-error, |
| 88 |
.instapage-cms-plugin div.error, |
| 89 |
.instapage-cms-plugin div.updated { |
| 90 |
background: none; |
| 91 |
border: none; |
| 92 |
-webkit-box-shadow: none; |
| 93 |
box-shadow: none; |
| 94 |
padding-bottom: 30px; |
| 95 |
} |
| 96 |
|