$copyright->setLabel('Copyright du bas de page');
$this->addElementLocalized($copyright);
+
+ $privacy = new CubeIT_Form_Element_Markitup('privacy_text');
+ $privacy->setLabel(__('Mention vie privée'));
+ $this->addElement($privacy);
+
$tags = new Cubedesigners_Form_Element_Tags('tags');
$tags->setLabel(__('Tags'));
$this->addElement($tags);
+
+
}
}
\ No newline at end of file
/* apply a natural box layout model to all elements, but allowing components to change */
/* Reference: http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
html {
- box-sizing: border-box;
+ box-sizing: border-box;
}
+
*, *:before, *:after {
- box-sizing: inherit;
+ box-sizing: inherit;
}
img.responsive {
- max-width: 100%;
- height: auto;
+ max-width: 100%;
+ height: auto;
}
-.content,.cubeit-content{
- max-width: 1048px; // = 980+(34*2) - Allow room for the 34px padding on each side
- min-width: 530px; // Be careful of this setting and affecting the viewport initial-scale
- margin:0 auto;
- padding-right: 34px;
- padding-left: 34px;
- position:relative;
-
-
-// @media screen and (max-width: 980 + (34*2)px) {
-// padding: 0;
-// margin: 0 34px;
-// }
+.content, .cubeit-content {
+ max-width: 1048px; // = 980+(34*2) - Allow room for the 34px padding on each side
+ min-width: 530px; // Be careful of this setting and affecting the viewport initial-scale
+ margin: 0 auto;
+ padding-right: 34px;
+ padding-left: 34px;
+ position: relative;
+
+ // @media screen and (max-width: 980 + (34*2)px) {
+ // padding: 0;
+ // margin: 0 34px;
+ // }
}
//.small{
// }
//}
-
body {
font-family: @roboto;
- font-size:16px;
- font-weight:300;
- color:#1b1b1b;
- opacity:0;
- transition:opacity 0.25s linear;
+ font-size: 16px;
+ font-weight: 300;
+ color: #1b1b1b;
+ opacity: 0;
+ transition: opacity 0.25s linear;
}
-#wrapper{
- overflow:hidden;
+#wrapper {
+ overflow: hidden;
max-width: 100%;
}
-.wf-active body{
- opacity:1;
+.wf-active body {
+ opacity: 1;
}
-h1,h2,h3,h4,h5,h6 {
+h1, h2, h3, h4, h5, h6 {
font-weight: 300;
}
-strong,b{
+
+strong, b {
font-weight: 400;
}
a {
text-decoration: none;
- color:#3885e0;
+ color: #3885e0;
}
a:hover,
a:active {
- color:#3885e0;
+ color: #3885e0;
}
a.but {
display: inline-block;
- color:#fff;
- background-color: #2874ce;
- clear:both;
+ color: #fff;
+ background-color: #2874ce;
+ clear: both;
border-radius: 2px;
padding: 10px 15px 12px;
- line-height:12px;
- margin:15px 0 0 0;
- font-weight:400;
- font-size:16px;
- text-decoration:none !important;
- &:hover,&.active {
+ line-height: 12px;
+ margin: 15px 0 0 0;
+ font-weight: 400;
+ font-size: 16px;
+ text-decoration: none !important;
+ &:hover, &.active {
background-color: #84ae1e !important;
- color:#fff !important;
+ color: #fff !important;
}
}
-
-#main{
- overflow-x:hidden;
- overflow-y:visible;
+#main {
+ overflow-x: hidden;
+ overflow-y: visible;
.main-holder {
- width:100%;
+ width: 100%;
padding: 0 20px 50px 20px;
}
- ul{
- list-style:none;
- li{
- &:before{
- content:"- ";
+ ul {
+ list-style: none;
+ li {
+ &:before {
+ content: "- ";
}
}
}
text-align: left;
font-size: 22px;
line-height: 25px;
- white-space: pre-line; // Preserve line breaks from content
+ white-space: pre-line; // Preserve line breaks from content
- @media screen and (max-width: 980px){
- white-space: normal;
- }
+ @media screen and (max-width: 980px) {
+ white-space: normal;
+ }
}
}
-.dotclear{
- h3,h4{
+.dotclear {
+ h3, h4 {
font-weight: 400;
}
- p{
+ p {
line-height: 1.56em;
}
+}
+
+.ajaxpopup {
+ .dotclear {
+ font-size: 16px;
+ p {
+ margin: 10px 0;
+ }
+
+ h2 {
+ font-weight: 400;
+ }
+ }
+
}
\ No newline at end of file