templates/resources
authorAlan Knowles <alan@akbkhome.com>
Mon, 28 Jun 2010 10:32:41 +0000 (18:32 +0800)
committerAlan Knowles <alan@akbkhome.com>
Mon, 28 Jun 2010 10:32:41 +0000 (18:32 +0800)
templates/resources/default.css [new file with mode: 0755]
templates/resources/elbow-end.gif [new file with mode: 0644]
templates/resources/elbow-minus-nl.gif [new file with mode: 0644]
templates/resources/elbow-plus-nl.gif [new file with mode: 0755]
templates/resources/library.png [new file with mode: 0644]
templates/resources/library_gnome.css [new file with mode: 0755]
templates/resources/library_gnome_print.css [new file with mode: 0755]
templates/resources/page.js [new file with mode: 0755]
templates/resources/top-header-gradient.png [new file with mode: 0644]

diff --git a/templates/resources/default.css b/templates/resources/default.css
new file mode 100755 (executable)
index 0000000..5935d5d
--- /dev/null
@@ -0,0 +1,519 @@
+/* default.css
+/<style>
+/ */
+.detailList dd {
+       clear: both;
+}
+.left-class-list ol, .left-class-list ul {
+       list-style-image:none;
+       list-style-position:outside;
+       list-style-type:none;
+       margin: 4px;
+       padding: 4px;
+}
+.left-class-list {
+       background:#F8F8F8 none repeat scroll 0 0;
+       border:1px solid white;
+       float:left;
+       margin:5px;
+       padding:5px;
+       width:18%;
+}
+.class-picture {
+       float:right;
+       margin:20px 10px 10px;
+
+}
+
+body
+{
+       font: 12px "Lucida Grande", Tahoma, Arial, Helvetica, sans-serif;
+       /* width: 800px; */
+}
+
+.header
+{
+       clear: both;
+       background-color: #ccc;
+       padding: 8px;
+}
+
+h1
+{
+       font-size: 150%;
+       font-weight: bold;
+       padding: 0;
+       margin: 1em 0 0 .3em;
+}
+
+hr
+{
+       border: none 0;
+       border-top: 1px solid #7F8FB1;
+       height: 1px;
+}
+
+pre.code
+{
+       display: block;
+       padding: 8px;
+       border: 1px dashed #ccc;
+}
+
+#index
+{
+       margin-top: 24px;
+       float: left;
+       width: 160px;
+       position: absolute;
+       left: 8px;
+       background-color: #F3F3F3;
+       padding: 8px;
+}
+
+#content
+{
+       margin-left: 190px;
+       width: 600px;
+}
+
+.classList
+{
+       list-style-type: none;
+       padding: 0;
+       margin: 0 0 0 8px;
+       font-family: arial, sans-serif;
+       font-size: 1em;
+       overflow: auto;
+}
+
+.classList li
+{
+       padding: 0;
+       margin: 0 0 8px 0;
+}
+
+.summaryTable { width: 100%; }
+
+h1.classTitle
+{
+       font-size:170%;
+       line-height:130%;
+}
+
+h2 {
+  font-size: 110%;
+  padding-left: 1em;
+}
+
+/* --------- the labels at the top of the page... -------- */
+.class-summary-table .label
+{
+    vertical-align: top;
+    margin-bottom: 4px;
+}
+
+.class-summary-table
+{
+    margin-left:10px;
+    margin-top:5px;
+
+}
+.class-summary-table  td
+{
+    font-size:12px;
+    padding:2px 10px 2px 2px;
+}
+.elbow
+{
+  vertical-align: middle;
+  padding-right: 2px;
+}
+
+.elbow_indent2 {
+  padding-left: 10px;
+}
+
+.elbow_indent3 {
+  padding-left: 20px;
+}
+
+.elbow_indent4 {
+  padding-left: 40px;
+}
+
+.elbow_indent5 {
+  padding-left: 50px;
+}
+
+.elbow_indent6 {
+  padding-left: 50px;
+}
+
+.elbow_indent7 {
+  padding-left: 60px;
+}
+
+/** ---------------------   Caption above tables -----------------------**/
+caption.Empty,
+caption,
+div.sectionTitle
+{
+       background-color: #7F8FB1;
+       color: #fff;
+       font-size:130%;
+       text-align: left;
+       padding: 2px 6px 2px 6px;
+       border: 1px #7F8FB1 solid;
+    width: 100%;
+    font-weight: bold;
+}
+
+div.sectionTitle { margin-bottom: 8px; }
+.summaryTable thead { display: none; }
+
+.summaryTable td
+{
+       vertical-align: top;
+       padding: 4px;
+       border-bottom: 1px #7F8FB1 solid;
+       border-right: 1px #7F8FB1 solid;
+}
+
+/*col#summaryAttributes {}*/
+.summaryTable td.attributes
+{
+       border-left: 1px #7F8FB1 solid;
+       width: 140px;
+       text-align: right;
+}
+
+td.attributes, .fixedFont
+{
+       line-height: 15px;
+       font-family: "Courier New",Courier,monospace;
+       font-size: 13px;
+    margin-left: 10px;
+}
+td.attributes, .fixedFont a
+{
+       color: #999999;
+       font-family: "Lucida Grande", Tahoma, Arial, Helvetica, sans-serif;
+}
+td.attributes, .fixedFont b i
+{
+       font-family: "Lucida Grande", Tahoma, Arial, Helvetica, sans-serif;
+}
+.itemname
+{
+    color: #002EBE;
+}
+
+
+.summaryTable td.nameDescription
+{
+       text-align: left;
+       font-size: 13px;
+       line-height: 15px;
+}
+
+.summaryTable td.nameDescription, .description
+{
+       line-height: 15px;
+       padding: 4px;
+       padding-left: 4px;
+}
+
+.summaryTable { margin-bottom: 8px; }
+
+ul.inheritsList
+{
+       list-style: square;
+       margin-left: 20px;
+       padding-left: 0;
+}
+
+.detailList {
+       margin-left: 20px;
+    padding-top: 10px;
+       line-height: 20px;
+    clear: left;
+}
+.detailList dt
+{
+    margin-left: 20px;
+    clear: left;
+    float: left;
+
+}
+
+.detailList .heading
+{
+       font-weight: bold;
+       padding-bottom: 6px;
+       margin-left: 0;
+
+}
+
+.light, td.attributes, .light a:link, .light a:visited
+{
+       color: #777;
+       font-style: italic;
+}
+
+.fineprint
+{
+       text-align: right;
+       font-size: 10px;
+}
+
+.detailList dd
+{
+    clear: none;
+    float: left;
+    margin-left: 10px;
+
+
+}
+
+
+.detailList dt
+{
+
+
+    margin-bottom::    12px;
+    margin-left:       20px;
+}
+/** ----------------------- RooJS extra stuff  ----------------------- */
+
+.body-wrap {
+    margin: 5px;
+}
+
+.top-tools  {
+    text-align:right;
+}
+.inner-link {
+    margin-left: 10px;
+}
+.inheritance {
+    float:right;
+    margin-top:20px;
+    width:300px;
+}
+.res-block {
+    margin-bottom:15px;
+    padding-top:5px;
+   /* width:210px; */
+}
+.inheritance pre {
+    border:0pt none;
+    font-size:11px;
+    /* line-height:18px !important; */
+    margin:0pt;
+    padding:0pt 8px 5px !important;
+    text-align:left;
+    background-color: #f8f8f8;
+}
+div.hr {
+    background:#CCCCCC none repeat scroll 0%;
+    height:1px;
+    line-height:1px;
+    margin:5px 0pt;
+    overflow:hidden;
+        clear: both;
+}
+/** ----------------------- RooJS table stuff  ----------------------- */
+
+.member-table {
+    margin-bottom:10px;
+    width:100%;
+}
+
+.member-table th {
+    background-color:#eee;
+    border-left:1px solid #EEE;
+    border-right:1px solid #DDD;
+    border-top:1px solid #EEE;
+    padding:3px;
+    text-align:left;
+    vertical-align:middle;
+
+
+    font-size:11px;
+    white-space:nowrap;
+
+}
+
+.member-table td.micon {
+    background:#F9F9F9;
+    border-right:1px solid #D0D0D0;
+    padding:0px;
+    width:16px;
+}
+
+.member-table td.micon a {
+
+    display:block;
+
+    text-decoration: none;
+
+     height:18px;
+    width:16px;
+}
+
+.member-table td.micon,
+.member-table td.sig,
+.member-table td.msource {
+    border-top:1px solid #D0D0D0;
+    vertical-align:top;
+    padding: 5px;
+    font-size: 13px;
+}
+.expanded .mdesc .short{
+    display:none;
+}
+.expanded .mdesc .comments,
+.expanded .mdesc .long {
+    display:block;
+    margin-top: 10px;
+    margin-left: 10px;
+}
+
+
+.mdesc .comments,
+.mdesc .long {
+    display:none;
+}
+.mdesc .short {
+    color: #999;
+    margin-left: 10px;
+}
+
+.expandable td.micon a {
+    background:transparent url(elbow-plus-nl.gif) no-repeat scroll 0px 0px;
+    cursor:pointer}
+
+.expanded  td.micon a {
+    background:transparent url(elbow-minus-nl.gif) no-repeat scroll 0px 0px;
+    cursor:pointer;
+
+}
+
+
+/* ---- table with no contents */
+
+caption.Empty
+{
+    background-color:#EEEEEE;
+    border:medium none;
+    color:#666666;
+    font-size:10pt;
+    font-style:italic;
+    font-weight: normal;
+}
+
+
+/* fix up lists back to normal */
+
+
+.body-wrap ul
+{
+    ist-style-image:   none;
+    list-style-position:       outside;
+    list-style-type:   disc;
+    padding-left: 40px;
+}
+
+.long pre,
+.description pre  {
+    background:#F8F8F8 none repeat scroll 0% 0%;
+    border-color:#ccc;
+    border-style:solid;
+    border-width:1px 1px 1px 5px;
+    font-size:12px !important;
+    line-height:14px !important;
+    margin:10px 10px 10px 0px;
+    padding:10px;
+}
+
+
+.comments {
+    background:#F8F8F8 none repeat scroll 0% 0%;
+    border-color:#f30;
+    border-style:solid;
+    border-width:1px 15px 1px 15px;
+    font-size:12px !important;
+    line-height:14px !important;
+    margin:10px 10px 10px 0px;
+    padding:10px;
+    width:95%;
+    float:left;
+
+}
+
+
+/** methods etc. defined in this class are highlighted. **/
+
+/** -------- alternating rows.. ---- */
+
+.config-row-alt0 {
+    background-color : #f8f8f8;
+}
+.notInherited td.micon,
+.notInherited td.msource
+{
+
+    background-color: #7F8FB1; 
+    color : #fff;
+    font-weight: bold;
+}
+td.msource
+{
+    width: 160px;
+}
+
+.detailList dd {
+       clear: both;
+}
+.left-class-list ol, .left-class-list ul {
+       list-style-image:none;
+       list-style-position:outside;
+       list-style-type:none;
+       margin: 4px;
+       padding: 4px;
+}
+.left-class-list {
+       background:#F8F8F8 none repeat scroll 0 0;
+       border:1px solid white;
+       float:left;
+       margin:5px;
+       padding:5px;
+       width:18%;
+}
+.class-picture {
+       float:right;
+       margin:20px 10px 10px;
+       
+}
+.left-class-list ol, .left-class-list ul {
+       list-style-image:none;
+       list-style-position:outside;
+       list-style-type:none;
+       margin: 4px;
+       padding: 4px;
+}
+.left-class-list {
+       background:#F8F8F8 none repeat scroll 0 0;
+       border:1px solid white;
+       float:left;
+       margin:5px;
+       padding:5px;
+       width:18%;
+}
+.ns-list {
+        
+    display:block;
+    float:left;
+    margin:30px;
+}
\ No newline at end of file
diff --git a/templates/resources/elbow-end.gif b/templates/resources/elbow-end.gif
new file mode 100644 (file)
index 0000000..f24ddee
Binary files /dev/null and b/templates/resources/elbow-end.gif differ
diff --git a/templates/resources/elbow-minus-nl.gif b/templates/resources/elbow-minus-nl.gif
new file mode 100644 (file)
index 0000000..928779e
Binary files /dev/null and b/templates/resources/elbow-minus-nl.gif differ
diff --git a/templates/resources/elbow-plus-nl.gif b/templates/resources/elbow-plus-nl.gif
new file mode 100755 (executable)
index 0000000..9f7f698
Binary files /dev/null and b/templates/resources/elbow-plus-nl.gif differ
diff --git a/templates/resources/library.png b/templates/resources/library.png
new file mode 100644 (file)
index 0000000..4a4651f
Binary files /dev/null and b/templates/resources/library.png differ
diff --git a/templates/resources/library_gnome.css b/templates/resources/library_gnome.css
new file mode 100755 (executable)
index 0000000..2fee732
--- /dev/null
@@ -0,0 +1,715 @@
+body {
+       margin: 0px;
+       padding: 0px;
+       font-family: sans-serif;
+       background: white;
+       color: black;
+       height: 101%;
+}
+
+div {
+       margin: 0;
+}
+
+body.with-star {
+       background: white url(star.png) -100px -200px no-repeat;
+}
+
+#page {
+       margin: 0px;
+       padding: 0px;
+}
+
+#page ul {
+       margin: 0;
+}
+
+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(t.png) top left repeat-y;
+       font-size: 100%;
+}
+
+ul.i18n,
+ul.toc {
+       padding: 0;
+       padding-left: 20px;
+       margin: 0;
+       margin-right: 10px;
+       list-style: none;
+}
+
+ul.i18n li,
+ul.toc li {
+       margin: 0;
+       margin-left: 1em;
+       padding: 0;
+       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(general_bg.png) 0 100% repeat-x;
+       text-align: right;
+       padding: 0 1ex;
+       margin: 0;
+       font-size: 70%;
+}
+
+#general li {
+       display: inline;
+       background: url(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(general_separator.png) 100% 0 no-repeat;
+       padding-top: 0;
+       padding-bottom: 0;
+}
+
+#general .home a {
+       float: left;
+       background: url(foot.png) 7px 50% no-repeat;
+       margin-left: 0;
+       padding-left: 27px;
+}
+
+
+#header {
+       background: #729FCF url(top-header-gradient.png) top left repeat-x;
+       float: left;
+       width: 100%;
+       font-size: 75%;
+}
+
+#header-wrap {
+       background: transparent url(library.png) 15px 10px no-repeat;
+       min-height: 67px;
+}
+
+#header h1 {
+       margin: 0;
+       margin-left: 85px;
+       padding-top: 25px;
+       font-size: 200%;
+       color: #eeeeec;
+}
+
+#tabs {
+       background: url(bar.png) 0 100% repeat-x;
+       width: 100%;
+       float: left;
+       margin: 0;
+       padding: 0;
+}
+
+#portal-globalnav {
+       float: right;
+       list-style: none;
+       margin: 0;
+       margin-right: 3ex;
+}
+
+#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;
+       background: url(tab_left.png) 0 0 no-repeat;
+       padding: 7px 0 7px 7px;
+       border-bottom: 2px solid #CCCCCC;
+}
+
+#portal-globalnav li span {
+       background: url(tab_right.png) 100% 0 no-repeat;
+       padding: 7px 28px 7px 19px;
+}
+
+#portal-globalnav li.selected a {
+       color: #3566A5;
+       background: url(tab_left.png) 0 -57px no-repeat;
+       border-bottom: none;
+       padding-top: 8px;
+       padding-bottom: 8px;
+}
+
+#portal-globalnav li.selected a span {
+       background: url(tab_right.png) 100% -57px no-repeat;
+       padding-top: 8px;
+       padding-bottom: 8px;
+}
+
+
+
+div.articleinfo h1 {
+       padding-top: 1ex;
+       color: #3f3f3f;
+}
+
+div.articleinfo h3.abstract {
+       font-weight: normal;
+       border: 5px solid #eee;
+       padding: 1ex;
+       -moz-border-radius: 10px;
+       -khtml-border-radius: 10px;
+       font-size: 100%;
+       background: white;
+}
+
+div.articleinfo dd.affiliation {
+       color: #a4a4a4;
+       margin-bottom: 1ex;
+}
+
+div.articleinfo dl {
+       margin-left: 1em;
+}
+
+dl.doc-index {
+       margin-left: 1em;
+}
+
+dl.doc-index p {
+       margin: 0.5ex 0;
+}
+
+dl.doc-index dt {
+       margin-top: 2em;
+}
+
+dl.doc-index dd {
+       margin: 0em 1em 2em 1em;
+}
+
+dl.doc-index dt a {
+       text-decoration: none;
+       font-weight: bold;
+       font-size: 110%;
+}
+
+dl.doc-index dt a:hover {
+       text-decoration: underline;
+}
+
+div.body {
+       background-color: transparent;
+       border: none;
+       padding: 1em;
+} 
+
+div.body-sidebar {
+       margin-right: 27ex;
+}
+
+a {
+       color: #3465a4;
+}
+
+div.navbar {
+       margin: 0 29ex 0 2ex;
+}
+
+h1.title {
+       font-size: 1.72em;
+       margin: 0; padding: 0;
+       color: #3f3f3f;
+}
+
+h1.title a {
+       color: inherit;
+       text-decoration: none;
+}
+
+div#language {
+       position: absolute;
+       right: 2em;
+       top: 6ex;
+}
+
+/* from goran css */
+
+#dev, #usr, #adm {
+       float: left;
+       margin: 20px 3% 0px 3%;
+       width: 42%;
+       padding: 5px;
+}
+
+div.sidebar #dev, div.sidebar #usr, div.sidebar #adm {
+       float: none;
+       width: 90%;
+       font-size: 90%;
+       margin-top: 0;
+}
+
+br.clear {
+       clear: both;
+}
+
+#dev p, #usr p, #adm p {
+       margin: 20px;
+}
+
+#usr h2 a, #usr h2 span,
+#dev h2 a, #dev h2 span,
+#adm h2 a, #adm h2 span {
+       display: block; width: 80%;
+       text-decoration: none;  
+       padding: 10px 20px;
+}
+#usr h2 a, #usr h2 span { color: #ffffff; }
+#dev h2 a, #dev h2 span { color: #2e3436; }
+#adm h2 a, #adm h2 span { color: #ffffff; }
+
+#usr h2, #dev h2, #adm h2 {
+       height: 40px;
+       font-size: 11pt;
+       -moz-border-radius: 10px;
+       -khtml-border-radius: 10px;
+       padding: 0px;
+       background: none;
+}
+
+#usr h2 { background: #729fcf url(user-icon.png) 95% no-repeat; }
+#dev h2 { background: #edd400 url(dev-icon.png) 95% no-repeat; }
+#adm h2 { background: #00b147 url(adm-icon.png) 95% no-repeat; }
+
+#updated h3 { margin-bottom: 15px; }
+
+div.sidebar h4 a {
+       text-decoration: none;
+       margin: 0px;
+}
+div.sidebar p.i18n {
+       margin-top: -15px;
+}
+
+div.sidebar fieldset { 
+       margin-top: 30px;
+       border: none;
+}
+
+table#top {
+       margin: 1em auto;
+       clear: both;
+       border: 1px solid #faa;
+       background: #fee;
+       width: 95%;
+}
+
+div.book, div.chapter, div.refentry, div.sect1, div.index {
+       margin: 1em;
+}
+
+.synopsis, .classsynopsis 
+{
+       background: #eee;
+       border: solid 1px #aaa;
+       padding: 0.5em;
+}
+.programlisting 
+{
+       background: #eef;
+       border: solid 1px #aaf;
+       padding: 0.5em;
+}
+.variablelist 
+{
+       padding: 4px;
+       margin-left: 3em;
+}
+.variablelist td:first-child
+{
+       vertical-align: top;
+}
+
+.variablelist p {
+       margin: 0;
+}
+
+div.other-languages ul, div.downloads ul {
+       list-style: none;
+       padding: 0 1em;
+       margin: 0;
+}
+
+div.other-languages ul li, div.downloads ul li {
+       margin: 0;
+       padding: 0;
+}
+
+div.other-languages a, div.downloads a {
+       text-decoration: none;
+}
+
+div.other-languages a:hover, div.downloads a:hover {
+       text-decoration: underline;
+}
+
+ul.versions {
+       margin: 0;
+       padding: 0;
+       padding-left: 1em;
+}
+
+ul.versions li {
+       display: inline;
+       margin: 0 0.5ex;
+}
+
+h2.category {
+       background-position: center left;
+       background-repeat: no-repeat;
+       margin-top: 2em;
+       color: #006;
+       min-height: 32px;
+}
+
+h2.cat-accessibility-directory { padding-left: 40px; background-image: url(icons/accessibility-directory.png); }
+h2.cat-gnome-util { padding-left: 40px; background-image: url(icons/gnome-util.png); }
+h2.cat-gnome-joystick { padding-left: 40px; background-image: url(icons/gnome-joystick.png); }
+h2.cat-gnome-graphics { padding-left: 40px; background-image: url(icons/gnome-graphics.png); }
+h2.cat-gnome-globe { padding-left: 40px; background-image: url(icons/gnome-globe.png); }
+h2.cat-gnome-applications { padding-left: 40px; background-image: url(icons/gnome-applications.png); }
+h2.cat-gnome-other { padding-left: 40px; background-image: url(icons/gnome-other.png); }
+h2.cat-gnome-devel { padding-left: 40px; background-image: url(icons/gnome-devel.png); }
+h2.cat-gnome-multimedia { padding-left: 40px; background-image: url(icons/gnome-multimedia.png); }
+h2.cat-gnome-system { padding-left: 40px; background-image: url(icons/gnome-system.png); }
+h2.cat-gnome-other { padding-left: 40px; background-image: url(icons/gnome-other.png); }
+
+h2.cat-gdp-documentation { padding-left: 40px; background-image: url(icons/gdp-32.png); }
+
+h3.subsection {
+       color: #006;
+       font-style: italic;
+       margin-left: 1ex;
+}
+
+span.lang-code {
+       font-size: 70%;
+       color: #666;
+}
+
+li.active-language {
+       font-weight: bold;
+       margin-bottom: 1ex;
+}
+
+p.no-translation {
+       font-style: italic;
+       color: #888;
+       font-size: 80%;
+}
+
+p.no-translation a {
+       text-decoration: none;
+}
+
+div.subindex {
+       margin: 2em 7em 1em 4em;
+       padding-left: 110px;
+       background-position: top left;
+       background-repeat: no-repeat;
+       min-height: 96px;
+}
+
+div.subindex p {
+       color: #666;
+}
+
+div.subindex h2 {
+       padding: 0;
+       margin: 0;
+}
+
+div.subindex h2 a {
+       text-decoration: inherit;
+}
+
+div.subindex h2 a:hover {
+       text-decoration: underline;
+}
+
+h1.subindex {
+       padding-left: 110px;
+       background-position: top left;
+       background-repeat: no-repeat;
+       line-height: 96px;
+       min-height: 96px;
+}
+
+#subindex-references { background-image: url(icons/api-96.png); }
+#subindex-guides { background-image: url(icons/guides-96.png); }
+#subindex-tools { background-image: url(icons/tools-96.png); }
+#subindex-gdp { background-image: url(icons/gdp-96.png); }
+#subindex-gnome-devel { background-image: url(icons/gnome-development-96.png); }
+
+div#search {
+       position: absolute;
+       text-align: right;
+       right: 1em;
+       top: 5em;
+       font-size: 75%;
+}
+
+form#symlookup {
+       margin: 2em 1em 2em 0em;
+       text-align: right;
+}
+
+input.searchTerms {
+       border: 1px solid #888888;
+}
+
+div#search input.searchTerms {
+       margin-right: 1ex;
+}
+
+input.searchButton {
+       background: white url(search_icon.gif) no-repeat scroll 2px center;
+       color: black;
+       cursor: pointer;
+       padding: 1px 1px 1px 15px;
+       text-transform: none;
+       border: 1px solid #888888;
+}
+
+form#symlookup input.searchTerms {
+       width: 100%;
+       margin-bottom: 1ex;
+}
+
+p.other-versions {
+       font-size: 80%;
+       color: #888;
+}
+
+p.other-versions a {
+       text-decoration: none;
+}
+
+p.upcoming-deprecation {
+       padding: 0.5em 1em 0.5em 60px;
+       min-height: 48px;
+       border: solid 1px #e0e0df;
+       background-color: #fffff0;
+       background-position: 6px 0.5em;
+       background-repeat: no-repeat;
+       background-image: url(/skin/admon-warning.png);
+}
+
+p.canonical-ref {
+       padding: 0.5em 1em 0.5em 60px;
+       min-height: 48px;
+       border: solid 1px #e0e0df;
+       margin-right: 29ex;
+       background-color: #fffff0;
+       background-position: 6px 0.5em;
+       background-repeat: no-repeat;
+       background-image: url(/skin/admon-note.png);
+}
+
+ul.indextoc {
+       margin: 1em 0;
+       padding: 0 0 0 1em;
+       list-style: circle;
+}
+
+ul.indextoc ul {
+       padding: 0 0 0 1em;
+}
+
+ul.indextoc li {
+       font-weight: bold;
+}
+
+ul.indextoc li li {
+       font-weight: normal;
+}
+
+ul.indextoc > li {
+       margin-bottom: 1ex;
+}
+
+ul.indextoc a {
+       text-decoration: none;
+}
+
+div.downloads h4 {
+       min-height: 24px;
+       line-height: 24px;
+       background: transparent url(gnome-mime-application-x-archive.png) top left no-repeat;
+       padding-left: 26px;
+}
+
+div.downloads p.devhelp-note {
+       font-size: 80%;
+}
+
+div.downloads p.devhelp-note {
+       font-size: 80%;
+       color: #444;
+}
+
+span.module-more {
+       font-size: 75%;
+}
+
+dl.doc-index dt span.module-more a {
+       font-weight: normal;
+}
+
+div#footer {
+       margin: 2ex 30ex 2ex 1ex;
+       clear: both;
+       text-align: center;
+       border-top: 1px solid gray;
+       padding-top: 1.5em;
+       color: #888;
+}
+
+div#footer p {
+       margin: 0;
+       font-size: 80%;
+}
+
+div#footer a {
+       color: #3465a4;
+       text-decoration: none;
+}
+
+div#footer a:hover {
+       text-decoration: underline;
+}
+
+div.devel-remark {
+       font-style: italic;
+       color: #800;
+       margin: 1ex 0;
+}
+
+p.caution-nightly {
+       background: #eee url(caution-nightly.png) no-repeat;
+       font-weight: bold;
+       border: 1px outset black;
+       padding: 2px 2px 2px 50px;
+       text-align: center;
+       margin-bottom: 2em;
+       min-height: 50px;
+}
+
+/* code listings */
+
+.listing_code .programlisting .cbracket   { color: #a40000; } /* tango: scarlet red 3 */
+.listing_code .programlisting .comment    { color: #a1a39d; } /* tango: aluminium 4 */
+.listing_code .programlisting .function   { color: #000000; font-weight: bold; }
+.listing_code .programlisting .function a { color: #11326b; font-weight: bold; } /* tango: sky blue 4 */
+.listing_code .programlisting .keyword    { color: #4e9a06; } /* tango: chameleon 3  */
+.listing_code .programlisting .linenum    { color: #babdb6; } /* tango: aluminium 3 */
+.listing_code .programlisting .normal     { color: #000000; }
+.listing_code .programlisting .number     { color: #75507b; } /* tango: plum 2 */
+.listing_code .programlisting .preproc    { color: #204a87; } /* tango: sky blue 3  */
+.listing_code .programlisting .string     { color: #c17d11; } /* tango: chocolate 2 */
+.listing_code .programlisting .type       { color: #000000; }
+.listing_code .programlisting .type a     { color: #11326b; } /* tango: sky blue 4 */
+.listing_code .programlisting .symbol     { color: #ce5c00; } /* tango: orange 3 */
+
+.listing_frame {
+  /* tango:sky blue 1 */
+  border: solid 1px #729fcf;
+  padding: 0px;
+}
+
+.listing_lines, .listing_code {
+  margin-top: 0px;
+  margin-bottom: 0px;
+  padding: 0.5em;
+}
+.listing_lines {
+  /* tango:sky blue 0.5 */
+  background: #a6c5e3;
+  /* tango:aluminium 6 */
+  color: #2e3436;
+}
+.listing_code {
+  /* tango:sky blue 0 */
+  background: #e6f3ff;
+}
+.listing_code .programlisting {
+  /* override from previous */
+  border: none 0px;
+  padding: 0px;
+}
+.listing_lines pre, .listing_code pre {
+  margin: 0px;
+}
diff --git a/templates/resources/library_gnome_print.css b/templates/resources/library_gnome_print.css
new file mode 100755 (executable)
index 0000000..47d4d1a
--- /dev/null
@@ -0,0 +1,9 @@
+ul#general,
+div#header,
+div.sidebar {
+       display: none;
+}
+
+div.body-sidebar {
+       margin-right: 0;
+}
diff --git a/templates/resources/page.js b/templates/resources/page.js
new file mode 100755 (executable)
index 0000000..3d7c49c
--- /dev/null
@@ -0,0 +1,172 @@
+//<script type="text/javascript">
+/* -- IE kludge as usual! */
+if (!Array.prototype.indexOf)
+{
+  Array.prototype.indexOf = function(elt /*, from*/)
+  {
+    var len = this.length;
+
+    var from = Number(arguments[1]) || 0;
+    from = (from < 0)
+         ? Math.ceil(from)
+         : Math.floor(from);
+    if (from < 0)
+      from += len;
+
+    for (; from < len; from++)
+    {
+      if (from in this &&
+          this[from] === elt)
+        return from;
+    }
+    return -1;
+  };
+}
+
+
+
+RooDocsPage = {
+    
+    isIE: function() {
+        var ua = navigator.userAgent.toLowerCase();
+        return ua.indexOf("msie") > -1;
+        
+    },
+    
+    
+    onload : function()
+    {
+        //console.log("loading");
+        
+        this.addEvent(document,'click', function(e) {
+            var ev = e || window.event;
+            var t = ev.target || ev.srcElement;
+            //console.log(t);
+            return RooDocsPage.clicked(t);
+            
+        });
+        
+        
+        
+    },
+    addEvent: function(el, eventName, fn)
+    {
+        
+        if (window.addEventListener) {
+            capture = false;
+            el.addEventListener(eventName, fn, (capture));
+            return;
+        } 
+        if (window.attachEvent) {
+            el.attachEvent("on" + eventName, fn);
+            return;
+         
+        }
+    },
+    clicked : function(t)
+    {
+        
+        
+        var classAr = t.className.split(' ');
+        //console.log(classAr)
+        if ((t.nodeName == 'a') && (classAr.indexOf('exi') < 0) && (classAr.indexOf('micon') < 0)) {
+            // link clicked...
+            return false;
+           
+        }
+            
+           
+        
+        
+        if (classAr.indexOf('exi') > -1 || classAr.indexOf('micon') > -1) {
+            
+            var tr = t;
+            //console.log(tr.parentNode);
+            while (tr.parentNode) {
+                ///console.log(tr.nodeName);
+                if (tr.nodeName.toUpperCase() =='TR') {
+                    break;
+                }
+                tr = tr.parentNode;
+            }
+            if (tr.nodeName.toUpperCase() != 'TR') { // no tr!
+                return false;
+            }
+            //console.log(tr.className)
+            if (tr.className.match(/expandable/)) {
+                
+                if (!/expanded/.test(tr.className)) {
+                    
+                    tr.className += " expanded";
+                    
+                    //this.loadComments(tr);
+                    
+                  //  console.log("ADDED:"+ tr.className);
+                } else {
+                    tr.className = tr.className.replace(/ expanded/,'');
+                    //console.log("REMOVED:"+ tr.className);
+                }
+            }
+            return true;
+            
+            
+            
+        }
+        return false;
+    },
+    
+    getAttributeNS : function(d,ns,name) {
+        if (this.isIE()) {
+            // ie uses attribute stuff...
+            var type = typeof d[ns+":"+name];
+            if(type != 'undefined' && type != 'unknown'){
+                return d[ns+":"+name];
+            }
+            return d[name];
+            
+        } 
+        return d.getAttributeNS(ns, name) || d.getAttribute(ns+":"+name) || d.getAttribute(name) || d[name];
+    }
+    
+}
+
+
+ /*
+this.preview.getEl().on('click', function(e, target)
+        {
+            //console.log("click pressed?");
+            
+            if(target = e.getTarget('a:not(.exi)', 3)) {
+                var cls = Ext.fly(target).getAttributeNS('roo', 'cls');
+                e.stopEvent();
+                if(cls){
+                    var member = Ext.fly(target).getAttributeNS('roo', 'member');
+                    //this.loadClass(target.href, cls, member);
+                    
+                    if (/^src\//.test(cls)) {
+                        cls = cls.replace(/.js$/, ''); // get rid of .js for source links..
+                    }
+                    
+                    
+                    MainBody.loadPage("symbols/"+ cls +".html");
+                    return;
+                }
+                if(target.className == 'inner-link'){ // go to #
+                    this.getActiveTab().scrollToSection(target.href.split('#')[1]);
+                    return;
+                }
+                window.open(target.href);
+                
+                return; // no more...
+            }
+            if(target = e.getTarget('.micon', 2)){
+                
+                e.stopEvent();
+                var tr = Ext.fly(target.parentNode);
+                if(tr.hasClass('expandable')){
+                    tr.toggleClass('expanded');
+                }
+            }
+          
+        });
+*/
\ No newline at end of file
diff --git a/templates/resources/top-header-gradient.png b/templates/resources/top-header-gradient.png
new file mode 100644 (file)
index 0000000..bebf2f0
Binary files /dev/null and b/templates/resources/top-header-gradient.png differ