Glorious Alpha Two Testers!
Alpha Two Realms are now unlocked for Phase II testing!
For our initial launch, testing will begin on Friday, December 20, 2024, at 10 AM Pacific and continue uninterrupted until Monday, January 6, 2025, at 10 AM Pacific. After January 6th, we’ll transition to a schedule of five-day-per-week access for the remainder of Phase II.
You can download the game launcher here and we encourage you to join us on our for the most up to date testing news.
Alpha Two Realms are now unlocked for Phase II testing!
For our initial launch, testing will begin on Friday, December 20, 2024, at 10 AM Pacific and continue uninterrupted until Monday, January 6, 2025, at 10 AM Pacific. After January 6th, we’ll transition to a schedule of five-day-per-week access for the remainder of Phase II.
You can download the game launcher here and we encourage you to join us on our for the most up to date testing news.
AoC Forum CSS
ArchivedUser
Guest
After checking out the forums, I have to admit that it's not a good looking or very functional forum.
I tried my hand at modifying the built-in CSS and get it to a more functional design.
Note: Not sure if I should put this here, but "AoC Design" is the closest I can think of that lines up with "Forum Design Suggestions"
Modifications to the "custom typography" CSS:
<pre><code>
body
{
font-family: Lato, sans-serif;
/*font-size: 14px;*/
letter-spacing: 0.06em;
line-height: 20px;
text-transform: ;
font-size: 12px;
}
h4, .h4 {
/*font-size: 18px;*/
letter-spacing: ;
/*line-height: 20px;*/
text-transform: ;
font-size: 14px;
line-height: 16px;
}
</code></pre>
Modifications to the "youplay-forum" parts:
<pre><code>
.youplay-forum > li.header, .youplay-forum > li.body > ul
{
position: relative;
/*margin-bottom: 2rem;*/
padding-left: 1rem;
padding-right: 1rem;
z-index: 1;
margin-bottom: 0.3rem;
}
.youplay-forum > li li
{
float: left;
/*padding: 3rem 2rem;*/
padding: 1rem 2rem;
}
.youplay-forum > li .cell-info .description
{
color: rgba(255, 255, 255, 0.8);
margin: 0;
margin-top: 0.5rem;
/*margin-bottom: 2rem;*/
margin-bottom: 0;
}
p
{
/*margin-bottom: 1rem;*/
/*margin-top: 1rem;*/
margin: 0;
}
</code></pre>
I tried my hand at modifying the built-in CSS and get it to a more functional design.
Note: Not sure if I should put this here, but "AoC Design" is the closest I can think of that lines up with "Forum Design Suggestions"
Modifications to the "custom typography" CSS:
<pre><code>
body
{
font-family: Lato, sans-serif;
/*font-size: 14px;*/
letter-spacing: 0.06em;
line-height: 20px;
text-transform: ;
font-size: 12px;
}
h4, .h4 {
/*font-size: 18px;*/
letter-spacing: ;
/*line-height: 20px;*/
text-transform: ;
font-size: 14px;
line-height: 16px;
}
</code></pre>
Modifications to the "youplay-forum" parts:
<pre><code>
.youplay-forum > li.header, .youplay-forum > li.body > ul
{
position: relative;
/*margin-bottom: 2rem;*/
padding-left: 1rem;
padding-right: 1rem;
z-index: 1;
margin-bottom: 0.3rem;
}
.youplay-forum > li li
{
float: left;
/*padding: 3rem 2rem;*/
padding: 1rem 2rem;
}
.youplay-forum > li .cell-info .description
{
color: rgba(255, 255, 255, 0.8);
margin: 0;
margin-top: 0.5rem;
/*margin-bottom: 2rem;*/
margin-bottom: 0;
}
p
{
/*margin-bottom: 1rem;*/
/*margin-top: 1rem;*/
margin: 0;
}
</code></pre>
0