The New Systems Commonwealth Wiki
(cleanup)
Line 40: Line 40:
 
::Thanks a lot for turning back the black theme. Also this site is very helpful for me as translator of "Andromeda". Respect. 15:21, September 25, 2010 (UTC)
 
::Thanks a lot for turning back the black theme. Also this site is very helpful for me as translator of "Andromeda". Respect. 15:21, September 25, 2010 (UTC)
 
:::Sure thing. I'm going to also work on the logo jpeg. And the black theme will not last very long again, because of wikias "new look," so I'm going to be forced to make a new skin all over again... [[User:Acaeton|Acaeton]] 19:19, September 25, 2010 (UTC)
 
:::Sure thing. I'm going to also work on the logo jpeg. And the black theme will not last very long again, because of wikias "new look," so I'm going to be forced to make a new skin all over again... [[User:Acaeton|Acaeton]] 19:19, September 25, 2010 (UTC)
  +
  +
::::I'm relearning how to do the CSS on the new skin, I may be able to make something for you if you want. I also have some code for improved usability that you can add to your personal CSS page ([[User:Acaeton/oasis.css]]):
  +
<pre>
  +
.picture-attribution {
  +
display:none !important;
  +
}
  +
.GlobalNavigation {
  +
display:none !important;
  +
}
  +
.WikiaHeader nav {
  +
height: 40px !important;
  +
}
  +
.WikiaHeader li {
  +
margin-top: 13px !important;
  +
}
  +
.WikiHeader {
  +
padding-top: 0px !important;
  +
padding-bottom: 0px !important;
  +
top: -10px !important;
  +
}
  +
.AccountNavigation {
  +
line-height: 0px !important;
  +
top: -25px !important;
  +
}
  +
.WikiaHeader {
  +
border-top: 0 !important;
  +
top: 0px !important;
  +
}
  +
.WikiaPage {
  +
padding-top: 20px !important;
  +
}
  +
.WikiaHeader .wikia-button {
  +
top: -6px !important;
  +
}
  +
.wikia-ad { display: none; }
  +
.WikiaPageHeader.separator { padding-bottom: 3px !important; }
  +
.WikiHeader .shadow-mask { display:none !important;}
  +
.oasis-one-column .WikiaPageHeader .WikiaSearch { position: absolute !important; left: 350px !important; float: left; }
  +
.oasis-one-column .WikiaPageHeader .WikiaSearch input[type="text"]{
  +
width:250px !important;
  +
}
  +
.WikiaPageHeader .commentslikes {
  +
position: relative !important; right: -380px !important; float:right !important
  +
}
  +
.WikiaPageHeader .mainpage-tally { position: relative !important; right: -380px !important; top: 8px; float:right; }
  +
</pre>
  +
{{clr}}
  +
After adding that, just hard refresh your browser and you'll be good to go. [[File:Samsoniussig.png|138px|link=User:Samsonius]] <div style="display:inline-block;vertical-align:middle;font-size:70%;line-height:100%;">'''[[User talk:Samsonius|<span style="color: #32444b;">(Talk)</span>]]'''<br/>'''[[User:Samsonius/Banner Requests|<span style="color: #32444b;">(Requests)</span>]]'''</div> 00:45, September 27, 2010 (UTC)

Revision as of 00:45, 27 September 2010

Articles/References

In numerous articles (well, actually, most articles), there are no references to what episodes they are featured in. For instance... Specific Slip Fighters (the shrike and so forth... I just have to ask, 'Huh?'). So, Reference to what happened in which episode kinda liked. AlexMcpherson 18:49, March 19, 2010 (UTC)

Yeah, I'm trying to find people to start to help me do that, but I'm pretty much the only person who really edits on here, so doing that would take forever, because I would also have to check episodes that I wasn't sure of, ect. Its something I want to do, but I would need more manpower to do. Acaeton 01:45, March 20, 2010 (UTC)

Well, I'm upto Harper 2.0 on my watch-through... and I've got them as AVI files. (The woes of not being able to get them on DVD due to availability, rather than funding.) It's just a case of me not knowing what articles are there, sorta. I've found a few but my history doesn't get saved so I can't go back after a visit, unless I make a minor edit to get the tracking activated for said articles/discussions. AlexMcpherson 02:43, March 20, 2010 (UTC)

Well, I mark articles as stubs, and put them into categories so that if i want to edit pages on Commonwealth ships, weapons, technology, ect, i can just go to the category. Acaeton 02:49, March 20, 2010 (UTC)

Yes, but the catagories I've seen aren't in any particular heirarchy... erm... folder sorting thing. like you go: Windows>etc, Users>etc, Programs>etc.. or as I do on my second and third Hdd's... Media

  • Video
    • TV
    • Film
    • Music
  • Audio
    • Artists
      • Albums
    • Soundtracks
    • Podcasts

Documents Images

  • Wallpapers
  • My Images

etcetera. Here it's, every catagory for itself, if you will. :P AlexMcpherson 14:28, March 20, 2010 (UTC)

About the theme

The black theme was better :)

I agree. I'm going to try and keep the new image, but restore the old color theme...somehow, the blue seems too tame. Acaeton 01:19, September 4, 2010 (UTC)

I offered to make a new skin for you, but you didn't listen. ;) First ThirdSecond ThirdFinal Third 05:07, September 4, 2010 (UTC)
Looks like i'm going to take you up on it, then. Acaeton 18:32, September 4, 2010 (UTC)
Thanks a lot for turning back the black theme. Also this site is very helpful for me as translator of "Andromeda". Respect. 15:21, September 25, 2010 (UTC)
Sure thing. I'm going to also work on the logo jpeg. And the black theme will not last very long again, because of wikias "new look," so I'm going to be forced to make a new skin all over again... Acaeton 19:19, September 25, 2010 (UTC)
I'm relearning how to do the CSS on the new skin, I may be able to make something for you if you want. I also have some code for improved usability that you can add to your personal CSS page (User:Acaeton/oasis.css):
.picture-attribution {
  display:none !important;
}
.GlobalNavigation {
  display:none !important;
}
.WikiaHeader nav {
height: 40px !important;
}
.WikiaHeader li {
margin-top: 13px !important;
}
.WikiHeader {
padding-top: 0px !important;
padding-bottom: 0px !important;
top: -10px !important;
}
.AccountNavigation {
line-height: 0px !important;
top: -25px !important;
}
.WikiaHeader {
border-top: 0 !important;
top: 0px !important;
}
.WikiaPage {
padding-top: 20px !important;
}
.WikiaHeader .wikia-button {
top: -6px !important;
}
.wikia-ad { display: none; }
.WikiaPageHeader.separator { padding-bottom: 3px !important; }
.WikiHeader .shadow-mask { display:none !important;}
.oasis-one-column .WikiaPageHeader .WikiaSearch { position: absolute !important; left: 350px !important; float: left; }
.oasis-one-column .WikiaPageHeader .WikiaSearch input[type="text"]{
width:250px !important;
}
.WikiaPageHeader .commentslikes {
position: relative !important; right: -380px !important; float:right !important
}
.WikiaPageHeader .mainpage-tally { position: relative !important; right: -380px !important; top: 8px; float:right; }

Template:Clr

After adding that, just hard refresh your browser and you'll be good to go. Samsoniussig

(Talk)
(Requests)

00:45, September 27, 2010 (UTC)