git init of winget repo statistics and manager
This commit is contained in:
239
public/mod.css
Normal file
239
public/mod.css
Normal file
@@ -0,0 +1,239 @@
|
||||
@import url("https://fonts.googleapis.com/css2?family=Alef:wght@400;700&display=swap");
|
||||
|
||||
abbr {
|
||||
border: none;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
body {
|
||||
font-family: "Alef";
|
||||
padding-left: 10px;
|
||||
margin: auto;
|
||||
display: flex;
|
||||
font-size: 14pt;
|
||||
width: 75%;
|
||||
background-color: #000000;
|
||||
background: #000000;
|
||||
color: #ffffff;
|
||||
height: 100vh;
|
||||
-webkit-background-size: cover;
|
||||
-moz-background-size: cover;
|
||||
-o-background-size: cover;
|
||||
background-size: cover;
|
||||
-webkit-user-select: none;
|
||||
-ms-user-select: none;
|
||||
user-select: none;
|
||||
flex-direction: row;
|
||||
flex-wrap: wrap;
|
||||
align-content: flex-start;
|
||||
justify-content: center;
|
||||
}
|
||||
body.m{
|
||||
width: auto;
|
||||
}
|
||||
.copyme::before {
|
||||
content: "Click here to copy: ";
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
.acopyme {
|
||||
direction: ltr;
|
||||
background: #6a568b;
|
||||
color: #ffffff;
|
||||
cursor: pointer;
|
||||
border-radius: 15px;
|
||||
/* margin-left: -10px; */
|
||||
transition: background 0.3s ease;
|
||||
padding: inherit;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.acopyme:hover {
|
||||
background: #7e7391;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.copyme {
|
||||
direction: ltr;
|
||||
background: #6a568b;
|
||||
color: #ffffff;
|
||||
cursor: pointer;
|
||||
border-radius: 15px;
|
||||
/* margin-left: -10px; */
|
||||
transition: background 0.3s ease;
|
||||
padding: inherit;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.copyme:hover {
|
||||
background: #7e7391;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
ul {
|
||||
list-style-type: none;
|
||||
background-color: inherit;
|
||||
color: inherit;
|
||||
padding-left: 5px;
|
||||
background: inherit;
|
||||
justify-content: inherit;
|
||||
align-items: inherit;
|
||||
align-content: inherit;
|
||||
text-align: inherit;
|
||||
}
|
||||
|
||||
ul.r {
|
||||
list-style-type: none;
|
||||
background-color: inherit;
|
||||
color: inherit;
|
||||
padding-right: 5px;
|
||||
margin-left: -20px;
|
||||
background: inherit;
|
||||
justify-content: inherit;
|
||||
align-items: inherit;
|
||||
align-content: inherit;
|
||||
text-align: inherit;
|
||||
|
||||
}
|
||||
|
||||
li {
|
||||
margin-bottom: 20px;
|
||||
background-color: inherit;
|
||||
color: inherit;
|
||||
background: inherit;
|
||||
padding: inherit;
|
||||
justify-content: inherit;
|
||||
align-items: inherit;
|
||||
align-content: inherit;
|
||||
text-align: inherit;
|
||||
}
|
||||
|
||||
li:hover {
|
||||
background: #1a1a1a;
|
||||
border-color: #7e7391;
|
||||
border-radius: 15px;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
div {
|
||||
display: block;
|
||||
background-color: inherit;
|
||||
padding: inherit;
|
||||
width: inherit;
|
||||
color: inherit;
|
||||
background: inherit;
|
||||
justify-content: inherit;
|
||||
align-items: inherit;
|
||||
align-content: inherit;
|
||||
text-align: inherit;
|
||||
}
|
||||
|
||||
th,
|
||||
td {
|
||||
padding-right: 40px;
|
||||
/* Adjust as needed */
|
||||
text-align: left;
|
||||
justify-content: inherit;
|
||||
align-items: inherit;
|
||||
align-content: inherit;
|
||||
text-align: inherit;
|
||||
}
|
||||
|
||||
.container {
|
||||
overflow: hidden;
|
||||
justify-content: inherit;
|
||||
align-items: inherit;
|
||||
align-content: inherit;
|
||||
text-align: inherit;
|
||||
}
|
||||
|
||||
.column {
|
||||
float: left;
|
||||
margin: 20px;
|
||||
padding-bottom: 100%;
|
||||
margin-bottom: -100%;
|
||||
justify-content: inherit;
|
||||
align-items: inherit;
|
||||
align-content: inherit;
|
||||
text-align: inherit;
|
||||
}
|
||||
|
||||
.header {
|
||||
width: 100%;
|
||||
margin: auto;
|
||||
padding: inherit;
|
||||
justify-content: inherit;
|
||||
align-items: inherit;
|
||||
align-content: inherit;
|
||||
text-align: inherit;
|
||||
margin-bottom: 35px;
|
||||
}
|
||||
|
||||
.hiddencopy {
|
||||
background: #6a568b;
|
||||
color: #ffffff;
|
||||
cursor: pointer;
|
||||
border-radius: 15px;
|
||||
margin-left: 10px;
|
||||
transition: background 0.3s ease;
|
||||
padding: 10px;
|
||||
margin-bottom: 10px;
|
||||
display: none;
|
||||
}
|
||||
|
||||
strong {
|
||||
font-size: 18pt;
|
||||
}
|
||||
|
||||
li.clicked:hover {
|
||||
border-color: #3d3d3d;
|
||||
background: #635b72;
|
||||
margin-bottom: 20px;
|
||||
border-radius: 15px;
|
||||
}
|
||||
|
||||
.btn {
|
||||
direction: ltr;
|
||||
background: #6a568b;
|
||||
background-color: #6a568b;
|
||||
cursor: pointer;
|
||||
border-radius: 10px;
|
||||
height: inherit;
|
||||
width: 15%;
|
||||
/* margin-left: -10px; */
|
||||
transition: background 0.3s ease;
|
||||
padding: inherit;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
form {
|
||||
margin: auto;
|
||||
width: 75%;
|
||||
margin-top: 30px;
|
||||
}
|
||||
|
||||
input[type="text"],
|
||||
input[type="file"] {
|
||||
background-color: #6a568b;
|
||||
border-color: #332150;
|
||||
color: #ffffff;
|
||||
width: 30%;
|
||||
border-radius: 15px;
|
||||
padding: auto;
|
||||
padding-left: 10px;
|
||||
}
|
||||
|
||||
::placeholder {
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
.lang {
|
||||
position: fixed;
|
||||
float: inline-start;
|
||||
flex: auto;
|
||||
width: 100%;
|
||||
}
|
||||
#totalus {
|
||||
background-color: #6a568b;
|
||||
border-radius: 15px;
|
||||
}
|
Reference in New Issue
Block a user