Fossil SCM

fossil-scm / skins / khaki / css.txt
Source Blame History 181 lines
96fdf09… drh 1 /* General settings for the entire page */
96fdf09… drh 2 body {
96fdf09… drh 3 margin: 0ex 0ex;
96fdf09… drh 4 padding: 0px;
96fdf09… drh 5 background-color: #fef3bc;
96fdf09… drh 6 font-family: sans-serif;
9386c4c… stephan 7 text-size-adjust: none;
96fdf09… drh 8 }
96fdf09… drh 9
96fdf09… drh 10 /* The project logo in the upper left-hand corner of each page */
96fdf09… drh 11 div.logo {
96fdf09… drh 12 display: inline;
96fdf09… drh 13 text-align: center;
96fdf09… drh 14 vertical-align: bottom;
96fdf09… drh 15 font-weight: bold;
96fdf09… drh 16 font-size: 2.5em;
96fdf09… drh 17 color: #a09048;
96fdf09… drh 18 white-space: nowrap;
96fdf09… drh 19 }
96fdf09… drh 20
96fdf09… drh 21 /* The page title centered at the top of each page */
96fdf09… drh 22 div.title {
96fdf09… drh 23 display: table-cell;
96fdf09… drh 24 font-size: 2em;
96fdf09… drh 25 font-weight: bold;
96fdf09… drh 26 text-align: left;
96fdf09… drh 27 padding: 0 0 0 5px;
96fdf09… drh 28 color: #a09048;
96fdf09… drh 29 vertical-align: bottom;
96fdf09… drh 30 width: 100%;
96fdf09… drh 31 }
96fdf09… drh 32
96fdf09… drh 33 /* The login status message in the top right-hand corner */
96fdf09… drh 34 div.status {
96fdf09… drh 35 display: table-cell;
96fdf09… drh 36 text-align: right;
96fdf09… drh 37 vertical-align: bottom;
96fdf09… drh 38 color: #a09048;
96fdf09… drh 39 padding: 5px 5px 0 0;
96fdf09… drh 40 font-size: 0.8em;
96fdf09… drh 41 font-weight: bold;
96fdf09… drh 42 white-space: nowrap;
96fdf09… drh 43 }
96fdf09… drh 44
96fdf09… drh 45 /* The header across the top of the page */
8f34429… wyoung 46 header {
96fdf09… drh 47 display: table;
96fdf09… drh 48 width: 100%;
96fdf09… drh 49 }
96fdf09… drh 50
96fdf09… drh 51 /* The main menu bar that appears at the top of the page beneath
96fdf09… drh 52 ** the header */
8f34429… wyoung 53 nav.mainmenu {
96fdf09… drh 54 padding: 5px 10px 5px 10px;
96fdf09… drh 55 font-size: 0.9em;
96fdf09… drh 56 font-weight: bold;
96fdf09… drh 57 text-align: center;
96fdf09… drh 58 letter-spacing: 1px;
96fdf09… drh 59 background-color: #a09048;
96fdf09… drh 60 color: black;
eb8af11… drh 61 z-index: 21; /* just above hbdrop */
eb8af11… drh 62 }
8f34429… wyoung 63 nav#hbdrop {
eb8af11… drh 64 background-color: #fef3bc;
eb8af11… drh 65 border: 2px solid #a09048;
eb8af11… drh 66 border-radius: 0 0 0.5em 0.5em;
eb8af11… drh 67 display: none;
eb8af11… drh 68 left: 2em;
eb8af11… drh 69 width: 90%;
eb8af11… drh 70 padding-right: 1em;
eb8af11… drh 71 position: absolute;
eb8af11… drh 72 z-index: 20; /* just below mainmenu, but above timeline bubbles */
96fdf09… drh 73 }
eb8af11… drh 74
96fdf09… drh 75
96fdf09… drh 76 /* The submenu bar that *sometimes* appears below the main menu */
96fdf09… drh 77 div.submenu, div.sectionmenu {
96fdf09… drh 78 padding: 3px 10px 3px 0px;
96fdf09… drh 79 font-size: 0.9em;
96fdf09… drh 80 text-align: center;
96fdf09… drh 81 background-color: #c0af58;
96fdf09… drh 82 color: white;
96fdf09… drh 83 }
8f34429… wyoung 84 nav.mainmenu a, nav.mainmenu a:visited, div.submenu a, div.submenu a:visited,
3cb9ba4… andygoth 85 div.sectionmenu>a.button:link, div.sectionmenu>a.button:visited,
3cb9ba4… andygoth 86 div.submenu label {
96fdf09… drh 87 padding: 3px 10px 3px 10px;
96fdf09… drh 88 color: white;
96fdf09… drh 89 text-decoration: none;
96fdf09… drh 90 }
8f34429… wyoung 91 nav.mainmenu a:hover, div.submenu a:hover, div.sectionmenu>a.button:hover,
8f34429… wyoung 92 div.submenu label:hover, nav#hbdrop a:hover {
96fdf09… drh 93 color: #a09048;
96fdf09… drh 94 background-color: white;
96fdf09… drh 95 }
96fdf09… drh 96
96fdf09… drh 97 /* All page content from the bottom of the menu or submenu down to
96fdf09… drh 98 ** the footer */
96fdf09… drh 99 div.content {
96fdf09… drh 100 padding: 1ex 5px;
96fdf09… drh 101 }
8f34429… wyoung 102 div.content a, nav#hbdrop a { color: #706532; }
8f34429… wyoung 103 div.content a:link, nav#hbdrop a:link { color: #706532; }
8f34429… wyoung 104 div.content a:visited, nav#hbdrop a:visited { color: #704032; }
8f34429… wyoung 105 div.content a:hover, nav#hbdrop a:hover {
eb8af11… drh 106 background-color: white; color: #706532;
eb8af11… drh 107 }
eb8af11… drh 108 a, a:visited {
eb8af11… drh 109 text-decoration: none;
eb8af11… drh 110 }
eb8af11… drh 111
96fdf09… drh 112
96fdf09… drh 113 /* Some pages have section dividers */
96fdf09… drh 114 div.section {
96fdf09… drh 115 margin-bottom: 0px;
96fdf09… drh 116 margin-top: 1em;
96fdf09… drh 117 padding: 3px 3px 0 3px;
96fdf09… drh 118 font-size: 1.2em;
96fdf09… drh 119 font-weight: bold;
96fdf09… drh 120 background-color: #a09048;
96fdf09… drh 121 color: white;
96fdf09… drh 122 white-space: nowrap;
96fdf09… drh 123 }
96fdf09… drh 124
96fdf09… drh 125 /* The "Date" that occurs on the left hand side of timelines */
96fdf09… drh 126 div.divider {
96fdf09… drh 127 background: #e1d498;
96fdf09… drh 128 border: 2px #a09048 solid;
96fdf09… drh 129 font-size: 1em; font-weight: normal;
96fdf09… drh 130 padding: .25em;
96fdf09… drh 131 margin: .2em 0 .2em 0;
96fdf09… drh 132 float: left;
96fdf09… drh 133 clear: left;
96fdf09… drh 134 white-space: nowrap;
96fdf09… drh 135 }
96fdf09… drh 136
96fdf09… drh 137 /* The footer at the very bottom of the page */
8f34429… wyoung 138 footer {
96fdf09… drh 139 font-size: 0.8em;
96fdf09… drh 140 margin-top: 12px;
96fdf09… drh 141 padding: 5px 10px 5px 10px;
96fdf09… drh 142 text-align: right;
96fdf09… drh 143 background-color: #a09048;
96fdf09… drh 144 color: white;
96fdf09… drh 145 }
96fdf09… drh 146
96fdf09… drh 147 /* Hyperlink colors */
8f34429… wyoung 148 footer a { color: white; }
8f34429… wyoung 149 footer a:link { color: white; }
8f34429… wyoung 150 footer a:visited { color: white; }
8f34429… wyoung 151 footer a:hover { background-color: white; color: #558195; }
96fdf09… drh 152
96fdf09… drh 153 /* <verbatim> blocks */
96fdf09… drh 154 pre.verbatim {
96fdf09… drh 155 background-color: #f5f5f5;
96fdf09… drh 156 padding: 0.5em;
96fdf09… drh 157 white-space: pre-wrap;
96fdf09… drh 158 }
96fdf09… drh 159
96fdf09… drh 160 /* The label/value pairs on (for example) the ci page */
96fdf09… drh 161 table.label-value th {
96fdf09… drh 162 vertical-align: top;
96fdf09… drh 163 text-align: right;
96fdf09… drh 164 padding: 0.2ex 2ex;
06f2192… stephan 165 }
06f2192… stephan 166
06f2192… stephan 167 div.forumPostBody blockquote {
06f2192… stephan 168 border-width: 1pt;
06f2192… stephan 169 border-radius: 0.25em;
06f2192… stephan 170 border-style: solid;
06f2192… stephan 171 padding: 0 0.5em;
51c1efd… stephan 172 }
51c1efd… stephan 173
51c1efd… stephan 174 tr.diffskip > td.chunkctrl .jcbutton {
51c1efd… stephan 175 color: white;
51c1efd… stephan 176 background-color: #a09048;
51c1efd… stephan 177 }
51c1efd… stephan 178
51c1efd… stephan 179 tr.diffskip.jchunk {
51c1efd… stephan 180 background-color: #c0af58;
96fdf09… drh 181 }

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button