PluginProbe
Instapage Plugin / trunk
Instapage Plugin vtrunk
trunk 3.2.11 3.2.12 3.2.13 3.2.14 3.3.0 3.3.1 3.4.0 3.4.1 3.4.2 3.4.3 3.5.0 3.5.1 3.5.10 3.5.11 3.5.12 3.5.2 3.5.3 3.5.4 3.5.5 3.5.6 3.5.7 3.5.8 3.5.9 3.6.0 All 28 releases
instapage / assets / css / mrwhite-reset.css

mrwhite-reset.css in Instapage Plugin trunk, at assets/css/mrwhite-reset.css

96 lines 2.2 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
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