mirror of
https://github.com/leoherzog/TorrentParts.git
synced 2026-01-24 04:08:04 -08:00
Continue to Refine Design
This commit is contained in:
18
style.css
18
style.css
@@ -8,6 +8,7 @@ html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:b
|
||||
--accent: #63A079;
|
||||
--grey: #BDBDBD;
|
||||
--white: #FFF;
|
||||
background: #24384D;
|
||||
}
|
||||
|
||||
body {
|
||||
@@ -16,6 +17,7 @@ body {
|
||||
font-family: 'Alata', sans-serif;
|
||||
height: 100vh;
|
||||
width: 100vw;
|
||||
overflow-x: hidden;
|
||||
}
|
||||
|
||||
input {
|
||||
@@ -52,17 +54,19 @@ button {
|
||||
padding: 8px;
|
||||
box-sizing: border-box;
|
||||
border-radius: 900px;
|
||||
text-align: center;
|
||||
text-align: left;
|
||||
margin: auto;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
button:disabled {
|
||||
filter: brightness(0.6);
|
||||
cursor: not-allowed;
|
||||
}
|
||||
|
||||
a {
|
||||
cursor: pointer;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
header {
|
||||
@@ -170,13 +174,17 @@ input {
|
||||
padding: 8px;
|
||||
box-sizing: border-box;
|
||||
border-radius: 900px;
|
||||
text-align: left;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
#announce > *, #urlList > * {
|
||||
margin: 4px 0;
|
||||
}
|
||||
|
||||
@media (max-width: 1080px) {
|
||||
|
||||
#reset {
|
||||
width: auto;
|
||||
top: 0px;
|
||||
right: 8px;
|
||||
}
|
||||
@@ -192,6 +200,7 @@ input {
|
||||
}
|
||||
|
||||
#download > * {
|
||||
width: auto;
|
||||
margin: 0 4px;
|
||||
}
|
||||
|
||||
@@ -211,7 +220,7 @@ input {
|
||||
#properties {
|
||||
margin: 0;
|
||||
padding: 0 2vw;
|
||||
width: 96vw;
|
||||
width: 95vw;
|
||||
}
|
||||
|
||||
.property {
|
||||
@@ -225,7 +234,8 @@ input {
|
||||
margin: 8px 0;
|
||||
}
|
||||
|
||||
input {
|
||||
input, button, #addTracker, #addWebseed {
|
||||
width: 95vw;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user