Jump to content

Site Updates


Gobalopper

Recommended Posts

Here is the new CSS code for those of you wanting to make different stylesheets. The main page stylesheets haven't changed. This is really just for Dunenewt as he is the only one who has created one so far. :)

The Atreides, Harkonnen, etc stylesheets should be working again.

/* overall page */
body {
 background-color: #000000;
 font-family: verdana, arial, helvetica, serif;
 color: #EEEEEE;
 margin: 0 1%;
 font-size: 0.8em;
}
/* links */
a {
 color: #FFCC00;
 background-color: transparent;
 text-decoration: none;
}
/* just in case, show empty cells */
table, tr, td {
 empty-cells: show;
}


/* hide box */
div.hide {
 color: #444444;
 background-color: #444444;
 border: 1px dotted #EEEEEE;
 font-size: 0.9em;
 padding: 4px;
}
div.hide:hover {
 color: #EEEEEE;
}
/* quote box */
.quote {
 color: #EEEEEE;
 background-color: #696969;
 border: 1px dotted #EEEEEE;
 padding: 4px;
}
/* code box */
.code {
 color: #EEEEEE;
 font-family: Courier New, serif;
 background-color: #696969;
 border: 1px dotted #EEEEEE;
 padding: 4px;
}
/* [me=Gobalopper]text */[/me]
.meaction {
 color: red;
 background-color: transparent;
}


/* highlight & hr divider */
span.highlight {
 color: #FFCC00;
 font-weight: bold;
}
hr.divider {
 border: 0;
 border-top: 1px solid #EEEEEE;
}


/* highlight color of a selected IM row */
tr.highlight td {
 background-color: #666666;
}
/* properties of % full in imbox */
div.imoutline {
 width: 200px;
 border: 1px solid white;
}
div.imfillcolor {
 background-color: red;
}


/* this table should have no bottom border */
table.top {
 border: 1px solid #808080;
 border-bottom: 0px;
 border-collapse: collapse;
 font-size: 0.9em;
}
/* this table should have borders on all sides */
table.bottom {
 border: 1px solid #808080;
 border-collapse: collapse;
 font-size: 0.9em;
}

/* cells with no border */
td.bg0 {
 background-color: #303030;
 padding: 5px;  
}
td.bg1 {
 background-color: #404040;
 padding: 5px;
}

/* cells with no bottom border, 1px padding */
td.bgm0 {
 padding: 1px 5px;
 border: 1px solid #808080;
 border-bottom: 0px;
 background-color: #303030;
}
td.bgm1 {
 padding: 1px 5px;
 border: 1px solid #808080;
 border-bottom: 0px;
 background-color: #404040;
}

/* cells with no bottom border, 3px padding */
td.bgb0 {
 padding: 3px 5px;
 border: 1px solid #808080;
 border-bottom: 0px;
 background-color: #303030;
}
td.bgb1 {
 padding: 3px 5px;
 border: 1px solid #808080;
 border-bottom: 0px;
 background-color: #404040;
}

/* cells with border all around, 2px padding */
td.bga0 {
 padding: 3px 5px;
 border: 1px solid #808080;
 background-color: #303030;
}
td.bga1 {
 padding: 3px 5px;
 border: 1px solid #808080;
 background-color: #404040;
}


/* post subject cell */
td.post-subject {
 font-size: 0.8em;
 vertical-align: top;
 border-bottom: 1px solid Goldenrod;
}
/* post message cell */
td.post-message {
 font-size: 0.9em;
 vertical-align: top;
 padding: 5px 0px;
}
/* post signature cell */
td.post-sig {
 font-size: 0.7em;
 vertical-align: bottom;
 border-top: 1px solid Goldenrod;
}


/* all of the below will are deprecated and will be removed eventually */
.windowbg {
 color: #EEEEEE;
 background-color: #404040;
}
.windowbg2 {
 color: #EEEEEE;
 background-color: #303030;
}
.windowbg3 {
 color: #EEEEEE;
 background-color: #808080;
}
.titlebg {
 color: #FFFFFF;
 background-color: #303030;
}
.text1 {
 font-weight: bold;
 color: #FFCC00;
 font-style: normal;
 background-color: transparent;
}
.catbg {
 font-weight: bold;
}
.bordercolor {
 color: #EEEEEE;
 background-color: #808080;
}
/* all of the above will are deprecated and will be removed eventually */

Link to comment
Share on other sites

[sarcasm]

rofl! maybe its because of LAND SIZE? I know! Lets take puny Holland one third the size of Texas and give it a giant map that doesn't even fit on dual 21inch flat screen monitors at 1600+ dpi resolution (big enough to actually see individual buildings) and then we can stuff the US map into a .gif the size of a thumbnail. har, har, har aktion015.gif

I think it was quite obvious I was being sarcastic...some people ::)

Link to comment
Share on other sites

hey gob, i think that you need to update your language file for who's online. when somebody clicks on an im it shows up strange i think like it shows the php location, instead of Viewing IM.

>:( >:(

I just tried to post something but I already posted something 30 seconds earlier..so then I hit back nad all what I had written was lost...

to sum it up in a few words:

when a guest is online and views the faq/rules instead of saying that the guest is veiwing the faq/rules a long set of words/commands(link?) are shown.

Guest

action=rules&PHPSESSID=bf1587fc5e264af541ecafade0953adc

Acriku was doing the folowiong on who's online..is it something secret? Cat?

board=;action=togglecat;catindex=3

Also if i just close my browser without "logging out" does it show me online until a time limit expires? is it better to "log out" for any reason?

Link to comment
Share on other sites

If the action isn't defined it just shows the url they would be viewing. I did that so I could see which actions didn't have text.

Unless you actually logout the server won't show you as offline until 15 minutes after your last action. It doesn't really matter if you don't logout unless someone else uses the same browser and you don't want them being able to view the boards under your account.

35 messages is too small? You have a backup box which can hold another 35 messages for a total of 70. I can't see why that isn't enough...

Link to comment
Share on other sites

hey gob, i think that you need to update your language file for who's online. when somebody clicks on an im it shows up strange i think like it shows the php location, instead of Viewing IM.

>:( >:(

I just tried to post something but I already posted something 30 seconds earlier..so then I hit back nad all what I had written was lost...

to sum it up in a few words:

when a guest is online and views the faq/rules instead of saying that the guest is veiwing the faq/rules a long set of words/commands(link?) are shown.

Guest

action=rules&PHPSESSID=bf1587fc5e264af541ecafade0953adc

Acriku was doing the folowiong on who's online..is it something secret? Cat?

board=;action=togglecat;catindex=3

Also if i just close my browser without "logging out" does it show me online until a time limit expires? is it better to "log out" for any reason?

yeah, cat stands for category, cat 3 is the strat boards.

Link to comment
Share on other sites

Unless you actually logout the server won't show you as offline until 15 minutes after your last action. It doesn't really matter if you don't logout unless someone else uses the same browser and you don't want them being able to view the boards under your account.

I always wondered why people would want to read the rules for 15 minutes.

Link to comment
Share on other sites

Would the link to the attachments not be included in the 10 most recent threads?

oops me sorry, me fix that now by deleting pic and putting a link. the good thing about the old style(if it was there) is that you could click on the link to the board that the thread was in. maybe make the board link a different color?

EDIT - maybe it was on purpose, I dont know. I was just pointing out a difference in case it was not meant to be. :)

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...