| /** |
| * Copyright 2012 Google Inc. All Rights Reserved. |
| * |
| * Licensed under the Apache License, Version 2.0 (the "License"); |
| * you may not use this file except in compliance with the License. |
| * You may obtain a copy of the License at |
| * |
| * http://www.apache.org/licenses/LICENSE-2.0 |
| * |
| * Unless required by applicable law or agreed to in writing, software |
| * distributed under the License is distributed on an "AS IS" BASIS, |
| * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| * See the License for the specific language governing permissions and |
| * limitations under the License. |
| */ |
| |
| /* Common styles and definitions. */ |
| |
| h1 { |
| position: absolute; |
| top: 0; |
| white-space: nowrap; |
| margin-top: 5px; |
| } |
| .menu { |
| position: absolute; |
| top: 0; |
| right: 0; |
| font-size: 10pt; |
| white-space: nowrap; |
| text-align: right; |
| margin-top: 5px; |
| margin-right: 5px; |
| } |
| .menu .entry { |
| padding-right: 5px; |
| border-right: 1px solid black; |
| margin-right: 0; |
| } |
| h2 { |
| margin-top: 3em; |
| } |
| .breadcrumbs { |
| margin-top: 3em; |
| font-size: 150%; |
| border-bottom: #ddd solid 1px; /* BORDER */ |
| } |
| table.list { |
| margin-top: 1em; |
| width: 90%; |
| } |
| table.list tr.no-hover:hover { |
| background: #fff; |
| } |
| table.list tr:hover, ol.list li:hover, pre.prettyprint li:hover { |
| background: #eee; /* HOVER_BACKGROUND */ |
| } |
| table.list td { |
| white-space: nowrap; |
| padding-top: 0.25em; |
| padding-bottom: 0.25em; |
| } |
| .log-link { |
| margin-left: 0.5em |
| } |
| |
| |
| /* Styles for the host index page. */ |
| |
| .instructions { |
| width: 45em; |
| margin-left: 1em; |
| margin-right: 1em; |
| border-top: 1px solid #555; |
| border-bottom: 1px solid #555; |
| color: #555; |
| } |
| .instructions pre { |
| display: block; |
| margin-left: 1em; |
| border-left: 2px solid #060; |
| padding-left: 1em; |
| white-space: nowrap; |
| } |
| |
| .formats { |
| text-align: right; |
| background: clear; |
| right: 0; |
| clear: both; |
| } |
| |
| .formats a { |
| font-weight: bold; |
| font-size: 70%; |
| color: white; |
| padding: 2px; |
| background-color: #A0ADCC; |
| border-top: #C0CFEE solid 1px; |
| border-left: #C0CFEE solid 1px; |
| border-right: #808A99 solid 1px; |
| border-bottom: #808A99 solid 1px; |
| } |
| |
| .footer { |
| text-align: right; |
| color: #A0ADCC; |
| right: 0; |
| clear: both; |
| } |
| |
| .footer a { |
| font-style: italic; |
| } |
| |
| |
| /* Styles for the repository index page. */ |
| |
| .repository-description { |
| border-bottom: #ddd solid 1px; /* BORDER */ |
| padding-bottom: 5px; /* VPADDING */ |
| } |
| .repository-mirrored-from { |
| font-size: 85%; |
| font-style: italic; |
| padding-left: 1em; |
| } |
| .repository-refs { |
| width: 650px; |
| } |
| .repository-branches { |
| float: left; |
| width: 300px; |
| } |
| .repository-tags { |
| float: right; |
| width: 350px; |
| } |
| .clone-line { |
| background-color: #e5ecf9; /* BOX_BACKGROUND */ |
| border: none; |
| margin: 5px /* VPADDING */ 0 0 0; |
| padding: 5px 2em; /* PADDING */ |
| font-size: 9pt; |
| } |
| |
| |
| /* Styles for the object detail templates. */ |
| |
| .sha1 { |
| color: #666; |
| font-size: 9pt; |
| } |
| div.sha1 { |
| padding-top: 5px; /* VPADDING */ |
| } |
| |
| .git-commit, .git-tag { |
| font-size: 9pt; |
| border-bottom: #ddd solid 1px; /* BORDER */ |
| padding: 5px 2em; /* PADDING */ |
| } |
| .git-commit table, .git-tag table { |
| margin: 0; |
| } |
| .git-commit table th, .git-tag table th { |
| text-align: right; |
| } |
| pre.commit-message, pre.tag-message { |
| border-bottom: #ddd solid 1px; /* BORDER */ |
| padding: 5px 2em; /* PADDING */ |
| color: #000; |
| font-size: 9pt; |
| margin: 0; |
| } |
| |
| ul.diff-tree { |
| font-size: 9pt; |
| list-style-type: none; |
| margin: 0; |
| padding: 5px 2em; /* PADDING */ |
| } |
| ul.diff-tree .add { |
| color: #060; |
| } |
| ul.diff-tree .delete { |
| color: #600; |
| } |
| ul.diff-tree .rename, ul.diff-tree .copy { |
| color: #006; |
| } |
| span.diff-link, ul.diff-tree .add, ul.diff-tree .modify, ul.diff-tree .delete, |
| ul.diff-tree .rename, ul.diff-tree .copy { |
| margin-left: 0.5em; |
| } |
| .diff-summary { |
| font-size: 9pt; |
| font-style: italic; |
| padding: 5px 2em; /* PADDING */ |
| border-bottom: #ddd solid 1px; /* BORDER */ |
| } |
| |
| ol.files { |
| list-style-type: none; |
| margin-left: 1em; |
| font-size: 10pt; |
| line-height: normal; |
| } |
| |
| /* Tree icons are taken from the public domain Tango icons: |
| * http://tango.freedesktop.org/Tango_Icon_Library |
| * Compressed with pngcrush -brute -rem tEXt -rem tIME -rem iTXt -rem zTXt */ |
| ol.files li.git-tree{ |
| /* places/folder.png */ |
| list-style-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAN1wAADdcBQiibeAAAAb5JREFUOMulkr1KA0EQgGdvTwwnYmER0gQsrFKmSy+pLESw9Qm0F/ICNnba+h6iEOuAEWslKJKTOyJJvIT72d1xZuOFC0giOLA77O7Mt/PnNptN+I+49Xr9GhH3f3mb0v1ht9vtLAUYYw5ItkgDL3KyD8PhcLvdbl/WarXT3DjLMnAcR/f7/YfxeKwtgC5RKQVhGILWeg4hQ6hUKjWyucmhLFEUuWR3QYBWAZABQ9i5CCmXy16pVALP80BKaaG+70MQBLvzFMjRKKXh8j6FSYKF7ITdEWLa4/ktokN74wiqjSMpnVcbQZqmEJHz+ckeCPFjWKwULpyspAqhdXVXdcnZcPjsIgn+2BsVA8jVYuWlgJ3yBj0icgq2uoK+lg4t+ZvLomSKamSQ4AI5BcMADtMhyNoSgNIISUaFNtwlazcDcBc4gjjVwCWid2usCWroYEhnaqbzFJLUzAHIXRDChXCcQP8zhkSZ5eNLgHAUzwDcRu4CoIRn/wsGUQIIy4Vr9TH6SYFCNzw4nALn5627K4vIttOUOwfa5YnrDYzt/9OLv9I5l8kk5hZ3XLO20b7tbR7zHLy/BX8G0IeBEM7ZN1NGIaFUaKLgAAAAAElFTkSuQmCC); |
| } |
| ol.files li.symlink{ |
| /* actions/edit-redo.png */ |
| list-style-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAA3XAAAN1wFCKJt4AAABZUlEQVQ4y2NgIAL4zWL7D8TGDOQCqAEg7Ey2Aes+58AMcSSkmB2I3YB4HhCfh9kOMoCgIUAJMyDe2D+b58jKe553133M+r/uU/b/zV+L/y97n/i/+JIYbkOAAl5AfGLNTde/69+n/1/4MuD/gtsqKBhkALIh5S0M1jDN2kC8a+UNt/8b36f+X3JP5f/0u1pwjeuvS8E1g3DpZQm4ITAD5s09ZPBq49uE/0vvq4E1gPCJC5z/yy+IoGgG4a5HJqjeCJ3Pc2vjy+T/ux4Y/j99Rfz/7GtK/xfeUkbBN+8pY9cMAkFzuT5uepPy/+w1lf+TF3L/Q4p3OD5zRQ67Zlg873vk9n/mMlaQ5EcgLgZiA2R5nJphCjbfNP8LVeCBJyUa40xpO+5afQXS/8jKC0DJg+uPKx+bOJf1HDYXEJPW46JW8LcduKYzbdZMph4gn4ccQxSAOAuIo4FYdvsKFpYdK1iYCekDACq5JXDHGJhDAAAAAElFTkSuQmCC); |
| } |
| ol.files li.regular-file{ |
| /* mimetypes/text-x-generic.png */ |
| list-style-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAtElEQVQ4ja2TSw7CIBRFu0r3wyIYsAMHDl1CC92IDqC0wAbQi4Fo5VOMJGcAyT33vQEDY+xCCPGdnIZ48NB7kPkSLMvipZQBpVQC70Br7Y0xZQGC4zj6aZoCnPMPhBBtwb41NoN1XesCBHPNhyfI7fziFu6HJti3IgS0vrcFuZ3Btm2JpmC/M5jnOdEU5JoRstYmigKES80x7JyrC+IE7+1xAoSrgp//AqX02vsbn5nz8K/zAP9CzjbgFoHjAAAAAElFTkSuQmCC) |
| } |
| ol.files li.executable-file{ |
| /* mimetypes/text-x-script.png */ |
| list-style-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABmJLR0QA7ADsAOwdIxY2AAAACXBIWXMAAAsTAAALEwEAmpwYAAABOklEQVQ4T5WTTYqDQBBGPdKcZnIJdy7EVRByBQPi0iwHAlGT0YBHcG82kkV2VnffoKar7FYzIQYLPtqffq+rEJ04jn/CMMSV+XZs0YO1RcyLoO/7MdAD9gAI8wiK+CyYA0IDFABhrmFBAHNYbwYTIxFyWN8KwAiEmIEaknqVUposCoBBGE8cIGUipUKp5IJAzOe2JxI0pG1b3Gw2+Hg8FjoQzy0rLVAavt0GuGkaXrfb7avAzs0CNcHtDD4ejwzTve/7X/9GGFqn2QmkDmzbBJ9OJ8yyDNM0Rdd1J8mzgDqQPDNJLFwUBZ7PZ7xcLizwPI9gfj+NYAX2k+kx7vc7byrLEquqwuv1ivv9HpMk4ec6Uwfvqus63lzXNeZ5zoIRpoqiKP/09wVBwNDhcOB1t9v9OmuLTnw62dQfVIHPYx/I/0kAAAAASUVORK5CYII=); |
| } |
| ol.files li.gitlink{ |
| /* emblems/emblem-symbolic-link.png */ |
| list-style-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAA3XAAAN1wFCKJt4AAABO0lEQVQ4T7WT3U6EMBCF92m99yGMZuODGL01eueyXqjvwc+WUlooUPkfZxq3sQEvJLHJSQvlfDOnDbub/dUFCrZof3t9uaPF1kFeBwjD8E+apukfAVEUQRzHkCQJJKfEznES43tUGP0OIOMheIGn50e4f7izCo4H4GkKDEXPBIviCIZh8AFkfv94g5Qx4Jw7AOn4Grh1iqATdrUAEJmxFLIsgzzPQSnpQc4SIkMIh7ZtfQCjys6soNQlVFW1AEgpQWQCjDE+gHIKIaxZo7mu69UOiqJwRXxAxnFDQllS5XUzSeO+kmoJoOzUni41NE1tM9JBTdMII85d14FpjI2lihUA9wCNA8zzDOM4WkBjvgFqrQO8ulzmNgLl/8SPyTT0WL3vLLBGsNZ6HUBV1tT3vROd/Fk/AZt/Z/J+AUN8ayghXmezAAAAAElFTkSuQmCC); |
| } |
| |
| |
| /* Styles for the path detail page. */ |
| |
| .symlink-detail, .gitlink-detail { |
| margin-left: 1em; |
| color: #666; |
| font-style: italic; |
| font-size: 10pt; |
| } |
| |
| |
| /* Styles for the log detail page. */ |
| |
| ol.shortlog { |
| list-style-type: none; |
| margin: 0; |
| padding: 5px 2em; /* PADDING */ |
| } |
| ol.shortlog li { |
| border-bottom: #ddd solid 1px; /* BORDER */ |
| padding-top: 2px; |
| padding-bottom: 2px; |
| } |
| ol.shortlog li.first { |
| border-top: #ddd solid 1px; /* BORDER */ |
| } |
| ol.shortlog li:hover { |
| background: #eee; /* HOVER_BACKGROUND */ |
| } |
| ol.shortlog .sha1 { |
| font-family: monospace; |
| } |
| .log-nav { |
| margin-top: 5px; |
| text-align: center; |
| } |
| .author { |
| padding-left: 3px; |
| } |
| .time { |
| font-size: 9pt; /* SHORTLOG_SMALL_FONT_SIZE */ |
| font-style: italic; |
| } |
| .branch-label, .tag-label { |
| font-size: 9pt; /* SHORTLOG_SMALL_FONT_SIZE */ |
| margin-left: 3px; |
| } |
| a.branch-label { |
| color: #dd4b39; |
| } |
| a.tag-label { |
| color: #009933; |
| } |
| |
| |
| /* Styles for the diff detail template. */ |
| |
| .diff-header { |
| } |
| .diff-git { |
| color: #444; |
| font-weight: bold; |
| } |
| a.diff-git:hover { |
| text-decoration: none; |
| } |
| .diff-header, .diff-unified { |
| color: #000; |
| font-size: 9pt; |
| margin: 0; |
| padding-left: 2em; |
| } |
| .diff-unified { |
| border-bottom: #ddd solid 1px; /* BORDER */ |
| } |
| .diff-unified .h { |
| color: #0000cc; |
| } |
| .diff-unified .d { |
| color: #cc0000; |
| } |
| .diff-unified .i { |
| color: #008800; |
| } |
| |
| |
| /* Override some styles from the default prettify.css. */ |
| |
| /* Line numbers on all lines. */ |
| li.L0, li.L1, li.L2, li.L3, li.L4, li.L5, li.L6, li.L7, li.L8, li.L9 { |
| list-style-type: decimal; |
| } |
| |
| /* Disable alternating line background color. */ |
| li.L0, li.L1, li.L2, li.L3, li.L4, li.L5, li.L6, li.L7, li.L8, li.L9 { |
| background: #fff; |
| } |
| |
| pre.git-blob { |
| border-top: #ddd solid 1px; /* BORDER */ |
| border-bottom: #ddd solid 1px; /* BORDER */ |
| border-left: none; |
| border-right: none; |
| padding-left: 1em; |
| padding-bottom: 5px; |
| font-family: monospace; |
| font-size: 8pt; |
| } |
| pre.prettyprint ol { |
| color: grey; |
| } |