You need to sign in or sign up before continuing.
Newer
Older
html {
margin: 0px;
height: 100vh;
}
body {
margin: 0px;
padding: 0px;
max-width: 100%;
border: none;
height: 100vh;
}
body > div {
position: fixed;
#border: 1px solid;
overflow: hidden;
}
#irc p {
margin: 0px;
line-height: 120%;
}
h2 {
margin: 0px;
}
h3 {
margin: 0px;
}
#irc {
font-size: 120%;
}
#irc .chat {
display: flex;
justify-content: flex-end;
flex-direction: column;
height: calc(100% - 46px);
}
#irc p span {
color: #268bd2;
}
#irc p span::before {
content: "<";
color: #839496;
}
#irc p span:after {
content: ">";
color: #839496;
}
irc-date {
color: #2aa198;
}
irc-date::before {
content: "[";
color: #839496;
}
irc-date::after {
content: "]";
color: #839496;
}
#weather {
font-size: 120%;
}
#weather div {
float: left;
}
#weather tr {
border-bottom: 1px solid;
}
#weather th {
text-align: left;
}
#weather h3 img {
height: 1em;
float: right;
margin-right: 0.5em;
}
#calendar {
font-size: 120%;
}
#date h2 {
color: #93a1a1;
}
#brand img {
margin: 10px;
}
#brand {
font-size: 120%;
}
#brand h3 {
color: #839496;