92 lines
2.1 KiB
CSS
92 lines
2.1 KiB
CSS
/*
|
|
Copyright (c) Ascensio System SIA 2014. All rights reserved.
|
|
http://www.onlyoffice.com
|
|
*/
|
|
html {
|
|
height: 100%;
|
|
width: 100%;
|
|
}
|
|
body {
|
|
background: #fff;
|
|
color: #333;
|
|
font-family: Arial, Tahoma,sans-serif;
|
|
font-size: 12px;
|
|
font-weight: normal;
|
|
height: 100%;
|
|
margin: 0;
|
|
padding: 0;
|
|
text-decoration: none;
|
|
}
|
|
form {
|
|
height: 100%;
|
|
}
|
|
div {
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
|
|
|
|
.top-panel {
|
|
background: url("logo.png") no-repeat 30px center #3D4A6B;
|
|
height: 80px;
|
|
width: 100%;
|
|
}
|
|
.main-panel {
|
|
margin: 105px auto 0;
|
|
width: 350px;
|
|
}
|
|
.portal-name {
|
|
color: #3D4A6B;
|
|
font-size: 20px;
|
|
}
|
|
.portal-descr {
|
|
display: inline-block;
|
|
line-height: 20px;
|
|
margin-bottom: 24px;
|
|
width: 480px;
|
|
}
|
|
.document-url {
|
|
height: 65px;
|
|
resize: vertical;
|
|
width: 350px;
|
|
}
|
|
.embedded {
|
|
margin: 105px auto 0;
|
|
width: 640px;
|
|
}
|
|
|
|
.button, .button:visited, .button:hover, .button:active {
|
|
display: inline-block;
|
|
font-weight: normal;
|
|
text-align: center;
|
|
text-decoration: none;
|
|
vertical-align: middle;
|
|
cursor:pointer;
|
|
border-radius: 3px;
|
|
-moz-border-radius: 3px;
|
|
-webkit-border-radius: 3px;
|
|
touch-callout: none;
|
|
-o-touch-callout: none;
|
|
-moz-touch-callout: none;
|
|
-webkit-touch-callout: none;
|
|
user-select: none;
|
|
-o-user-select: none;
|
|
-moz-user-select: none;
|
|
-webkit-user-select: none;
|
|
font-size: 12px;
|
|
line-height: 16px;
|
|
padding: 2px 12px;
|
|
|
|
color: #fff;
|
|
|
|
background: #3D96C6;
|
|
background: linear-gradient(top, #59B1E2, #3D96C6 50%, #3D96C6 51%, #1A76a6);
|
|
background: -o-linear-gradient(top, #59B1E2, #3D96C6 50%, #3D96C6 51%, #1A76a6);
|
|
background: -moz-linear-gradient(top, #59B1E2, #3D96C6 50%, #3D96C6 51%, #1A76a6);
|
|
background: -webkit-linear-gradient(top, #59B1E2, #3D96C6 50%, #3D96C6 51%, #1A76a6);
|
|
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#59B1E2', EndColorStr='#1A76a6')";
|
|
|
|
border-width: 1px;
|
|
border-style: solid;
|
|
border-color: #4da9dc #4098c9 #2d7399 #4098c9;
|
|
} |