Wed, 31 Dec 2014 06:09:35 +0100
Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.
michael@0 | 1 | <!DOCTYPE html> |
michael@0 | 2 | <html> |
michael@0 | 3 | |
michael@0 | 4 | <head> |
michael@0 | 5 | <meta content="text/html; charset=UTF-8" http-equiv="content-type"> |
michael@0 | 6 | <meta name="viewport" content="width=device-width; user-scalable=0" /> |
michael@0 | 7 | |
michael@0 | 8 | <link rel="stylesheet" href="chrome://browser/skin/aboutReader.css" type="text/css"/> |
michael@0 | 9 | </head> |
michael@0 | 10 | |
michael@0 | 11 | <body> |
michael@0 | 12 | <div id="reader-header" class="header"> |
michael@0 | 13 | <a id="reader-domain" class="domain"></a> |
michael@0 | 14 | <div class="domain-border"></div> |
michael@0 | 15 | <h1 id="reader-title"></h1> |
michael@0 | 16 | <div id="reader-credits" class="credits"></div> |
michael@0 | 17 | </div> |
michael@0 | 18 | |
michael@0 | 19 | <div id="reader-content" class="content"> |
michael@0 | 20 | </div> |
michael@0 | 21 | |
michael@0 | 22 | <div id="reader-message" class="message"> |
michael@0 | 23 | </div> |
michael@0 | 24 | |
michael@0 | 25 | <ul id="reader-toolbar" class="toolbar toolbar-hidden"> |
michael@0 | 26 | <li><a id="share-button" class="button share-button" href="#"></a></li> |
michael@0 | 27 | <ul class="dropdown"> |
michael@0 | 28 | <li><a class="dropdown-toggle button style-button" href="#"></a></li> |
michael@0 | 29 | <li class="dropdown-popup"> |
michael@0 | 30 | <ul id="font-type-buttons"></ul> |
michael@0 | 31 | <hr></hr> |
michael@0 | 32 | <ul id="font-size-buttons" class="segmented-button"></ul> |
michael@0 | 33 | <hr></hr> |
michael@0 | 34 | <ul id="color-scheme-buttons" class="segmented-button"></ul> |
michael@0 | 35 | </li> |
michael@0 | 36 | </ul> |
michael@0 | 37 | <li><a id="toggle-button" class="button toggle-button" href="#"></a></li> |
michael@0 | 38 | </ul> |
michael@0 | 39 | |
michael@0 | 40 | </body> |
michael@0 | 41 | |
michael@0 | 42 | </html> |