This is an automated email from the git hooks/post-receive script.

knome pushed a 
commit to branch 
master
in repository www/cdn.xfce.org.

commit f418a07a64f3b8771b28ee6cc068d241bb058994
Author: Pasi Lallinaho <p...@shimmerproject.org>
Date:   Tue May 21 02:47:01 2019 +0300

    ...however, keep the old mirrorbrain.css for now until the migration is 
done.
---
 style/mirrorbrain.css | 137 +++++++++++++++++++++++++++++++++++++++++++++++++-
 1 file changed, 136 insertions(+), 1 deletion(-)

diff --git a/style/mirrorbrain.css b/style/mirrorbrain.css
deleted file mode 120000
index a80fa56..0000000
--- a/style/mirrorbrain.css
+++ /dev/null
@@ -1 +0,0 @@
-site_archive.css
\ No newline at end of file
diff --git a/style/mirrorbrain.css b/style/mirrorbrain.css
new file mode 100644
index 0000000..cf1ed98
--- /dev/null
+++ b/style/mirrorbrain.css
@@ -0,0 +1,136 @@
+@import url('base_header.css');
+
+body {
+       font: 12px/18px "Bitstream Vera Sans", "Lucida Grande", "Lucida Sans 
Unicode", Helvetica, Arial, Verdana, sans-serif;
+       background-color: #eee;
+       color: #000;
+       line-height: 1.7em;
+       margin: 0;
+}
+
+#mirrorbrain-wrap {
+       max-width: 1000px;
+       margin: 12px auto;
+       padding: 0 6px;
+}
+
+#mirrorbrain-details {
+       padding: 2em;
+       background-color: #fff;
+       box-shadow: 0 0 3px rgba(0, 0, 0, .25);
+       border-radius: 4px;
+}
+
+#mirrorbrain-fileinfo {
+       border-radius: 4px;
+       background-color: #eee;
+       border: 1px solid #ccc;
+       padding: 10px;
+       word-wrap: break-word;
+       margin-top: 1em;
+}
+
+#mirrorbrain-mirrors {
+       word-wrap: break-word;
+}
+
+#mirrorbrain-fileinfo h3 {
+       margin-top: 0;
+}
+
+#mirrorbrain-fileinfo ul {
+       list-style: none;
+       padding: 0;
+}
+
+.mirrorbrain-label {
+       font-weight: bold;
+       display: inline-block;
+       min-width: 9em;
+}
+#mirrorbrain-fileinfo p {
+       margin-bottom: 10px;
+}
+
+#mirrorbrain-footer {
+       padding:  10px 1em;
+}
+
+.mirrorbrain-btn {
+       background-color: rgba(18,127,210,1);
+       background-image: linear-gradient(top, rgba(54,168,234,1) 
0%,rgba(18,127,210,1) 100%);
+       box-shadow: 0px 1px 0px 0px rgba(255,255,255,0.4)inset, 1px 0px 0px 0px 
rgba(255,255,255,0.4)inset, -1px 0px 0px 0px rgba(255,255,255,0.4)inset;
+       border: solid 1px rgba(3,94,163,1);
+       border-radius: 6px;
+       text-shadow: 0px 1px 1px rgba(0,0,0,0.33);
+       padding: 8px;
+       border: solid 1px rgba(3,94,163,1);
+       color: rgba(255,255,255,1);
+}
+.mirrorbrain-btn:hover {
+       background-image: linear-gradient(top, rgba(47,144,213,1) 
0%,rgba(3,81,183,1) 100%);
+       box-shadow: 0px 1px 0px 0px rgba(255,255,255,0.4)inset, 0px -1px 0px 
0px rgba(255,255,255,0.2)inset;
+       border: solid 1px rgba(0,52,129,1);
+       color: rgba(255,255,255,1);
+}
+
+
+h2, h3, h4 { color: #333;}
+h2 {
+       font-size: 24px;
+       font-weight: normal;
+       margin: 0;
+}
+
+a {
+       color: #06c;
+       text-decoration: none;
+}
+
+a:hover {
+       color: #f00;
+}
+
+div.notify {
+       background-color: #dfd;
+       border-bottom: 1px solid #9d9;
+       padding: .2em;
+}
+
+hr, address {
+       display: none;
+}
+
+th, td {
+       text-align: left;
+       padding: 2px;
+       padding-right: 1em;
+       white-space: nowrap;
+}
+th:nth-child(2) {
+       min-width: 15em;
+}
+tr:hover td {
+       background-color: #eee;
+}
+table {
+       margin-top: 1em;
+       border-spacing: 0;
+}
+
+@media screen and (max-width: 500px) {
+       #mirrorbrain-details {
+               padding: 1em .5em;
+       }
+       #mirrorbrain-wrap {
+               padding: 0;
+       }
+       tr td:nth-child(3),
+       tr th:nth-child(3) {
+               /* hide unimportant column */
+               display: none;
+       }
+       .mirrorbrain-label {
+               min-width: 0em;
+       }
+}

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
_______________________________________________
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits

Reply via email to