browser/themes/osx/devtools/font-inspector.css

Wed, 31 Dec 2014 06:09:35 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 06:09:35 +0100
changeset 0
6474c204b198
permissions
-rw-r--r--

Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.

michael@0 1 * {
michael@0 2 box-sizing: border-box;
michael@0 3 }
michael@0 4
michael@0 5 body {
michael@0 6 margin: 0;
michael@0 7 padding-bottom: 20px;
michael@0 8 }
michael@0 9
michael@0 10 #all-fonts {
michael@0 11 padding: 0;
michael@0 12 margin: 0;
michael@0 13 }
michael@0 14
michael@0 15 #showall {
michael@0 16 border-radius: 0;
michael@0 17 border: 1px solid black;
michael@0 18 margin: 3px;
michael@0 19 cursor: pointer;
michael@0 20 position: fixed;
michael@0 21 bottom: 0;
michael@0 22 right: 0;
michael@0 23 }
michael@0 24
michael@0 25 .font {
michael@0 26 padding: 10px 10px;
michael@0 27 }
michael@0 28
michael@0 29 .theme-dark .font {
michael@0 30 border-bottom: 1px solid #444;
michael@0 31 }
michael@0 32
michael@0 33 .theme-light .font {
michael@0 34 border-bottom: 1px solid #DDD;
michael@0 35 }
michael@0 36
michael@0 37 .font:last-of-type {
michael@0 38 border-bottom: 0;
michael@0 39 }
michael@0 40
michael@0 41 .theme-light .font:nth-child(even) {
michael@0 42 background: #F4F4F4;
michael@0 43 }
michael@0 44
michael@0 45 .font-preview {
michael@0 46 height: 60px;
michael@0 47 width: 100%;
michael@0 48 border: 0;
michael@0 49 display: block;
michael@0 50 }
michael@0 51
michael@0 52 .font-info {
michael@0 53 display: block;
michael@0 54 }
michael@0 55
michael@0 56 .font-name {
michael@0 57 display: inline;
michael@0 58 }
michael@0 59
michael@0 60 .font-css-code {
michael@0 61 max-width: 100%;
michael@0 62 overflow: hidden;
michael@0 63 text-overflow: ellipsis;
michael@0 64 padding: 5px;
michael@0 65 }
michael@0 66
michael@0 67 .theme-light .font-css-code,
michael@0 68 .theme-light .font-url {
michael@0 69 border: 1px solid #CCC;
michael@0 70 background: white;
michael@0 71 }
michael@0 72
michael@0 73 .theme-dark .font-css-code,
michael@0 74 .theme-dark .font-url {
michael@0 75 border: 1px solid #333;
michael@0 76 background: black;
michael@0 77 color: white;
michael@0 78 }

mercurial