[FIX]index file style revert
This commit is contained in:
parent
49f9021614
commit
5dc9d9a6d6
@ -75,254 +75,254 @@
|
||||
* LAYOUT *
|
||||
* --------------------------------- */
|
||||
/* ------ BASE GRID CONSTRUCTS ----- */
|
||||
/*.oe_page {*/
|
||||
/*margin: 0px auto 64px auto;*/
|
||||
/*max-width: 100%;*/
|
||||
/*}*/
|
||||
.oe_page {
|
||||
margin: 0px auto 64px auto;
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
/*.oe_row {*/
|
||||
/*width: 100%;*/
|
||||
/*margin-top: 16px;*/
|
||||
/*margin-bottom: 16px;*/
|
||||
/*margin-left: auto;*/
|
||||
/*margin-right: auto;*/
|
||||
/*}*/
|
||||
.oe_row {
|
||||
width: 100%;
|
||||
margin-top: 16px;
|
||||
margin-bottom: 16px;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
|
||||
/*.oe_row.oe_fit {*/
|
||||
/*width: auto;*/
|
||||
/*}*/
|
||||
.oe_row.oe_fit {
|
||||
width: auto;
|
||||
}
|
||||
|
||||
/*.oe_clearfix:after, .oe_row:after {*/
|
||||
/*content: ".";*/
|
||||
/*display: block;*/
|
||||
/*clear: both;*/
|
||||
/*visibility: hidden;*/
|
||||
/*line-height: 0;*/
|
||||
/*height: 0;*/
|
||||
/*}*/
|
||||
.oe_clearfix:after, .oe_row:after {
|
||||
content: ".";
|
||||
display: block;
|
||||
clear: both;
|
||||
visibility: hidden;
|
||||
line-height: 0;
|
||||
height: 0;
|
||||
}
|
||||
|
||||
/*[class*='oe_span'] {*/
|
||||
/*float: left;*/
|
||||
/*-moz-box-sizing: border-box;*/
|
||||
/*-webkit-box-sizing: border-box;*/
|
||||
/*box-sizing: border-box;*/
|
||||
/*padding: 0 16px;*/
|
||||
/*}*/
|
||||
[class*='oe_span'] {
|
||||
float: left;
|
||||
-moz-box-sizing: border-box;
|
||||
-webkit-box-sizing: border-box;
|
||||
box-sizing: border-box;
|
||||
padding: 0 16px;
|
||||
}
|
||||
|
||||
/*.oe_span12 {*/
|
||||
/*width: 100%;*/
|
||||
/*}*/
|
||||
.oe_span12 {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
/*.oe_span10 {*/
|
||||
/*width: 83.33333%;*/
|
||||
/*}*/
|
||||
.oe_span10 {
|
||||
width: 83.33333%;
|
||||
}
|
||||
|
||||
/*.oe_span9 {*/
|
||||
/*width: 75%;*/
|
||||
/*}*/
|
||||
.oe_span9 {
|
||||
width: 75%;
|
||||
}
|
||||
|
||||
/*.oe_span8 {*/
|
||||
/*width: 66.66667%;*/
|
||||
/*}*/
|
||||
.oe_span8 {
|
||||
width: 66.66667%;
|
||||
}
|
||||
|
||||
/*.oe_span6 {*/
|
||||
/*width: 50%;*/
|
||||
/*}*/
|
||||
.oe_span6 {
|
||||
width: 50%;
|
||||
}
|
||||
|
||||
/*.oe_span4 {*/
|
||||
/*width: 33.33333%;*/
|
||||
/*}*/
|
||||
.oe_span4 {
|
||||
width: 33.33333%;
|
||||
}
|
||||
|
||||
/*.oe_span3 {*/
|
||||
/*width: 25%;*/
|
||||
/*}*/
|
||||
.oe_span3 {
|
||||
width: 25%;
|
||||
}
|
||||
|
||||
/*.oe_span2 {*/
|
||||
/*width: 16.66667%;*/
|
||||
/*}*/
|
||||
.oe_span2 {
|
||||
width: 16.66667%;
|
||||
}
|
||||
|
||||
/*[class*='oe_span'].oe_fit {*/
|
||||
/*padding-left: 0px !important;*/
|
||||
/*padding-right: 0px !important;*/
|
||||
/*}*/
|
||||
[class*='oe_span'].oe_fit {
|
||||
padding-left: 0px !important;
|
||||
padding-right: 0px !important;
|
||||
}
|
||||
|
||||
/*[class*='oe_span'].oe_right {*/
|
||||
/*float: right;*/
|
||||
/*}*/
|
||||
[class*='oe_span'].oe_right {
|
||||
float: right;
|
||||
}
|
||||
|
||||
/*.oe_row.oe_flex [class*='oe_span'] {*/
|
||||
/*display: inline-block;*/
|
||||
/*float: none;*/
|
||||
/*vertical-align: top;*/
|
||||
/*-moz-box-sizing: border-box;*/
|
||||
/*-webkit-box-sizing: border-box;*/
|
||||
/*box-sizing: border-box;*/
|
||||
/*padding: 0 16px;*/
|
||||
/*width: auto;*/
|
||||
/*}*/
|
||||
/*.oe_row.oe_flex .oe_span12 {*/
|
||||
/*max-width: 100%;*/
|
||||
/*}*/
|
||||
/*.oe_row.oe_flex .oe_span10 {*/
|
||||
/*max-width: 83.33333%;*/
|
||||
/*}*/
|
||||
/*.oe_row.oe_flex .oe_span9 {*/
|
||||
/*max-width: 75%;*/
|
||||
/*}*/
|
||||
/*.oe_row.oe_flex .oe_span8 {*/
|
||||
/*max-width: 66.66667%;*/
|
||||
/*}*/
|
||||
/*.oe_row.oe_flex .oe_span6 {*/
|
||||
/*max-width: 50%;*/
|
||||
/*}*/
|
||||
/*.oe_row.oe_flex .oe_span4 {*/
|
||||
/*max-width: 33.33333%;*/
|
||||
/*}*/
|
||||
/*.oe_row.oe_flex .oe_span3 {*/
|
||||
/*max-width: 25%;*/
|
||||
/*}*/
|
||||
/*.oe_row.oe_flex .oe_span2 {*/
|
||||
/*max-width: 16.66667%;*/
|
||||
/*}*/
|
||||
.oe_row.oe_flex [class*='oe_span'] {
|
||||
display: inline-block;
|
||||
float: none;
|
||||
vertical-align: top;
|
||||
-moz-box-sizing: border-box;
|
||||
-webkit-box-sizing: border-box;
|
||||
box-sizing: border-box;
|
||||
padding: 0 16px;
|
||||
width: auto;
|
||||
}
|
||||
.oe_row.oe_flex .oe_span12 {
|
||||
max-width: 100%;
|
||||
}
|
||||
.oe_row.oe_flex .oe_span10 {
|
||||
max-width: 83.33333%;
|
||||
}
|
||||
.oe_row.oe_flex .oe_span9 {
|
||||
max-width: 75%;
|
||||
}
|
||||
.oe_row.oe_flex .oe_span8 {
|
||||
max-width: 66.66667%;
|
||||
}
|
||||
.oe_row.oe_flex .oe_span6 {
|
||||
max-width: 50%;
|
||||
}
|
||||
.oe_row.oe_flex .oe_span4 {
|
||||
max-width: 33.33333%;
|
||||
}
|
||||
.oe_row.oe_flex .oe_span3 {
|
||||
max-width: 25%;
|
||||
}
|
||||
.oe_row.oe_flex .oe_span2 {
|
||||
max-width: 16.66667%;
|
||||
}
|
||||
|
||||
/*.oe_mb0 {*/
|
||||
/*margin-bottom: 0px !important;*/
|
||||
/*}*/
|
||||
.oe_mb0 {
|
||||
margin-bottom: 0px !important;
|
||||
}
|
||||
|
||||
/*.oe_mb4 {*/
|
||||
/*margin-bottom: 4px !important;*/
|
||||
/*}*/
|
||||
.oe_mb4 {
|
||||
margin-bottom: 4px !important;
|
||||
}
|
||||
|
||||
/*.oe_mb8 {*/
|
||||
/*margin-bottom: 8px !important;*/
|
||||
/*}*/
|
||||
.oe_mb8 {
|
||||
margin-bottom: 8px !important;
|
||||
}
|
||||
|
||||
/*.oe_mb16 {*/
|
||||
/*margin-bottom: 16px !important;*/
|
||||
/*}*/
|
||||
.oe_mb16 {
|
||||
margin-bottom: 16px !important;
|
||||
}
|
||||
|
||||
/*.oe_mb32 {*/
|
||||
/*margin-bottom: 32px !important;*/
|
||||
/*}*/
|
||||
.oe_mb32 {
|
||||
margin-bottom: 32px !important;
|
||||
}
|
||||
|
||||
/*.oe_mb48 {*/
|
||||
/*margin-bottom: 48px !important;*/
|
||||
/*}*/
|
||||
.oe_mb48 {
|
||||
margin-bottom: 48px !important;
|
||||
}
|
||||
|
||||
/*.oe_mb64 {*/
|
||||
/*margin-bottom: 64px !important;*/
|
||||
/*}*/
|
||||
.oe_mb64 {
|
||||
margin-bottom: 64px !important;
|
||||
}
|
||||
|
||||
/*.oe_mt0 {*/
|
||||
/*margin-top: 0px !important;*/
|
||||
/*}*/
|
||||
.oe_mt0 {
|
||||
margin-top: 0px !important;
|
||||
}
|
||||
|
||||
/*.oe_mt4 {*/
|
||||
/*margin-top: 4px !important;*/
|
||||
/*}*/
|
||||
.oe_mt4 {
|
||||
margin-top: 4px !important;
|
||||
}
|
||||
|
||||
/*.oe_mt8 {*/
|
||||
/*margin-top: 8px !important;*/
|
||||
/*}*/
|
||||
.oe_mt8 {
|
||||
margin-top: 8px !important;
|
||||
}
|
||||
|
||||
/*.oe_mt16 {*/
|
||||
/*margin-top: 16px !important;*/
|
||||
/*}*/
|
||||
.oe_mt16 {
|
||||
margin-top: 16px !important;
|
||||
}
|
||||
|
||||
/*.oe_mt32 {*/
|
||||
/*margin-top: 32px !important;*/
|
||||
/*}*/
|
||||
.oe_mt32 {
|
||||
margin-top: 32px !important;
|
||||
}
|
||||
|
||||
/*.oe_mt48 {*/
|
||||
/*margin-top: 48px !important;*/
|
||||
/*}*/
|
||||
.oe_mt48 {
|
||||
margin-top: 48px !important;
|
||||
}
|
||||
|
||||
/*.oe_mt64 {*/
|
||||
/*margin-top: 64px !important;*/
|
||||
/*}*/
|
||||
.oe_mt64 {
|
||||
margin-top: 64px !important;
|
||||
}
|
||||
|
||||
/*!* ------ GENERIC LAYOUT MODIFIERS ----- *!*/
|
||||
/*.oe_rightfit {*/
|
||||
/*padding-right: 0px !important;*/
|
||||
/*}*/
|
||||
/* ------ GENERIC LAYOUT MODIFIERS ----- */
|
||||
.oe_rightfit {
|
||||
padding-right: 0px !important;
|
||||
}
|
||||
|
||||
/*.oe_leftfit {*/
|
||||
/*padding-left: 0px !important;*/
|
||||
/*}*/
|
||||
.oe_leftfit {
|
||||
padding-left: 0px !important;
|
||||
}
|
||||
|
||||
/*.oe_leftalign {*/
|
||||
/*text-align: left;*/
|
||||
/*}*/
|
||||
.oe_leftalign {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
/*.oe_rightalign {*/
|
||||
/*text-align: right;*/
|
||||
/*}*/
|
||||
.oe_rightalign {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
/*.oe_centeralign {*/
|
||||
/*text-align: center;*/
|
||||
/*}*/
|
||||
.oe_centeralign {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
/*.oe_centered {*/
|
||||
/*margin-left: auto;*/
|
||||
/*margin-right: auto;*/
|
||||
/*}*/
|
||||
.oe_centered {
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
|
||||
/*.oe_hidden {*/
|
||||
/*display: none !important;*/
|
||||
/*opacity: 0 !important;*/
|
||||
/*}*/
|
||||
.oe_hidden {
|
||||
display: none !important;
|
||||
opacity: 0 !important;
|
||||
}
|
||||
|
||||
/*.oe_invisible {*/
|
||||
/*visibility: hidden !important;*/
|
||||
/*}*/
|
||||
.oe_invisible {
|
||||
visibility: hidden !important;
|
||||
}
|
||||
|
||||
/*.oe_transparent {*/
|
||||
/*opacity: 0 !important;*/
|
||||
/*}*/
|
||||
.oe_transparent {
|
||||
opacity: 0 !important;
|
||||
}
|
||||
|
||||
/*.oe_mb0 {*/
|
||||
/*margin-bottom: 0px !important;*/
|
||||
/*}*/
|
||||
.oe_mb0 {
|
||||
margin-bottom: 0px !important;
|
||||
}
|
||||
|
||||
/*.oe_mb4 {*/
|
||||
/*margin-bottom: 4px !important;*/
|
||||
/*}*/
|
||||
.oe_mb4 {
|
||||
margin-bottom: 4px !important;
|
||||
}
|
||||
|
||||
/*.oe_mb8 {*/
|
||||
/*margin-bottom: 8px !important;*/
|
||||
/*}*/
|
||||
.oe_mb8 {
|
||||
margin-bottom: 8px !important;
|
||||
}
|
||||
|
||||
/*.oe_mb16 {*/
|
||||
/*margin-bottom: 16px !important;*/
|
||||
/*}*/
|
||||
.oe_mb16 {
|
||||
margin-bottom: 16px !important;
|
||||
}
|
||||
|
||||
/*.oe_mb32 {*/
|
||||
/*margin-bottom: 32px !important;*/
|
||||
/*}*/
|
||||
.oe_mb32 {
|
||||
margin-bottom: 32px !important;
|
||||
}
|
||||
|
||||
/*.oe_mb64 {*/
|
||||
/*margin-bottom: 64px !important;*/
|
||||
/*}*/
|
||||
.oe_mb64 {
|
||||
margin-bottom: 64px !important;
|
||||
}
|
||||
|
||||
/*.oe_spaced {*/
|
||||
/*margin-top: 32px;*/
|
||||
/*margin-bottom: 32px;*/
|
||||
/*}*/
|
||||
.oe_spaced {
|
||||
margin-top: 32px;
|
||||
margin-bottom: 32px;
|
||||
}
|
||||
|
||||
/*.oe_more_spaced {*/
|
||||
/*margin-top: 64px;*/
|
||||
/*margin-bottom: 64px;*/
|
||||
/*}*/
|
||||
.oe_more_spaced {
|
||||
margin-top: 64px;
|
||||
margin-bottom: 64px;
|
||||
}
|
||||
|
||||
/*.oe_padded {*/
|
||||
/*padding-top: 16px;*/
|
||||
/*padding-bottom: 16px;*/
|
||||
/*}*/
|
||||
.oe_padded {
|
||||
padding-top: 16px;
|
||||
padding-bottom: 16px;
|
||||
}
|
||||
|
||||
/*.oe_more_padded {*/
|
||||
/*padding-top: 32px;*/
|
||||
/*padding-bottom: 32px;*/
|
||||
/*}*/
|
||||
.oe_more_padded {
|
||||
padding-top: 32px;
|
||||
padding-bottom: 32px;
|
||||
}
|
||||
|
||||
/* --------------------------------- *
|
||||
* WEBPAGE COMPONENTS *
|
||||
|
Loading…
Reference in New Issue
Block a user