mirror of
http://git.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion/nihilist/darknet-lantern.git
synced 2025-05-16 12:16:57 +00:00
first commit
This commit is contained in:
commit
f2d5c9acc9
20 changed files with 793 additions and 0 deletions
220
www/style.css
Normal file
220
www/style.css
Normal file
|
@ -0,0 +1,220 @@
|
|||
/*@font-face {
|
||||
font-family: 'kanji';
|
||||
src: url('/fonts/kanji.ttf');
|
||||
}*/
|
||||
|
||||
*{
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
font-family: 'Source Code Pro', monospace;
|
||||
}
|
||||
|
||||
.imgRz{
|
||||
width: 100%;
|
||||
height: 50%;
|
||||
align: center;
|
||||
justify-content: center;
|
||||
-webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
|
||||
filter: grayscale(0%) brightness(100%) contrast(100%);
|
||||
}
|
||||
|
||||
body{
|
||||
background-color: #070707;
|
||||
/*background-image: url("./img/wallpaper_nihilism_dunes.png");*/
|
||||
width: 100%;
|
||||
height: 100vh;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: left;
|
||||
justify-content: left;
|
||||
}
|
||||
|
||||
.onion{
|
||||
background-color: #190321 ;
|
||||
/*background-image: url("./img/wallpaper_nihilism_dunes.png");*/
|
||||
width: 100%;
|
||||
height: 100vh;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: left;
|
||||
justify-content: left;
|
||||
}
|
||||
|
||||
.spaced{
|
||||
padding-bottom: 30px;
|
||||
}
|
||||
|
||||
#greetings{
|
||||
font-family: monospace;
|
||||
font-size: 40px;
|
||||
color: #53E2AE;
|
||||
}
|
||||
#greetings-onion{
|
||||
font-family: monospace;
|
||||
font-size: 40px;
|
||||
color: #190321;
|
||||
}
|
||||
.inputtext-onion{
|
||||
border: none;
|
||||
outline: none;
|
||||
background: #190321;
|
||||
color: #ffffff;
|
||||
font-size: 17px;
|
||||
}
|
||||
|
||||
.input_box-onion{
|
||||
border: none;
|
||||
outline: none;
|
||||
background: #190321;
|
||||
padding: 13px;
|
||||
color: #ffffff;
|
||||
font-size: 17px;
|
||||
transition: 0.4px all;
|
||||
border-radius: 5px 5px 5px 5px;
|
||||
width: 300px;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
|
||||
.inputtext{
|
||||
border: none;
|
||||
outline: none;
|
||||
background: #070707;
|
||||
color: #ffffff;
|
||||
font-size: 17px;
|
||||
}
|
||||
|
||||
.input_box{
|
||||
border: none;
|
||||
outline: none;
|
||||
background: #070707;
|
||||
padding: 13px;
|
||||
color: #ffffff;
|
||||
font-size: 17px;
|
||||
transition: 0.4px all;
|
||||
border-radius: 5px 5px 5px 5px;
|
||||
width: 300px;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
|
||||
.left img{
|
||||
/*width: 365px;*/
|
||||
width: 100%;
|
||||
height: auto;
|
||||
margin-left: 0px;
|
||||
-webkit-filter: grayscale(60%); /* Safari 6.0 - 9.0 */
|
||||
filter: grayscale(83%) brightness(60%);
|
||||
}
|
||||
|
||||
.left{
|
||||
width:0%;
|
||||
}
|
||||
.right{
|
||||
width: 100%
|
||||
}
|
||||
|
||||
.column-container{
|
||||
width: 100%;
|
||||
height: 100vh;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items: left;
|
||||
justify-content: left;
|
||||
}
|
||||
|
||||
.column-container-main{
|
||||
width: 100%;
|
||||
height: 100vh;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
/*align-items: center;
|
||||
justify-content: center;*/
|
||||
}
|
||||
|
||||
.container{
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
/*align-items: center;*/
|
||||
padding: 2px 5px 2px 2px;
|
||||
justify-content: left;
|
||||
}
|
||||
|
||||
.column{
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
padding: 5px 10px 5px 5px;
|
||||
font-size: 18px;
|
||||
}
|
||||
|
||||
.column:nth-child(1){
|
||||
border-top-left-radius: 5px;
|
||||
border-bottom-left-radius: 5px;
|
||||
}
|
||||
|
||||
.column:nth-child(4){
|
||||
border-top-right-radius: 5px;
|
||||
border-bottom-right-radius: 5px;
|
||||
}
|
||||
|
||||
h1,h2,h3,p,td{
|
||||
color: #ffffff;
|
||||
/*padding-bottom: 10px;*/
|
||||
}
|
||||
|
||||
|
||||
h3,h2{
|
||||
padding-top: 15px;
|
||||
}
|
||||
|
||||
|
||||
.column-onion a{
|
||||
text-decoration: none;
|
||||
display: inline-block;
|
||||
color: #747ff7;
|
||||
transition: .3s;
|
||||
padding-left: 5px;
|
||||
padding-right: 5px;
|
||||
}
|
||||
|
||||
a{
|
||||
text-decoration: none;
|
||||
display: inline-block;
|
||||
color: #747ff7;
|
||||
transition: .3s;
|
||||
padding-left: 0px;
|
||||
padding-right: 0px;
|
||||
}
|
||||
|
||||
a.null{
|
||||
opacity: 0;
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
a:hover{
|
||||
color: #D2BF55;
|
||||
}
|
||||
|
||||
img{
|
||||
width: 17px;
|
||||
/*transform: translateY(2px);*/
|
||||
padding-right: 4px;
|
||||
-webkit-filter: grayscale(30%); /* Safari 6.0 - 9.0 */
|
||||
filter: grayscale(30%);
|
||||
}
|
||||
|
||||
.column a.git img{
|
||||
filter: invert(1);
|
||||
}
|
||||
|
||||
@media screen and (max-width: 1000px) {
|
||||
.container{
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
/*align-items: center;*/
|
||||
padding: 2px 5px 2px 2px;
|
||||
justify-content: left;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue