I'm working on fixing that but I didn't really expect anyone to use it, to be honest.
then why post it? :p
the basic ultracompact was intended as an attempt at a minimalist design, but since its a default design i had to keep all the elements intact, i'd recommend recolouring and removing any unused items with display: none; for anyone wanting to minimalise it further.
amusingly, i cant even get it to work - i threw the import rule into my custom stylesheet, but nothing seemed to happen :s
Weird. You could try pasting all this:
Spoiler (Click to Expand)
n
/* Custom CSS for SargeTron */
@import("/templates/style0.css");
html {
background: black;
color: #FFFFFF;
font-family: verdana;
font-size: 12px;
}
.menu {
border: 2px solid #FFFFFF;
}
a {
color: #FFFFFF;
}
a:hover, .menu h4:hover {
cursor: pointer !important;
color: #7777AA;
}
.menu h4:hover {
border-bottom: 1px solid #7777AA;
}
.menu a:hover {
border-bottom: 1px solid #7777AA;
}
.menu a {
padding: 1px 5px !important;
width: 97.5% !important;
text-decoration: none;
border-bottom: 1px solid #000000;
}
.menu h4 {
font-size: 16px;
text-align: right;
margin: 1px;
font-weight: normal;
border-bottom: 1px solid #FFFFFF;
text-decoration: none;
margin-top: 10px;
width: 98% !important;
}
.wordname {
display: block;
}
.btpulink {
color: #00FF00;
text-decoration: none;
cursor: pointer;
}
.btpulink:hover {
color: #777777;
}
.code, .quote {
background: #000000;
border: 1px solid #FFFFFF;
padding: 3px;
}
.quoteheader {
color: #FFFFFF !important;
}
.code {
font-family: courier new;
font-size: 13px;
}
.bordbot, .postmain {
border: 1px solid #FFFFFF;
padding: 5px;
}
table {
border-collapse: collapse;
}
.menualert {
color: #FF0000;
}
n
It's messy CSS but it works.
Edit: er, heh. [code] doesn't like linebreaks
Your Comments: