| 1 |
/* General */ |
| 2 |
.welcome-text { |
| 3 |
width: 50%; |
| 4 |
margin-bottom: 50px; |
| 5 |
font-size: 16px; |
| 6 |
} |
| 7 |
|
| 8 |
.three-columns-wrap, |
| 9 |
.four-columns-wrap { |
| 10 |
overflow: hidden; |
| 11 |
} |
| 12 |
|
| 13 |
.three-columns-wrap p { |
| 14 |
font-size: 14px; |
| 15 |
} |
| 16 |
|
| 17 |
.column-wdith-3 { |
| 18 |
float: left; |
| 19 |
width: 30%; |
| 20 |
max-width: 480px; |
| 21 |
margin-right: 3%; |
| 22 |
} |
| 23 |
|
| 24 |
.column-wdith-3 .button-primary { |
| 25 |
height: 36px; |
| 26 |
line-height: 34px; |
| 27 |
padding: 0 18px 1px; |
| 28 |
font-size: 14px; |
| 29 |
} |
| 30 |
|
| 31 |
.four-columns-wrap { |
| 32 |
margin-top: 50px; |
| 33 |
} |
| 34 |
|
| 35 |
.column-wdith-4 { |
| 36 |
position: relative; |
| 37 |
float: left; |
| 38 |
width: 22.5%; |
| 39 |
max-width: 360px; |
| 40 |
margin-right: 2%; |
| 41 |
margin-bottom: 30px; |
| 42 |
background-color: #FAFAFA; |
| 43 |
border: 1px solid #ddd; |
| 44 |
box-shadow: 0 1px 1px -1px rgba(0,0,0,.1); |
| 45 |
} |
| 46 |
|
| 47 |
.four-columns-wrap > h2 { |
| 48 |
font-size: 22px !important; |
| 49 |
margin-bottom: 0 !important; |
| 50 |
} |
| 51 |
|
| 52 |
.four-columns-wrap > h2 + p { |
| 53 |
margin-top: 12px !important; |
| 54 |
max-width: 645px; |
| 55 |
} |
| 56 |
|
| 57 |
.column-wdith-4 img { |
| 58 |
display: block; |
| 59 |
max-width: 100%; |
| 60 |
height: auto; |
| 61 |
} |
| 62 |
|
| 63 |
.column-wdith-4 > div { |
| 64 |
position: relative; |
| 65 |
overflow: hidden; |
| 66 |
padding: 15px; |
| 67 |
box-shadow: inset 0 1px 0 rgba(0,0,0,.1); |
| 68 |
} |
| 69 |
|
| 70 |
.column-wdith-4 > div h2 { |
| 71 |
float: left; |
| 72 |
margin: 0; |
| 73 |
font-size: 15px; |
| 74 |
line-height: 18px; |
| 75 |
font-weight: 600; |
| 76 |
height: 18px; |
| 77 |
} |
| 78 |
|
| 79 |
.column-wdith-4 > div a { |
| 80 |
position: absolute; |
| 81 |
top: 10px; |
| 82 |
right: 10px; |
| 83 |
} |
| 84 |
|
| 85 |
.column-wdith-4 .active-style { |
| 86 |
position: absolute; |
| 87 |
top: 0; |
| 88 |
right: 0; |
| 89 |
width: 100%; |
| 90 |
height: 38px; |
| 91 |
line-height: 38px; |
| 92 |
padding: 0; |
| 93 |
color: #fff; |
| 94 |
font-size: 14px; |
| 95 |
letter-spacing: 0.7px; |
| 96 |
font-weight: 600; |
| 97 |
background-color: #0085BA; |
| 98 |
text-align: center; |
| 99 |
cursor: default; |
| 100 |
} |
| 101 |
|
| 102 |
|
| 103 |
/* Recommended Plugins */ |
| 104 |
.three-columns-wrap .plugin-card { |
| 105 |
position: relative; |
| 106 |
width: 30% !important; |
| 107 |
min-height: 170px; |
| 108 |
padding: 20px; |
| 109 |
margin-right: 1% !important; |
| 110 |
margin-left: 0 !important; |
| 111 |
clear: none !important; |
| 112 |
} |
| 113 |
|
| 114 |
.three-columns-wrap .column-description { |
| 115 |
margin-top: 20px !important; |
| 116 |
margin-right: 90px !important; |
| 117 |
} |
| 118 |
|
| 119 |
.three-columns-wrap .column-description p { |
| 120 |
font-size: 13px !important; |
| 121 |
margin-bottom: 0 !important; |
| 122 |
} |
| 123 |
|
| 124 |
.three-columns-wrap .action-links { |
| 125 |
width: auto !important; |
| 126 |
} |
| 127 |
|
| 128 |
.theme-browser .theme .theme-screenshot:after { |
| 129 |
padding-top: 52%; |
| 130 |
}.theme a { |
| 131 |
text-decoration: none; |
| 132 |
} |
| 133 |
|
| 134 |
/* Responsive */ |
| 135 |
@media screen and ( max-width: 1600px ) { |
| 136 |
.three-columns-wrap .plugin-card { |
| 137 |
width: 49% !important; |
| 138 |
} |
| 139 |
} |
| 140 |
|
| 141 |
@media screen and ( max-width: 1360px ) { |
| 142 |
.free-vs-pro { |
| 143 |
width: 80% !important; |
| 144 |
} |
| 145 |
} |
| 146 |
|
| 147 |
@media screen and ( max-width: 1160px ) { |
| 148 |
.three-columns-wrap .plugin-card { |
| 149 |
width: 100% !important; |
| 150 |
margin-right: 0 !important; |
| 151 |
} |
| 152 |
.column-wdith-4 { |
| 153 |
width: 30%; |
| 154 |
margin-right: 3%; |
| 155 |
margin-right: 2%; |
| 156 |
margin-bottom: 20px; |
| 157 |
} |
| 158 |
} |
| 159 |
|
| 160 |
@media screen and ( max-width: 790px ) { |
| 161 |
.column-wdith-3, |
| 162 |
.column-wdith-4 { |
| 163 |
float: none !important; |
| 164 |
width: 100% !important; |
| 165 |
margin-right: 0 !important; |
| 166 |
} |
| 167 |
} |