[Xfce4-commits] [www/cdn.xfce.org] 01/02: Use consistent scheme for archive.xfce.org styling

noreply at xfce.org noreply at xfce.org
Tue May 21 01:47:29 CEST 2019


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

k   n   o   m   e       p   u   s   h   e   d       a       c   o   m   m   i   t       t   o       b   r   a   n   c   h       m   a   s   t   e   r   
   in repository www/cdn.xfce.org.

commit a7bba7889619890a1edd88e0b892a146232d817f
Author: Pasi Lallinaho <pasi at shimmerproject.org>
Date:   Tue May 21 02:44:46 2019 +0300

    Use consistent scheme for archive.xfce.org styling
---
 style/base_header.css                       |  10 +-
 style/header.css                            |  46 +---------
 style/mirrorbrain.css                       | 137 +---------------------------
 style/{mirrorbrain.css => site_archive.css} |   2 -
 4 files changed, 9 insertions(+), 186 deletions(-)

diff --git a/style/base_header.css b/style/base_header.css
index 9b581e9..4d02f4f 100644
--- a/style/base_header.css
+++ b/style/base_header.css
@@ -1,11 +1,10 @@
-/* this file is used in various xfce subdomains! */
-
 #xfce-header {
 	background: #333 url(data:image/gif;base64,R0lGODlhSwAZAPUAABsYFxosMC0uKygmJTMuLTIpJDEyLyszNjEzMDM4OikuMCQcGg49TCk7QjY9RBhJVxFCUTVDSCtHTwpUai5baClkdxdmfkNfaAVwjgB+ogyMtjSNp1WUpwibygCo3Qun2Bys2yix3QCt4gCy4AK27RW45y+44TW85Syewkiz00m/42+xxkvC6FjI6lXO9GXL6nzS7XPR7izB8InX7ZnZ7Zfc84HW8afi9LTm9Lfq96HS4MPq99Px+O/6/cPb4JK5xCH5BAAKAAAALAAAAABLABkAAAb+QIQBgSBEHMMhcZloCIVJqCEZXRKV1KcScZhqp+Aw+GoYSHS/AYE6PFRSEoL00Kjb7/WuWDolKCIXHBsDUAkXh4cUFxSMjF0HCAIUPj08HGpXRRItMSYNAkIEEGg/pT8rqKgccWxcRQIHgTQ4OS8A [...]
 	padding-left: 75px;
 	box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
 	font-family: 'Helvetica Neue Light', HelveticaNeue-Light, 'Helvetica Neue', Helvetica, Arial, sans-serif;
 	font-size: 14px;
+	height: 35px;
 }
 #xfce-header ul {
 	list-style: none;
@@ -37,9 +36,14 @@
 #xfce-header .active {
 	color: #fff;
 }
+#xfce-header-title {
+	display: none;
+}
+
+/* to be removed */
 #xfce-header-clear {
 	clear: both;
 }
-#xfce-header-title, #xfce-header-subtitle {
+#xfce-header-subtitle {
 	display: none;
 }
diff --git a/style/header.css b/style/header.css
deleted file mode 100644
index 9b581e9..0000000
--- a/style/header.css
+++ /dev/null
@@ -1,45 +0,0 @@
-/* this file is used in various xfce subdomains! */
-
-#xfce-header {
-	background: #333 url(data:image/gif;base64,R0lGODlhSwAZAPUAABsYFxosMC0uKygmJTMuLTIpJDEyLyszNjEzMDM4OikuMCQcGg49TCk7QjY9RBhJVxFCUTVDSCtHTwpUai5baClkdxdmfkNfaAVwjgB+ogyMtjSNp1WUpwibygCo3Qun2Bys2yix3QCt4gCy4AK27RW45y+44TW85Syewkiz00m/42+xxkvC6FjI6lXO9GXL6nzS7XPR7izB8InX7ZnZ7Zfc84HW8afi9LTm9Lfq96HS4MPq99Px+O/6/cPb4JK5xCH5BAAKAAAALAAAAABLABkAAAb+QIQBgSBEHMMhcZloCIVJqCEZXRKV1KcScZhqp+Aw+GoYSHS/AYE6PFRSEoL00Kjb7/WuWDolKCIXHBsDUAkXh4cUFxSMjF0HCAIUPj08HGpXRRItMSYNAkIEEGg/pT8rqKgccWxcRQIHgTQ4OS8A [...]
-	padding-left: 75px;
-	box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
-	font-family: 'Helvetica Neue Light', HelveticaNeue-Light, 'Helvetica Neue', Helvetica, Arial, sans-serif;
-	font-size: 14px;
-}
-#xfce-header ul {
-	list-style: none;
-	float: right;
-	margin: 5px;
-	padding: 0;
-}
-#xfce-header ul li {
-	float: left;
-	margin: 0; /* for transifex */
-}
-#xfce-header a {
-	color: #999;
-	text-decoration: none;
-	display: block;
-	padding: 0 8px 0 8px;
-	border: 0; /* for transifex */
-	line-height: 25px;
-
-	transition: color 0.2s linear;
-	-moz-transition: color 0.2s linear;
-	-webkit-transition: color 0.2s linear;
-	-o-transition: color 0.2s linear;
-}
-#xfce-header ul li a:hover {
-	color: #fff;
-	text-decoration: underline;
-}
-#xfce-header .active {
-	color: #fff;
-}
-#xfce-header-clear {
-	clear: both;
-}
-#xfce-header-title, #xfce-header-subtitle {
-	display: none;
-}
diff --git a/style/header.css b/style/header.css
new file mode 120000
index 0000000..b9ef50c
--- /dev/null
+++ b/style/header.css
@@ -0,0 +1 @@
+base_header.css
\ No newline at end of file
diff --git a/style/mirrorbrain.css b/style/mirrorbrain.css
deleted file mode 100644
index 841660a..0000000
--- a/style/mirrorbrain.css
+++ /dev/null
@@ -1,136 +0,0 @@
- at import url('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;
-}
-
- at 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;
-	}
-}
diff --git a/style/mirrorbrain.css b/style/mirrorbrain.css
new file mode 120000
index 0000000..a80fa56
--- /dev/null
+++ b/style/mirrorbrain.css
@@ -0,0 +1 @@
+site_archive.css
\ No newline at end of file
diff --git a/style/mirrorbrain.css b/style/site_archive.css
similarity index 98%
copy from style/mirrorbrain.css
copy to style/site_archive.css
index 841660a..7ac1b0e 100644
--- a/style/mirrorbrain.css
+++ b/style/site_archive.css
@@ -1,5 +1,3 @@
- at import url('header.css');
-
 body {
 	font: 12px/18px "Bitstream Vera Sans", "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
 	background-color: #eee;

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list