1
0
mirror of https://github.com/mgerb/classic-wow-forums synced 2026-01-10 17:12:48 +00:00

added client things - finished home page

This commit is contained in:
2018-01-07 00:22:53 -06:00
parent 74df75dd77
commit a9e5b185ee
98 changed files with 7303 additions and 7 deletions

View File

@@ -0,0 +1,57 @@
html {
font-family: Arial,Helvetica,Sans-Serif;
font-size: 10pt;
color: #cccccc;
}
b {
color: #ffffff;
}
body {
background-color: black;
background-image: url('../assets/forum-bg.jpg');
background-repeat: repeat-x;
}
a {
color: #FFB019;
font-weight: bold;
font-size: 9pt;
&:hover {
color: white;
}
&:visited {
color: #B1B1B1;
}
}
hr {
background: rgb(71, 71, 71);
width: 80%;
height: 0.5px;
border: 0;
margin: 25px auto;
display: block;
clear: both;
}
.inline-block {
display: inline-block;
}
.flex {
display: flex;
}
.flex--center {
align-items: center;
}
span.grey {
font-family: Arial,Helvetica,Sans-Serif;
color: #A0A1A3;
font-size: 9pt;
}