helpcenter/Web/css/builder/examples/example.css

192 lines
4.1 KiB
CSS

.main-panel {
margin: 40px auto 0;
width: auto;
}
.portal-name {
font-size: 30px;
font-weight: 300;
line-height: 2.5em;
color: #3d4a6b;
}
.portal-descr {
display: inline-block;
line-height: 20px;
margin-bottom: 20px;
}
.try-editor-list {
list-style: none;
margin: 51px 0 16px;
padding: 0;
text-align: right;
display: inline-block;
float: right;
}
.try-editor-list li {
margin: 0 0 0 25px;
width: 100px;
display: inline-block;
text-align: center;
}
.own-data-enter {
width: calc(100% - 440px);
margin: 0;
padding: 0;
}
.own-data-enter label {
display: block;
max-width: 220px;
padding: 10px 0 2px;
}
.own-data-enter input {
width: 100% !important;
min-width: 120px;
padding: 3px 5px;
border: 1px solid #999;
}
.try-editor {
background-color: transparent;
background-position: center 0;
background-repeat: no-repeat;
display: block;
font-size: 14px;
font-weight: bold;
height: 45px;
padding-top: 100px;
text-align: center;
text-decoration: none;
cursor: pointer;
}
a.try-editor:hover {
text-decoration: none !important;
}
.try-editor.document {
background-image: url(/images/Help/developers/examples/file_docx.png)
}
.try-editor.spreadsheet {
background-image: url(/images/Help/developers/examples/file_xlsx.png)
}
.try-editor.presentation {
background-image: url(/images/Help/developers/examples/file_pptx.png)
}
.try-editor.pdf {
background-image: url(/images/Help/developers/examples/file_pdf.png)
}
.create-sample {
margin-left: 75px;
}
.button.gray {
background: #ebebeb;
border: 1px solid #D0D0D0;
color: #333;
}
.upload-panel {
border-bottom: 1px solid #D1D1D1;
text-align: left;
margin: 0;
}
.generate-button-upload {
display: inline-block;
position: relative;
float: right;
margin-top: -175px;
}
.button-white {
cursor: pointer;
display: inline-block;
font-size: 14px;
font-weight: bold;
height: 45px;
margin: 0 20px 16px;
overflow: hidden;
padding-top: 100px;
position: relative;
text-align: center;
width: 100px;
background: url(/images/Help/developers/examples/file_download.png) no-repeat center 0 transparent;
line-height: 1.2em;
}
.button-white:hover {
text-decoration: none !important;
}
.button-white.disabled,
.button-white.disabled:hover {
background-color: #fff;
color: #aaa;
cursor: default;
}
.file-upload {
position: relative;
border: 1px solid #bfbfbf;
cursor: pointer;
border-radius: 2px;
display: inline-block;
color: #7C7C7C !important;
text-decoration: none;
font-size: 13px;
padding: 4px 15px;
margin: 0;
background: #dedede;
background-image: -webkit-linear-gradient(top, #f3f3f3, 0, #dedede, 100%);
background-image: -moz-linear-gradient(top, #f3f3f3 0, #dedede 100%);
background-image: linear-gradient(to bottom, #f3f3f3 0, #dedede 100%);
background-repeat: repeat-x;
}
.file-upload:hover, .file-upload:active {
color: #7C7C7C;
background-image: -webkit-linear-gradient(top, #f3f3f3, 0, #ebebeb, 100%);
background-image: -moz-linear-gradient(top, #f3f3f3 0, #ebebeb 100%);
background-image: linear-gradient(to bottom, #f3f3f3 0, #ebebeb 100%);
text-decoration: none !important;
}
textarea {
width: calc(100% - 200px);
min-width: 200px;
height: 180px;
overflow-y: scroll;
border: 1px solid #bfbfbf;
padding: 5px;
font-size: 13px;
font-family: monospace;
resize: none;
}
.file-upload input {
cursor: pointer;
opacity: 0;
position: absolute;
right: 0;
top: 0;
width: 171px;
height: 28px;
}
.upload-panel,
.create-panel {
padding: 10px 0 20px;
}
footer {
text-align: right;
width: auto;
margin-bottom: 15px;
margin-right: 15px;
}
.help-block {
margin: 0 0 40px;
}
.help-block span {
font-size: 20px;
font-weight: 300;
line-height: 26px;
display: block;
margin: 20px 0 10px;
color: #3d4a6b;
}
.clearFix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.hidden{
display: none;
}