Ctrl + KGeneral Discussion
Ctrl + KCode: Select all
<code>@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;0,1000;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900;1,1000&display=swap');
html {
font-family: "Nunito";
}
body#phpbb.notouch.section-index.ltr.hasjs {
background-color: rgba(17,17,17,1)
}
button {
background: rgba(34,34,34,1);
border-radius: 20px;
padding: 10px 20px;
font-family: "Nunito";
font-size: 15px;
}
.forabg {
background: rgba(34,34,34,1)
}
.wrap {
border: 0px solid rgba(0,0,0,0);
box-shadow: none;
border-radius: 16px;
background-color: rgba(24,24,24,1);
}
div.headerbar {
background-color: rgba(22,28,76,1);
background-image: linear-gradient(to bottom, rgba(35,42,120,1) 0%, rgba(30,37,100,1) 1%, rgba(35,42,120,1) 20%, rgba(40,48,140,1) 75%, rgba(50, 60, 160, 1) 100%);
}
div.navbar {
background: rgba(34,34,34,1)
}
span {
color: rgba(0,192,255,1);
}
li.row {
background-color: rgba(51,51,51,1);
}
ul.topiclist li {
color: rgba(175,175,175,1);
}
a.forumtitle {
color: rgba(0,192,255,1);
font-family: "Nunito";
}
.icon {
color: rgba(0,192,255,1);
}
p {
color: rgba(175,175,175,1);
font-family: "Nunito";
}
h3 {
font-family: "Nunito";
font-size: 16px;
border-bottom-color: rgba(0,0,0,0);
color: white;
}
a {
color: white;
}
.dropdown-contents.dropdown-nonscroll {
background-color: rgba(0,0,0,0.5);
backdrop-filter: blur(45px);
}</code>I'm currently makiing things up as I go, aswell as making things consistent and work as I go aswell. I have a few of the UI Elements made in FIgma, which include the Button, Input and List Box. I can provide the screenshot of what the figma UI elements look like aswell as what the current development status is.MattKC wrote: ↑Wed Dec 28, 2022 12:49 am Ooh this is interesting, though I should mention I don't think the forum should have more than a handful of forum styles. Since I've manually customized these styles to get some specific features working, it could quickly become a maintenance nightmare if there are too many.
That being said, I'm interested in improvements if there are any to be made. Do you have any screenshots of what this looks like so far?



I'd be more then happy to help...acidiclight wrote: ↑Wed Dec 28, 2022 4:22 am Oh my god I should hire you to design the UI for my hacking game...