Glorious Alpha Two Testers!
Alpha Two testing is currently taking place five days each week. More information about Phase II and Phase III testing schedule can be found here
If you have Alpha Two, you can download the game launcher here, and we encourage you to join us on our Official Discord Server for the most up to date testing news.
Alpha Two testing is currently taking place five days each week. More information about Phase II and Phase III testing schedule can be found here
If you have Alpha Two, you can download the game launcher here, and we encourage you to join us on our Official Discord Server for the most up to date testing news.
Options
AoC Forum CSS
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