[static-web] Import git-web files on static-web



commit 1b68d8c9f2e53ab6a4e3d9c54a8035db038ae862
Author: Andrea Veri <av gnome org>
Date:   Thu Feb 19 17:28:36 2015 +0100

    Import git-web files on static-web

 git.gnome.org/applications-development.png |  Bin 0 -> 2174 bytes
 git.gnome.org/cgit-gnome.css               |  420 +++++++++++++++++++
 git.gnome.org/cgit.css                     |  614 ++++++++++++++++++++++++++++
 git.gnome.org/cgit_text.css                |  108 +++++
 git.gnome.org/fonts.css                    |   13 +
 git.gnome.org/gnome-layout.css             |  449 ++++++++++++++++++++
 git.gnome.org/gnome-style.css              |  253 ++++++++++++
 git.gnome.org/gnome.footer                 |  123 ++++++
 git.gnome.org/gnome.header                 |   32 ++
 git.gnome.org/style.css                    |  195 +++++++++
 10 files changed, 2207 insertions(+), 0 deletions(-)
---
diff --git a/git.gnome.org/applications-development.png b/git.gnome.org/applications-development.png
new file mode 100644
index 0000000..bc88a5c
Binary files /dev/null and b/git.gnome.org/applications-development.png differ
diff --git a/git.gnome.org/cgit-gnome.css b/git.gnome.org/cgit-gnome.css
new file mode 100644
index 0000000..850256f
--- /dev/null
+++ b/git.gnome.org/cgit-gnome.css
@@ -0,0 +1,420 @@
+/* First include the GNOME style sheets. These are almost verbatim
+ * those used for www.gnomeo.org with a few things that conflict
+ * with cgit commented out */
+ import "gnome-layout.css";
+ import "gnome-style.css";
+/* Then include the cgit style sheet */
+ import "cgit.css";
+ import "cgit_text.css";
+
+/* No logo for CGIT - we have one in the GNOME header */
+table#header td.logo {
+    display: none
+}
+
+#help-img .tab a {
+       background: 
url(https://git.gnome.org/browse/gnome-icon-theme-symbolic/plain/gnome/scalable/apps/help-browser-symbolic.svg)
 no-repeat;
+       padding-left: 20px;
+}
+
+/* Removing padding around body so that the GNOME header goes to the edge as expected */
+body {
+
+       padding: 0px;
+       background: url(https://static.gnome.org/img/html-bg.png) repeat-x scroll 0 10px #FFFFFF;
+       height: 100%;
+       margin-bottom: 0px;
+        color: #2E3436;
+        font-family: Cantarell,'Droid Sans',Ubuntu,'DejaVu Sans',Arial,sans-serif;
+        font-size: 14px;
+        line-height: 1.6;
+        width: 100%;
+}
+
+#page {
+    width: 960px;
+    margin: auto;
+} 
+
+
+/* Make link colors more gnome-ish */
+a, a:visited, a:hover, table.list td a:hover {
+    color: #3465A4;
+}
+
+/* Use a hard-hat instead of the GNOME logo for the site header */
+
+#gnome-header {
+    background: url(https://static.gnome.org/img/gnome-git.png) 20px 12px no-repeat;
+    margin-top: 40px;
+}
+
+
+/* Move the title over, since our icon is smaller. And move things up a bit */
+#gnome-header h1 {
+       margin: 0;
+       margin-left: 250px;
+       padding-top: 47px;
+       font-size: 200%;
+       color: #3F4448;
+}
+/* global domain bar */
+#global_domain_bar .maxwidth {
+    position: relative;
+}
+
+.maxwidth {
+    margin: 0 auto;
+    width: 940px;
+}
+
+#global_domain_bar .tab {
+    background: none repeat scroll 0 0 #FFFFFF;
+    border-radius: 5px 5px 5px 5px;
+    box-shadow: 0 4px 2px -2px #8FB3D9;
+    float: right;
+    font-size: 9px;
+    line-height: 16px;
+    padding: 4px;
+    margin-top: -17px;
+    right: 0;
+    white-space: nowrap;
+}
+
+#global_domain_bar .tab a.root:last-child {
+    border-right: 0 none;
+    margin-right: 0;
+    padding-right: 0;
+}
+
+#global_domain_bar .tab a.root {
+    background: url(https://static.gnome.org/img/favicon.png) no-repeat scroll 0 0 #FFFFFF;
+    border-right: 1px solid #CCCCCC;
+    color: #555753;
+    font-weight: bold;
+    margin-right: 3px;
+    padding-left: 18px;
+    padding-right: 6px;
+    text-decoration: none;
+}
+
+
+/* Kill some space in the cgit header, and mark it clear: both so it goes
+ * underneath the float: left GNOME header. (Not completely sure why the
+ * GNOME header is float: left
+ */
+table#header {
+    margin-top: 7em;
+    clear: both;
+}
+
+/* Drop the font size for the heading down */
+table#header td.main {
+       font-size: 250%;
+}
+
+/* When we killed the body padding, this cell is at the screen edge, move it back */
+table#header td.right {
+    padding-right: 4px;
+}
+
+/* kill some more vertical space in the cgit header */
+table.tabs {
+    margin-top: 0em;
+}
+
+
+/* Footer Grass & community */
+
+#footer_grass {
+    background: url(https://static.gnome.org/img/grass.png) repeat-x scroll top transparent;
+    height: 39px;
+    margin-top: -33px;
+    bottom: 0;
+}
+
+#footer_community {
+    background: url(https://static.gnome.org/img/footer_arts/community.png) center no-repeat;
+    height: 180px;
+    bottom: 0; 
+}
+
+/* FOOTER  */
+
+#footer div.links > div > ul > li {
+    float: left;
+    margin: 0 40px 10px 0;
+}
+
+#footer ul li {
+    margin: 0;
+    padding: 0;
+}
+
+#footer p {
+       color: #3F4448;
+       margin: 0em;
+}
+
+#footer #footnotes {
+ /*   font-size: 9px;*/
+    margin-top: 4px;
+}
+
+#footer #footnotes small {
+       font-size: 88%;
+}
+#footer ul.menu > li > a {
+    font-weight: bold;
+}
+
+#footer div.links div a, #footer div.links div strong {
+    display: block;
+    text-decoration: none;
+}
+
+#footer .links a {
+    -moz-transition: background-color 100ms ease-in 0s;
+    color: inherit;
+}
+
+#footer {
+    background: none repeat scroll 0 0 #D3D7CF;
+    clear: left;
+    color: #555753;
+    padding: 14px 0 230px;
+    margin: auto;
+}
+
+#footer {
+    font-size: 12px;
+    line-height: 1.4em;
+}
+
+#footer ul {
+    list-style: none outside none;
+    margin: 0;
+    padding: 0;
+}
+
+#footer li {
+       display: inline;
+       padding: 0 0;
+}
+
+#footer a {
+       color: #3465a4;
+       text-decoration: none;
+}
+
+#footer div.links div a:hover{
+    display: block;
+    text-decoration: underline;
+}
+
+/* Make the branch/tag decoration a little smaller */
+a.branch-deco, a.tag-deco {
+    display: inline-block;
+    font-size: 90%;
+    padding: 1px 0.25em;
+}
+
+
+/*top bar*/
+
+
+
+#top_bar ul {
+    list-style: none outside none;
+    margin: 0;
+    padding: 0 5px;
+}
+
+#top_bar ul li {
+    display: inline;
+    margin: 0 5px 0 0;
+}
+
+#top_bar a {
+    -moz-transition: background 100ms linear 0s;
+    border-radius: 4px 4px 4px 4px;
+    color: #FFFFFF;
+    outline: 0 none;
+    padding: 4px 14px;
+    text-decoration: none;
+    text-shadow: 0 1px 0 #000000;
+}
+
+#top_bar a:hover {
+    background: #64696d;
+    background: rgba(100%, 100%, 100%, 0.2);
+}
+
+#top_bar a:focus {
+    background: rgba(100%, 100%, 100%, 0.15);
+}
+
+#top_bar a:active, #top_bar li.current-menu-item a, #top_bar li.current-page-ancestor a {
+    background: #1c2021 url("images/top_bar-item-bg.png") top repeat-x;
+    -moz-box-shadow: inset 0 -1px 0 rgba(100%,100%,100%, 0.4), inset 0 1px 3px rgba(0,0,0,0.4);
+    -webkit-box-shadow: inset 0 -1px 0 rgba(100%,100%,100%, 0.4), inset 0 1px 3px rgba(0,0,0,0.4);
+    box-shadow: inset 0 -1px 0 rgba(100%,100%,100%, 0.4), inset 0 1px 3px rgba(0,0,0,0.4);
+}
+
+.hidden {
+    display: none;
+}
+
+#top_bar input {
+    -moz-border-bottom-colors: none;
+    -moz-border-image: none;
+    -moz-border-left-colors: none;
+    -moz-border-right-colors: none;
+    -moz-border-top-colors: none;
+    background: url("https://mail.gnome.org/css/search-icon.png";) no-repeat scroll 8px center transparent;
+    border-color: -moz-use-text-color -moz-use-text-color -moz-use-text-color rgba(255, 255, 255, 0.3);
+    border-style: none none none solid;
+    border-width: 0 0 0 1px;
+    color: #FFFFFF;
+    font: inherit;
+    margin: -8px 0 -8px -8px;
+    outline: medium none;
+    padding: 8px 8px 8px 28px;
+    width: 150px;
+}
+
+input:-moz-read-write, textarea:-moz-read-write {
+    -moz-user-modify: read-write !important;
+}
+
+#top_bar {
+    background: url("https://mail.gnome.org/css/top_bar-bg.png";) repeat-x scroll top #2E3436;
+    border-radius: 6px 6px 6px 6px;
+    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
+    font-size: 13px;
+    line-height: normal;
+    margin-top: 48px;
+    position: relative;
+    margin-left: 216px;
+}
+
+ .container_16 .grid_12 {
+    width: 700px;
+}
+
+.container_12, .container_16 {
+    margin-left: auto;
+    margin-right: auto;
+    width: 960px;
+    margin-top: 20px;
+}
+
+.container_13 {
+    margin-left: auto;
+    margin-right: auto;
+    width: 960px;
+}
+
+.container_13 .grid_9 {
+    width: 700px;
+}
+
+.container_12 .grid_9 {
+    width: 650px;
+}
+
+.grid_1, .grid_2, .grid_3, .grid_4, .grid_5, .grid_6, .grid_7, .grid_8, .grid_9, .grid_10, .grid_11, 
.grid_12, .grid_13, .grid_14, .grid_15, .grid_16 {
+    display: inline;
+    float: left;
+    margin-left: 10px;
+    margin-right: 10px;
+}
+
+
+table.tabs td.form input, table.tabs td.form select {
+    font-size: 90%;
+}
+input, textarea {
+    border: 25px solid #6F6F6F;
+}
+button, input[type="reset"], input[type="button"], input[type="submit"] {
+    -moz-appearance: button;
+    -moz-binding: none;
+    -moz-box-sizing: border-box;
+    -moz-user-select: none;
+    background-color: buttonface;
+    border: 2px outset buttonface;
+    color: buttontext;
+    cursor: default;
+    font: ;
+    line-height: normal;
+    padding: 0 6px;
+    text-align: center;
+    text-shadow: none;
+    white-space: pre;
+}
+input {
+    -moz-appearance: textfield;
+    -moz-binding: url("chrome://global/content/platformHTMLBindings.xml#inputFields");
+    -moz-user-select: text;
+    background-color: -moz-field;
+    border: 2px inset threedface;
+    color: -moz-fieldtext;
+    cursor: text;
+    font: ;
+    letter-spacing: normal;
+    line-height: normal !important;
+    padding: 1px 0;
+    text-align: start;
+    text-indent: 0;
+    text-rendering: optimizelegibility;
+    text-shadow: none;
+    text-transform: none;
+    word-spacing: normal;
+}
+
+/*logo*/
+
+#header #logo {
+    float: left;
+}
+
+.grid_3, .container_16, .grid_4 {
+    width: 220px;
+}
+
+
+#header #logo img {
+    -moz-transition: opacity 200ms ease-out 0s;
+    height: 78px;
+    margin-left: 10px;
+    opacity: 1;
+    width: 250px;
+    left: 10px;
+    margin-top: 5px;
+}
+
+#header {
+    margin: 50px auto 30px;
+    width: 960px;
+    float: center;
+    font-size: 75%;
+}
+
+#cgit {
+       margin: auto;
+       width: 960px;
+}
+
+
+#top_bar .left {
+    float: left;
+    margin: 10px;
+    padding: 0;
+}
+
+#top_bar .right {
+    float: right;
+    margin: 10px;
+    padding: 0;
+}
diff --git a/git.gnome.org/cgit.css b/git.gnome.org/cgit.css
new file mode 100644
index 0000000..c5e8f79
--- /dev/null
+++ b/git.gnome.org/cgit.css
@@ -0,0 +1,614 @@
+body, table, form {
+       padding: 0em;
+       margin: 0em;
+}
+
+body {
+        background: url(https://www.gnome.org/wp-content/themes/gnome-grass/images/html-bg.png) repeat-x 
scroll 0 10px #FFFFFF;
+       font-family: sans-serif;
+       font-size: 10pt;
+       color: #333;
+       background: white;
+       padding: 4px;
+}
+
+a {
+       color: blue;
+       text-decoration: none;
+}
+
+a:hover {
+       text-decoration: underline;
+}
+
+table {
+      background: none;
+      border-collapse: collapse;
+      margin: auto;
+      max-width: 960px;
+      width: 100%;
+}
+
+table#header {
+       width: 100%;
+       margin-bottom: 1em;
+}
+
+
+
+table#header td.logo {
+       width: 96px;
+}
+
+table#header td.main {
+       font-size: 250%;
+       margin-top: 10px;
+       white-space: nowrap;
+}
+
+table#header td.main a {
+       color: #000;
+}
+
+table#header td.form {
+       text-align: right;
+       vertical-align: bottom;
+       padding-right: 1em;
+       padding-bottom: 2px;
+       white-space: nowrap;
+}
+
+table#header td.form form,
+table#header td.form input,
+table#header td.form select {
+       font-size: 90%;
+}
+
+table#header td.sub {
+       color: #777;
+       border-top: solid 1px #ccc;
+       padding-left: 10px;
+}
+
+table.tabs {
+       /* border-bottom: solid 2px #ccc; */
+       border-collapse: collapse;
+       margin-top: 2em;
+       margin-bottom: 0px;
+       width: 960px;
+}
+
+table.tabs td {
+       padding: 0px 0em;
+       vertical-align: bottom;
+}
+
+table.tabs td a {
+       padding: 2px 0.75em;
+       color: #777;
+       font-size: 110%;
+}
+
+table.tabs td a.active {
+       color: #000;
+       background-color: #ccc;
+}
+
+table.tabs td.form {
+       text-align: right;
+}
+
+table.tabs td.form form {
+       padding-bottom: 2px;
+       font-size: 90%;
+       white-space: nowrap;
+}
+
+
+div.content {
+       margin: 0px;
+       padding-top: 2em;
+       border-top: solid 3px #ccc;
+       width: 960px;
+}
+
+
+table.list {
+       width: 960px;
+       border: none;
+       border-collapse: collapse;
+}
+
+table.list tr {
+       background: none;
+       margin: auto;
+       width: 960px;
+}
+
+table.list tr.logheader {
+       background: #eee;
+}
+
+table.list tr:hover {
+       background: #eee;
+}
+
+table.list tr.nohover:hover {
+       background: white;
+}
+
+table.list th {
+       font-weight: bold;
+       /* color: #888;
+       border-top: dashed 1px #888;
+       border-bottom: dashed 1px #888;
+       */
+       padding: 0.1em 0.5em 0.05em 0.5em;
+       vertical-align: baseline;
+}
+
+table.list td {
+       border: none;
+       padding: 0.1em 0.5em 0.1em 0.5em;
+}
+
+table.list td.logsubject {
+       font-family: monospace;
+       font-weight: bold;
+}
+
+table.list td.logmsg {
+       font-family: monospace;
+       white-space: pre;
+       padding: 1em 0em 2em 0em;
+}
+
+table.list td a {
+       color: black;
+}
+
+table.list td a:hover {
+       color: #00f;
+}
+
+img {
+       border: none;
+}
+
+input#switch-btn {
+       margin: 2px 0px 0px 0px;
+}
+
+td#sidebar input.txt {
+       width: 100%;
+       margin: 2px 0px 0px 0px;
+}
+
+table#grid {
+       margin: 0px;
+}
+
+td#content {
+       vertical-align: top;
+       padding: 1em 2em 1em 1em;
+       border: none;
+}
+
+div#summary {
+       vertical-align: top;
+       margin-bottom: 1em;
+}
+
+table#downloads {
+       float: right;
+       border-collapse: collapse;
+       border: solid 1px #777;
+       margin-left: 0.5em;
+       margin-bottom: 0.5em;
+}
+
+table#downloads th {
+       background-color: #ccc;
+}
+
+div#blob {
+       border: solid 1px black;
+}
+
+div.error {
+       color: red;
+       font-weight: bold;
+       margin: 1em 2em;
+}
+
+a.ls-blob, a.ls-dir, a.ls-mod {
+       font-family: monospace;
+}
+
+td.ls-size {
+       text-align: right;
+       font-family: monospace;
+       width: 10em;
+}
+
+td.ls-mode {
+       font-family: monospace;
+       width: 10em;
+}
+
+table.blob {
+       margin-top: 0.5em;
+       border-top: solid 1px black;
+}
+
+table.blob td.lines {
+       margin: 0; padding: 0;
+       vertical-align: top;
+       color: black;
+}
+
+table.blob td.linenumbers {
+       margin: 0; padding: 0;
+       vertical-align: top;
+       border-right: 1px solid gray;
+       background-color: #eee;
+}
+
+table.blob pre {
+       padding: 0; margin: 0;
+}
+
+table.blob a.no {
+       color: gray;
+       text-align: right;
+       text-decoration: none;
+}
+
+table.blob a.no a:hover {
+       color: black;
+}
+
+table.bin-blob {
+       margin-top: 0.5em;
+       border: solid 1px black;
+}
+
+table.bin-blob th {
+       font-family: monospace;
+       white-space: pre;
+       border: solid 1px #777;
+       padding: 0.5em 1em;
+}
+
+table.bin-blob td {
+       font-family: monospace;
+       white-space: pre;
+       border-left: solid 1px #777;
+       padding: 0em 1em;
+}
+
+table.nowrap td {
+       white-space: nowrap;
+}
+
+table.commit-info {
+       border-collapse: collapse;
+       margin-top: 1.5em;
+}
+
+table.commit-info th {
+       text-align: left;
+       font-weight: normal;
+       padding: 0.1em 1em 0.1em 0.1em;
+       vertical-align: top;
+}
+
+table.commit-info td {
+       font-weight: normal;
+       padding: 0.1em 1em 0.1em 0.1em;
+}
+
+div.commit-subject {
+       font-weight: bold;
+       font-size: 125%;
+       margin: 1.5em 0em 0.5em 0em;
+       padding: 0em;
+}
+
+div.commit-msg {
+       white-space: pre;
+       font-family: monospace;
+}
+
+div.diffstat-header {
+       font-weight: bold;
+       padding-top: 1.5em;
+}
+
+table.diffstat {
+       border-collapse: collapse;
+       border: solid 1px #aaa;
+       background-color: #eee;
+}
+
+table.diffstat th {
+       font-weight: normal;
+       text-align: left;
+       text-decoration: underline;
+       padding: 0.1em 1em 0.1em 0.1em;
+       font-size: 100%;
+}
+
+table.diffstat td {
+       padding: 0.2em 0.2em 0.1em 0.1em;
+       font-size: 100%;
+       border: none;
+}
+
+table.diffstat td.mode {
+       white-space: nowrap;
+}
+
+table.diffstat td span.modechange {
+       padding-left: 1em;
+       color: red;
+}
+
+table.diffstat td.add a {
+       color: green;
+}
+
+table.diffstat td.del a {
+       color: red;
+}
+
+table.diffstat td.upd a {
+       color: blue;
+}
+
+table.diffstat td.graph {
+       width: 500px;
+       vertical-align: middle;
+}
+
+table.diffstat td.graph table {
+       border: none;
+}
+
+table.diffstat td.graph td {
+       padding: 0px;
+       border: 0px;
+       height: 7pt;
+}
+
+table.diffstat td.graph td.add {
+       background-color: #5c5;
+}
+
+table.diffstat td.graph td.rem {
+       background-color: #c55;
+}
+
+div.diffstat-summary {
+       color: #888;
+       padding-top: 0.5em;
+}
+
+table.diff {
+       width: 100%;
+}
+
+table.diff td {
+       font-family: monospace;
+       white-space: pre;
+}
+
+table.diff td div.head {
+       font-weight: bold;
+       margin-top: 1em;
+       color: black;
+}
+
+table.diff td div.hunk {
+       color: #009;
+}
+
+table.diff td div.add {
+       color: green;
+}
+
+table.diff td div.del {
+       color: red;
+}
+
+.sha1 {
+       font-family: monospace;
+       font-size: 90%;
+}
+
+.left {
+       text-align: left;
+}
+
+.right {
+       text-align: right;
+}
+
+table.list td.repogroup {
+       font-style: italic;
+       color: #888;
+}
+
+a.button {
+       font-size: 80%;
+       padding: 0em 0.5em;
+}
+
+a.primary {
+       font-size: 100%;
+}
+
+a.secondary {
+       font-size: 90%;
+}
+
+td.toplevel-repo {
+
+}
+
+table.list td.sublevel-repo {
+       padding-left: 1.5em;
+}
+
+div.pager {
+       text-align: center;
+       margin: 1em 0em 0em 0em;
+}
+
+div.pager a {
+       color: #777;
+       margin: 0em 0.5em;
+}
+
+span.age-mins {
+       font-weight: bold;
+       color: #080;
+}
+
+span.age-hours {
+       color: #080;
+}
+
+span.age-days {
+       color: #040;
+}
+
+span.age-weeks {
+       color: #444;
+}
+
+span.age-months {
+       color: #888;
+}
+
+span.age-years {
+       color: #bbb;
+}
+div.footer {
+       margin-top: 0.5em;
+       text-align: center;
+       font-size: 80%;
+       color: #ccc;
+}
+a.branch-deco {
+       margin: 0px 0.5em;
+       padding: 0px 0.25em;
+       background-color: #88ff88;
+       border: solid 1px #007700;
+}
+a.tag-deco {
+       margin: 0px 0.5em;
+       padding: 0px 0.25em;
+       background-color: #ffff88;
+       border: solid 1px #777700;
+}
+a.remote-deco {
+       margin: 0px 0.5em;
+       padding: 0px 0.25em;
+       background-color: #ccccff;
+       border: solid 1px #000077;
+}
+a.deco {
+       margin: 0px 0.5em;
+       padding: 0px 0.25em;
+       background-color: #ff8888;
+       border: solid 1px #770000;
+}
+
+div.commit-subject a {
+       margin-left: 1em;
+       font-size: 75%;
+}
+
+table.stats {
+       border: solid 1px black;
+       border-collapse: collapse;
+}
+
+table.stats th {
+       text-align: left;
+       padding: 1px 0.5em;
+       background-color: #eee;
+       border: solid 1px black;
+}
+
+table.stats td {
+       text-align: right;
+       padding: 1px 0.5em;
+       border: solid 1px black;
+}
+
+table.stats td.total {
+       font-weight: bold;
+       text-align: left;
+}
+
+table.stats td.sum {
+       color: #c00;
+       font-weight: bold;
+/*     background-color: #eee; */
+}
+
+table.stats td.left {
+       text-align: left;
+}
+
+table.vgraph {
+       border-collapse: separate;
+       border: solid 1px black;
+       height: 200px;
+}
+
+table.vgraph th {
+       background-color: #eee;
+       font-weight: bold;
+       border: solid 1px white;
+       padding: 1px 0.5em;
+}
+
+table.vgraph td {
+       vertical-align: bottom;
+       padding: 0px 10px;
+}
+
+table.vgraph div.bar {
+       background-color: #eee;
+}
+
+table.hgraph {
+       border: solid 1px black;
+       width: 800px;
+}
+
+table.hgraph th {
+       background-color: #eee;
+       font-weight: bold;
+       border: solid 1px black;
+       padding: 1px 0.5em;
+}
+
+table.hgraph td {
+       vertical-align: center;
+       padding: 2px 2px;
+}
+
+table.hgraph div.bar {
+       background-color: #eee;
+       height: 1em;
+}
+
+
+tbody {
+       width: 960px;
+       margin: auto;
+}
diff --git a/git.gnome.org/cgit_text.css b/git.gnome.org/cgit_text.css
new file mode 100644
index 0000000..0a0b5ff
--- /dev/null
+++ b/git.gnome.org/cgit_text.css
@@ -0,0 +1,108 @@
+ import url("fonts.css");
+
+/* Main Elements */
+/* ========================================================================== */
+
+
+body {
+    font-family: Cantarell, 'Droid Sans', Ubuntu, 'DejaVu Sans', Arial, sans-serif;
+    font-size: 14px;
+    line-height: 1.6;
+    color: #2e3436;
+}
+
+body.win {
+    font-family: Verdana, Arial, sans-serif;
+    font-size: 14px;
+    line-height: 1.6;
+    color: #2e3436;
+}
+
+body.win h1, body.win h2, body.win h3, body.win h4, body.win h5, body.win h6 {
+    font-family: "Trebuchet MS";
+}
+
+h1, h2, h3, h4, h5, h6, dt {
+    color: #0489B7;
+}
+h1 {
+    font-size: 42px;
+}
+h2 {
+    font-size: 25px;
+}
+h3, dt {
+    font-size: 21px;
+    margin: 0.4em 0 0.5em;
+    color: #2E3436;
+}
+dt {
+    color: #E36615;
+}
+dt a:hover {
+    color: #fa7721;    
+}
+h4 {
+    font-size: 16px;
+    color: #ce5c00;
+}
+h5 {
+    font-size: 14px;
+}
+h6 {
+    font-size: 12px;
+}
+ol {
+    list-style:decimal;
+}
+ul {
+    list-style:square;
+}
+li {
+    margin-left:30px;
+}
+dl,dt,h1,h2,h3,h4,h5,h6,pre,table,address,fieldset {
+    margin: 0.8em 0 0.4em;
+}
+p, dd, .action_box, ul, ol {
+    margin: 0.4em 0 1em;
+}
+code {
+    background: #ececec;
+    background: rgba(0,0,0,0.1);
+    padding: 1px;
+}
+
+
+/* Text classes */
+/* ========================================================================== */
+
+.highlight {
+    background: yellow;
+}
+
+.main_feature {
+    font-size: 16pt;
+    line-height: 130%;
+}
+
+.footnotes {
+    font-size: 11px;
+    color: #888a85;
+}
+.footnotes a {
+    color: #888a85;
+}
+
+.more {
+    background: url(../images/more-arrow.png) right 6px no-repeat;
+    cursor: pointer;
+    white-space: nowrap;
+    padding-right: 10px;
+    text-decoration: none;
+}
+.more {
+    text-decoration: underline;
+}
+
+
diff --git a/git.gnome.org/fonts.css b/git.gnome.org/fonts.css
new file mode 100644
index 0000000..d4db970
--- /dev/null
+++ b/git.gnome.org/fonts.css
@@ -0,0 +1,13 @@
+ font-face {
+  font-family: 'Cantarell';
+  src: local('Cantarell'), local('Cantarell Regular'),
+  url(../fonts/Cantarell-Regular.otf);
+}
+
+ font-face {
+  font-family: 'Cantarell';
+  font-weight: bold;
+  src: local('Cantarell'), local('Cantarell Bold'), local('Cantarell-Bold'),
+  url(../fonts/Cantarell-Bold.otf);
+}
+
diff --git a/git.gnome.org/gnome-layout.css b/git.gnome.org/gnome-layout.css
new file mode 100644
index 0000000..174b81b
--- /dev/null
+++ b/git.gnome.org/gnome-layout.css
@@ -0,0 +1,449 @@
+/* Basic tags */
+body {
+       margin: 0px;
+       background-color: white;
+       font-family: sans-serif;
+       color: black;
+}
+
+#body {
+       margin: 90px 230px 0px 10px;
+       padding: 0px;
+}
+
+a img {
+       border: 0px;
+}
+
+/* Anchors */
+a {
+       color: #0000ff;
+}
+
+a:visited {
+       color: #551a8b;
+}
+
+a:active {
+       color: #ff0000;
+}
+
+/* Basic classes */
+
+.none { /* to add paragraph spacing to various elements for ttys */
+       margin: 0px;
+       padding: 0px;
+}
+
+.invisible { /* stuff that should appear when this css isn't used */
+       margin: 0px;
+       border: 0px;
+       padding: 0px;
+       height: 0px;
+       visibility: hidden;
+}
+
+/*
+.left {
+       margin: 10px;
+       padding: 0px;
+       float: left;
+}
+
+.right {
+       margin: 10px;
+       padding: 0px;
+       float: right;
+}
+
+.center {
+       text-align: center;
+}
+*/
+
+/* Common page elements: Header, footer, etc. */
+
+#logo {
+    border: 0 none;
+    height: 100px;
+    left: 0;
+    margin-top: 39px;
+    position: relative;
+    width: 64px;
+    z-index: 10;
+}
+
+#logo a img {
+       position: relative;
+}
+
+#hdr {
+       position: absolute;
+       z-index: 5;
+
+       top: 0px;
+       left: 0px;
+       right: 0px;
+       width: 100%;
+       height: 48px;
+
+       text-align: right;
+
+       background-color: #e3ffc3;
+       border-bottom: 1px solid #807d74;
+}
+
+#banner {
+       position: absolute;
+       z-index: 10;
+
+       top: 0px;
+       right: 0px;
+       border: 0px;
+
+       width: 300px;
+       height: 48px;
+
+}
+
+#banner a img {
+       width: 300px;
+       height: 48px;
+}
+
+#hdrNav {
+       position: absolute;
+       top: 54px;
+       left: 0px;
+
+       margin-left: 84px;
+       text-align: left;
+       vertical-align: middle;
+       font-size: small;
+}
+
+#hdrNav a {
+       color: #000000;
+}
+
+#hdrTitle {
+       height: 48px;
+       padding: 10px 10px 0px 0px;
+       font-weight: bold;
+}
+
+
+/* Search thingy */
+
+#search {
+       font-size: small;
+       margin-bottom: 10px;
+       padding: 10px;
+       background-color: #dddddd;
+}
+
+#search input {
+       border: 1px solid #666666;
+       background-color: #ffffff;
+
+       vertical-align: middle;
+}
+
+
+/* Sidebar */
+
+#sidebar {
+       position: absolute;
+       top: 90px;
+       right: 0px;
+       width: 210px;
+
+       /*margin-right: 10px;*/
+       padding-right: 10px;
+       padding-bottom: 0px;
+       border-left: 1px dashed #dddddd;
+       background-color: #ffffff;
+}
+
+#sidebar p {
+       margin-top: 0px;
+       padding-left: 10px;
+       padding-right: 10px;
+}
+
+#sidebar p.section {
+       text-align: center;
+       font-weight: bold;
+       padding-top: 3px;
+       padding-bottom: 3px;
+       color: #999999;
+       background-color: #eeeeee;
+}
+
+#sidebar ul {
+  margin: 0em;
+  margin-bottom: 15px;
+  padding-left: 10px;
+  padding-right: 10px;
+  list-style-type: none;
+}
+
+#sidebar ul ul {
+  padding-left: 2em;
+  padding-right: 0em;
+  list-style-type: square;
+}
+
+
+/* Copyright footer */
+
+#copyright {
+       text-align: center;
+       font-size: small;
+       clear: both;
+
+       margin-top: 10px;
+       padding: 5px 0px 5px 0px;
+       color: #aaaaaa;
+}
+
+#copyright a {
+       color: #aaaaff;
+}
+
+#copyright a:visited {
+       color: #ffaaaa;
+}
+
+
+/* News Sections */
+
+p.newsitem {
+       clear: left;
+       margin-bottom: 20px;
+}
+
+p.newsitem img.newsicon {
+       float: left;
+       margin: 0px 10px 10px 10px;
+       border: 0px;
+}
+
+
+/* Generic Classes */
+
+div.code {
+       background-color: #e0e0e0;
+       color: #000000;
+       white-space: pre;
+       font-family: monospace;
+}
+
+
+body {
+       margin: 0px;
+       padding: 0px;
+       font-family: sans-serif;
+       background: white url(https://static.gnome.org/img/star.png) -100px -200px no-repeat;
+       height: 101%;
+}
+
+#page {
+       margin: 0px;
+       padding: 0px;
+}
+
+div.in-column {
+       margin: 0 0 2em 1em;
+       float: right;
+       max-width: 12em;
+}
+
+hr {
+       color: #888;
+       background: #888;
+       border: 0;
+       height: 1px;
+       width: 90%;
+       text-align: center;
+       clear: both;
+}
+
+
+div.body {
+       clear: both;
+}
+
+
+div.sidebar {
+       position: absolute;
+       text-align: left;
+       right: 0px;
+       top: 60px;
+       width: 27ex;
+       padding-left: 1ex;
+       border-left: 1ex solid #eee;
+       margin-top: 4em;
+}
+
+div.sidebar h2 {
+       margin-top: 0;
+       padding: 5px 2ex 5px 2ex;
+       background: url(https://static.gnome.org/img/t.png) top left repeat-y;
+       font-size: 100%;
+}
+
+div.tab-git-help {
+       background: 
url(https://git.gnome.org/browse/gnome-icon-theme-symbolic/tree/gnome/scalable/apps/help-browser-symbolic.svg)
 top left;
+}
+
+ul.toc {
+       padding: 0;
+       padding-left: 20px;
+       margin-left: 0;
+       margin-right: 10px;
+       list-style: none;
+}
+
+ul.toc li {
+       list-style: circle;
+}
+
+ul.toc li a {
+       text-decoration: none;
+       color: black;
+}
+
+ul.toc li a:hover {
+       text-decoration: underline;
+}
+
+#general {
+       list-style: none;
+       background: #2E3436 url(https://static.gnome.org/img/general_bg.png) 0 100% repeat-x;
+       text-align: right;
+       padding: 0 1ex;
+       margin: 0;
+       font-size: 70%;
+}
+
+#general li {
+       display: inline;
+       background: url(https://static.gnome.org/img/general_separator.png) 0 0 no-repeat;
+       padding-top: 10px;
+       padding-bottom: 8px;
+       margin-left: 0px;
+       margin-top: 0px;
+}
+
+#general li a {
+       font-weight: bold;
+       color: #FFFFFF;
+       margin: 0 2ex;
+       text-decoration: none;
+       line-height: 30px;
+}
+
+#general li a:hover {
+       text-decoration: underline;
+}
+
+#general .home {
+       float: left;
+       background: url(https://static.gnome.org/img/general_separator.png) 100% 0 no-repeat;
+       padding-top: 0;
+       padding-bottom: 0;
+}
+
+#general .home a {
+       float: left;
+       background: url(https://static.gnome.org/img/foot.png) 7px 50% no-repeat;
+       margin-left: 0;
+       padding-left: 27px;
+}
+
+
+#gnome-header {
+       background: #729FCF url(https://static.gnome.org/img/gnome.png) 15px 10px no-repeat;
+       float: left;
+       width: 100%;
+       font-size: 75%;
+}
+
+#gnome-header h1 {
+       margin: 0;
+       margin-left: 250px;
+       padding-top: 47px;
+       font-size: 200%;
+       color: #eeeeec;
+}
+
+#gnome-tabs {
+       width: 100%;
+       float: left;
+       margin: 0;
+       padding: 0;
+}
+
+#portal-globalnav {
+       float: right;
+       list-style: none;
+       margin: 0;
+       margin-right: 3ex;
+}
+
+#portal-globalnav u {
+    padding: 40px;
+    display: none;
+    list-style-type: disc;
+    margin: 1em 0;
+
+}
+
+#portal-globalnav li {
+       float: left;
+       margin: 0;
+       margin-left: 0.2ex;
+       font-size: 2ex;
+}
+
+#portal-globalnav li a:hover {
+       color: #111111;
+}
+
+#portal-globalnav li a {
+       float: left;
+       text-decoration: none;
+       color: #555555;
+       margin-top: 15px;
+}
+
+/*  #portal-globalnav li span {
+       background: url(https://static.gnome.org/img/tab_right.png) 100% 0 no-repeat;
+       padding: 7px 28px 7px 19px;  
+} */
+
+
+#portal-globalnav li.selected a {
+       color: #3566A5;
+       background: url(https://static.gnome.org/img/tab_left.png) 0 -57px no-repeat;
+       border-bottom: none;
+       padding-top: 8px;
+       padding-bottom: 8px;
+}
+
+/* #portal-globalnav li.selected a span {
+       background: url(https://static.gnome.org/img/tab_right.png) 100% -57px no-repeat;
+       padding-top: 8px;
+       padding-bottom: 8px;
+} 
+not needed*/ 
+
+/* page content */
+
+div#content {
+       clear: both;
+       padding: 1em;
+       margin: 1em;
+}
+
diff --git a/git.gnome.org/gnome-style.css b/git.gnome.org/gnome-style.css
new file mode 100644
index 0000000..ca2b1c5
--- /dev/null
+++ b/git.gnome.org/gnome-style.css
@@ -0,0 +1,253 @@
+/**
+ * Styles that are not a part of page layout.
+ *
+ * For example:
+ *  Fonts
+ *  Sizes
+ *  Decoration
+ *  Separators
+ */
+body {
+  font-family: verdana, arial, sans-serif;
+}
+
+/*div#content {
+       max-width: 50em;
+}*/
+
+div#global_domain_bar a {
+       color: #2E3436;
+       font-family: Cantarell,'Droid Sans',Ubuntu,'DejaVu Sans',Arial,sans-serif;
+       font-size: 14px;
+       line-height: 1.6;
+}
+
+div#content a {
+       color: #3465a4;
+       border-bottom: 1px dotted #888;
+       text-decoration: none;
+}
+
+div#content a:hover {
+       border-bottom: 1px solid #888;
+}
+
+
+body {
+    font-family: Cantarell, 'Droid Sans', Ubuntu, 'DejaVu Sans', Arial, sans-serif;
+    font-size: 14px;
+    line-height: 1.6;
+    color: #2e3436;
+}
+
+body.win {
+    font-family: Verdana, Arial, sans-serif;
+    font-size: 14px;
+    line-height: 1.6;
+    color: #2e3436;
+}
+
+body.win h1, body.win h2, body.win h3, body.win h4, body.win h5, body.win h6 {
+    font-family: "Trebuchet MS";
+}
+
+h1, h2, h3, h4, h5, h6, dt {
+    color: #0489B7;
+}
+h1 {
+    font-size: 42px;
+}
+h2 {
+    font-size: 25px;
+}
+h3, dt {
+    font-size: 21px;
+    margin: 0.4em 0 0.5em;
+    color: #2E3436;
+}
+dt {
+    color: #E36615;
+}
+dt a:hover {
+    color: #fa7721;    
+}
+h4 {
+    font-size: 16px;
+    color: #ce5c00;
+}
+h5 {
+    font-size: 14px;
+}
+h6 {
+    font-size: 12px;
+}
+ol {
+    list-style:decimal;
+}
+ul {
+    list-style:square;
+}
+li {
+    margin-left:30px;
+}
+dl,dt,h1,h2,h3,h4,h5,h6,pre,table,address,fieldset {
+    margin: 0.8em 0 0.4em;
+}
+p, dd, .action_box, ul, ol {
+    margin: 0.4em 0 1em;
+}
+code {
+    background: #ececec;
+    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
+    padding: 1px;
+}
+
+
+/* Text classes */
+/* ========================================================================== */
+
+.highlight {
+    background: yellow;
+}
+
+.main_feature {
+    font-size: 16pt;
+    line-height: 130%;
+}
+
+.footnotes {
+    font-size: 11px;
+    color: #888a85;
+}
+.footnotes a {
+    color: #888a85;
+}
+
+.more {
+    background: url(../images/more-arrow.png) right 6px no-repeat;
+    cursor: pointer;
+    white-space: nowrap;
+    padding-right: 10px;
+    text-decoration: none;
+}
+.more {
+    text-decoration: underline;
+}
+
+#footer {
+    font-size: 12px;
+    line-height: 1.4em;
+}
+
+
+/*  lists  */
+
+div#page .list {
+  margin-top:.5em;
+}
+div#page .list tr td {
+  padding:.2em;
+  text-align:left;
+}
+div#page .list td label {
+  border-bottom:1px dashed #999;
+  font-weight:normal;
+}
+div#page .list th {
+  background: #ccf;
+  border: 1px solid #000;
+  font-weight: bold;
+  padding: 2px;
+}
+div#page .list th a {
+  display: block;
+  padding:.2em 1.2em .2em .2em;
+  text-align: left;
+}
+div#page .list th a:hover {
+  background-color: #fff;
+}
+.row1 {
+  background-color: #eee;
+}
+.row2 {
+  background-color: #ddd;
+}
+.row1:hover, .row2:hover {
+  background-color: #fff;
+}
+
+.record th {
+  text-align: right;
+}
+
+/* styling page content */
+
+h1 {
+       font-size: 1.5em;
+       color: #3f3f3f;
+}
+
+/* styling form widgets like bugzilla.gnome.org */
+input,textarea {
+ border: 1px solid #6f6f6f;
+/* background: #dddddd; */
+}
+
+input.login_small {
+ border-style: none;
+}
+
+input:focus,textarea:focus {
+  background-color: #f7f2d0;
+  color: #000000;
+}
+
+/* select {
+ border: groove
+} */
+
+option {
+ border: 0px none #ffffff;
+}
+
+input[type=radio] {
+  margin-left: 1em;
+}
+
+
+
+
+/* Footer Grass */
+
+#footer_grass {
+    background: url(https://www.gnome.org/wp-content/themes/gnome-grass/images/grass.png) top center 
repeat-x;
+    height: 39px;
+    margin-top: -33px;
+}
+
+#footer_community {
+    background: url(https://www.gnome.org/wp-content/themes/gnome-grass/images/footer_arts/community.png) 
center no-repeat;
+    height: 180px;
+    margin-top: -33px;
+}
+
+/* Syntax highlighting */
+
+table.blob .num  { color:#2928ff; }
+table.blob .esc  { color:#ff00ff; }
+table.blob .str  { color:#ff0000; }
+table.blob .dstr { color:#818100; }
+table.blob .slc  { color:#838183; font-style:italic; }
+table.blob .com  { color:#838183; font-style:italic; }
+table.blob .dir  { color:#008200; }
+table.blob .sym  { color:#000000; }
+table.blob .kwa  { color:#000000; font-weight:bold; }
+table.blob .kwb  { color:#830000; }
+table.blob .kwc  { color:#000000; font-weight:bold; }
+table.blob .kwd  { color:#010181; }
+
+table.list td a.ls-dir {
+       color: #0000FF;
+       font-weight: bold;
+}
diff --git a/git.gnome.org/gnome.footer b/git.gnome.org/gnome.footer
new file mode 100644
index 0000000..d63bd24
--- /dev/null
+++ b/git.gnome.org/gnome.footer
@@ -0,0 +1,123 @@
+</div>
+  <div id="footer_community"></div>
+
+  <div id="footer_grass"></div>
+
+  <div id="footer">
+    <div class="container_13" id="container_12">
+      <div class="links grid_9">
+        <div class="menu-footer-container">
+          <ul id="menu-footer" class="menu">
+            <li id="menu-item-1048" class=
+            "menu-item menu-item-type-custom menu-item-object-custom current-menu-item current_page_item 
menu-item-1048">
+            <a href="/">The GNOME Project</a>
+
+              <ul class="sub-menu">
+                <li id="menu-item-1049" class=
+                "menu-item menu-item-type-post_type menu-item-object-page menu-item-1049">
+                <a href="https://www.gnome.org/about/";>About Us</a></li>
+
+                <li id="menu-item-1050" class=
+                "menu-item menu-item-type-post_type menu-item-object-page menu-item-1050">
+                <a href="https://www.gnome.org/get-involved/";>Get Involved</a></li>
+
+                <li id="menu-item-1051" class=
+                "menu-item menu-item-type-post_type menu-item-object-page menu-item-1051">
+                <a href="https://www.gnome.org/teams/";>Teams</a></li>
+
+                <li id="menu-item-1053" class=
+                "menu-item menu-item-type-post_type menu-item-object-page menu-item-1053">
+                <a href="https://www.gnome.org/support-gnome/";>Support GNOME</a></li>
+
+                <li id="menu-item-1054" class=
+                "menu-item menu-item-type-post_type menu-item-object-page menu-item-1054">
+                <a href="https://www.gnome.org/contact/";>Contact Us</a></li>
+
+                <li id="menu-item-2246" class=
+                "menu-item menu-item-type-post_type menu-item-object-page menu-item-2246">
+                <a href="https://www.gnome.org/foundation/";>The GNOME Foundation</a></li>
+              </ul>
+            </li>
+
+            <li id="menu-item-1047" class=
+            "menu-item menu-item-type-custom menu-item-object-custom menu-item-1047">
+              <a href="#">Resources</a>
+
+              <ul class="sub-menu">
+                <li id="menu-item-1055" class=
+                "menu-item menu-item-type-custom menu-item-object-custom menu-item-1055">
+                <a href="https://developer.gnome.org";>Developer Center</a></li>
+
+                <li id="menu-item-1056" class=
+                "menu-item menu-item-type-custom menu-item-object-custom menu-item-1056">
+                <a href="https://help.gnome.org";>Documentation</a></li>
+
+                <li id="menu-item-1057" class=
+                "menu-item menu-item-type-custom menu-item-object-custom menu-item-1057">
+                <a href="https://wiki.gnome.org";>Wiki</a></li>
+
+                <li id="menu-item-1058" class=
+                "menu-item menu-item-type-custom menu-item-object-custom menu-item-1058">
+                <a href="https://mail.gnome.org/mailman/listinfo";>Mailing Lists</a></li>
+
+                <li id="menu-item-1059" class=
+                "menu-item menu-item-type-custom menu-item-object-custom menu-item-1059">
+                <a href="https://wiki.gnome.org/GnomeIrcChannels";>IRC Channels</a></li>
+
+                <li id="menu-item-1060" class=
+                "menu-item menu-item-type-custom menu-item-object-custom menu-item-1060">
+                <a href="https://bugzilla.gnome.org/";>Bug Tracker</a></li>
+
+                <li id="menu-item-1061" class=
+                "menu-item menu-item-type-custom menu-item-object-custom menu-item-1061">
+                <a href="https://git.gnome.org/browse/";>Development Code</a></li>
+
+                <li id="menu-item-1062" class=
+                "menu-item menu-item-type-custom menu-item-object-custom menu-item-1062">
+                <a href="https://wiki.gnome.org/Jhbuild";>Build Tool</a></li>
+              </ul>
+            </li>
+
+            <li id="menu-item-1046" class=
+            "menu-item menu-item-type-custom menu-item-object-custom menu-item-1046">
+              <a href="/news">News</a>
+
+              <ul class="sub-menu">
+                <li id="menu-item-1063" class=
+                "menu-item menu-item-type-post_type menu-item-object-page menu-item-1063">
+                <a href="https://www.gnome.org/press/";>Press Releases</a></li>
+
+                <li id="menu-item-1064" class=
+                "menu-item menu-item-type-custom menu-item-object-custom menu-item-1064">
+                <a href="https://www.gnome.org/start/stable";>Latest Release</a></li>
+
+                <li id="menu-item-1065" class=
+                "menu-item menu-item-type-custom menu-item-object-custom menu-item-1065">
+                <a href="https://planet.gnome.org";>Planet GNOME</a></li>
+
+                <li id="menu-item-1067" class=
+                "menu-item menu-item-type-custom menu-item-object-custom menu-item-1067">
+                <a href="https://news.gnome.org";>Development News</a></li>
+
+                <li id="menu-item-1068" class=
+                "menu-item menu-item-type-custom menu-item-object-custom menu-item-1068">
+                <a href="https://identi.ca/gnome";>Identi.ca</a></li>
+
+                <li id="menu-item-1069" class=
+                "menu-item menu-item-type-custom menu-item-object-custom menu-item-1069">
+                <a href="https://twitter.com/gnome";>Twitter</a></li>
+              </ul>
+            </li>
+          </ul>
+        </div>
+      </div>
+
+      <div id="footnotes" class="grid_9">
+<p>Copyright &copy; 2004&ndash;2014, <a href="https://www.gnome.org/";>The GNOME Project</a>.</p>
+<br />
+  <small><p>Hosted by <a href="http://www.redhat.com/";>Red Hat</a>. 
+   Powered by <a href="http://hjemli.net/git/cgit/";>cgit</a>.</p>
+  <p>To follow the commits, subscribe to <a 
href="http://mail.gnome.org/mailman/listinfo/commits-list";>commits-list</a>. (can be limited to specific 
modules)</p></small>
+</div>
+    </div>
+  </div>
diff --git a/git.gnome.org/gnome.header b/git.gnome.org/gnome.header
new file mode 100644
index 0000000..4e48ba5
--- /dev/null
+++ b/git.gnome.org/gnome.header
@@ -0,0 +1,32 @@
+<div id="global_domain_bar">
+<div class="maxwidth">
+       <div class="tab">
+       <a class="root" href="https://www.gnome.org/";>GNOME.org</a>
+       </div>
+</div>
+</div>
+
+<div id="page">
+    <div id="logo_bar" class="container_12">
+      <div id="logo" class="grid_3">
+        <a title="Go to home page" href="https://git.gnome.org/";><img 
src="https://static.gnome.org/img/gnome-git.png"; alt="GNOME: Git Repository" /></a>
+      </div>
+
+      <div id="top_bar" class="grid_9">
+        <div class="left">
+          <div class="menu-globalnav-container">
+            <ul id="menu-globalnav" class="menu">
+              <li id="menu-item-1039" class=
+              "menu-item menu-item-type-post_type menu-item-object-page menu-item-1039">
+              <a href="https://git.gnome.org/";>Home</a></li>
+
+              <li id="menu-item-1037" class=
+              "menu-item menu-item-type-post_type menu-item-object-page menu-item-1037">
+              <a href="https://wiki.gnome.org/Git";>Git Help</a></li>
+            </ul>
+          </div>
+        </div>
+      </div>
+      
+    </div>
+</div>
diff --git a/git.gnome.org/style.css b/git.gnome.org/style.css
new file mode 100644
index 0000000..46e4bbf
--- /dev/null
+++ b/git.gnome.org/style.css
@@ -0,0 +1,195 @@
+/**
+ * Styles that are not a part of page layout.
+ *
+ * For example:
+ *  Fonts
+ *  Sizes
+ *  Decoration
+ *  Separators
+ */
+body {
+       font: sans-serif;
+}
+
+div#content {
+       /* so it gets on top of sidebar when overflowing 
+        * (necessary so wide diff tables are readable) */
+       position: relative;
+       z-index: 1000;
+}
+
+div.editor div#content {
+       max-width: none;
+       margin-right: 1em;
+}
+
+div#content a {
+       color: #3465a4;
+       border-bottom: 1px dotted #888;
+       text-decoration: none;
+}
+
+div#content a:hover {
+       border-bottom: 1px solid #888;
+}
+
+h1.first {
+  margin-top: 0;
+  padding-top: 0;
+}
+
+h2, h3, h4, h5, h6 {
+  color: #3f3f3f;
+}
+
+h1 {
+  font-size: 1.4em;
+}
+
+h2 {
+  font-size: 1.2em;
+}
+
+h3 {
+  font-size: 1.0em;
+}
+
+/*  lists  */
+.list {
+  margin-top:.5em;
+}
+.list tr td {
+  padding:.2em;
+  text-align:left;
+}
+.list td label {
+  border-bottom:1px dashed #999;
+  font-weight:normal;
+}
+.list th {
+  background: #ccf;
+  border: 1px solid #000;
+  font-weight: bold;
+  padding: 2px;
+}
+.list th a {
+  display: block;
+  padding:.2em 1.2em .2em .2em;
+  text-align: left;
+}
+.list th a:hover {
+  background-color: #fff;
+}
+.row1 {
+  background-color: #eee;
+}
+.row2 {
+  background-color: #ddd;
+}
+.row1:hover, .row2:hover {
+  background-color: #fff;
+}
+
+.record th {
+  text-align: right;
+}
+
+/* styling page content */
+
+h1 {
+       font-size: 1.5em;
+       color: #0489b7;
+}
+
+/* styling form widgets like bugzilla.gnome.org */
+input,textarea {
+ border: 1px solid #6f6f6f;
+/* background: #dddddd; */
+}
+
+input.login_small {
+ border-style: none;
+}
+
+input:focus,textarea:focus {
+  background-color: #f7f2d0;
+  color: #000000;
+}
+
+/* select {
+ border: groove
+} */
+
+option {
+ border: 0px none #ffffff;
+}
+
+/* footer */
+
+#footer {
+       text-align: center;
+       background: #F5F5F5;
+       color: #000;
+       font-size: 80%;
+}
+
+#footer1 {
+       text-align: left;
+       background: #F5F5F5;
+       padding-top: 1.5em;
+       color: #000;
+       font-size: 80%;
+}
+
+
+#footer ul {
+       margin: 0;
+       padding: 0;
+}
+
+#footer li {
+       display: inline;
+       padding: 0 1em;
+}
+
+#footer a {
+       color: #3465a4;
+       border-bottom: 1px dotted #888;
+       text-decoration: none;
+}
+
+#footer a:hover {
+       border-bottom: 1px solid #888
+}
+
+div#content div.rcrss a,
+div#content td.rcicon1 a,
+div#content td.rcicon2 a {
+       border: none;
+}
+
+div.recentchanges table {
+       clear: both;
+}
+
+h1.editortitle {
+       margin-left: 2em;
+}
+
+div#editor-help {
+       font-size: 90%;
+       border: 1px dotted #888;
+       padding: 0ex 1ex 1ex 1ex;
+       background: #f7f6f2;
+}
+
+div#preview {
+       margin-top: 1em;
+}
+
+.strike {
+       text-decoration: line-through;
+}
+
+
+



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]