diff --git a/core/static/core/index.css b/core/static/core/index.css index ed1b713..ecb7555 100644 --- a/core/static/core/index.css +++ b/core/static/core/index.css @@ -26,3 +26,8 @@ ul > li input.button { ul > li { padding: 0.4rem; } + + +.small-text { + font-size: 0.9rem; +} diff --git a/core/static/core/team.css b/core/static/core/team.css index 9be42fa..b18c950 100644 --- a/core/static/core/team.css +++ b/core/static/core/team.css @@ -4,49 +4,64 @@ .team-content { position: absolute; - top: 50%; - left: 50%; + top: 50%; + left: 50%; transform: translate(-50%, -50%); } .team-heading { padding: 5px; } +.no { + text-decoration: none; + color: #a4a4a4; + display: inline-block; + padding: 8px 12px; + border: 1px solid #ccc; + border-radius: 4px; + transition: background-color 0.3s; +} + +a:visited { + color: #a4a4a4; +} -input { +.no, input { outline: none; background: var(--team-bg); - border: 0px solid var(--team-bg); + border: 0 solid var(--team-bg); color: #767b82; } -input[type=submit] { - border: 0px solid var(--team-bg); +.no, input[type=submit] { + border: 0 solid var(--team-bg); /*box-shadow: 0px 0px 0px 4px #fff;*/ background: #fff; - color: white; font: inherit; - font-family: inherit; margin-left: 0; - border-radius: 0 0.3rem 0.3rem 0; + border-radius: 0.3rem 0 0 0.3rem; color: #a4a4a4; font-weight: bold; } +.no { + border-radius: 0 0.3rem 0.3rem 0; -input[type=submit]:hover { +} + +.no, input[type=submit]:hover { background: rgba(255, 255, 255, 0.95); transition-duration: .3s; color: #848a91; } -input[type=submit]:active { +.no, input[type=submit]:active { background: rgba(255, 255, 255, 0.90); color: #000; } .input-padding { margin: 0; - padding: 0; + padding: 0; /* border: 0px solid #d5d5d5; border-radius: 0 0.3rem 0.3rem 0; @@ -54,6 +69,6 @@ input[type=submit]:active { height: 80%;*/ } -input::placeholder { +.no, input::placeholder { color: #bdb9b9; -} \ No newline at end of file +} diff --git a/core/templates/core/index.html b/core/templates/core/index.html index cb52956..89c3799 100644 --- a/core/templates/core/index.html +++ b/core/templates/core/index.html @@ -36,6 +36,15 @@