Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/style
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2020-09-17 14:36:49 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2020-09-17 14:36:49 +0200
commitadbe6225d8aaaaa785389345e5621c6369636ab3 (patch)
treef05e2ba1fb912231c0a03bcb4165e620834fdb7d /style
parent598e662d52afb3b80289390aa4605717ab7cc911 (diff)
added upload-mod 3.0.3
Diffstat (limited to 'style')
-rw-r--r--style/imports/upfiles.css171
1 files changed, 171 insertions, 0 deletions
diff --git a/style/imports/upfiles.css b/style/imports/upfiles.css
new file mode 100644
index 0000000..e3104ba
--- /dev/null
+++ b/style/imports/upfiles.css
@@ -0,0 +1,171 @@
+/* UpFiles
+----------------------------------------------------------------*/
+#brdmain #upf-block .pagepost {
+ overflow: hidden;
+}
+
+#upf-container {
+ overflow: auto;
+ padding: 0;
+}
+
+ul#upf-list {
+ list-style-type: none;
+ margin: 0;
+ padding: 0;
+}
+
+#upf-list li {
+ display: block;
+ float: left;
+ margin: 3px;
+ padding: 3px;
+ text-align: center;
+ border: 1px solid;
+ position: relative;
+}
+
+.upf-fmess #upf-list-fls {
+ min-width: auto;
+}
+
+.upf-fmess ul#upf-list {
+ white-space: nowrap;
+}
+
+.upf-fmess #upf-list li {
+ display: inline-block;
+ float: none;
+}
+
+.upf-but a, .upf-but a:link, .upf-but a:visited, .upf-but a:hover, .upf-but a:active, .upf-but a:focus {
+ text-decoration: none;
+}
+
+.upf-file img {
+ max-height: 100%;
+ border: none;
+ max-width: 100%;
+}
+
+#upf-list .upf-name {
+ height: 26px;
+ text-align: left;
+ word-wrap: break-word;
+ min-width: 120px;
+}
+
+#upf-list .upf-size {
+ height: 26px;
+}
+
+#upf-list .upf-name span, #upf-list .upf-size span {
+ line-height: 26px;
+}
+
+.upf-delete {
+ position: absolute;
+ top: 0;
+ right: 0;
+}
+
+.upf-insert {
+ position: absolute;
+ bottom: 0;
+ right: 0;
+}
+
+.upf-insert-t {
+ position: absolute;
+ bottom: 0;
+ left: 0;
+}
+
+.upf-delete span {
+ background: url("../../img/upf-x.png") no-repeat scroll 5px 5px;
+ float: right;
+}
+
+.upf-delete .upf-loading span,
+.upf-removal .upf-delete span {
+ background: url("../../img/loading.gif") no-repeat scroll 5px 5px;
+}
+
+.upf-insert span {
+ background: url("../../img/upf-i.png") no-repeat scroll 5px 5px;
+ float: right;
+}
+
+.upf-insert-t span {
+ background: url("../../img/upf-it.png") no-repeat scroll 5px 5px;
+ float: left;
+}
+
+.upf-but a span {
+ height: 26px;
+ width: 26px;
+ opacity: 0.3;
+}
+
+.upf-but a:hover span {
+ opacity: 1;
+ background-color: #999999;
+}
+
+#upf-legend {
+ border: 1px solid #4E642D;
+ width: 100%;
+}
+
+#upf-legend div {
+ border-right: 2px solid #4E642D;
+ background-color: #6C8A3F;
+ text-align: right;
+ width: 100%;
+}
+
+#upf-legend div span {
+ filter: invert(1) grayscale(1) contrast(9);
+}
+
+#upf-table th, #upf-table td {
+ text-align: center;
+ width: auto;
+}
+
+#upf-table .upf-c2 {
+ width: 80%;
+ text-align: left;
+}
+
+#upf-table .upf-c3 img {
+ border: none;
+ max-width: 150px;
+}
+
+#upf-block #upf-table td {
+ vertical-align: middle;
+}
+
+#upf-- .upf-delete,
+#upf-- .upf-insert,
+#upf-- .upf-insert-t {
+ display: none;
+}
+
+#upf-button.upf-uploading {
+ display: none;
+}
+
+#upf-button.upf-uploading + span:before {
+ height: 16px;
+ width: 26px;
+ background: url("../../img/loading.gif") no-repeat scroll left center;
+ display: inline-block;
+ content: " ";
+ vertical-align: middle;
+}
+
+.upf-fmess #upf-- {
+ visibility: hidden;
+}