Hello
I've created with my friend a code for the: Messages and subject!
Photo: https://i.imgur.com/U67GF.png
But it look awful!
How can i make them to look like this:
https://i.imgur.com/A1nb0.png
PS: This is the code:
I've created with my friend a code for the: Messages and subject!
Photo: https://i.imgur.com/U67GF.png
But it look awful!
How can i make them to look like this:
https://i.imgur.com/A1nb0.png
PS: This is the code:
- Code:
.forabg .row .topics {
background: url("http://i41.servimg.com/u/f41/16/91/77/58/afw12.png") repeat scroll 0 0 #FAFCFC;
border: 1px solid #b1b1b1;
border-radius: 5px 5px 5px 5px;
position: relative;
top: 8px;
left: 20px;
height: 15px;
font-family: Trebuchet MS,Tahoma;
font-weight: bold;
font-size: 10px;
}
.forabg .row .posts {
background: url("http://i41.servimg.com/u/f41/16/91/77/58/afw12.png") repeat scroll 0 0 #FAFCFC;
border: 1px solid #b1b1b1;
border-radius: 5px 5px 5px 5px;
position: relative;
top: 40px;
left: -77px;
height: 15px;
font-family: Trebuchet MS,Tahoma;
font-weight: bold;
font-size: 10px;
}
ul.topiclist.forums dd.lastpost {
background: url("http://i41.servimg.com/u/f41/16/91/77/58/afw12.png");
border: 1px solid #B1B1B1;
-webkit-border-radius: 5px;
border-radius: 5px;
padding: 7px;
position: relative;
top: 8px;
font-family: Trebuchet MS,Tahoma;
font-weight: bold;
font-size: 10px;
}
.table-title, .table-title h2 {
display: inline;
font-size: 1em;
font-family: Trebuchet MS,Tahoma;
font-size: 13px;
font-weight: bolder;
padding-left: 1px;
}
ul.topiclist dd.posts dfn {
display:inline;
margin-top: 40px;
margin-left: 27px;
}
ul.topiclist dd.topics dfn {
display:inline;
margin-top: 30px;
margin-left: 16px;
}
.header dd.topics {display:none;}
.header dd.posts{display:none;}
.header dd.lastpost{margin-left: 155px;}