Re: Starcraft Team Fortress (Beta released!)
Posted: Fri May 15, 2009 7:20 pm
o... em... eff... gee...
https://www.campaigncreations.org/forum/
https://www.campaigncreations.org/forum/viewtopic.php?t=1410
Firstly, thanks sincerely for making me feel elderly and out of touch. =oP It's great to be back and see you all again! I'm currently bringing myself up to speed on what's new, but I'll be sure to interject with some needlessly harsh criticism very soon. =o)For older fans, I should probably fill in about the changes between STF 2.4.4 and STF 0059.
My apologies, "rat's nest" remark removed. =oPLavarinth wrote: Thanks.![]()
No problem!Hercanic wrote: Nice, thank you Dragon! I noticed you moved all the images to their own folder. Obviously, that won't do much good until all the pages are updated accordingly. In the "Include" directory, there is an empty "js" folder. Does it serve a purpose?
Yep! Although I don't wish to disclose too many details, I've been privately chipping away at something else STF related, and indeed it makes use of dropdown menus. However, I've been traveling for the past week or so and haven't had a chance to continue working on it. Also, these aforementioned dropdown menus were converted entirely to CSS since I last posted, so again that "js" folder is defunct. =oPDropdown menus, eh?
Code: Select all
/* ------------------------------------------------------
*
* Project: Starcraft Team Fortress
* Author: --!)R@G()N--
* Last Revised: May 24, 2009
*
* Description:
*
* To-Do:
* - Use one CSS file to include all CSS files (useful if more calls needed later).
* - Change to relative (em) font sizes.
*
* ------------------------------------------------------ */
/* ----------- GENERAL ----------- */
body {
font-family: Arial, sans-serif;
font-size: 12px;
color: #bbb;
background: #323232;
}
a {
font-family: Verdana, sans-serif;
font-weight: bold;
text-decoration: none;
color: #926616;
}
a:hover {
color: #bbb;
}
p {
margin: 10px 0 10px 0;
}
ul {
list-style: disc inside;
}
.code {
font-family: "Courier New", Courier, monotype;
font-size: 12px;
color: #060;
margin: 15px;
padding: 8px;
border: 1px solid #4C4D43;
background-color: #FAFAFA;
}
.quote {
font-family: Verdana, Arial, sans-serif;
font-size: 11px;
line-height: 125%;
color: #fff;
margin: 15px;
padding: 10px;
border: 1px solid #000;
background: #444;
}
.hidden {
display: none;
}
/* ----------- CONTAINER ----------- */
#container {
width: 860px;
margin: 0 auto;
/* This makes the navigation appear to span the entire height of the container ("faux column"). */
background: transparent url(../img/bg-nav.jpg);
}
/* ----------- HEADER ----------- */
#header {
height: 120px;
background: #323232 url(../img/bg-header.jpg) no-repeat;
}
/* ----------- NAVIGATION ----------- */
#nav {
width: 155px;
padding: 5px 0 10px 0;
display: block;
float: left;
position: relative;
background: transparent url(../img/bg-nav.jpg);
}
#nav a {
font-style: italic;
}
#nav ul {
margin-bottom: 20px;
}
#nav li {
list-style: none;
text-align: center;
margin-bottom: 2px;
}
#nav .nav-news {
padding: 40px 0 0 0;
background: transparent url(../img/icon-news.gif) no-repeat;
}
#nav .nav-project {
padding: 40px 0 0 0;
background: transparent url(../img/icon-stf.gif) no-repeat;
}
#nav .nav-team {
padding: 40px 0 0 0;
background: transparent url(../img/icon-team.gif) no-repeat;
}
/* ----------- CONTENT ----------- */
#content {
width: 662px;
padding: 20px;
float: left;
position: relative;
border: 1px solid #4a4a4a;
background: transparent url(../img/bg-content.jpg);
}
#content .article {
margin: 10px auto;
margin-bottom: 20px;
border: 1px solid #000;
background: #2a2a2f;
}
#content .article_title {
display: block;
padding: 5px;
border-bottom: 1px solid #000;
background: #4c4d43;
}
#content .article_title h3 {
font: normal 18px Arial, sans-serif;
text-align: center;
color: #bbb;
}
#content .article_body {
padding: 5px;
}
#content .article_footer {
font-size: 10px;
min-height: 15px;
padding: 5px;
}
#content .article_footer .author {
float: left;
font-style: normal;
color: #927616;
}
#content .article_footer .date {
float: right;
}
/* ----------- FOOTER ----------- */
#footer {
height: 62px;
padding: 62px 0 0 0;
clear: both;
position: relative;
background: #323232 url(../img/bg-footer.jpg) no-repeat;
}
I greatly look forward to your next release.Hercanic wrote: I greatly look forward to seeing what you have planned. =o)
Hercanic wrote: Ha! You know what I've been working these past few weeks. =oP