summaryrefslogtreecommitdiffstats
path: root/apps/files/css/upload.css
blob: abc09c3e99cd3776e4183e9fbbc16a1c5fcfde01 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
pre { line-height: 125%; }
td.linenos .normal { color: inherit; background-color: transparent; padding-left: 5px; padding-right: 5px; }
span.linenos { color: inherit; background-color: transparent; padding-left: 5px; padding-right: 5px; }
td.linenos .special { color: #000000; background-color: #ffffc0; padding-left: 5px; padding-right: 5px; }
span.linenos.special { color: #000000; background-color: #ffffc0; padding-left: 5px; padding-right: 5px; }
.highlight .hll { background-color: #ffffcc }
.highlight .c { color: #888888 } /* Comment */
.highlight .err { color: #a61717; background-color: #e3d2d2 } /* Error */
.highlight .k { color: #008800; font-weight: bold } /* Keyword */
.highlight .ch { color: #888888 } /* Comment.Hashbang */
.highlight .cm { color: #888888 } /* Comment.Multiline */
.highlight .cp { color: #cc0000; font-weight: bold } /* Comment.Preproc */
.highlight .cpf { color: #888888 } /* Comment.PreprocFile */
.highlight .c1 { color: #888888 } /* Comment.Single */
.highlight .cs { color: #cc0000; font-weight: bold; background-color: #fff0f0 } /* Comment.Special */
.highlight .gd { color: #000000; background-color: #ffdddd } /* Generic.Deleted */
.highlight .ge { font-style: italic } /* Generic.Emph */
.highlight .gr { color: #aa0000 } /* Generic.Error */
.highlight .gh { color: #333333 } /* Generic.Heading */
.highlight .gi { color: #000000; background-color: #ddffdd } /* Generic.Inserted */
.highlight .go { color: #888888 } /* Generic.Output */
.highlight .gp { color: #555555 } /* Generic.Prompt */
.highlight .gs { font-weight: bold } /* Gen
#upload {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: 36px;
	width: 39px;
	padding: 0 !important; /* override default control bar button padding */
	margin-left: 3px;
	overflow: hidden;
	vertical-align: top;
	position: relative;
	z-index: -20;
}
#upload .icon-upload {
	position: relative;
	display: block;
	width: 100%;
	height: 44px;
	width: 44px;
	margin: -5px -3px;
	cursor: pointer;
	z-index: 10;
	opacity: .65;
}
.file_upload_target { display:none; }
.file_upload_form { display:inline; float:left; margin:0; padding:0; cursor:pointer; overflow:visible; }

#uploadprogresswrapper, #uploadprogresswrapper * {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#uploadprogresswrapper {
	display: inline-block;
	vertical-align: top;
	height: 36px;
	margin-left: 3px;
}
#uploadprogresswrapper > input[type='button'] {
	height: 36px;
	margin-left: 3px;
}
#uploadprogressbar {
	position:relative;
	float: left;
	width: 200px;
	height: 36px;
	display:inline-block;
	text-align: center;
}
#uploadprogressbar .ui-progressbar-value.ui-widget-header.ui-corner-left {
    height: 100%;
    top: 0px;
    left: 0px;
    position: absolute;
    overflow: hidden;
}
#uploadprogressbar .label {
    top: 6px;
    opacity: 1;
    overflow: hidden;
    white-space: nowrap;
	font-weight: normal;
}
#uploadprogressbar .label.inner {
    color:white; 
    position: absolute;
    display: block;
    width: 200px;
}
#uploadprogressbar .label.outer {
    position: relative;
    color: black;
}
#uploadprogressbar .desktop {
	display: block;
}
#uploadprogressbar .mobile {
	display: none;
}

#uploadprogressbar + stop {
	font-size: 13px;
}

.oc-dialog .fileexists {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	margin-bottom: 30px;
}

.oc-dialog .fileexists .conflict .filename,
.oc-dialog .fileexists .conflict .mtime,
.oc-dialog .fileexists .conflict .size {
	-webkit-touch-callout: initial;
	-webkit-user-select: initial;
	-khtml-user-select: initial;
	-moz-user-select: initial;
	-ms-user-select: initial;
	user-select: initial;
}
.oc-dialog .fileexists .conflict .message {
	color: #e9322d;
}
.oc-dialog .fileexists table {
	width: 100%;
}
.oc-dialog .fileexists th {
	padding-left: 0;
	padding-right: 0;
}
.oc-dialog .fileexists th input[type='checkbox'] {
	margin-right: 3px;
}
.oc-dialog .fileexists th:first-child {
	width: 230px;
}
.oc-dialog .fileexists th label {
	font-weight: normal;
	color:black;
}
.oc-dialog .fileexists th .count {
	margin-left: 3px;
}
.oc-dialog .fileexists .conflicts .template {
	display: none;
}
.oc-dialog .fileexists .conflict {
	width: 100%;
	height: 85px;
}
.oc-dialog .fileexists .conflict .filename {
	color:#777;
	word-break: break-all;
	clear: left;
}
.oc-dialog .fileexists .icon {
	width: 64px;
	height: 64px;
	margin: 0px 5px 5px 5px;
	background-repeat: no-repeat;
	background-size: 64px 64px;
	float: left;
}
.oc-dialog .fileexists .replacement {
	float: left;
	width: 230px;
}
.oc-dialog .fileexists .original {
	float: left;
	width: 230px;
}
.oc-dialog .fileexists .conflicts {
	overflow-y:scroll;
	max-height: 225px;
}
.oc-dialog .fileexists .conflict input[type='checkbox'] {
	float: left;
}
.oc-dialog .fileexists #allfileslabel {
	float:right;
}
.oc-dialog .fileexists #allfiles {
	vertical-align: bottom;
	position: relative;
	top: -3px;
}
.oc-dialog .fileexists #allfiles + span{
	vertical-align: bottom;
}
.oc-dialog .oc-dialog-buttonrow {
	width:100%;
	text-align:right;
}
.oc-dialog .oc-dialog-buttonrow .cancel {
	float:left;
}

.highlightUploaded {
	-webkit-animation: highlightAnimation 2s 1;
	-moz-animation: highlightAnimation 2s 1;
	-o-animation: highlightAnimation 2s 1;
	animation: highlightAnimation 2s 1;
}

@-webkit-keyframes highlightAnimation {
  0% { background-color: rgba(255, 255, 140, 1); }
  100% { background-color: rgba(0, 0, 0, 0); }
}
@-moz-keyframes highlightAnimation {
  0% { background-color: rgba(255, 255, 140, 1); }
  100% { background-color: rgba(0, 0, 0, 0); }
}
@-o-keyframes highlightAnimation {
  0% { background-color: rgba(255, 255, 140, 1); }
  100% { background-color: rgba(0, 0, 0, 0); }
}
@keyframes highlightAnimation {
  0% { background-color: rgba(255, 255, 140, 1); }
  100% { background-color: rgba(0, 0, 0, 0); }
}
n> : "Még nincsenek kedvencek", "Files and folders you mark as favorite will show up here" : "A kedvencnek jelölt fájlokat és mappákat itt találod meg", "Tags" : "Címkék", "Deleted files" : "Törölt fájlok", "Shared with others" : "Megosztva másokkal", "Shared with you" : "Megosztva veled", "Shared by link" : "Megosztva hivatkozással", "Text file" : "Szövegfájl", "New text file.txt" : "Új szöveges fájl.txt", "Move" : "Áthelyezés", "A new file or folder has been <strong>deleted</strong>" : "Egy új fájl vagy mappa <strong>törölve</strong>", "A new file or folder has been <strong>restored</strong>" : "Egy új fájl vagy mappa <strong>visszaállítva</strong>", "Use this address to <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">access your Files via WebDAV</a>" : "Használja ezt a címet <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">a Fájlok eléréséhez WebDAV-on keresztül</a>." },"pluralForm" :"nplurals=2; plural=(n != 1);" }