These forums have been archived and are now read-only.

The new forums are live and can be found at https://forums.eveonline.com/

EVE Technology Lab

 
  • Topic is locked indefinitely.
 

forum fix

Author
gfldex
#1 - 2011-09-06 15:32:26 UTC  |  Edited by: gfldex
Stylish fix for the new forum. I managed to get twice the topics on screen. They must have reinforced desks in Iceland to support those massive screens of theirs.

@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("forums.eveonline.com") {
body.forum-body {
background: #000000 !important;
}

td.topicLastPost br {
display: none;
}

td.topicLastPost a:before {
content: " ";
}

td.topicLastPost {
min-width: 20em !important;
}

tr.topicRow {
height: 1em !important;
}

span.topicPager {
height: 0em !important;
}

.topicMain a {
height: 1.1em !important;
}

div#footerContainer, div.footer-pegi, div.footer-info {
display: none !important;
}
}

If you take all the sand out of the box, only the cat poo will remain.

Entity
X-Factor Industries
Synthetic Existence
#2 - 2011-09-06 15:39:13 UTC
nice, but you should put a space between the date and poster name, now it looks like

2011.09.06 15:32gfldex

which is a bit sloppy ;)

╦......║...╔╗.║.║.╔╗.╦║.╔╗╔╦╗╔╗

║.╔╗╔╗╔╣.╔╗╠..╠ ╠╗╠╝.║╠ ╠╝║║║╚╗

╩═╚╝║.╚╝.╚╝║..╚╝║║╚╝.╩╚╝╚╝║.║╚╝

Got Item?

gfldex
#3 - 2011-09-06 22:03:27 UTC
Entity wrote:

2011.09.06 15:32gfldex


Since you can't do foo:first-child:before there is now an extra space behind the poster name. It's a little better tho.

If you take all the sand out of the box, only the cat poo will remain.

gfldex
#4 - 2011-09-06 22:22:32 UTC
And another update to deal with pagers. Who would have thought that giving something a size of 0 would ever solve a problem?

If you take all the sand out of the box, only the cat poo will remain.