automizy-js-api
Version:
JavaScript API library for Automizy Marketing Automation software
394 lines (337 loc) • 7.1 kB
CSS
body{
width: 100%;
height:100%;
margin: 0;
padding: 0;
background-color: #78aa42;
}
#container{
width:92%;
height:100%;
min-width:600px;
display:block;
box-sizing: border-box;
font-family: Arial;
margin:auto;
background-color: #edffd9;
padding: 0;
}
.menu{
background-color: #78aa42;
text-align: left;
margin: 0;
padding: 0;
display:flex;
border-top: none;
}
.menu ul{
text-align: center;
display: inline-block;
margin: 0;
padding: 0;
}
.menu ul li{
height:44px;
padding:12px;
float:left;
list-style: none;
color: #daffb3;
font-weight: bold;
font-size: 18px;
cursor: pointer;
border-right: 1px solid #689339;
box-sizing: border-box;
margin: 0;
}
.menu ul li:hover{
background-color: #689339
}
.menu ul li.active-page{
background-color: #689339;
}
.menu ul li img{
margin-top:-4px;
}
.content{
border: 1px solid #689339;
border-top:none;
border-bottom:none;
background-color:#edffd9;
}
.module-content{
width:80%;
display: inline-block;
box-sizing: border-box;
padding: 30px;
background-color: white;
min-height: 300px;
}
.element-list{
float:left;
width:20%;
vertical-align: top;
box-sizing: border-box;
background-color: #edffd9;
height: 100%;
padding: 30px 0 0 0;
}
.element-list ul{
padding:0 0 0 15%;
text-align: left;
}
.element-list li{
cursor:pointer;
color: #555555;
list-style: none;
margin-bottom: 15px;
font-size: 15px;
font-weight: normal;
}
.element-list li:hover{
text-decoration: underline;
}
.element-list li.active-page{
font-weight: bold;
}
.automizyjs-footer{
border-top: 1px solid #689339;
background-color: #CCEAAC;
padding: 20px;
font-size: 12px;
color: #000000;
}
.automizyjs-footer a{
color:#555555;
text-decoration: none;
}
.labels{
font-size:16px;
font-weight: bold;
color: #444444;
padding: 10px 0 10px 10px;
text-align: left;
background-color: #CCEAAC;
}
li.L0, li.L1, li.L2, li.L3,
li.L5, li.L6, li.L7, li.L8
{ list-style-type: decimal }
#doc-container{
float: right;
width:100%;
min-width: 400px;
height: 90%;
border: 1px solid #9AC36F;
border-radius: 5px 5px 0 0;
font-family: Arial;
background-color: #ffffff;
margin: 0;
}
h1{
margin: 0;
text-align: left;
padding: 10px 0 10px 2.5%;
font-weight: bold;
font-size: 18px;
color: #ffffff;
//background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #78aa42), color-stop(1, #689339) );
background-color: #9AC36F;
border-radius: 5px 5px 0 0;
}
h2{
margin: 0;
text-align: center;
padding: 10px;
font-weight: bold;
font-size: 16px;
color: #ffffff;
width: 100%;
border-radius: 5px 5px 0 0;
background-color: #A5ABA5;
//background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f79764), color-stop(1, #f47e3e) );
box-sizing: border-box;
text-align: left;
}
h3{
font-weight: bold;
color: #666666;
margin: 10px 0 20px 10px;
font-size: 16px;
}
h4{
font-weight: bold;
color: #666666;
margin: 10px 0 0 0;
font-size: 16px;
}
.doc-content-table h4{
margin: 10px 0 0 40px;
font-size: 14px;
}
.quick-nav{
border-radius: 5px 5px 0 0;
}
h2 a{
color: #ffffff;
float: right;
}
h2 a:hover{
text-decoration: none;
}
.description{
font-size: 14px;
font-weight: normal;
font-style: italic;
}
.description-label{
font-size: 16px;
font-weight: bold;
margin: 20px auto;
color: #666666;
width: 95%;
}
section{
width: 95%;
margin: auto;
border: 1px solid #A5ABA5;
border-radius: 5px 5px 0 0;
margin-bottom: 20px;
}
article {
width:95%;
margin: auto;
padding: 10px 10px 20px 10px;
border-bottom: 0;
font-size:15px;
}
article:not(.last){
border-bottom: 1px solid #aaaaaa;
}
.prettyprint{
overflow-x: auto;
}
article code{
color: #4d4d4c;
padding:0 2px;
margin: 0 3px;
border:1px solid #cccccc;
border-radius: 4px;
font-size:14px ;
}
article code a{
text-decoration: none;
font-size:14px ;
color: #4d4d4c;
}
table.doc-content-table{
border-spacing: 0;
border: none;
border-collapse: separate;
box-sizing: border-box;
padding: 0;
width:100%;
margin:0;
}
table.doc-content-table tr{
padding: 0;
}
table.doc-content-table td{
vertical-align: top;
padding: 0;
width: 33%;
}
table.doc-content-table td li{
list-style-type: none;
margin: 4px;
font-size:15px;
}
table.doc-content-table td li a{
color: #53821c;
text-decoration: underline;
}
table.doc-content-table td li a:hover{
text-decoration: none;
}
.global-function-name{
list-style-type: none;
margin: 4px;
font-size:15px;
}
.global-function-name a{
color: #53821c;
text-decoration: underline;
font-size:15px;
}
.global-function-name a:hover{
text-decoration: none;
}
.option-attributes, .method-attributes, .event-attributes{
text-align: right;
color: #53821c;
font-weight: bold;
vertical-align: middle;
margin-top: 5px;
}
.option-type, .option-default-value, .method-returns, .event-returns{
float:right;
font-weight: normal;
color: #4d4d4c;
padding:0 2px;
margin: 0 3px;
border:1px solid #cccccc;
border-radius: 4px;
font-size:14px;
font-family: monospace;
}
.option-use, .event-use, .method-use{
margin-top:10px;
margin-bottom: 10px;
line-height: 120%;
}
.option-examples, .method-examples, .event-examples{
font-weight: bold;
margin-bottom: 5px;
margin-top: 25px;
}
.method-parameter, .event-parameter, .option-attribute{
margin:10px 0 5px 0;
font-weight: bold;
}
iframe {
overflow-x: auto;
width: 100%;
height: 500px;
border: none;
}
#module-demo{
border: 1px solid #cccccc;
}
#module-example{
margin-bottom: 30px;
}
#automizyjs-intro h1{
color: #78AA42;
font-size: 40px;
margin-bottom:20px;
background-color: #ffffff;
padding: 0;
}
#automizyjs-intro h2{
color: #78AA42;
font-size: 20px;
margin-bottom:20px;
background-color: #ffffff;
margin: 40px 0px 10px 0px;
padding: 10px 0px;
border-top: 1px solid #78AA42;
border-radius: 0;
}
#automizyjs-intro div{
line-height: 1.5;
}
#automizyjs-intro .example-image{
width:100%;
margin: 10px 0;
}
#automizyjs-intro .example-image img{
width:100%;
}