massive update, probably broken
[dotfiles/.git] / .config / chromium / Default / Extensions / lngfncacljheahfpahadgipefkbagpdl / 1.7.5_0 / client / styles.css
1 html {\r
2         box-sizing:border-box;\r
3 }\r
4 *, *:before, *:after {\r
5         box-sizing: inherit;\r
6 }\r
7 body {\r
8         min-width:340px;\r
9         line-height:1.4;\r
10         font-family:sans-serif;\r
11         color:#333;\r
12         padding:20px;\r
13         font-size:16px;\r
14 }\r
15 header {\r
16         box-sizing:content-box;\r
17         height:38px;\r
18         margin-bottom:20px;\r
19         padding-bottom:20px;\r
20         border-bottom:1px solid rgba(0, 0, 0, 0.1);\r
21 }\r
22 .title {\r
23         line-height:40px;\r
24         float:right;\r
25         text-transform:uppercase;\r
26         font-size:18px;\r
27         margin-top:0;\r
28 }\r
29 .logo {\r
30         float:left;\r
31         max-height:40px;\r
32         vertical-align:middle;\r
33 }\r
34 .modes div {\r
35         display:block;\r
36         margin-bottom:10px;\r
37 }\r
38 .modes input[type="radio"] {\r
39         display:none;\r
40 }\r
41 .modes input[type="radio"]:checked + label {\r
42         border:1px solid rgba(52, 152, 219, 0.5);\r
43         background:rgba(52, 152, 219, 0.3);\r
44 }\r
45 .modes input[type="radio"]:checked + label .desc {\r
46         color:rgba(52, 152, 219, 0.8);\r
47 }\r
48 .modes label {\r
49         padding:10px;\r
50         border:1px solid rgba(0, 0, 0, 0.2);\r
51         width:100%;\r
52         display:block;\r
53         cursor:pointer;\r
54 }\r
55 .desc {\r
56         display:block;\r
57         color:rgba(0, 0, 0, 0.4);\r
58         font-size:13px;\r
59 }\r
60 a {\r
61         color:rgba(52, 152, 219, 0.8);\r
62         text-decoration:none;\r
63 }\r
64 a:hover, a:active, a:focus {\r
65         color:rgba(52, 152, 219, 1);\r
66 }\r
67 #helpShow {\r
68         float:right;\r
69         font-size:12px;\r
70 }\r
71 #helpHide {\r
72         position:absolute;\r
73         bottom:20px;\r
74         right:20px;\r
75         font-size:12px;\r
76 }\r
77 #help {\r
78         display:none;\r
79         position:absolute;\r
80         top:0; left:0; right:0; bottom:0;\r
81         background:white;\r
82         padding:20px;\r
83         margin:20px;\r
84         border:1px solid rgba(0, 0, 0, 0.2);\r
85         box-shadow:0px 0px 4px 2px rgba(0, 0, 0, 0.1);\r
86 }\r
87 #help.is-active {\r
88         display:block;\r
89 }\r
90 .attribution {\r
91         padding-top:10px;\r
92         margin-top:10px;\r
93         border-top:1px solid rgba(0, 0, 0, 0.1);\r
94 }\r
95 .attribution p {\r
96         margin:0 0 5px 0;\r
97 }\r
98 .clearfix:before, .clearfix:after {\r
99         content:" "; display:table;\r
100 }\r
101 .clearfix:after {\r
102         clear:both;\r
103 }