richdocuments/css/style.css

129 lines
2.2 KiB
CSS
Raw Normal View History

#emptyfolder {
position:absolute; margin:10em 0 0 10em;
font-size:1.5em; font-weight:bold; color:#888; text-shadow:#fff 0 1px 0;
}
2013-08-22 16:37:06 +02:00
.documentslist { padding:5px; }
2013-09-06 17:13:03 +03:00
.documentslist .add-document{
display: inline-block;
height: 200px;
width: 200px;
margin: 1em;
vertical-align: top;
}
.add-document a {
display: inline-block;
position: relative;
height: 200px;
2013-09-06 17:13:03 +03:00
width: 200px;
background-repeat: no-repeat;
background-size: 64px;
2013-09-06 17:13:03 +03:00
background-position: 50% 68px;
}
.add-document .add {
2013-09-02 18:58:15 +03:00
background-image: url('%webroot%/core/img/actions/add.svg');
2013-08-22 16:37:06 +02:00
}
.add-document .upload {
2013-09-02 18:58:15 +03:00
background-image: url('%webroot%/core/img/actions/upload.svg');
}
.add-document label {
position: absolute;
bottom: 5px;
width: 100%;
color: white;
text-shadow: 0 0 10px #000;
text-align: center;
}
.documentslist .document {
display: inline-block;
height: 200px;
width: 200px;
margin: 1em;
vertical-align: top;
}
.documentslist .session-active {
position: relative;
margin-left: 128px;
margin-top: 128px;
width: 32px;
}
.document a {
display: block;
position: relative;
height: 200px;
width: 200px;
background-repeat: no-repeat;
background-size: 64px;
background-position: 68px;
}
.document label {
position: absolute;
bottom: 5px;
width: 100%;
color: white;
text-shadow: 0 0 10px #000;
text-align: center;
2013-08-09 19:15:47 +03:00
}
2013-09-06 17:13:03 +03:00
#odf-toolbar{
position: absolute;
width: 100%;
z-index: 500;
2013-08-13 01:27:26 +03:00
}
2013-09-06 17:13:03 +03:00
#odf-close{
float:left;
2013-08-13 19:38:30 +03:00
}
2013-08-17 12:09:05 +03:00
2013-09-06 17:13:03 +03:00
#odf-invite{
float:right;
2013-08-13 01:27:26 +03:00
}
#mainContainer #collaboration{
2013-08-16 21:20:31 +03:00
float:right;position: relative;z-index: 1;
width: 70px;padding:5px;
2013-08-13 01:27:26 +03:00
}
2013-08-13 19:38:30 +03:00
#invite-block{
position: absolute;
top:3em;
margin-top:-3px;
right:72px;
padding: 10px;
background-color: #ddd;
2013-08-16 17:51:08 +03:00
}
#invitee-list li{
padding: 5px 0 5px 20px;
background: url('%webroot%/core/img/actions/delete.svg') 0 50% no-repeat;
2013-08-16 21:20:31 +03:00
}
#mainContainer{
position:absolute;
2013-09-06 17:13:03 +03:00
z-index:500;
2013-08-18 12:54:57 +03:00
}
2013-09-05 17:34:48 +03:00
2013-09-05 19:52:44 +03:00
#documents-overlay, #documents-overlay-below{
2013-09-05 17:34:48 +03:00
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
2013-09-06 17:13:03 +03:00
filter:alpha(opacity=30);
opacity: 0.3;
2013-09-05 17:34:48 +03:00
z-index: 1000;
background: #000 url('%webroot%/core/img/loading-dark.gif') 50% 50% no-repeat;
2013-09-05 19:52:44 +03:00
}
#documents-overlay-below{
2013-09-06 17:13:03 +03:00
left:0;
top:0;
2013-09-05 19:52:44 +03:00
filter:alpha(opacity=100);
opacity: 1;
background:#f0f0f0;
z-index: 999;
2013-09-05 20:12:16 +03:00
}
2013-09-06 17:13:03 +03:00
#members{
2013-09-05 20:12:16 +03:00
padding-top: 3em !important;
2013-09-05 17:34:48 +03:00
}