Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(241)

Side by Side Diff: chrome/common/extensions/docs/static/css/site.css

Issue 15087006: Docserver: there is only one. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: epic rebase Created 7 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 /* Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 /* Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 * Use of this source code is governed by a BSD-style license that can be 2 * Use of this source code is governed by a BSD-style license that can be
3 * found in the LICENSE file. 3 * found in the LICENSE file.
4 */ 4 */
5 5
6 .hidden { 6 .hidden {
7 display: none; 7 display: none;
8 } 8 }
9 9
10 body { 10 body {
(...skipping 187 matching lines...) Expand 10 before | Expand all | Expand 10 after
198 198
199 #gc-topnav a, 199 #gc-topnav a,
200 #gc-topnav button { 200 #gc-topnav button {
201 background: none; 201 background: none;
202 border: none; 202 border: none;
203 color: #333; 203 color: #333;
204 cursor: pointer; 204 cursor: pointer;
205 font-family: inherit; 205 font-family: inherit;
206 font-size: inherit; 206 font-size: inherit;
207 font-style: inherit; 207 font-style: inherit;
208 font-weight: bold;
209 margin: 0; padding: 0; 208 margin: 0; padding: 0;
210 outline: none; 209 outline: none;
211 } 210 }
212 #gc-topnav a:focus, 211 #gc-topnav a:focus,
213 #gc-topnav button:focus { 212 #gc-topnav button:focus {
214 outline: 1px dotted; 213 outline: 1px dotted;
215 } 214 }
216 215
217 #branch-chooser { 216 #platform-chooser {
218 display: inline; 217 display: inline;
219 position: relative; 218 position: relative;
220 font-weight: bold;
221 }
222 #branch-chooser .stable {
223 color: #0d68ae;
224 }
225 #branch-chooser .beta {
226 color: #409544;
227 }
228 #branch-chooser .dev {
229 color: #dba30d;
230 }
231 #branch-chooser .trunk {
232 color: #e02629;
233 } 219 }
234 220
235 #branch-chooser-popup { 221 #platform-chooser-popup {
236 /* Make it appear to be an extension of the header. */ 222 /* Make it appear to be an extension of the header. */
237 background-color: white; 223 background-color: white;
238 border: 1px solid #F5F5F5; 224 border: 1px solid #F5F5F5;
239 border-top: none; 225 border-top: none;
240 z-index: 4; 226 z-index: 4;
241 /* Ready to be shown by popup.js. */ 227 /* Ready to be shown by popup.js. */
242 position: absolute; 228 position: absolute;
243 display: none; 229 display: none;
244 /* Align with the button, which have padding:6px. */ 230 /* Align with the button, which have padding:6px. */
245 left: -6px; 231 left: -6px;
246 } 232 }
247 233
248 #branch-chooser-popup button { 234 #platform-chooser-popup button {
249 display: block; 235 display: block;
250 padding: 6px; 236 padding: 6px;
251 width: 100%; 237 width: 100%;
252 text-align: left; 238 text-align: left;
253 } 239 }
254 #branch-chooser-popup button:hover { 240 #platform-chooser-popup button:hover {
255 background-color: #F5F5F5; 241 color: #4787ed;
256 } 242 }
257 243
258 button.google-button { 244 button.google-button {
259 background-color: #f5f5f5; 245 background-color: #f5f5f5;
260 border: 1px solid rgba(0,0,0,0.1); 246 border: 1px solid rgba(0,0,0,0.1);
261 text-transform: uppercase; 247 text-transform: uppercase;
262 border-radius: 2px 0 0 0; 248 border-radius: 2px 0 0 0;
263 -webkit-border-radius: 2px 0 0 0; 249 -webkit-border-radius: 2px 0 0 0;
264 -moz-border-radius: 2px 0 0 0; 250 -moz-border-radius: 2px 0 0 0;
265 white-space: nowrap; 251 white-space: nowrap;
(...skipping 333 matching lines...) Expand 10 before | Expand all | Expand 10 after
599 border: 1px solid #ccc; 585 border: 1px solid #ccc;
600 margin-top: -1px; 586 margin-top: -1px;
601 } 587 }
602 tabs content.unselected { 588 tabs content.unselected {
603 display: none; 589 display: none;
604 } 590 }
605 tabs content pre { 591 tabs content pre {
606 margin: 0; 592 margin: 0;
607 padding: 10px; 593 padding: 10px;
608 } 594 }
OLDNEW
« no previous file with comments | « chrome/common/extensions/docs/server2/test_patcher.py ('k') | chrome/common/extensions/docs/static/js/branch.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698