PluginProbe
Moloni / 3.0.51
Moloni v3.0.51
5.0.10 5.0.09 5.0.08 5.0.07 5.0.06 trunk 0.4.0.00 0.4.8.1 3.0.10 3.0.11 3.0.35 3.0.36 3.0.37 3.0.38 3.0.40 3.0.41 3.0.42 3.0.43 3.0.44 3.0.45 3.0.46 3.0.47 3.0.48 3.0.49 3.0.50 All 98 releases
moloni / docs / web / style.css

style.css in Moloni 3.0.51, at docs/web/style.css

276 lines 4.4 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /* Custom Stylesheet */
2 /**
3 * Use this file to override Materialize files so you can update
4 * the core Materialize files in the future
5 *
6 * Made By MaterializeCSS.com
7 */
8
9 nav ul a,
10 nav .brand-logo {
11 color: #444;
12 }
13
14 p {
15 line-height: 2rem;
16 }
17
18 #section-text p {
19 text-align: center;
20 }
21
22 .button-collapse {
23 color: #333333;
24 left: 10px;
25 }
26
27
28 .moloni-plugins-container {
29 min-height: 120px;
30 line-height: 0;
31 height: auto;
32 color: #fff;
33 background-color: #8BC34A;
34 }
35
36 .moloni-plugins-container .section {
37 width: 100%;
38 }
39 #index-banner.moloni-plugins-container {
40 min-height: 600px;
41 }
42
43 @media only screen and (max-width : 992px) {
44 .moloni-plugins-container .section {
45 position: absolute;
46 top: 5%;
47 }
48 #index-banner .section {
49 top: 10%;
50 }
51 }
52
53 @media only screen and (max-width : 600px) {
54 #index-banner .section {
55 top: 0;
56 }
57 }
58
59 #index-banner .section{
60 margin-top: 6rem;
61 }
62
63 .install img{
64 max-width: 100%;
65 }
66
67 .install .row {
68 padding: 20px;
69 }
70
71 .install .even{
72 background-color: #f1f1f1;
73 }
74
75 .icon-block {
76 padding: 0 15px;
77 }
78 .icon-block .material-icons {
79 font-size: inherit;
80 }
81
82 footer.page-footer {
83 margin: 0;
84 }
85
86 .list li {
87 list-style-type: disc;
88 list-style-position: inside;
89 display: inline-block;
90 margin-right: 10px;
91 }
92
93 .list {
94 margin-bottom: 0px;
95 }
96
97 .buttonright {
98 text-align: center;
99 }
100
101 #firststepgeneral {
102 display: flex;
103 align-items: center;
104 }
105
106 #rightstep {
107 flex: 1;
108 order: 2;
109 }
110
111 #leftstep {
112 flex: 1;
113 order: 1;
114 }
115
116 .footerSectionTextLinksBlock{
117 float: right;
118 width: 20%
119 }
120
121 .footerSectionText{
122 line-height: 23px;
123 }
124
125 .footerSectionIconRSHolder {
126 overflow: hidden;
127 margin: 35px 8px;
128 text-align: center;
129 }
130
131 .footerIconeRedesSociais_fb_off, .footerIconeRedesSociais_yt_off, .footerIconeRedesSociais_tw_off, .footerIconeRedesSociais_gg_off {
132 background: url(./images/tut/fe_v3_shapes_1.png) no-repeat -1px;
133 width: 38px;
134 height: 38px;
135 margin-right: 30px;
136 display: inline-block;
137 cursor: pointer;
138 }
139
140 .footerIconeRedesSociais_yt_off {
141 background-position-x: -72px;
142 }
143
144 .footerIconeRedesSociais_tw_off {
145 background-position-x: -210px;
146 }
147
148 .footerIconeRedesSociais_gg_off {
149 background-position-x: -140px;
150 margin-right: 0;
151 }
152
153 /*MEDIA QUERIES*/
154
155 @media only screen and (max-width: 600px) {
156 #logo-container img {
157 margin-top: 9px;
158 }
159 .row h3 {
160 font-size: 2.7rem;
161 /*margin: 0 0 1.168rem 0;*/
162 }
163 }
164
165 @media only screen and (min-width: 841px) {
166 .row .col.l6 {
167 width: 50%;
168 }
169 .row h3 {
170 font-size: 2.7rem;
171 }
172 }
173
174 @media only screen and (max-width: 840px) {
175
176 .row .col.m6 {
177 text-align: center;
178 margin: 20px 0 20px 0;
179 width: 100%;
180 }
181 .buttonright {
182 text-align: center;
183 }
184 .row .col.offset-m1 {
185 text-align: center;
186 display: flex;
187 flex-direction: column;
188 }
189 .row .col.offset-m1 {
190 margin: 0;
191 }
192 .row .col.m5 {
193 width: 100% ;
194 }
195 .row .col.m5 {
196 width: 100%;
197 text-align: center;
198 }
199 #firststepgeneral {
200 display: flex;
201 align-items: center;
202 flex-direction: column;
203 }
204 #secondstepgeneral {
205 display: flex;
206 align-items: center;
207 flex-direction: column-reverse;
208 }
209 #thirdstepgeneral {
210 display: flex;
211 align-items: center;
212 flex-direction: column-reverse;
213 }
214 #fourthstepgeneral {
215 display: flex;
216 align-items: center;
217 flex-direction: column-reverse;
218 }
219 #fourthstepgeneral h4 {
220 margin: 1rem 0 .5rem 0;
221 }
222 #fifthstepgeneral {
223 display: flex;
224 align-items: center;
225 flex-direction: column-reverse;
226 }
227 #sixthstepgeneral {
228 display: flex;
229 align-items: center;
230 flex-direction: column-reverse;
231 }
232 #seventhstepgeneral {
233 display: flex;
234 align-items: center;
235 flex-direction: column-reverse;
236 margin-bottom: 0px;
237 }
238 .row h3 {
239 font-size: 2.7rem;
240 }
241
242 #footer_align {
243 display: flex;
244 flex-direction: column;
245 }
246 .footerSectionTextLinksBlock {
247 float: right;
248 width: 100%;
249 text-align: center;
250 margin-top: 10px;
251 }
252 #presentation {
253 width: 100%;
254 text-align: center;
255 padding: 0 3rem;
256 }
257 }
258
259 @media only screen and (max-width: 840px) and (min-width: 600px) {
260 #footer_align {
261 display: flex;
262 flex-flow: wrap;
263 }
264 .footerSectionTextLinksBlock {
265 float: right;
266 width: 50%;
267 text-align: center;
268 margin-top: 10px;
269 }
270 #presentation {
271 width: 100%;
272 text-align: center;
273 padding: 0 3rem;
274 margin-top: 10px;
275 }
276 }