added stuff
This commit is contained in:
parent
6d31f5b5a1
commit
7d4f626b7d
907 changed files with 70990 additions and 0 deletions
130
nyx/flake/pkgs/startpage/src/style.css
Normal file
130
nyx/flake/pkgs/startpage/src/style.css
Normal file
|
@ -0,0 +1,130 @@
|
|||
body {
|
||||
background-color: #11111b;
|
||||
color: #cdd6f4;
|
||||
}
|
||||
|
||||
#Title {
|
||||
font-family: "Malgun Gothic";
|
||||
text-align: center;
|
||||
color: #cdd6f4;
|
||||
margin-top: 75px;
|
||||
}
|
||||
|
||||
#searchbox {
|
||||
width: 500;
|
||||
height: 4%;
|
||||
border: none;
|
||||
border-radius: 2px;
|
||||
outline: none;
|
||||
padding-left: 15px;
|
||||
text-align: left;
|
||||
background-color: #1e1e2e;
|
||||
color: #cdd6f4;
|
||||
font-size: 15px;
|
||||
font-family: "Malgun Gothic", sans-serif;
|
||||
display: block;
|
||||
margin: auto;
|
||||
margin-top: 50px;
|
||||
}
|
||||
|
||||
#stripe {
|
||||
width: 100%;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
#mainframe {
|
||||
text-align: center;
|
||||
position: absolute;
|
||||
top: 25%;
|
||||
left: 16%;
|
||||
right: 11%;
|
||||
}
|
||||
|
||||
#footer {
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
right: 0;
|
||||
text-align: right;
|
||||
padding: 10px;
|
||||
font-size: 30%;
|
||||
}
|
||||
|
||||
#linkblock {
|
||||
width: 20%;
|
||||
height: 140px;
|
||||
margin-left: 25px;
|
||||
margin-right: 30px;
|
||||
margin-top: 30px;
|
||||
margin-bottom: 40px;
|
||||
padding-left: 67px;
|
||||
padding-right: 1px;
|
||||
padding-top: 0px;
|
||||
padding-bottom: 5px;
|
||||
color: #cdd6f4;
|
||||
text-align: left;
|
||||
background-position: top 0px left 0px;
|
||||
background-repeat: no-repeat;
|
||||
font-family: "Malgun Gothic";
|
||||
font-size: 100%;
|
||||
display: inline-block;
|
||||
vertical-align: top;
|
||||
border-left: 3px solid #181825;
|
||||
transition: 0.5s;
|
||||
}
|
||||
|
||||
ul {
|
||||
list-style-type: none;
|
||||
padding-left: 0;
|
||||
}
|
||||
|
||||
a:link {
|
||||
text-decoration: none;
|
||||
font-weight: normal;
|
||||
color: #89b4fa;
|
||||
}
|
||||
a:visited {
|
||||
text-decoration: none;
|
||||
font-weight: normal;
|
||||
color: #89b4fa;
|
||||
}
|
||||
a:hover {
|
||||
text-decoration: none;
|
||||
font-weight: normal;
|
||||
color: #b4befe;
|
||||
}
|
||||
a:active {
|
||||
text-decoration: none;
|
||||
font-weight: normal;
|
||||
color: #89b4fa;
|
||||
}
|
||||
a:focus {
|
||||
text-decoration: none;
|
||||
font-weight: normal;
|
||||
color: #89b4fa;
|
||||
}
|
||||
|
||||
#footer a:link {
|
||||
text-decoration: none;
|
||||
font-weight: normal;
|
||||
color: #101010;
|
||||
}
|
||||
#footer a:visited {
|
||||
text-decoration: none;
|
||||
font-weight: normal;
|
||||
color: #101010;
|
||||
}
|
||||
#footer a:hover {
|
||||
text-decoration: none;
|
||||
font-weight: normal;
|
||||
color: #101010;
|
||||
}
|
||||
#footer a:active {
|
||||
text-decoration: none;
|
||||
font-weight: normal;
|
||||
color: #101010;
|
||||
}
|
||||
#footer a:focus {
|
||||
text-decoration: none;
|
||||
font-weight: normal;
|
||||
color: #101010;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue