[Pidgin] #12566: Fix ugliness in packaged documentation.. adds some sane CSS..

Pidgin trac at pidgin.im
Sun Aug 29 20:46:54 EDT 2010


#12566: Fix ugliness in packaged documentation.. adds some sane CSS..
--------------------------+-------------------------------------------------
 Reporter:  mnunberg      |     Owner:  rekkanoryo
     Type:  patch         |    Status:  new       
Component:  unclassified  |   Version:  2.7.3     
 Keywords:                |  
--------------------------+-------------------------------------------------
 {{{
 diff -urP pidgin-2.7.3.orig/doc/footer.html pidgin-2.7.3/doc/footer.html
 --- pidgin-2.7.3.orig/doc/footer.html   1969-12-31 16:00:00.000000000
 -0800
 +++ pidgin-2.7.3/doc/footer.html        2010-08-26 11:55:15.000000000
 -0700
 @@ -0,0 +1 @@
 +</div></body></html>
 diff -urP pidgin-2.7.3.orig/doc/header.html pidgin-2.7.3/doc/header.html
 --- pidgin-2.7.3.orig/doc/header.html   1969-12-31 16:00:00.000000000
 -0800
 +++ pidgin-2.7.3/doc/header.html        2010-08-26 12:03:02.000000000
 -0700
 @@ -0,0 +1,31 @@
 +<!DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
 +<html xmlns="http://www.w3.org/1999/xhtml">
 +       <head>
 +               <meta http-equiv="content-type" content="text/html;
 charset=UTF-8">
 +               <title>
 +                       Pidgin/libpurple Documentation
 +               </title>
 +               <link rel="stylesheet" href="style.css" type="text/css">
 +               <!--            <link rel="stylesheet" href="doxygen.css"
 type="text/css">-->
 +<!--           <link rel="shortcut icon"
 href="http://developer.pidgin.im/static/pidgin.ico" type="image/x-icon">
 +               <link rel="icon"
 href="http://developer.pidgin.im/static/pidgin.ico" type="image/x-icon">
 +               <link type="application/opensearchdescription+xml"
 rel="search" href="http://developer.pidgin.im/search/opensearch"
 title="Search Pidgin">
 +               <script type="text/javascript"
 src="jquery.js"></script><script type="text/javascript"
 src="request_8h_files/trac.js"></script><script type="text/javascript"
 src="search.js"></script>
 +               -->
 +               <!--[if lt IE 7]>
 +               <script type="text/javascript"
 src="/chrome/common/js/ie_pre7_hacks.js"></script>
 +               <![endif]-->
 +               <style type="text/css">
 +                       @import
 url("/extension/pidgin/design/pidgin/stylesheets/style.css");
 +                       @import url("/static/pidgin-trac.css");
 +               </style>
 +               </head><body>
 +               <div id="BodyWrapper">
 +                       <div id="Container">
 +                               <div id="main">
 +                                       <div id="ctxtnav" class="nav">
 +                                               <h2>Context
 Navigation</h2>
 +                                               <hr>
 +                                       </div>
 +                                       <div id="content" class="doxygen">
 +                                               <div>
 diff -urP pidgin-2.7.3.orig/doc/style.css pidgin-2.7.3/doc/style.css
 --- pidgin-2.7.3.orig/doc/style.css     1969-12-31 16:00:00.000000000
 -0800
 +++ pidgin-2.7.3/doc/style.css  2010-08-26 11:55:15.000000000 -0700
 @@ -0,0 +1,989 @@
 +body { background: #fff; color: #000; margin: 10px; padding: 0; }
 +body, th, td {
 +       font: normal 13px Verdana,Arial,'Bitstream Vera Sans',Helvetica
 ,sans-serif;
 +}
 +h1, h2, h3, h4 {
 +       font-family: Arial,Verdana,'Bitstream Vera Sans',Helvetica,sans-
 serif;
 +       font-weight: bold;
 +       letter-spacing: -0.018em;
 +       page-break-after: avoid;
 +}
 +h1 { font-size: 19px; margin: .15em 1em 0.5em 0 }
 +h2 { font-size: 16px }
 +h3 { font-size: 14px }
 +hr { border: none;  border-top: 1px solid #ccb; margin: 2em 0 }
 +address { font-style: normal }
 +img { border: none }
 +
 +.underline { text-decoration: underline }
 +ol.loweralpha { list-style-type: lower-alpha }
 +ol.upperalpha { list-style-type: upper-alpha }
 +ol.lowerroman { list-style-type: lower-roman }
 +ol.upperroman { list-style-type: upper-roman }
 +ol.arabic     { list-style-type: decimal }
 +
 +/* Link styles */
 +:link, :visited {
 +       text-decoration: none;
 +       color: #b00;
 +       border-bottom: 1px dotted #bbb;
 +}
 +:link:hover, :visited:hover { background-color: #eee; color: #555 }
 +h1 :link, h1 :visited ,h2 :link, h2 :visited, h3 :link, h3 :visited,
 +h4 :link, h4 :visited, h5 :link, h5 :visited, h6 :link, h6 :visited {
 +       color: inherit;
 +}
 +
 +/* Heading anchors */
 +.anchor:link, .anchor:visited {
 +       border: none;
 +       color: #d7d7d7;
 +       font-size: .8em;
 +       vertical-align: text-top;
 +}
 +* > .anchor:link, * > .anchor:visited {
 +       visibility: hidden;
 +}
 +h1:hover .anchor, h2:hover .anchor, h3:hover .anchor,
 +h4:hover .anchor, h5:hover .anchor, h6:hover .anchor {
 +       visibility: visible;
 +}
 +
 + at media screen {
 +       a.ext-link .icon {
 +               background: url(../extlink.gif) left center no-repeat;
 +               padding-left: 16px;
 + }
 + a.mail-link .icon {
 +        background: url(../envelope.png) left center no-repeat;
 +        padding-left: 16px;
 + }
 +}
 +
 +/* Forms */
 +input, textarea, select { margin: 2px }
 +input, select { vertical-align: middle }
 +input[type=button], input[type=submit], input[type=reset] {
 +       background: #eee;
 +       color: #222;
 +       border: 1px outset #ccc;
 +       padding: .1em .5em;
 +}
 +input[type=button]:hover, input[type=submit]:hover,
 input[type=reset]:hover {
 +       background: #ccb;
 +}
 +input[type=button][disabled], input[type=submit][disabled],
 +input[type=reset][disabled] {
 +       background: #f6f6f6;
 +       border-style: solid;
 +       color: #999;
 +}
 +input[type=text], input.textwidget, textarea { border: 1px solid #d7d7d7
 }
 +input[type=text], input.textwidget { padding: .25em .5em }
 +input[type=text]:focus, input.textwidget:focus, textarea:focus {
 +       border: 1px solid #886;
 +}
 +option { border-bottom: 1px dotted #d7d7d7 }
 +fieldset { border: 1px solid #d7d7d7; padding: .5em; margin: 1em 0 }
 +form p.hint, form span.hint { color: #666; font-size: 85%; font-style:
 italic; margin: .5em 0;
 +       padding-left: 1em;
 +}
 +fieldset.iefix {
 +       background: transparent;
 +       border: none;
 +       padding: 0;
 +       margin: 0;
 +}
 +* html fieldset.iefix { width: 98% }
 +fieldset.iefix p { margin: 0 }
 +legend { color: #999; padding: 0 .25em; font-size: 90%; font-weight: bold
 }
 +label.disabled { color: #d7d7d7 }
 +.buttons { margin: .5em .5em .5em 0 }
 +.buttons form, .buttons form div { display: inline }
 +.buttons input { margin: 1em .5em .1em 0 }
 +.inlinebuttons input {
 +       font-size: 70%;
 +       border-width: 1px;
 +       border-style: dotted;
 +       margin: 0 .1em;
 +       padding: 0.1em;
 +       background: none;
 +}
 +
 +/* Header */
 +#header hr { display: none }
 +#header h1 { margin: 1.5em 0 -1.5em; }
 +#header img { border: none; margin: 0 0 -3em }
 +#header :link, #header :visited, #header :link:hover, #header
 :visited:hover {
 +       background: transparent;
 +       color: #555;
 +       margin-bottom: 2px;
 +       border: none;
 +}
 +#header h1 :link:hover, #header h1 :visited:hover { color: #000 }
 +
 +/* Quick search */
 +#search {
 +       clear: both;
 +       font-size: 10px;
 +       height: 2.2em;
 +       margin: 0 0 1em;
 +       text-align: right;
 +}
 +#search input { font-size: 10px }
 +#search label { display: none }
 +
 +/* Navigation */
 +.nav h2, .nav hr { display: none }
 +.nav ul { font-size: 10px; list-style: none; margin: 0; text-align: right
 }
 +.nav li {
 +       border-right: 1px solid #d7d7d7;
 +       display: inline;
 +       padding: 0 .75em;
 +       white-space: nowrap;
 +}
 +.nav li.last { border-right: none }
 +
 +/* Main navigation bar */
 +#mainnav {
 +       background: #f7f7f7 url(../topbar_gradient.png) 0 0;
 +       border: 1px solid #000;
 +       font: normal 10px verdana,'Bitstream Vera Sans',helvetica,arial
 ,sans-serif;
 +       margin: .66em 0 .33em;
 +       padding: .2em 0;
 +}
 +#mainnav ul { padding-left: 0 }
 +#mainnav li { border-right: none; padding: .25em 0 }
 +#mainnav :link, #mainnav :visited {
 +       background: url(../dots.gif) 0 0 no-repeat;
 +       border-right: 1px solid #fff;
 +       border-bottom: none;
 +       border-left: 1px solid #555;
 +       color: #000;
 +       padding: .2em 20px;
 +}
 +* html #mainnav :link, * html #mainnav :visited { background-position:
 1px 0 }
 +#mainnav :link:hover, #mainnav :visited:hover {
 +       background-color: #ccc;
 +       border-right: 1px solid #ddd;
 +}
 +#mainnav .active :link, #mainnav .active :visited {
 +       background: #333 url(../topbar_gradient2.png) 0 0 repeat-x;
 +       border-top: none;
 +       border-right: 1px solid #000;
 +       color: #eee;
 +       font-weight: bold;
 +}
 +#mainnav .active :link:hover, #mainnav .active :visited:hover {
 +       border-right: 1px solid #000;
 +}
 +
 +/* Context-dependent navigation links */
 +#ctxtnav { height: 1em }
 +#ctxtnav li ul {
 +       background: #f7f7f7;
 +       color: #ccc;
 +       border: 1px solid;
 +       padding: 0;
 +       display: inline;
 +       margin: 0;
 +}
 +#ctxtnav li li { padding: 0; }
 +#ctxtnav li li :link, #ctxtnav li li :visited { padding: 0 1em }
 +#ctxtnav li li :link:hover, #ctxtnav li li :visited:hover {
 +       background: #bba;
 +       color: #fff;
 +}
 +
 +/* Alternate links */
 +#altlinks { clear: both; text-align: center }
 +#altlinks h3 { font-size: 12px; letter-spacing: normal; margin: 0 }
 +#altlinks ul { list-style: none; margin: 0; padding: 0 0 1em }
 +#altlinks li {
 +       border-right: 1px solid #d7d7d7;
 +       display: inline;
 +       font-size: 11px;
 +       line-height: 1.5;
 +       padding: 0 1em;
 +       white-space: nowrap;
 +}
 +#altlinks li.last { border-right: none }
 +#altlinks li :link, #altlinks li :visited {
 +       background-repeat: no-repeat;
 +       color: #666;
 +       border: none;
 +       padding: 0 0 2px;
 +}
 +#altlinks li a.ics { background-image: url(../ics.png); padding-left:
 22px }
 +#altlinks li a.rss { background-image: url(../feed.png); padding-left:
 20px }
 +
 +/* Footer */
 +#footer {
 +       clear: both;
 +       color: #bbb;
 +       font-size: 10px;
 +       border-top: 1px solid;
 +       height: 31px;
 +       padding: .25em 0;
 +}
 +#footer :link, #footer :visited { color: #bbb; }
 +#footer hr { display: none }
 +#footer #tracpowered { border: 0; float: left }
 +#footer #tracpowered:hover { background: transparent }
 +#footer p { margin: 0 }
 +#footer p.left {
 +       float: left;
 +       margin-left: 1em;
 +       padding: 0 1em;
 +       border-left: 1px solid #d7d7d7;
 +       border-right: 1px solid #d7d7d7;
 +}
 +#footer p.right {
 +       float: right;
 +       text-align: right;
 +}
 +
 +#content { padding-bottom: 2em; position: relative }
 +
 +#help {
 +       clear: both;
 +       color: #999;
 +       font-size: 90%;
 +       margin: 1em;
 +       text-align: right;
 +}
 +#help :link, #help :visited { cursor: help }
 +#help hr { display: none }
 +
 +/* Page preferences form */
 +#prefs {
 +       background: #f7f7f0;
 +       border: 1px outset #998;
 +       float: right;
 +       font-size: 9px;
 +       padding: .8em;
 +       position: relative;
 +       margin: 0 1em 1em;
 +}
 +* html #prefs { width: 26em } /* Set width only for IE */
 +#prefs input, #prefs select { font-size: 9px; vertical-align: middle }
 +#prefs fieldset {
 +       background: transparent;
 +       border: none;
 +       margin: .5em;
 +       padding: 0;
 +}
 +#prefs fieldset legend {
 +       background: transparent;
 +       color: #000;
 +       font-size: 9px;
 +       font-weight: normal;
 +       margin: 0 0 0 -1.5em;
 +       padding: 0;
 +}
 +#prefs .buttons { text-align: right }
 +
 +/* Version information (browser, wiki, attachments) */
 +#info {
 +       margin: 1em 0 0 0;
 +       background: #f7f7f0;
 +       border: 1px solid #d7d7d7;
 +       border-collapse: collapse;
 +       border-spacing: 0;
 +       clear: both;
 +       width: 100%;
 +}
 +#info th, #info td { font-size: 85%; padding: 2px .5em; vertical-align:
 top }
 +#info th { font-weight: bold; text-align: left; white-space: nowrap }
 +#info td.message { width: 100% }
 +#info .message ul { padding: 0; margin: 0 2em }
 +#info .message p { margin: 0; padding: 0 }
 +
 +/* Wiki */
 +.wikipage { padding-left: 18px }
 +.wikipage h1, .wikipage h2, .wikipage h3 { margin-left: -18px }
 +
 +a.missing:link, a.missing:visited, span.missing { color: #998 }
 +a.missing:link, a.missing:visited { background: #fafaf0 }
 +a.missing:hover { color: #000 }
 +a.closed:link, a.closed:visited { text-decoration: line-through }
 +span.closed { text-decoration: line-through }
 +span.forbidden, a.forbidden { background: #fafaf0; color: #998; }
 +
 +/* User-selectable styles for blocks */
 +.important {
 +       background: #fcb;
 +       border: 1px dotted #d00;
 +       color: #500;
 +       padding: 0 .5em 0 .5em;
 +       margin: .5em;
 +}
 +
 +dl.wiki dt { font-weight: bold }
 +dl.compact dt { float: left; padding-right: .5em }
 +dl.compact dd { margin: 0; padding: 0 }
 +
 +pre.wiki, pre.literal-block {
 +       background: #f7f7f7;
 +       border: 1px solid #d7d7d7;
 +       margin: 1em 1.75em;
 +       padding: .25em;
 +       overflow: auto;
 +}
 +
 +blockquote.citation {
 +       margin: -0.6em 0;
 +       border-style: solid;
 +       border-width: 0 0 0 2px;
 +       padding-left: .5em;
 +       border-color: #b44;
 +}
 +.citation blockquote.citation { border-color: #4b4; }
 +.citation .citation blockquote.citation { border-color: #44b; }
 +.citation .citation .citation blockquote.citation { border-color: #c55; }
 +
 +table.wiki {
 +       border: 2px solid #ccc;
 +       border-collapse: collapse;
 +       border-spacing: 0;
 +}
 +table.wiki td { border: 1px solid #ccc;  padding: .1em .25em; }
 +
 +.wikitoolbar {
 +       border: solid #d7d7d7;
 +       border-width: 1px 1px 1px 0;
 +       height: 18px;
 +       width: 234px;
 +}
 +.wikitoolbar :link, .wikitoolbar :visited {
 +       background: transparent url(../edit_toolbar.png) no-repeat;
 +       border: 1px solid #fff;
 +       border-left-color: #d7d7d7;
 +       cursor: default;
 +       display: block;
 +       float: left;
 +       width: 24px;
 +       height: 16px;
 +}
 +.wikitoolbar :link:hover, .wikitoolbar :visited:hover {
 +       background-color: transparent;
 +       border: 1px solid #fb2;
 +}
 +.wikitoolbar a#em { background-position: 0 0 }
 +.wikitoolbar a#strong { background-position: 0 -16px }
 +.wikitoolbar a#heading { background-position: 0 -32px }
 +.wikitoolbar a#link { background-position: 0 -48px }
 +.wikitoolbar a#code { background-position: 0 -64px }
 +.wikitoolbar a#hr { background-position: 0 -80px }
 +.wikitoolbar a#np { background-position: 0 -96px }
 +.wikitoolbar a#br { background-position: 0 -112px }
 +.wikitoolbar a#img { background-position: 0 -128px }
 +
 +/* Styles for the form for adding attachments. */
 +#attachment .field { margin-top: 1.3em }
 +#attachment label { padding-left: .2em }
 +#attachment fieldset { margin-top: 2em }
 +#attachment fieldset .field { float: left; margin: 0 1em .5em 0 }
 +#attachment .options { float: left; padding: 0 0 1em 1em }
 +#attachment br { clear: left }
 +.attachment #preview { margin-top: 1em }
 +
 +/* Styles for the list of attachments. */
 +#attachments { border: 1px outset #996; padding: 1em }
 +#attachments .attachments { margin-left: 2em; padding: 0 }
 +#attachments dt { display: list-item; list-style: square; }
 +#attachments dd { font-style: italic; margin-left: 0; padding-left: 0; }
 +
 +/* Styles for tabular listings such as those used for displaying
 directory
 +contents and report results. */
 +table.listing {
 +       clear: both;
 +       border-bottom: 1px solid #d7d7d7;
 +       border-collapse: collapse;
 +       border-spacing: 0;
 +       margin-top: 1em;
 +       width: 100%;
 +}
 +table.listing th { text-align: left; padding: 0 1em .1em 0; font-size:
 12px }
 +table.listing thead { background: #f7f7f0 }
 +table.listing thead th {
 +       border: 1px solid #d7d7d7;
 +       border-bottom-color: #999;
 +       font-size: 11px;
 +       font-weight: bold;
 +       padding: 2px .5em;
 +       vertical-align: bottom;
 +}
 +table.listing thead th :link:hover, table.listing thead th :visited:hover
 {
 +       background-color: transparent;
 +}
 +table.listing thead th a { border: none; padding-right: 12px }
 +table.listing th.asc a, table.listing th.desc a { font-weight: bold }
 +table.listing th.asc a, table.listing th.desc a {
 +       background-position: 100% 50%;
 +       background-repeat: no-repeat;
 +}
 +table.listing th.asc a { background-image: url(../asc.png) }
 +table.listing th.desc a { background-image: url(../desc.png) }
 +table.listing tbody td, table.listing tbody th {
 +       border: 1px dotted #ddd;
 +       padding: .3em .5em;
 +       vertical-align: top;
 +}
 +table.listing tbody td a:hover, table.listing tbody th a:hover {
 +       background-color: transparent;
 +}
 +table.listing tbody tr { border-top: 1px solid #ddd }
 +table.listing tbody tr.even { background-color: #fcfcfc }
 +table.listing tbody tr.odd { background-color: #f7f7f7 }
 +table.listing tbody tr:hover { background: #eed !important }
 +table.listing tbody tr.focus { background: #ddf !important }
 +
 +/* Styles for the page history table
 +(extends the styles for "table.listing") */
 +#fieldhist td { padding: 0 .5em }
 +#fieldhist td.date, #fieldhist td.diff, #fieldhist td.version,
 +#fieldhist td.author {
 +       white-space: nowrap;
 +}
 +#fieldhist td.version { text-align: center }
 +#fieldhist td.comment { width: 100% }
 +
 +/* Auto-completion interface */
 +.suggestions { background: #fff; border: 1px solid #886; color: #222; }
 +.suggestions ul {
 +       font-family: sans-serif;
 +       max-height: 20em;
 +       min-height: 3em;
 +       list-style: none;
 +       margin: 0;
 +       overflow: auto;
 +       padding: 0;
 +       width: 440px;
 +}
 +* html .suggestions ul { height: 10em; }
 +.suggestions li { background: #fff; cursor: pointer; padding: 2px 5px }
 +.suggestions li.selected { background: #b9b9b9 }
 +
 +/* Styles for the error page (and rst errors) */
 +#content.error .message, div.system-message {
 +       background: #fdc;
 +       border: 2px solid #d00;
 +       color: #500;
 +       padding: .5em;
 +       margin: 1em 0;
 +}
 +#content.error div.message pre, div.system-message pre {
 +       margin-left: 1em;
 +       overflow: hidden;
 +       white-space: normal;
 +}
 +div.system-message p { margin: 0; }
 +div.system-message p.system-message-title { font-weight: bold; }
 +
 +#warning.system-message { background: #ffa; border: 2px solid #886; }
 +#warning.system-message li { list-style-type: square; }
 +
 +#notice.system-message { background: #bfb; border: 2px solid #484; }
 +#notice.system-message li { list-style-type: square; }
 +
 +#content.error form.newticket { display: inline; }
 +#content.error form.newticket textarea { display: none; }
 +
 +#content.error #systeminfo { margin: 1em; width: auto; }
 +#content.error #systeminfo th { font-weight: bold; text-align: right; }
 +
 +#content.error #traceback { margin-left: 1em; }
 +#content.error #traceback :link, #content.error #traceback :visited {
 +       border: none;
 +}
 +#content.error #tbtoggle { font-size: 80%; }
 +#content.error #traceback div { margin-left: 1em; }
 +#content.error #traceback h3 { font-size: 95%; margin: .5em 0 0; }
 +#content.error #traceback :link var, #content.error #traceback :visited
 var {
 +       font-family: monospace;
 +       font-style: normal;
 +       font-weight: bold;
 +}
 +#content.error #traceback span.file { color: #666; font-size: 85%; }
 +#content.error #traceback ul { list-style: none; margin: .5em 0; padding:
 0; }
 +#content.error #traceback ol {
 +       border: 1px dotted #d7d7d7;
 +       color: #999;
 +       font-size: 85%;
 +       line-height: 1;
 +       margin: .5em 0;
 +}
 +#content.error #traceback ol li { white-space: pre; }
 +#content.error #traceback ol li.current { background: #e6e6e6; color:
 #333; }
 +#content.error #traceback ol li code { color: #666; }
 +#content.error #traceback ol li.current code { color: #000; }
 +#content.error #traceback table { margin: .5em 0 1em;  }
 +#content.error #traceback th, #content.error #traceback td {
 +       font-size: 85%; padding: 1px;
 +}
 +#content.error #traceback th var {
 +       font-family: monospace;
 +       font-style: normal;
 +}
 +#content.error #traceback td code { white-space: pre; }
 +#content.error #traceback pre { font-size: 95%; }
 +
 +#content .paging { margin: 0 0 2em; padding: .5em 0 0;
 +       font-size: 85%; line-height: 2em; text-align: center;
 +}
 +#content .paging .current {
 +       padding: .1em .3em;
 +       border: 1px solid #333;
 +       background: #999; color: #fff;
 +}
 +
 +#content .paging :link, #content .paging :visited {
 +       padding: .1em .3em;
 +       border: 1px solid #666;
 +       background: transparent; color: #666;
 +}
 +#content .paging :link:hover, #content .paging :visited:hover {
 +       background: #999; color: #fff;  border-color: #333;
 +}
 +#content .paging .previous a,
 +#content .paging .next a {
 +       font-size: 150%; font-weight: bold; border: none;
 +}
 +#content .paging .previous a:hover,
 +#content .paging .next a:hover {
 +       background: transparent; color: #666;
 +}
 +
 +#content h2 .numresults { color: #666; font-size: 90%; }
 +
 +/* Styles for search word highlighting */
 + at media screen {
 +       .searchword0 { background: #ff9 }
 +       .searchword1 { background: #cfc }
 +       .searchword2 { background: #cff }
 +       .searchword3 { background: #ccf }
 +       .searchword4 { background: #fcf }
 +}
 +
 + at media print {
 +       #header, #altlinks, #footer, #help { display: none }
 +       .nav, form, .buttons form, form .buttons, form .inlinebuttons {
 +               display: none;
 + }
 + form.printableform { display: block }
 +}
 +
 +
 +div.tabs *
 +{
 +       display: inline;
 +}
 +
 +div.tabs ul
 +{
 +       display: block;
 +       margin: 0;
 +       padding: 0.5em 0 0 0;
 +       font-size: 10px;
 +       list-style: none;
 +       text-align: left;
 +}
 +
 +div.tabs li
 +{
 +       border-right: 1px solid #d7d7d7;
 +       padding: 0 0.75em;
 +       white-space: nowrap;
 +}
 +
 +div.tabs form
 +{
 +       float: right;
 +}
 +
 +div.tabs label, div.tabs input
 +{
 +       padding: 0 0.75em;
 +       font-size: 10px;
 +}
 +
 +div#main div.nav
 +{
 +       margin: 0;
 +       padding: 1em 0 0 0.75em;
 +}
 +
 +h1
 +{
 +       margin: 1em;
 +}
 +
 +
 +
 +body
 +{
 +background: #FFFFFF
 url('/extension/pidgin/design/pidgin/images/header_fade_repeat.jpg')
 repeat-x top;
 +text-align:center;
 +margin:0px;
 +padding:0px;
 +font-family: sans-serif;
 +font-size:12.7px;
 +color:#000;
 +}
 +
 +img
 +{
 +behavior:url('/extension/pidgin/design/pidgin/javascript/pngbehavior.htc');
 +}
 +
 +a img
 +{
 +border: none;
 +}
 +
 +h1
 +{
 +color:#E66926;
 +margin-top:0px;
 +padding-top:0px;
 +font-weight:normal;
 +}
 +
 +h3
 +{
 +margin:0px;
 +padding:0px;
 +font-weight:bold;
 +font-size:14px;
 +color:#3f3f3f;
 +}
 +
 +p.date
 +{
 +margin: 0;
 +padding: 0;
 +color: #999;
 +margin-top: -10px;
 +}
 +
 +.feed_link
 +{
 +float: right;
 +text-align: right;
 +}
 +
 +.feed_link img
 +{
 +vertical-align: middle;
 +padding: 5px;
 +background: white;
 +}
 +
 +.LeftNavigationInner h3
 +{
 +margin-left:15px;
 +}
 +
 +
 +a
 +{
 +color:#E66926;
 +}
 +
 +a:hover
 +{
 +text-decoration:none;
 +}
 +
 +#Container
 +{
 +margin:0px auto;
 +width:800px;
 +text-align:left;
 +position:relative;
 +z-index:1;
 +}
 +
 +
 +.TopNavigation
 +{
 +width:795px;
 +height:100px;
 +background:
 url('/extension/pidgin/design/pidgin/images/pidgin_in_header.jpg') no-
 repeat bottom left;
 +}
 +
 +.object-right
 +{
 +float: right;
 +margin-left: 20px;
 +}
 +
 +.SiteAnnouncement
 +{
 +color:#E66926;
 +height:58px;
 +font-size:15px;
 +font-weight:bold;
 +position:relative;
 +left:230px;
 +top:20px;
 +width:560px;
 +}
 +
 +.SiteAnnouncement p
 +{
 +margin: 0;
 +padding: 0;
 +}
 +
 +.TitleImage
 +{
 +margin-left:125px;
 +}
 +
 +.TopNavigation ul
 +{
 +margin:0px;
 +padding:0px;
 +float:left;
 +list-style:none;
 +border-left:1px solid #3F2844;
 +border-right:1px solid #BFABC6;
 +margin-left:200px;
 +margin-top:2px;
 +}
 +
 +.TopNavigation ul li
 +{
 +float:left;
 +text-transform:uppercase;
 +border-left:1px solid #BFABC6;
 +border-right:1px solid #3F2844;
 +padding:0px;
 +}
 +
 +.TopNavigation ul li.Selected
 +{
 +background-color:#8E6E95;
 +}
 +
 +.TopNavigation ul li a
 +{
 +text-decoration:none;
 +color:#FFFFFF;
 +padding:0px 15px;
 +line-height:40px;
 +display:block;
 +}
 +
 +.TopNavigation ul li a:hover
 +{
 +background-color:#8E6E95;
 +}
 +
 +.LeftNavigation
 +{
 +margin-top:30px;
 +width:211px;
 +float:left;
 +}
 +
 +.LeftNavigationTop
 +{
 +background:url('/extension/pidgin/design/pidgin/images/left_fame_top.gif')
 no-repeat top left;
 +width:211px;
 +height:9px;
 +float:left;
 +}
 +
 +.LeftNavigationInner
 +{
 +background-color:#FFFFFF;
 +border-left:1px solid #DADADA;
 +border-right:1px solid #DADADA;
 +float:left;
 +padding:10px 0px 5px 0px;
 +width:209px;
 +}
 +
 +.LeftNavigationInner ul
 +{
 +list-style:none;
 +margin:5px 0px 20px 0px;
 +padding:0px;
 +border-bottom:1px solid #EFEFEF;
 +}
 +
 +.LeftNavigationInner ul li
 +{
 +border-top:1px solid #EFEFEF;
 +}
 +
 +.LeftNavigationInner ul li a
 +{
 +text-decoration:none;
 +font-size:13px;
 +padding:2px 0px 0px 15px;
 +width:194px;
 +height:19px;
 +display:block;
 +}
 +
 +
 +.LeftNavigationInner ul li a:hover,
 +.LeftNavigationInner ul li.Selected a,
 +.LeftNavigationInner ul li.Selected a:hover
 +{
 +background:url('/extension/pidgin/design/pidgin/images/nav_hover_repeat.gif')
 repeat-x top left;
 +}
 +
 +
 +.LeftNavigationBottom
 +{
 +clear:both;
 +background:url('/extension/pidgin/design/pidgin/images/left_fame_btm.png')
 no-repeat top left;
 +width:211px;
 +height:19px;
 +float:left;
 +}
 +
 +
 +.MainContent
 +{
 +margin:30px 0px 0px 5px;
 +width:580px;
 +float:left;
 +line-height:1.5em;
 +}
 +
 +.FullWidth .MainContent
 +{
 +width: 790px;
 +}
 +
 +.MainContentTop
 +{
 +background:url('/extension/pidgin/design/pidgin/images/right_frame_top.gif')
 no-repeat top left;
 +width:580px;
 +height:9px;
 +float:left;
 +}
 +
 +
 +.FullWidth .MainContentTop
 +{
 +background:url('/extension/pidgin/design/pidgin/images/full_frame_top.png')
 no-repeat top left;
 +width: 790px;
 +}
 +
 +
 +.MainContentInner
 +{
 +background-color:#FFFFFF;
 +border-left:1px solid #DADADA;
 +border-right:1px solid #DADADA;
 +float:left;
 +padding:22px 27px;
 +width:524px;
 +}
 +
 +
 +.FullWidth .MainContentInner
 +{
 +width: 734px;
 +}
 +
 +
 +.OrangeBlock, .DonationForm
 +{
 +margin:10px 0px 25px;
 +width:525px;
 +float:left;
 +}
 +
 +.OrangeBlockTop, .DonationFormTop
 +{
 +background:url('/extension/pidgin/design/pidgin/images/orange_big_top.gif')
 no-repeat top left;
 +width:525px;
 +height:7px;
 +float:left;
 +}
 +
 +.OrangeBlockInner, .DonationFormInner
 +{
 +background-color:#FEF2E2;
 +border-left:1px solid #F3D6C6;
 +border-right:1px solid #F3D6C6;
 +float:left;
 +padding:12px 18px;
 +width:487px;
 +}
 +
 +.Content .DownloadButton
 +{
 +margin-right:6px;
 +background:url('/extension/pidgin/design/pidgin/images/download_button.png')
 no-repeat top left;
 +width:64px;
 +height:67px;
 +cursor:hand;
 +float:left;
 +}
 +
 +.DownloadBlock
 +{
 +width:487px;
 +float:left;
 +}
 +
 +.OrangeBlockBottom, .DonationFormBottom
 +{
 +clear:both;
 +background:url('/extension/pidgin/design/pidgin/images/orange_big_btm.gif')
 no-repeat top left;
 +width:525px;
 +height:27px;
 +float:left;
 +}
 +
 +
 +
 +.MainContentBottom
 +{
 +clear:both;
 +background:url('/extension/pidgin/design/pidgin/images/right_frame_btm.png')
 no-repeat top left;
 +width:580px;
 +height:15px;
 +float:left;
 +}
 +
 +.FullWidth .MainContentBottom
 +{
 +background:url('/extension/pidgin/design/pidgin/images/full_frame_btm.png')
 no-repeat top left;
 +width:790px;
 +}
 +
 +.embedCentered
 +{
 +text-align: center;
 +}
 +
 +.warning
 +{
 +color: red;
 +font-weight: bold;
 +}
 +
 +#Container .FooterInformation
 +{
 +clear:both;
 +position:relative;
 +top:50px;
 +padding-left:15px;
 +padding-bottom:20px;
 +}
 +
 +#BodyWrapper
 +{
 +background:url('/extension/pidgin/design/pidgin/images/footer_fade_repeat.jpg')
 repeat-x bottom;
 +text-align:center;
 +}
 \ No newline at end of file
 Only in pidgin-2.7.3.orig/doc: TracFooter.html
 Only in pidgin-2.7.3.orig/doc: TracHeader.html
 diff -urP pidgin-2.7.3.orig/Doxyfile.in pidgin-2.7.3/Doxyfile.in
 --- pidgin-2.7.3.orig/Doxyfile.in       2010-08-10 00:35:42.000000000
 -0700
 +++ pidgin-2.7.3/Doxyfile.in    2010-08-26 12:06:34.000000000 -0700
 @@ -700,13 +700,13 @@
  # each generated HTML page. If it is left blank doxygen will generate a
  # standard header.

 -HTML_HEADER            = @top_srcdir@/doc/TracHeader.html
 +HTML_HEADER            = @top_srcdir@/doc/header.html

  # The HTML_FOOTER tag can be used to specify a personal HTML footer for
  # each generated HTML page. If it is left blank doxygen will generate a
  # standard footer.

 -HTML_FOOTER            = @top_srcdir@/doc/TracFooter.html
 +HTML_FOOTER            = @top_srcdir@/doc/footer.html

  # The HTML_STYLESHEET tag can be used to specify a user-defined cascading
  # style sheet that is used by each HTML page. It can be used to
 @@ -715,7 +715,7 @@
  # the style sheet file to the HTML output directory, so don't put your
 own
  # stylesheet in the HTML output directory as well, or it will be erased!

 -HTML_STYLESHEET        =
 +HTML_STYLESHEET        = @top_srcdir@/doc/style.css

  # If the HTML_ALIGN_MEMBERS tag is set to YES, the members of classes,
  # files or namespaces will be aligned in HTML using tables. If set to

 }}}

-- 
Ticket URL: <http://developer.pidgin.im/ticket/12566>
Pidgin <http://pidgin.im>
Pidgin


More information about the Tracker mailing list