[Blends-commit] [SCM] website branch, master, updated. 30f8f8e30dbbb9af356996c6ddd77315d08f8b0b

Iain R. Learmonth irl at fsfe.org
Wed May 13 00:10:25 UTC 2015


The following commit has been merged in the master branch:
commit 30f8f8e30dbbb9af356996c6ddd77315d08f8b0b
Author: Iain R. Learmonth <irl at fsfe.org>
Date:   Wed May 13 01:09:36 2015 +0100

    hamradio: Started on new website

diff --git a/www/hamradio/css/debian.css b/www/hamradio/css/debian.css
new file mode 100644
index 0000000..3ebe62c
--- /dev/null
+++ b/www/hamradio/css/debian.css
@@ -0,0 +1,984 @@
+/*
+	http://www.debian.org Stylesheet
+
+	Copyright 2011 Kalle Söderman
+
+	This stylesheet is free software; you can redistribute it and/or modify it
+	under the terms of the GNU General Public License, version 2, as published by
+	the Free Software Foundation.
+
+	This program is distributed in the hope that it will be useful, but WITHOUT ANY
+	WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
+	PARTICULAR PURPOSE. See the GNU General Public License for more details.
+
+	You should have received a copy of the GNU General Public License along with
+	this program; if not, write to the Free Software Foundation, Inc., 51 Franklin
+	Street, Fifth Floor, Boston, MA 02110-1301 USA.
+
+	The license text can also be found at http://www.gnu.org/copyleft/gpl.html and
+	/usr/share/common-licenses/GPL-2 on Debian.
+*/
+	
+/*	
+	Font size table (Browser default 16px)
+
+	pixels      relative
+	--------------------
+	36px        2.25em
+	31px        0.5161em
+	24px        1.5em
+	21px        1.3125em
+	18px        1.125em
+	16px        1em
+	14px        0.875em
+	12px        0.75em
+	11px        0.6875em
+	10px        0.625em
+	9px         0.5625em
+	--------------------
+*/
+
+/* Reset */
+ 
+html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p,
+blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em,
+font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl,
+dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody,
+tfoot, thead, tr, th, td { 
+	margin: 0;
+	padding: 0;
+	border: 0;
+	outline: 0;
+	font-weight: inherit;
+	font-style: inherit;
+	font-size: 100%;
+	font-family: inherit;
+	vertical-align: baseline;
+}
+
+body            { line-height: 1; color: black; background: white; }
+ol, ul          { list-style: none; }
+table           { border-collapse: separate; border-spacing: 0; }
+blockquote, q   { quotes: "" ""; }
+html            { background-color: transparent; }
+:focus          { outline: 1px dotted grey; }
+caption, th, td { text-align: left; font-weight: normal; }
+blockquote:before, blockquote:after, q:before, q:after { content: ""; }
+
+/* Main */
+
+body {
+	margin: 0;
+	font: normal 100% sans-serif;
+	line-height: 1.5;
+	color: #222;
+	background-color: white;
+	background-image:url('../img/gradient.png');
+	background-position: 0 0;
+	background-repeat: repeat-x;
+	/* Uncomment to show baseline grid 
+	background-image: url('24grid.png');
+	background-position: 30px 9px; 
+	*/
+}
+#content {
+	margin: 0 10px 0 52px;
+}
+#inner {
+	position: relative;
+}
+#maincol {
+	margin: 0 15em 1.5em 0;
+}
+
+/* Header */
+
+#header {
+	margin:0;
+	padding:0 10px 0 52px; 
+}
+#header a:link
+, #header a:visited
+, #second-nav a:link
+, #second-nav a:visited {
+	text-decoration: none;
+}
+#header a:hover
+, #second-nav a:hover {
+	text-decoration: underline;
+}
+#breadcrumbs {
+	margin:0;
+	font-size: 0.75em;
+	text-transform: lowercase;
+	line-height: 2;
+	background-color: transparent;
+	background-color: #f5f6f7;
+	border-bottom: 1px solid #d2d3d7 ;
+	min-height: 20px;
+}
+#breadcrumbs:before {
+	content: "/";
+	margin-left: 0.5em;
+	margin-right: 0.5em;
+}
+p.section {
+	margin: 0;
+	padding: 0 5px 0 5px;
+	font-family:monospace;
+	line-height: 16px;
+	color:white;
+	text-transform: uppercase;
+	letter-spacing: 0.08em;
+	position:absolute;
+	top: 0px;
+	left:52px;
+	background-color: #c70036;
+}
+p.section a {
+	color: white;
+	text-decoration: none;
+}
+p.section a:hover {
+	color:white;
+	text-decoration: underline;
+}
+#navbar {
+	background-color: transparent;
+	list-style:none;
+	display:block;
+	border-bottom:1px solid #c70036;
+	text-indent:0;
+	padding: 0;
+	margin-top:0;
+	margin-bottom:0;
+}
+#navbar ul {
+	margin: 0;
+	padding: 0;
+	clear: both;
+	overflow: hidden;
+	min-height: 45px;
+}
+#navbar li {
+	list-style: none;
+	float: left;
+	padding: 0;
+	margin: 0;
+}
+#navbar a:link
+, #navbar a:visited {
+	padding: 1.75em 0.5em 0.25em 0.5em;
+	border-left: 1px solid transparent;
+	border-right: 1px solid transparent;
+	display: block;
+	text-decoration: none;
+}
+#navbar a:visited {
+	color: #54638c;
+}
+#navbar a:hover
+, #navbar a:visited:hover {
+	background-color: #f5f6f7;
+	border-left: 1px solid  #d2d3d7;
+	border-right: 1px solid #d2d3d7;
+	text-decoration: underline;
+}
+ul.subnav {
+	list-style: none;
+	margin-left: 0;
+	padding-left: 0;
+	margin-top: 0;
+}
+ul.subnav li {
+	display: inline;
+	margin-right: 1em;
+}
+#searchbox {
+	text-align:left;
+	line-height: 1;
+	margin: 0 10px 0 0.5em;
+	padding: 1px 0 1px 0;
+	position: absolute;
+	top:0;
+	right:0;
+	font-size: 0.75em;
+}
+#searchbox p {
+	margin: 0;
+	padding: 0;
+}
+#upperheader {
+	margin:0;
+	padding:0;
+}
+#logo {
+	position:absolute;
+	top:0;
+	left:0;
+	padding: 0;
+	background-color: transparent;
+	border: 1px solid transparent;
+	border-top: 0;
+	width: 50px;
+	height: 5.07em;
+	min-height: 65px;
+}
+#logo a {
+	display: block;
+	position: relative;
+	padding: 0;
+	height: 100%;
+	min-height: 65px;
+}
+#logo img {
+	margin-top: 5px;
+	position: absolute;
+	bottom: 0.3em;
+	overflow: auto;
+}
+#logo:hover {
+	border: 1px solid #d2d3d7 ;
+	border-top: 0;
+	background-color: #f5f6f7;
+}
+
+/* Links */
+
+a:link {
+	color: #0035c7;
+	text-decoration: underline;
+}
+a:visited {
+	color: #54638c;
+}
+a:link:hover {
+	text-decoration: none;
+	color: #00207a;
+}
+a:visited:hover {
+	text-decoration: none;
+}
+a:active {
+	color:#c2c3c7;
+}
+a img {
+	border:0;
+}
+a.rss_logo {
+	font-size: 0.75em;
+	float: right;
+	line-height: 10px;
+	color: #ffffff;
+	background-color: #ff6600;
+	font-weight: bold;
+	font-family: sans-serif;
+	text-align: center;
+	text-decoration: none;
+	padding: 0.25em;
+	margin-left: 0.25em;
+	border: 1px solid #ff6600;
+}
+
+a.rss_logo:hover {
+	background-color: white;
+	border: 1px solid #ff6600;
+	color: #ff6600;
+}
+
+a.rss_logo.generic {
+	background-color: #ff8800;
+}
+
+a.rss_logo.generic:hover {
+	background-color: #ee7700;
+}
+
+
+/* Secondnav */
+
+#second-nav {
+	width: 16em;
+	font-size: 0.75em;
+	line-height: 1.5;
+	float: right;
+	top: 0;
+	right: 0;
+	margin: 3em 0 0 0;
+	padding: 0 0 0 1em;
+	border-left: 1px solid #d2d3d7 ;
+}
+#second-nav ul {
+	padding:0;
+	margin:0;
+	list-style:none;
+}
+#second-nav ul ul {
+	margin-left: 1em;
+}
+#second-nav li {
+	font-weight: normal;
+	margin:0;
+	padding:0;
+}
+#second-nav p {
+	line-height: 2;
+	font-weight: bold;
+	margin: 0;
+}
+#second-nav h2 {
+	margin:0;
+}
+
+/* Typography */
+
+p {
+	margin: 1.5em 0 1.5em 0;
+}
+strong {
+	font-weight: bold;
+}
+em {
+	font-style: italic;
+	color: #444;
+}
+small {
+	font-size: 0.75em;
+}
+sup {
+	font-size: 0.75em;
+	vertical-align:top;
+}
+h1
+, h2
+, h3
+, h4
+, h5
+, h6 {
+	font-weight: 600;
+	color: black;
+}
+h1 {
+	font-weight: normal;
+	font-size: 1.8em;
+	line-height: 0.83333;
+	margin: 0.83333em 0 0.83333em 0;
+}
+h2 {
+	font-size: 1.4em;
+	font-weight: normal;
+	line-height: 1.0714286;
+	margin: 1.0714286em 0 1.0714286em 0;
+}
+h3 {
+	font-size: 1.125em;
+	line-height: 1.333em;
+	margin: 1.333em 0 0 0;
+}
+h4 {
+	font-weight: normal;
+	font-style: italic;
+	margin: 1.5em 0 1.5em 0;
+	color: #444;
+}
+h5 {
+	font-style: italic;
+	font-size: 0.75em;
+	margin: 2em 0 2em 0;
+}
+ol,ul {
+	padding-left: 1.5em;
+	margin-left:0;
+	margin: 1.5em 0 1.5em 0;
+}
+ol>ol, ul>ul, li>ol, li>ul {
+	margin: 0;
+}
+
+ol {
+	list-style-type: decimal;
+}
+ul {
+	list-style-type: disc;
+}
+th {
+	font-weight: bold;
+	margin: 1.5em 0 1.5em 0;
+}
+hr {
+	border: none;
+	background-color: #bbb;
+	height: 1px;
+	margin: 1.4375em 0 1.5em 0;
+}
+pre {
+	margin: 1.5em 0 1.5em 0;
+	overflow: auto;
+	font-family: monospace;
+	white-space: pre;
+	color: black;
+}
+tt, code {
+	font-family: monospace;
+	/* see http://lists.debian.org/debian-www/2011/08/msg00181.html */
+	/* white-space: pre; */
+	color: black;
+}
+dt {
+	margin: 1.5em 0 0 0;
+	font-weight: bold;
+}
+dd {
+	margin:  0 0 0 1.5em;
+}
+blockquote {
+	font-size: 0.75em;
+	margin: 2em;
+	line-height: 2;
+}
+cite {
+	font-style: italic;
+	color: #444;
+}
+acronym, abbr {
+	text-transform: uppercase;
+	font-size: 0.9em;
+}
+.toc {
+	font-size: 0.75em;
+	list-style:none;
+	border-bottom: dotted grey;
+	border-width: 1px;
+	line-height:1.833;
+	padding: 0;
+	max-width: 62%;
+	margin: 2em 0 2em 0;
+}
+.toc li {
+	border-top: dotted grey;
+	border-width: 1px;
+	padding: 0.0833em 0 0.0833em 0;
+ }
+.toc a {
+	display:block;
+	text-decoration: none;
+}
+.toc a:hover {
+	display:block;
+	background-color: #f0f0f4;
+	text-decoration: underline;
+}
+.toc dt {
+	margin: 0;
+	border-top: dotted grey;
+	border-width: 1px;
+	padding: 0.0833em 0 0.0833em 0;
+}
+
+/* Sitemap */
+
+.card {
+	clear:both;
+	margin:1.5em 0 1.5em 0;
+	background-position: 0 -50px;
+	background-repeat: repeat-x;
+	padding:0;
+}
+.card ul {
+}
+.card ul li {
+	list-style:none;
+}
+.card h2 {
+}
+.lefthalf {
+	float:left;
+}
+.righthalf {
+	margin-left:50%;
+}
+.lefthalf ul {
+	margin-top:0;
+}
+
+/* Footer */
+
+#footer {
+	font-size: 0.75em;
+	border: 1px solid #dfdfe0;
+	padding:1em;
+	background-color: #f5f6f7;
+	margin: 0 10px 0 52px;
+	line-height: 1.5em;
+	border-left: 0;
+	border-right: 0;
+	clear: both;
+}
+#content #footer {
+	margin-left: 0;
+}
+#footer p {
+	margin: 1em 0 1em 0;
+}
+#footer hr {
+	border-top: 1px solid #d2d3d7;
+	border-bottom: 1px solid white;
+	height: 0;
+}
+#footer .editbar li {
+	display: inline;
+	margin-right: 2em;
+}
+#footer .info {
+}
+#fineprint {
+	margin-bottom: 1em;
+}
+#footermap {
+	list-style:none;
+	margin: 0 0 0 0;
+	padding: 0;
+	width:100%;
+	overflow: hidden;
+	border: 0;
+}
+ul#footermap-cola a
+, ul#footermap-colb a
+, ul#footermap-colc a
+, ul#footermap-cold a
+, ul#footermap-cole a {
+	padding-left: 0;
+}
+ul#footermap-cola
+, ul#footermap-colb
+, ul#footermap-colc
+, ul#footermap-cold
+, ul#footermap-cole {
+	float:left;
+	width: 19%;
+	min-width: 11em;
+	height: 12em;		/* Update when adding items */
+	margin:0 1% 0 0;
+	padding: 2em 0 0 0;
+	list-style: none;
+}
+ul#footermap-cole {
+	width: 18.9%;
+	margin-right:0;
+}
+#footermap-wrap {
+	padding:2em;
+	border-top: 1px solid white;
+}
+#footermap a {
+	margin: 0;
+}
+#footermap ul{
+	list-style: none;
+	padding:0;
+}
+#footermap li {
+	text-indent:0;
+	background-color: transparent;
+	font-weight:bold;
+}
+#footermap li ul {
+	margin: 0;
+	padding: 0;
+}
+#footermap li li {
+	margin:0;
+	text-indent:0;
+	padding:0;
+	font-weight:normal;
+	border:0;
+	background-image:none;
+	background-color:transparent;
+}
+#serverselect {
+}
+#serverselect input
+, #serverselect option 
+, #serverselect select {
+}
+#serverselect ul {
+	display: inline;
+	margin-left: 2em;
+}
+#serverselect li {
+	list-style: none;
+	display: inline;
+	padding:0 1em 0 1em;
+	margin:0;
+}
+#serverselect form p {
+	margin:0;
+	padding:0;
+	line-height: 1;
+}
+.lcol50 {
+	float: left;
+	width: 49%;
+	font-size:0.75em;
+	margin:0 0 0 0;
+	padding:0 0.5em 0 0;
+}
+.lcol50 h2 {
+	margin-top:0;
+}
+.rcol50 {
+	margin:0 0 0 51%;
+	padding:0;
+	font-size:0.75em;
+}
+#pageLang {
+	position: relative;	/*  establish a containing box. needed for
+				    langContainer */
+}
+form#pageLang {
+	display: inline;
+}
+
+/* Extras */
+
+input:focus {
+	background-color:#FFFFCB;
+	
+}
+.hidecss {
+	display: none;
+}
+.clear {
+	clear:both
+}
+#clear {
+	clear:both;
+	border:0;
+	height:1px;
+	display:block;
+}
+.quicklist {
+	list-style: none;
+	font-size: 0.75em;
+	margin: 2em 0 2em 0;
+	padding:0;
+	text-indent:0;
+	line-height: 2em;
+}
+.quicklist li  {
+	display:inline;
+}
+.item p{
+	margin: 0;
+}
+.item h2
+, .item p
+, .item ul{
+	margin-right: 10px 
+}
+.item h2
+, .item h3
+, .item h4
+, .item h5 {
+	margin-top: 0;
+}
+.line {
+	padding: 0;
+	width: auto;
+	overflow: hidden;
+	}
+div.downloads {
+	border-top: 0.17em solid #339900;
+	margin: 1.33em 0 0 0; 
+}
+.downloads ul.downlist {
+	margin:0;
+}
+div.downloads .col50 { 
+	border-top: 0.15em solid #339900;
+}
+ul.downlist {
+	padding-left: 30px;
+	text-indent:0;
+	background: url('Pics/emblem-downloads.png') no-repeat 0 0.15em;
+	min-height: 23px;
+	/* 
+	 * border-top: 0.17em solid #339900;
+	 */
+}
+ul.quicklist.downlist {
+	border-top: 0.17em solid #339900;
+	padding-top: 0.25em;
+	margin-top: 1.6em;
+}
+ul.downlist li {
+	display: inline;
+}
+ul.downlist li:after {
+	content: ', ';
+}
+ul.downlist li:last-child:after {
+	content: '';
+}
+
+/* don't consider dash in arch name as an hyphen #718307 */
+ul.downlist li a {
+	white-space: nowrap;
+}
+
+div.tip
+, div.important
+, div.warning
+, div.note 
+, div.trans-note {
+	padding:0 2em 0 4em;
+	margin: 1.85em 0 1.85em 0;
+	background-repeat: no-repeat;
+	background-position: 0.5em 0.5em;
+	font-size: 0.75em;
+	line-height: 2em;
+	background-color:#FFFFCB;
+	border:0.15em solid #CCCCA3;
+}
+div.tip p
+, div.important p
+, div.warning p
+, div.note p 
+, div.trans-note p {
+	margin: 1em 0 1em 0;
+}
+div.tip {
+	background-image: url('Pics/admon-tip.png');
+}
+div.important{
+	background-image: url('Pics/admon-important.png');
+}
+div.warning {
+	background-image: url('Pics/admon-warning.png');
+}
+div.note
+, div.trans-note  {
+	background-image: url('Pics/admon-note.png');
+}
+
+/* Layout Elements */
+
+.col50
+, .cardleft
+, .cardright {
+	width:47.5%;
+	float: left;
+	padding-bottom: 1.5em;
+}
+.lastcol
+, .cardright {
+	margin: auto;
+	width: 47.5%;
+	float:left;
+	padding-right: 0;
+	margin-left: 5%;
+}
+.lastcol h2
+, .lastcol p
+, .lastcol ul {
+	margin-right:0;
+}
+.cardleft h2 {
+	margin-right: 1em;
+}
+.cardright div {
+	margin-left: 1.5em;
+}
+.cardright h2 {
+	margin-left: 1em;
+}
+.votemenu a {
+	display:block;
+}
+table.vote td, table.vote th {
+	padding-right: 1.5em;
+}
+#maincol.with-toolbox {
+	margin-right: 14em;
+}
+div.tabular table, table.tabular, table.vendors {
+/*	border-bottom: 1px solid #a9abb3;
+	border-top: 1px solid #a9abb3; */
+	border-bottom: 0.15em solid #666;
+	border-top: 0.15em solid #666;
+	font-size: 0.75em;
+	margin-bottom: 4em;
+	margin-top: -0.169em;
+	text-align: left;
+	width: 80%
+}
+
+table td {
+	padding-right: 1.5em;
+	padding-bottom: 0.5em;
+	padding-top: 0.5em;
+	line-height: 1.2em;
+	border-top: dotted grey;
+	border-width: 1px;
+}
+div.tabular table tr, table.tabular tr, table.vendors tr {
+	width: 100%;
+}
+table th {
+	padding-right: 1.5em;
+	padding-bottom: 0.5em;
+	padding-top: 0.5em;
+	line-height: 1.5em;
+}
+
+div.tabular table td, table.tabular td, table.vendors td {
+	border-top: dotted grey;
+	border-width: 1px;
+}
+div.tabular table > td:first-child, table.tabular > td:first-child, table.vendors  > td:first-child {
+	background-image: none;
+}
+#pageLang p, #pageLang form {
+	display: inline;
+}
+.inline  a {
+	float: left;
+	margin-right: 1em;
+}
+#langSelector {
+/*	color: #0035c7; */
+/*	text-decoration: underline; */
+}
+#langSelector:hover {
+/*	cursor: pointer; */
+/*	text-decoration: none; */
+}
+#langContainer {
+	padding-top: 0.5em;
+/*	background-color: #f5f6f7;
+	background-color: white;
+	background-image:url('Pics/gradient-flipped.png');
+	background-position: bottom;
+	background-repeat: repeat-x;
+	display: none;
+	position: absolute;
+	left: -1em;
+	padding: 0.5em 1em 1em 1em;
+	margin-right: -1em;
+	border-bottom: 1px solid #dfdfe0;
+	min-width: 100%; */     /* make it reach the right edge if only a few
+				   languages are available */
+}
+#langContainer a {
+	margin-right: 1em;
+}
+#pageLang:hover #langContainer {
+    display: block;
+}
+
+/* for l10n-arabic */
+.bidi {
+	direction: rtl;
+	text-align: right;
+}
+
+ul.nodecoration {
+	list-style: none;
+	padding: 0;
+}
+
+/*
+ * For small screens
+ */
+
+ at media only screen and (max-width: 38em) {
+
+    div#header {
+        margin: 0 2px 0 2px;
+        padding: 0;
+    }
+    div#logo {
+        position: relative;
+        top: 0;
+        height: auto;
+        margin: 0;
+        padding: 0;
+        min-height: 0;
+    }
+    div#logo a {
+        height: auto;
+        height: 61px;
+    }
+    div#logo a img {
+        margin: 0;
+        padding: 0;
+        display: block;
+    }
+    #upperheader p.section {
+        left: 70px;
+        top: 0;
+    }
+    div#searchbox {
+        position: relative;
+        margin: -31px 0 0 60px;
+        float: right;
+        bottom: 0;
+        padding: 0;
+    }
+    div#searchbox input[name="P"] {
+        width: 200px;
+    }
+    div#navbar {
+        display: block;
+        position: relative;
+        clear: both;
+    }
+    #navbar ul {
+        min-height: 1.5em;
+        display: block;
+    }
+    #navbar li {
+        display: inline;
+        float: none;
+        margin: 0;
+        padding: 0;
+    }
+    div#navbar a:link, div#navbar a:visited {
+        display: inline;
+        margin: 0 1.5em 0 0;
+        padding: 0.25em 0 0.25em 0;
+        border: 0;
+        background-color: transparent;
+    }
+    div#content {
+        margin: 0 2px 0 2px;
+    }
+    ul.toc {
+        max-width: none;
+    }
+    div#maincol {
+        margin-right: 0;
+    }
+    div.tip, div.important, div.warning, div.note, div.trans-note {
+        overflow: hidden;
+    }
+    div.trans-note {
+        position: relative;
+        top: 0;
+        right: 0;
+        left: 0;
+        margin: 0;
+        background-image: none;
+        padding: 0;
+        padding-left: 1em;
+    }
+    div#second-nav {
+        margin-left: 1em;
+        width: auto;
+    }
+    div#footer {
+        margin-left: 10px;
+        padding-left: 0;
+        padding-right: 0;
+    }
+}
diff --git a/www/hamradio/css/hamradio.css b/www/hamradio/css/hamradio.css
new file mode 100644
index 0000000..af80f98
--- /dev/null
+++ b/www/hamradio/css/hamradio.css
@@ -0,0 +1,75 @@
+/* from the debian.org homepage */
+#splash {
+	background-image: url('../img/lines_web_bg.png');
+	background-position:top center;
+	background-repeat: repeat;
+	margin-top: 0;
+	margin-bottom: 1.5em;
+	text-align: center;
+	overflow: hidden;
+	height: 120px;
+}
+#splash h1 {
+	background-image: url('../img/homepage-logo.png');
+	background-position:top center;
+	padding-top:130px;
+	overflow:hidden;
+	text-align:center;
+	background-repeat:no-repeat;
+	display:block;
+	margin:0;
+	height:0;
+}
+span.download {
+	display: block;
+	position: absolute;
+	right: 13px;
+	font-size: 0.75em;
+	line-height: 2;
+	background-color: white;
+	margin-top: 10px;
+}
+span.download a {
+	color: white;
+	font-weight: bold;
+	text-decoration: none;
+	border: 0.15em solid #339900;
+	display: block;
+	background: transparent url('../img/downloads.png') no-repeat 5px 5px; 
+	padding-left: 30px;
+	padding-right: 1em;
+	color:#339900;
+}
+span.download a:hover {
+	text-decoration: none;
+	color: white;
+	background-color: #339900;
+}
+span.download a em {
+	font-size: 0.75em;
+	font-weight: normal;
+	clear: right;
+	color: #339900;
+	line-height: 0.5em;
+	font-style: normal;
+	display: block;
+	margin-bottom: 1em;
+}
+span.download a:hover em {
+	color: white; 
+	background-color: #339900;
+}
+/*********************************************/
+
+pre, div.codearea { // from the wiki
+        padding: 1em;
+        margin: 2em 1.5em 2em 1.5em;
+        line-height: 1.5em;
+        background-color: #f5f6f7;
+        border: 1px solid #d2d3d7 ;
+        font-family: monospace;
+        font-size: 100%;
+        line-height: 2em;
+}
+
+
diff --git a/www/hamradio/img b/www/hamradio/img
deleted file mode 120000
index 6ffc6ca..0000000
--- a/www/hamradio/img
+++ /dev/null
@@ -1 +0,0 @@
-../img
\ No newline at end of file
diff --git a/www/img/bullet.png b/www/hamradio/img/bullet.png
similarity index 100%
copy from www/img/bullet.png
copy to www/hamradio/img/bullet.png
diff --git a/www/img/deb-icon.png b/www/hamradio/img/deb-icon.png
similarity index 100%
copy from www/img/deb-icon.png
copy to www/hamradio/img/deb-icon.png
diff --git a/www/img/debian-med.png b/www/hamradio/img/debian-med.png
similarity index 100%
copy from www/img/debian-med.png
copy to www/hamradio/img/debian-med.png
diff --git a/www/img/debian-med_package_chart.png b/www/hamradio/img/debian-med_package_chart.png
similarity index 100%
copy from www/img/debian-med_package_chart.png
copy to www/hamradio/img/debian-med_package_chart.png
diff --git a/www/hamradio/img/debian.png b/www/hamradio/img/debian.png
new file mode 100644
index 0000000..d1321d8
Binary files /dev/null and b/www/hamradio/img/debian.png differ
diff --git a/www/img/debiangis_mollweide.png b/www/hamradio/img/debiangis_mollweide.png
similarity index 100%
copy from www/img/debiangis_mollweide.png
copy to www/hamradio/img/debiangis_mollweide.png
diff --git a/www/hamradio/img/downloads.png b/www/hamradio/img/downloads.png
new file mode 100644
index 0000000..f0356e2
Binary files /dev/null and b/www/hamradio/img/downloads.png differ
diff --git a/www/favicon.ico b/www/hamradio/img/favicon.ico
similarity index 100%
copy from www/favicon.ico
copy to www/hamradio/img/favicon.ico
diff --git a/www/img/features-missing.png b/www/hamradio/img/features-missing.png
similarity index 100%
copy from www/img/features-missing.png
copy to www/hamradio/img/features-missing.png
diff --git a/www/img/features.png b/www/hamradio/img/features.png
similarity index 100%
copy from www/img/features.png
copy to www/hamradio/img/features.png
diff --git a/www/img/folder.png b/www/hamradio/img/folder.png
similarity index 100%
copy from www/img/folder.png
copy to www/hamradio/img/folder.png
diff --git a/www/img/go.png b/www/hamradio/img/go.png
similarity index 100%
copy from www/img/go.png
copy to www/hamradio/img/go.png
diff --git a/www/img/go.svg b/www/hamradio/img/go.svg
similarity index 100%
copy from www/img/go.svg
copy to www/hamradio/img/go.svg
diff --git a/www/hamradio/img/gradient.png b/www/hamradio/img/gradient.png
new file mode 100644
index 0000000..dc4a8b8
Binary files /dev/null and b/www/hamradio/img/gradient.png differ
diff --git a/www/hamradio/img/homepage-logo.png b/www/hamradio/img/homepage-logo.png
new file mode 100644
index 0000000..baa3e44
Binary files /dev/null and b/www/hamradio/img/homepage-logo.png differ
diff --git a/www/hamradio/img/homepage-logo.xcf b/www/hamradio/img/homepage-logo.xcf
new file mode 100644
index 0000000..deb005f
Binary files /dev/null and b/www/hamradio/img/homepage-logo.xcf differ
diff --git a/www/img/information.png b/www/hamradio/img/information.png
similarity index 100%
copy from www/img/information.png
copy to www/hamradio/img/information.png
diff --git a/www/hamradio/img/lines_web_bg.png b/www/hamradio/img/lines_web_bg.png
new file mode 100644
index 0000000..1cdbf24
Binary files /dev/null and b/www/hamradio/img/lines_web_bg.png differ
diff --git a/www/img/logo.png b/www/hamradio/img/logo.png
similarity index 100%
copy from www/img/logo.png
copy to www/hamradio/img/logo.png
diff --git a/www/img/minus.png b/www/hamradio/img/minus.png
similarity index 100%
copy from www/img/minus.png
copy to www/hamradio/img/minus.png
diff --git a/www/img/no.png b/www/hamradio/img/no.png
similarity index 100%
copy from www/img/no.png
copy to www/hamradio/img/no.png
diff --git a/www/img/no.svg b/www/hamradio/img/no.svg
similarity index 100%
copy from www/img/no.svg
copy to www/hamradio/img/no.svg
diff --git a/www/img/ok.png b/www/hamradio/img/ok.png
similarity index 100%
copy from www/img/ok.png
copy to www/hamradio/img/ok.png
diff --git a/www/img/ok.svg b/www/hamradio/img/ok.svg
similarity index 100%
copy from www/img/ok.svg
copy to www/hamradio/img/ok.svg
diff --git a/www/hamradio/img/openlogo-50.png b/www/hamradio/img/openlogo-50.png
new file mode 100644
index 0000000..20d490f
Binary files /dev/null and b/www/hamradio/img/openlogo-50.png differ
diff --git a/www/img/plus.png b/www/hamradio/img/plus.png
similarity index 100%
copy from www/img/plus.png
copy to www/hamradio/img/plus.png
diff --git a/www/hamradio/img/rdf_w3c_icon.128.gif b/www/hamradio/img/rdf_w3c_icon.128.gif
new file mode 100644
index 0000000..ca5d98e
Binary files /dev/null and b/www/hamradio/img/rdf_w3c_icon.128.gif differ
diff --git a/www/img/rightarrow.png b/www/hamradio/img/rightarrow.png
similarity index 100%
copy from www/img/rightarrow.png
copy to www/hamradio/img/rightarrow.png
diff --git a/www/hamradio/img/schema.dot b/www/hamradio/img/schema.dot
new file mode 100644
index 0000000..1bf5832
--- /dev/null
+++ b/www/hamradio/img/schema.dot
@@ -0,0 +1,20 @@
+graph schema {
+
+	ranksep=1
+	nodesep=1
+	node [shape=record];
+
+	debian [label="{The Debian Project|admssw:SoftwareProject|http://rdf.debian.net/debian}"];
+	project [label="{Debian Packaging Project|admssw:SoftwareProject|http://rdf.debian.net/project/\<source-name\>}"];
+	package [label="{Debian Source Package Release|admssw:SoftwareRelease|http://rdf.debian.net/maintainer/\<source-name\>_\<debversion\>}"];
+	maintainer [label="{Debian Contributor or Team|foaf:Agent|http://rdf.debian.net/maintainer/\<url-encoded-email-address\>}"];
+	repository [label="{Debian Packaging VCS Repository|doap:Repository|http://rdf.debian.net/repository/\<source-name\>}"];
+	release [label="{Debian Release|admssw:SoftwareRelease|http://rdf.debian.net/release/\<source-name\>_\<debversion\>}"];
+
+	debian -- release [taillabel="admssw:project" headlabel="doap:release"];
+	project -- package [taillabel="admssw:project" headlabel="doap:release"];
+	project -- maintainer [headlabel="doap:maintainer\ndoap:developer"];
+	project -- repository [headlabel="doap:repository"];
+	package -- release [headlabel="dcterms:isPartOf" taillabel="admssw:includedAsset"];
+}
+
diff --git a/www/hamradio/img/schema.png b/www/hamradio/img/schema.png
new file mode 100644
index 0000000..845356f
Binary files /dev/null and b/www/hamradio/img/schema.png differ
diff --git a/www/img/slx-tux.png b/www/hamradio/img/slx-tux.png
similarity index 100%
copy from www/img/slx-tux.png
copy to www/hamradio/img/slx-tux.png
diff --git a/www/img/warning.png b/www/hamradio/img/warning.png
similarity index 100%
copy from www/img/warning.png
copy to www/hamradio/img/warning.png
diff --git a/www/img/warning.svgz b/www/hamradio/img/warning.svgz
similarity index 100%
copy from www/img/warning.svgz
copy to www/hamradio/img/warning.svgz
diff --git a/www/img/wh_green.png b/www/hamradio/img/wh_green.png
similarity index 100%
copy from www/img/wh_green.png
copy to www/hamradio/img/wh_green.png
diff --git a/www/img/wh_grey.png b/www/hamradio/img/wh_grey.png
similarity index 100%
copy from www/img/wh_grey.png
copy to www/hamradio/img/wh_grey.png
diff --git a/www/img/yellow.png b/www/hamradio/img/yellow.png
similarity index 100%
copy from www/img/yellow.png
copy to www/hamradio/img/yellow.png
diff --git a/www/hamradio/index.new.html b/www/hamradio/index.new.html
new file mode 100644
index 0000000..95167e3
--- /dev/null
+++ b/www/hamradio/index.new.html
@@ -0,0 +1,54 @@
+<html>
+<head>
+	<title>Debian Hamradio Pure Blend</title>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
+<meta name="robots" content="noindex" />
+<link href="css/debian.css" rel="stylesheet" type="text/css">
+<link href="css/hamradio.css" rel="stylesheet" type="text/css">
+<link rel="shortcut icon" href="img/favicon.ico">
+</head>
+<body>
+<div id="header">
+  <div id="wikisection">
+    <p class="section"><a href="/" title="Debian Hamradio Pure Blend">Hamradio Pure Blend</a></p>
+  </div>
+  <div id="upperheader">
+    <div id="logo">
+        <a href="http://www.debian.org" title="Debian Home"><img src="img/openlogo-50.png" alt="Debian" width="50" height="61"></a>
+    </div>
+  </div> <!-- end upperheader -->
+  <div id="navbar">
+    <p class="hidecss"><a href="#content">Skip Quicknav</a></p>
+    <ul>
+       <li><a href="/hamradio">Home</a></li>
+       <li><a href="/hamradio/task.html">Tasks</a></li>
+       <li><a href="/hamradio/live.html">Live CDs</a></li>
+       <li><a href="/hamradio/dev.html">Development</a></li>
+    </ul>
+  </div> <!-- end navbar -->
+  <p id="breadcrumbs"> hamradio pure blend</p>
+</div>
+
+<div id="content">
+	<span class="download"><a href="#">Download Hamradio Jessie Preview<em>(64-bit Live DVD)</em></a> </span>
+	<div id="splash">
+		<h1>Debian Hamradio Pure Blend</h1>
+	</div>
+
+</div>
+
+<div id="footer">
+<div id="fineprint">
+    <p>
+    The source code powering these pages is available <a href="http://anonscm.debian.org/cgit/blends/website.git">here</a>.
+    <br />
+    Contact: <a href="mailto:debian-hams at lists.debian.org">Debian Hamradio Maintainers</a> or <a href="irc://irc.debian.org/#debian-hams">#debian-hams</a> on irc.debian.org.
+    <br />
+    Debian is a registered trademark of <a href="http://www.spi-inc.org/">Software in the Public Interest</a>.
+    </p>
+</div>
+</div>
+
+</body>
+</html>
+

-- 
Static and dynamic websites for Debian Pure Blends



More information about the Blends-commit mailing list