forked from I2P_Developers/i2p.www
Update the menus, add the browser pages, re-organize site navigation
This commit is contained in:
1
i2p2www/static/images/browser/garlic.svg
Normal file
1
i2p2www/static/images/browser/garlic.svg
Normal file
@@ -0,0 +1 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?><svg version="1.1" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><!--Generated by IJSVG (https://github.com/iconjar/IJSVG)--><g transform="matrix(12.8,0,0,12.8,0,0)"><path fill="none" d="M-1,-1h582v402h-582Z"></path><path fill="#60AB60" fill-rule="evenodd" d="M28.218,30.009c1.963,-1.108 3.178,-2.915 3.178,-5.696c0.185,-4.073 -2.383,-5.924 -4.218,-8.611c-2.31,-3.384 -2.918,-6.306 -3.438,-6.043c-0.101,0.051 0.161,1.668 0.975,3.848c0.198,0.532 1.53,3.683 1.727,4.152c1.624,3.869 2.764,8.536 -0.262,12.116c-0.185,0.219 -0.38,0.423 -0.584,0.612c-1.68,1.57 2.012,-0.033 2.622,-0.378v0Zm-8.9,2.53c-0.094,0.059 -0.193,0.118 -0.294,0.177c-0.893,0.514 -1.688,0.809 -1.777,0.655c-0.088,-0.153 0.564,-0.695 1.457,-1.211c0.7,-0.404 0.88,-0.25 1.875,-0.258c0.837,-0.007 1.201,-0.176 1.953,0.258c0.893,0.515 1.545,1.058 1.457,1.211c-0.089,0.153 -0.884,-0.14 -1.777,-0.656c-0.122,-0.07 -0.24,-0.142 -0.352,-0.212c0.745,0.888 1.199,1.658 1.043,1.798c-0.165,0.147 -0.956,-0.462 -1.81,-1.384c-0.054,1.106 -0.232,1.933 -0.436,1.931c-0.212,-0.002 -0.38,-0.902 -0.404,-2.081c-0.906,1.005 -1.772,1.689 -1.947,1.534c-0.155,-0.139 0.285,-0.889 1.012,-1.762v0Zm-0.361,-26.988c0.244,-1.124 0.873,-0.763 0.821,0.488c-0.1,2.416 -0.267,4.382 -0.477,6.03c0.703,-2.233 1.368,-4.302 1.689,-5.986c0.339,-1.781 1.249,-0.301 1.299,1.416c0.78,5.177 2.008,8.101 2.998,10.459c0.872,2.077 1.555,3.872 1.555,6.232v-0.163h0.001c0,2.688 -0.908,4.579 -2.215,5.793c-0.571,0.531 -1.221,0.936 -1.904,1.221c-0.9,0.377 -1.508,0.599 -2.339,-0.001c-0.2,-0.146 -0.396,-0.323 -0.583,-0.535c-2.151,-1.751 -2.907,-4.253 -2.906,-7.058c-0.016,0.276 -0.024,0.563 -0.024,0.863c0,1.108 0.094,2.098 0.262,2.968c0.242,1.259 0.612,2.288 1.129,3.044c0.831,1.214 0.803,1.117 -0.965,0.81c-0.261,-0.045 -0.506,-0.141 -0.75,-0.222c-1.81,-0.603 -3.946,-1.516 -5.509,-2.804c0.482,0.722 1.081,1.366 1.762,1.941c0.971,0.818 1.015,1.061 -0.754,0.409c-3.516,-1.294 -5.919,-3.637 -5.308,-7.913c0.466,-3.266 2.817,-4.566 5.003,-6.604c4.835,-4.513 2.322,-1.381 -0.182,1.843c-0.771,0.991 -1.291,2.069 -1.573,3.336c1.868,-2.738 5.545,-5.811 7.354,-10.754c0.698,-1.303 1.197,-2.884 1.616,-4.813v0Zm10.499,10.854c2.495,1.844 4.59,3.451 5.039,6.139c0.393,2.357 -0.439,4.263 -2.044,5.681c-0.72,0.636 -2.069,2.084 -0.568,-0.459c0.545,-0.925 0.73,-2.107 0.73,-3.453c0,-3.422 -1.644,-5.304 -3.509,-7.439c-0.893,-0.936 -0.75,-1.284 0.352,-0.469Z"></path></g></svg>
|
After Width: | Height: | Size: 2.4 KiB |
@@ -711,6 +711,10 @@ pre.literal-block {
|
||||
box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3), 1em 3em 2em 0.5em rgba(255, 255, 255, 0.3) inset, inset -.2em -.5em 1em -0em rgba(0,0,0,.3);
|
||||
}
|
||||
|
||||
a.get-i2p-browser:hover {
|
||||
color: var(--i2pgrey);
|
||||
}
|
||||
|
||||
.browser-front-wrapper {
|
||||
text-align: center;
|
||||
}
|
||||
@@ -727,6 +731,7 @@ pre.literal-block {
|
||||
-ms-border-radius: 50%;
|
||||
-o-border-radius: 50%;
|
||||
border-radius: 50%;
|
||||
padding-bottom: 1rem;
|
||||
}
|
||||
|
||||
.browser-onboarding {
|
||||
@@ -835,3 +840,79 @@ div#content .emailbutton {
|
||||
div#content .messagebox {
|
||||
height: 100px;
|
||||
}
|
||||
|
||||
|
||||
element {
|
||||
}
|
||||
.background-primary {
|
||||
background-color: #4661A9;
|
||||
}
|
||||
.text-white {
|
||||
color: #fff !important;
|
||||
}
|
||||
.p-5 {
|
||||
padding: 3rem !important;
|
||||
}
|
||||
.col-12 {
|
||||
-ms-flex: 0 0 100%;
|
||||
flex: 0 0 100%;
|
||||
max-width: 100%;
|
||||
}
|
||||
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
|
||||
position: relative;
|
||||
width: 100%;
|
||||
min-height: 1px;
|
||||
padding-right: 15px;
|
||||
padding-left: 15px;
|
||||
}
|
||||
*, ::after, ::before {
|
||||
box-sizing: border-box;
|
||||
}
|
||||
body {
|
||||
color: #212529;
|
||||
font-family: "Source Sans Pro",sans-serif !important;
|
||||
font-size: 1rem;
|
||||
}
|
||||
body {
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
||||
font-size: 1rem;
|
||||
font-weight: 400;
|
||||
line-height: 1.5;
|
||||
color: #212529;
|
||||
text-align: left;
|
||||
}
|
||||
:root {
|
||||
--blue: #007bff;
|
||||
--indigo: #6610f2;
|
||||
--purple: #6f42c1;
|
||||
--pink: #e83e8c;
|
||||
--red: #dc3545;
|
||||
--orange: #fd7e14;
|
||||
--yellow: #ffc107;
|
||||
--green: #28a745;
|
||||
--teal: #20c997;
|
||||
--cyan: #17a2b8;
|
||||
--white: #fff;
|
||||
--gray: #6c757d;
|
||||
--gray-dark: #343a40;
|
||||
--primary: #007bff;
|
||||
--secondary: #6c757d;
|
||||
--success: #28a745;
|
||||
--info: #17a2b8;
|
||||
--warning: #ffc107;
|
||||
--danger: #dc3545;
|
||||
--light: #f8f9fa;
|
||||
--dark: #343a40;
|
||||
--breakpoint-xs: 0;
|
||||
--breakpoint-sm: 576px;
|
||||
--breakpoint-md: 768px;
|
||||
--breakpoint-lg: 992px;
|
||||
--breakpoint-xl: 1200px;
|
||||
--font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
||||
--font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
|
||||
}
|
||||
html {
|
||||
font-family: sans-serif;
|
||||
line-height: 1.15;
|
||||
-webkit-text-size-adjust: 100%;
|
||||
}
|
||||
|
@@ -81,6 +81,25 @@ menu ul,
|
||||
position: relative;
|
||||
display: block;
|
||||
}
|
||||
/*
|
||||
#cssmenu span.donateitem {
|
||||
background-color: #60ab60;
|
||||
border-color: #60ab60;
|
||||
border-radius: 15%;
|
||||
padding-left: 10px;
|
||||
padding-right: 10px;
|
||||
border-style: ridge;
|
||||
border-width: 5px;
|
||||
display: inline;
|
||||
}
|
||||
*/
|
||||
#cssmenu span.browseritem {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
#cssmenu span.donateitem:hover {
|
||||
box-shadow: inset 0 0 500px 500px rgba(255, 255, 255, 0.5);
|
||||
}
|
||||
|
||||
#cssmenu {
|
||||
height: 40px
|
||||
|
Reference in New Issue
Block a user