]> git.rmz.io Git - dotfiles.git/blob - qutebrowser/css/facebook.com.css
qutebrowser: update configs
[dotfiles.git] / qutebrowser / css / facebook.com.css
1 :not(img) {
2 background-color: #222222 ! important;
3 color: #D4D2CF ! important;
4 }
5
6 :link, :link * {
7 color: #5DC3D7!important;
8 }
9
10 :visited, :visited * {
11 color: #666665 !important;
12 }
13
14 .tagContainer {
15 display: none;
16 }
17
18 #rightCol, .UIStandardFrame_SidebarAds {
19 display: none;
20 }
21
22 /*Attemt to still show new members link*/
23 #groupsNewMembersLink {
24 display: block !important;
25 }
26
27 .hasLeftCol #contentArea, .hasLeftCol .uiStreamHomepage {
28 width: 785px !important;
29 }
30
31 .hasLeftCol .storyContent .shareRedesign, .hasLeftCol .mainWrapper .fbUfi, .hasLeftCol .mainWrapper .uiUfi {
32 width: 640px !important;
33 }
34
35 .storyContent .shareRedesignVideo > iframe {
36 width: 640px !important;
37 height: 360px !important;
38 margin-left: auto;
39 margin-right: auto;
40 }
41
42 .commentContent .uiStreamAttachments .swfObject {
43 width: 100% !important;
44 height: 100% !important;
45 margin-left: auto;
46 margin-right: auto;
47 }
48
49 iframe, embed {
50 width: 100% !important;
51 height: 360px !important;
52 }
53
54 .mainWrapper, .storyInnerContent {
55 width: 640px;
56 }
57
58 #leftCol, #pagelet_bluebar {
59 position: fixed;
60 }
61
62 #globalContainer {
63 padding-top: 37px;
64 }