first commit

This commit is contained in:
gauvainboiche
2020-03-03 22:45:25 +01:00
commit 058c2110e9
4420 changed files with 598645 additions and 0 deletions

View File

@@ -0,0 +1,36 @@
/* New code for new things */
#inner-wrap {
background: #FFFFFF;
position: relative;
margin-top: -50px !important;
z-index: 3;
}
#inner-wrap:after {
content: "";
display: table;
clear: both;
height: 0;
}
.viewtopic_wrapper {
padding: 10px 10px 5px;
}
.sub-forumlist ul {
float: left;
list-style-type: none;
margin-left: 20px !important;
}
.sub-forumlist li {
line-height: 1.5em;
}
body.force_rounded_avatars span.lastpostavatar img.avatar {
border-radius: 25px;
}
.viewtopic_wrapper .phpbb-ads-center {
padding: 15px;
}