Forking what is left of ZeroNet and hopefully adding an AT Proto Frontend/Proxy
1body { background-color: #EDF2F5; font-family: Roboto, 'Segoe UI', Arial, 'Helvetica Neue'; margin: 0px; padding: 0px; backface-visibility: hidden; }
2h1, h2, h3, h4 { font-family: 'Roboto', Arial, sans-serif; font-weight: 200; font-size: 30px; margin: 0px; padding: 0px }
3h1 { background: linear-gradient(33deg,#af3bff,#0d99c9); color: white; padding: 16px 30px; }
4h2 { margin-top: 10px; }
5h3 { font-weight: normal }
6h4 { font-size: 19px; font-weight: lighter; margin-right: 100px; margin-top: 30px; }
7a { color: #9760F9 }
8a:hover { text-decoration: none }
9
10.link { background-color: transparent; outline: 5px solid transparent; transition: all 0.3s }
11.link:active { background-color: #EFEFEF; outline: 5px solid #EFEFEF; transition: none }
12
13.content { max-width: 800px; margin: auto; background-color: white; padding: 60px 20px; box-sizing: border-box; padding-bottom: 150px; }
14.section { margin: 0px 10%; }
15.plugins { font-size: 19px; margin-top: 25px; margin-bottom: 75px; }
16.plugin { transition: all 0.8s cubic-bezier(0.86, 0, 0.07, 1); position: relative; padding-bottom: 20px; padding-top: 10px; }
17.plugin.hidden { opacity: 0; height: 0px; padding: 0px; }
18.plugin .title { display: inline-block; line-height: 36px; }
19.plugin .title h3 { font-size: 20px; font-weight: lighter; margin-right: 100px; }
20.plugin .title .version { font-size: 70%; margin-left: 5px; }
21.plugin .title .version .version-latest { color: #2ecc71; font-weight: normal; }
22.plugin .title .version .version-missing { color: #ffa200; font-weight: normal; }
23.plugin .title .version .version-update { padding: 0px 15px; margin-left: 5px; line-height: 28px; }
24.plugin .description { font-size: 14px; color: #666; line-height: 24px; }
25.plugin .description .source { color: #999; font-size: 90%; }
26.plugin .description .source a { color: #666; }
27.plugin .value { display: inline-block; white-space: nowrap; }
28.plugin .value-right { right: 0px; position: absolute; }
29.plugin .value-fullwidth { width: 100% }
30.plugin .marker {
31 font-weight: bold; text-decoration: none; font-size: 25px; position: absolute; padding: 2px 15px; line-height: 32px;
32 opacity: 0; pointer-events: none; transition: all 0.6s; transform: scale(2); color: #9760F9;
33}
34.plugin .marker.visible { opacity: 1; pointer-events: all; transform: scale(1); }
35.plugin .marker.changed { color: #2ecc71; }
36.plugin .marker.pending { color: #ffa200; }
37
38
39.input-text, .input-select { padding: 8px 18px; border: 1px solid #CCC; border-radius: 3px; font-size: 17px; box-sizing: border-box; }
40.input-text:focus, .input-select:focus { border: 1px solid #3396ff; outline: none; }
41.input-textarea { overflow-x: auto; overflow-y: hidden; white-space: pre; line-height: 22px; }
42
43.input-select { width: initial; font-size: 14px; padding-right: 10px; padding-left: 10px; }
44
45.value-right .input-text { text-align: right; width: 100px; }
46.value-fullwidth .input-text { width: 100%; font-size: 14px; font-family: 'Segoe UI', Arial, 'Helvetica Neue'; }
47.value-fullwidth { margin-top: 10px; }
48
49/* Checkbox */
50.checkbox-skin { background-color: #CCC; width: 50px; height: 24px; border-radius: 15px; transition: all 0.3s ease-in-out; display: inline-block; }
51.checkbox-skin:before {
52 content: ""; position: relative; width: 20px; background-color: white; height: 20px; display: block; border-radius: 100%; margin-top: 2px; margin-left: 2px;
53 transition: all 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
54}
55.checkbox { font-size: 14px; font-weight: normal; display: inline-block; cursor: pointer; margin-top: 5px; }
56.checkbox .title { display: inline; line-height: 30px; vertical-align: 4px; margin-left: 11px }
57.checkbox.checked .checkbox-skin:before { margin-left: 27px; }
58.checkbox.checked .checkbox-skin { background-color: #2ECC71 }
59
60/* Bottom */
61
62.bottom {
63 width: 100%; text-align: center; background-color: #ffffffde; padding: 25px; bottom: -120px; -webkit-backdrop-filter: blur(5px); backdrop-filter: blur(5px);
64 transition: all 0.8s cubic-bezier(0.86, 0, 0.07, 1); position: fixed; backface-visibility: hidden; box-sizing: border-box;
65}
66.bottom-content { max-width: 750px; width: 100%; margin: 0px auto; }
67.bottom .button { float: right; }
68.bottom.visible { bottom: 0px; box-shadow: 0px 0px 35px #dcdcdc; }
69.bottom .title { padding: 10px 10px; color: #363636; float: left; text-transform: uppercase; letter-spacing: 1px; }
70.bottom .title:before { content: "•"; display: inline-block; color: #2ecc71; font-size: 31px; vertical-align: -7px; margin-right: 8px; line-height: 25px; }
71.bottom-restart .title:before { color: #ffa200; }
72
73.animate { transition: all 0.3s ease-out !important; }
74.animate-back { transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important; }
75.animate-inout { transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) !important; }