Hashtag style

main
Bob Mottram 2019-12-12 21:07:05 +00:00
parent 266871cf07
commit 7ca1719f87
1 changed files with 63 additions and 51 deletions

View File

@ -9,6 +9,10 @@
--font-size-header: 18px; --font-size-header: 18px;
--font-color-header: #ccc; --font-color-header: #ccc;
--font-size: 40px; --font-size: 40px;
--font-size2: 24px;
--font-size3: 38px;
--font-size4: 22px;
--font-size5: 20px;
--text-entry-foreground: #ccc; --text-entry-foreground: #ccc;
--text-entry-background: #111; --text-entry-background: #111;
--time-color: #aaa; --time-color: #aaa;
@ -73,7 +77,7 @@ a:link {
color: var(--button-text); color: var(--button-text);
text-align: center; text-align: center;
padding: 10px; padding: 10px;
font-size: var(--font-size); font-size: var(--font-size);
width: 20%; width: 20%;
max-width: 200px; max-width: 200px;
min-width: 100px; min-width: 100px;
@ -120,57 +124,65 @@ input[type=text] {
} }
@media screen and (min-width: 400px) { @media screen and (min-width: 400px) {
.followText { .hashtagcloud {
font-size: 24px; font-size: var(--font-size4);
} word-spacing: 30px;
input[type=text] { }
width: 90%; .followText {
clear: both; font-size: 24px;
font-size: 24px; }
text-align: center; input[type=text] {
color: var(--text-entry-foreground); width: 90%;
background-color: var(--text-entry-background); clear: both;
} font-size: 24px;
.button { text-align: center;
border-radius: 4px; color: var(--text-entry-foreground);
background-color: var(--button-background); background-color: var(--text-entry-background);
border: none; }
color: var(--button-text); .button {
text-align: center; border-radius: 4px;
padding: 10px; background-color: var(--button-background);
font-size: 24px; border: none;
width: 20%; color: var(--button-text);
max-width: 200px; text-align: center;
min-width: 100px; padding: 10px;
cursor: pointer; font-size: 24px;
margin: 30px; width: 20%;
} max-width: 200px;
min-width: 100px;
cursor: pointer;
margin: 30px;
}
} }
@media screen and (max-width: 1000px) { @media screen and (max-width: 1000px) {
.followText { .hashtagcloud {
font-size: 40px; font-size: var(--font-size3);
} word-spacing: 30px;
input[type=text] { }
width: 90%; .followText {
clear: both; font-size: 40px;
font-size: 40px; }
text-align: center; input[type=text] {
color: var(--text-entry-foreground); width: 90%;
background-color: var(--text-entry-background); clear: both;
} font-size: 40px;
.button { text-align: center;
border-radius: 4px; color: var(--text-entry-foreground);
background-color: var(--button-background); background-color: var(--text-entry-background);
border: none; }
color: var(--button-text); .button {
text-align: center; border-radius: 4px;
padding: 10px; background-color: var(--button-background);
font-size: 40px; border: none;
width: 20%; color: var(--button-text);
max-width: 200px; text-align: center;
min-width: 100px; padding: 10px;
cursor: pointer; font-size: 40px;
margin: 30px; width: 20%;
} max-width: 200px;
min-width: 100px;
cursor: pointer;
margin: 30px;
}
} }