Merge remote-tracking branches 'spirit', 'crybaby' and 'staging'
[profile] / firefox / stylus / tvtropes.com.css
CommitLineData
53ad55a5
MW
1/* -*-css-*- */
2/*@ domains: tvtropes.org */
3body { font-family: serif; }
4h1, h2, h3,
5.folderlabel, .subpage-links,
6.watch-button, .action-bar, .headroom-element,
7.nav-wrapper, #main-content-sidebar
8 { font-family: sans-serif; }
9.nav__dropdown-toggle { font-weight: inherit; }
10.action-bar-right { display: none; }
11
12#main-content-sidebar { display: none; }
13#main-content #main-entry { max-width: 100% !important; }
14.tablet-on { display: block !important; }
15.tablet-on.inline { display: inline-block !important; }
16.tablet-off { display: none !important; }
17#main-header-logoButton { margin-left: 20px; }
366e9883
MW
18
19body >#user-prefs.night-vision ~ #main-container #main-content,
20body >#user-prefs.night-vision ~ #main-container #main-entry .article-content {
21 color: #fff !important;
22 background-color: #111;
23}
53ad55a5 24/*@END*/