Since recent topics went away (will have a bank account soon…), I had to make the "recent topics full width" view usable for me.
Below is the CSS that can be pasted into Stylus:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 | .content {
max-width : 80em ;
}
.thumbSec {
display : none ;
}
.primForum {
margin : 1px -1px 0 0 ;
}
.primForumWrpr {
float : right ;
}
.topicTile .leftDetails {
margin-top : 0 ;
}
.topicTile.wide {
min-height : 0 ;
margin-bottom : 0 ;
}
.topicTile .pricingsec .price {
font-size : 10px ;
}
.topicTile .pricingsec {
vertical-align : auto ;
padding : 0 ;
float : right ;
width : 100% ;
}
.topicTile .titleLink {
display : block ;
margin-bottom : 0.25em ;
}
.topicTile .hdrsec {
display : block ;
}
.topicTile.wide {
line-height : 1em ;
padding-left : 0 ;
}
.topicTile.even-row {
background-color : #faedce ;
border : 1px solid #d4c4a0 ;
}
.rcwrapper.wikiFx {
margin-left : 0 ;
}
|
EDIT: updated code and screenshot