Added full source code
69
site/static/main/css/account.css
Normal file
|
@ -0,0 +1,69 @@
|
|||
#tabs {
|
||||
width: 100%;
|
||||
margin: 0px 0px 10px 0px;
|
||||
height: 30px;
|
||||
}
|
||||
|
||||
#tabs a {
|
||||
display: block;
|
||||
position: absolute;
|
||||
top: 0px;
|
||||
width: 140px;
|
||||
background-color: #1f1f1f;
|
||||
border: 1px solid #3f3f3f;
|
||||
padding: 5px;
|
||||
text-align: center;
|
||||
vertical-align: middle;
|
||||
text-decoration: none;
|
||||
font-size: 10pt;
|
||||
}
|
||||
|
||||
#tabs a:hover {
|
||||
background-color: #5f5f5f;
|
||||
border-color: white;
|
||||
}
|
||||
|
||||
#tabs a.selected {
|
||||
background-color: #3f3f3f;
|
||||
border-color: #5f5f5f;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
#tab-games { left: 88px; }
|
||||
#tab-vacation { left: 243px; }
|
||||
#tab-quit { left: 398px; }
|
||||
|
||||
#cframe .acctab h1 {
|
||||
font-size: 12pt;
|
||||
}
|
||||
#cframe .acctab p {
|
||||
padding: 0px 0px 10px 10px;
|
||||
}
|
||||
#cframe .acctab table {
|
||||
width: 570px;
|
||||
margin: 0px 0px 10px 30px;
|
||||
font-size: 11pt;
|
||||
}
|
||||
|
||||
#cframe .acctab table a { background-color: #1f1f1f; text-decoration: none }
|
||||
#cframe .acctab table a:hover { background-color: #3f3f3f; text-decoration: underline }
|
||||
|
||||
.gname {
|
||||
width: 300px;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.acctab .input {
|
||||
width: 200px;
|
||||
margin: 10px 0px 10px 40px;
|
||||
}
|
||||
|
||||
#cframe .acctab#quit h1 {
|
||||
background-color: red;
|
||||
}
|
||||
|
||||
#cframe .acctab#quit p#header {
|
||||
padding: 10px;
|
||||
background-color: #ff7f7f;
|
||||
color: white;
|
||||
}
|
34
site/static/main/css/annoy.css
Normal file
|
@ -0,0 +1,34 @@
|
|||
#intframe {
|
||||
background-image: url(__STATICURL__/main/pics/mp-content.jpg);
|
||||
}
|
||||
|
||||
#aframe {
|
||||
position: absolute;
|
||||
left: 15px;
|
||||
top: 224px;
|
||||
width: 921px;
|
||||
height: 279px;
|
||||
overflow: none;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
#aframe h1 {
|
||||
width: 100%;
|
||||
font-size: 20pt;
|
||||
font-variant: small-caps;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
#aframe h1 span {
|
||||
font-size: 20pt;
|
||||
}
|
||||
|
||||
#aframe p, #aframe b {
|
||||
color: #aaa;
|
||||
font-size: 14pt;
|
||||
}
|
||||
|
||||
#aframe p {
|
||||
text-align: center;
|
||||
margin: 10px 0px;
|
||||
}
|
47
site/static/main/css/b6pp.css
Normal file
|
@ -0,0 +1,47 @@
|
|||
#cframe h1 {
|
||||
font-size: 16pt;
|
||||
margin: 5px 0px;
|
||||
}
|
||||
|
||||
#cframe h2 {
|
||||
margin: 5px 0px 5px 10px;
|
||||
font-size: 14pt;
|
||||
}
|
||||
|
||||
#cframe h3 {
|
||||
margin: 5px 0px 5px 20px;
|
||||
font-size: 12pt;
|
||||
font-variant: small-caps;
|
||||
}
|
||||
|
||||
#cframe ul { list-style-type: square; }
|
||||
#cframe li { font-size: 10pt; }
|
||||
#cframe li:first-letter {
|
||||
font-size: 11pt;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
#cframe p {
|
||||
margin: 5px 10px 5px 30px;
|
||||
text-align: justify;
|
||||
text-indent: 10px;
|
||||
font-size: 10pt;
|
||||
}
|
||||
#cframe p:first-letter {
|
||||
font-size: 11pt;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
#cframe table {
|
||||
border-collapse: collapse;
|
||||
border: 1px solid #ffffff;
|
||||
margin: 10px 0px;
|
||||
}
|
||||
|
||||
#cframe th, #cframe td {
|
||||
border: 1px solid #7f7f7f;
|
||||
text-align: center;
|
||||
padding: 3px 1px;
|
||||
}
|
||||
#cframe th { vertical-align: bottom }
|
||||
#cframe td { vertical-align: top }
|
72
site/static/main/css/content.css
Normal file
|
@ -0,0 +1,72 @@
|
|||
#intframe {
|
||||
background-image: url(__STATICURL__/main/pics/mp-content.jpg);
|
||||
}
|
||||
|
||||
#cframe {
|
||||
position: absolute;
|
||||
left: 299px;
|
||||
top: 114px;
|
||||
width: 637px;
|
||||
height: 429px;
|
||||
overflow: auto;
|
||||
background-color: transparent;
|
||||
color: white;
|
||||
}
|
||||
|
||||
a.mbutton {
|
||||
display: block;
|
||||
position: absolute;
|
||||
height: 21px;
|
||||
width: 250px;
|
||||
left: 14px;
|
||||
padding: 18px 0px;
|
||||
background-repeat: no-repeat;
|
||||
border-style: none;
|
||||
border-width: 0px;
|
||||
font-weight: bold;
|
||||
text-align: center;
|
||||
text-decoration: none;
|
||||
color: #ddd;
|
||||
background-position: 0px 0px;
|
||||
font-size: 12pt;
|
||||
}
|
||||
|
||||
a.mbutton:hover {
|
||||
color: white;
|
||||
background-position: 0px -57px;
|
||||
}
|
||||
|
||||
a#b0 {
|
||||
top: 136px;
|
||||
background-image: url(__STATICURL__/main/pics/mp-content-b0.png);
|
||||
}
|
||||
|
||||
a#b1 {
|
||||
top: 193px;
|
||||
background-image: url(__STATICURL__/main/pics/mp-content-b1.png);
|
||||
}
|
||||
|
||||
a#b2 {
|
||||
top: 250px;
|
||||
background-image: url(__STATICURL__/main/pics/mp-content-b2.png);
|
||||
}
|
||||
|
||||
a#b3 {
|
||||
top: 307px;
|
||||
background-image: url(__STATICURL__/main/pics/mp-content-b3.png);
|
||||
}
|
||||
|
||||
a#b4 {
|
||||
top: 364px;
|
||||
background-image: url(__STATICURL__/main/pics/mp-content-b4.png);
|
||||
}
|
||||
|
||||
a#b5 {
|
||||
top: 421px;
|
||||
background-image: url(__STATICURL__/main/pics/mp-content-b5.png);
|
||||
}
|
||||
|
||||
a#b6 {
|
||||
top: 478px;
|
||||
background-image: url(__STATICURL__/main/pics/mp-content-b6.png);
|
||||
}
|
89
site/static/main/css/create.css
Normal file
|
@ -0,0 +1,89 @@
|
|||
#cframe h1 {
|
||||
position: absolute;
|
||||
top: 30px;
|
||||
left: 5%;
|
||||
font-size: 16pt;
|
||||
text-align: left;
|
||||
width: 95%;
|
||||
}
|
||||
|
||||
div.fsection {
|
||||
position: absolute;
|
||||
left: 0px;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.fsection#name-lang {
|
||||
top: 80px;
|
||||
}
|
||||
|
||||
.fsection#email {
|
||||
top: 150px;
|
||||
}
|
||||
|
||||
.fsection#passwd {
|
||||
top: 220px;
|
||||
}
|
||||
|
||||
.fsection#planet {
|
||||
top: 290px;
|
||||
}
|
||||
|
||||
.fsection#confirm {
|
||||
top: 340px;
|
||||
}
|
||||
|
||||
.sechd {
|
||||
position: absolute;
|
||||
top: 0px;
|
||||
width: 90%;
|
||||
left: 10%;
|
||||
height: 20px;
|
||||
text-align: left;
|
||||
font-size: 12pt;
|
||||
}
|
||||
|
||||
.error {
|
||||
background-color: red;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.formline {
|
||||
position: absolute;
|
||||
top: 25px;
|
||||
width: 80%;
|
||||
height: 20px;
|
||||
left: 10%;
|
||||
}
|
||||
|
||||
.formline .input {
|
||||
width: 50%;
|
||||
}
|
||||
|
||||
.formline div {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.formline * {
|
||||
font-size: 10pt;
|
||||
}
|
||||
|
||||
.fcol1 {
|
||||
position: absolute;
|
||||
top: 0px;
|
||||
width: 50%;
|
||||
left: 0px;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.fcol2 {
|
||||
position: absolute;
|
||||
top: 0px;
|
||||
width: 50%;
|
||||
left: 50%;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.pad {
|
||||
padding: 2px 0px 0px 0px;
|
||||
}
|
37
site/static/main/css/credits.css
Normal file
|
@ -0,0 +1,37 @@
|
|||
#cframe div {
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
#gamename {
|
||||
font-size: 48pt;
|
||||
font-variant: small-caps;
|
||||
margin: 50px 0px 10px 0px;
|
||||
color: white;
|
||||
}
|
||||
|
||||
#gameby, #gameby a {
|
||||
font-size: 18pt;
|
||||
text-decoration: none;
|
||||
font-style: italic;
|
||||
padding: 0px 0px 20px 0px;
|
||||
color: #aaa;
|
||||
}
|
||||
|
||||
.category {
|
||||
font-size: 18pt;
|
||||
font-variant: small-caps;
|
||||
margin: 30px 0px 5px 0px;
|
||||
}
|
||||
|
||||
.who, .who a {
|
||||
font-size: 16pt;
|
||||
color: #aaa;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.misc {
|
||||
font-size: 14pt;
|
||||
font-variant: small-caps;
|
||||
margin: 50px 0px 5px 0px;
|
||||
}
|
89
site/static/main/css/home.css
Normal file
|
@ -0,0 +1,89 @@
|
|||
#intframe {
|
||||
background-image: url(__STATICURL__/main/pics/mp-title.jpg);
|
||||
}
|
||||
|
||||
a.mbutton {
|
||||
display: block;
|
||||
position: absolute;
|
||||
height: 24px;
|
||||
padding: 18px 0px;
|
||||
background-repeat: no-repeat;
|
||||
border-style: none;
|
||||
border-width: 0px;
|
||||
font-weight: bold;
|
||||
text-align: center;
|
||||
text-decoration: none;
|
||||
color: #ddd;
|
||||
background-position: 0px 0px;
|
||||
font-size: 14pt;
|
||||
}
|
||||
|
||||
a.mbutton:hover {
|
||||
color: white;
|
||||
background-position: 0px -60px;
|
||||
}
|
||||
|
||||
a#b0 {
|
||||
top: 159px;
|
||||
left: 319px;
|
||||
width: 310px;
|
||||
background-image: url(__STATICURL__/main/pics/mp-title-b0.png);
|
||||
}
|
||||
|
||||
a#b1 {
|
||||
top: 220px;
|
||||
left: 242px;
|
||||
width: 232px;
|
||||
background-image: url(__STATICURL__/main/pics/mp-title-b1.png);
|
||||
}
|
||||
|
||||
a#b2 {
|
||||
top: 220px;
|
||||
left: 475px;
|
||||
width: 232px;
|
||||
background-image: url(__STATICURL__/main/pics/mp-title-b2.png);
|
||||
}
|
||||
|
||||
a#b3 {
|
||||
top: 280px;
|
||||
left: 242px;
|
||||
width: 232px;
|
||||
background-image: url(__STATICURL__/main/pics/mp-title-b3.png);
|
||||
}
|
||||
|
||||
a#b4 {
|
||||
top: 280px;
|
||||
left: 475px;
|
||||
width: 232px;
|
||||
background-image: url(__STATICURL__/main/pics/mp-title-b4.png);
|
||||
}
|
||||
|
||||
a#b5 {
|
||||
top: 340px;
|
||||
left: 242px;
|
||||
width: 232px;
|
||||
background-image: url(__STATICURL__/main/pics/mp-title-b5.png);
|
||||
}
|
||||
|
||||
a#b6 {
|
||||
top: 340px;
|
||||
left: 475px;
|
||||
width: 232px;
|
||||
background-image: url(__STATICURL__/main/pics/mp-title-b6.png);
|
||||
}
|
||||
|
||||
#gamedesc {
|
||||
position: absolute;
|
||||
top: 430px;
|
||||
left: 219px;
|
||||
width: 510px;
|
||||
text-align: center;
|
||||
font-size: 10pt;
|
||||
color: white;
|
||||
}
|
||||
|
||||
#gamedesc a, #gamedesc a:hover, #gamedesc a:visited {
|
||||
font-style: normal;
|
||||
text-decoration: none;
|
||||
color: white;
|
||||
}
|
149
site/static/main/css/main.css
Normal file
|
@ -0,0 +1,149 @@
|
|||
* {
|
||||
font-family: Arial, sans-serif;
|
||||
font-size: 10pt;
|
||||
padding: 0px;
|
||||
margin: 0px;
|
||||
color: white;
|
||||
scrollbar-face-color: #1f1f1f;
|
||||
scrollbar-highlight-color: #1f1f1f;
|
||||
scrollbar-3dlight-color: #3f3f3f;
|
||||
scrollbar-darkshadow-color: #3f3f3f;
|
||||
scrollbar-shadow-color: #1f1f1f;
|
||||
scrollbar-arrow-color: #afafaf;
|
||||
scrollbar-track-color: #1f1f1f;
|
||||
}
|
||||
|
||||
h1 { font-size: 16pt }
|
||||
h2 { font-size: 14pt }
|
||||
h3 { font-size: 12pt }
|
||||
h4 { font-size: 11pt }
|
||||
h5 { font-size: 11pt }
|
||||
h6 { font-size: 10pt }
|
||||
|
||||
body {
|
||||
background-color: #000;
|
||||
color: #888;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
#extframe {
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
left: 0px;
|
||||
width: 100%;
|
||||
height: 1px
|
||||
}
|
||||
|
||||
.internal {
|
||||
margin-left: -475px;
|
||||
position: absolute;
|
||||
left: 50%;
|
||||
width: 950px;
|
||||
}
|
||||
|
||||
#intframe {
|
||||
top: -280px;
|
||||
height: 560px;
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
|
||||
#footer {
|
||||
top: 280px;
|
||||
text-align: center;
|
||||
font-size: 8pt;
|
||||
font-style: italic
|
||||
}
|
||||
|
||||
#footer a, #footer a:visited {
|
||||
text-decoration: none;
|
||||
color: white;
|
||||
}
|
||||
|
||||
#footer a:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
#hbutton {
|
||||
display: block;
|
||||
position: absolute;
|
||||
top: 12px;
|
||||
left: 10px;
|
||||
width: 272px;
|
||||
height: 90px;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
#hbutton span {
|
||||
display: none;
|
||||
}
|
||||
|
||||
#version {
|
||||
position: absolute;
|
||||
top: 89px;
|
||||
left: 299px;
|
||||
width: 640px;
|
||||
height: 22px;
|
||||
font-size: 10pt;
|
||||
text-align: center;
|
||||
font-style: italic;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
#lbox {
|
||||
position: absolute;
|
||||
top: 9px;
|
||||
left: 399px;
|
||||
width: 530px;
|
||||
height: 60px;
|
||||
text-align: right;
|
||||
font-size: 10pt;
|
||||
}
|
||||
|
||||
#lbox a {
|
||||
color: white;
|
||||
text-decoration: none;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
#lbox a:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
#players {
|
||||
position: absolute;
|
||||
top: 30px;
|
||||
left: 330px;
|
||||
width: 320px;
|
||||
height: 30px;
|
||||
font-weight: bold;
|
||||
font-size: 13pt;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.input {
|
||||
border-style: solid;
|
||||
border-width: 1px;
|
||||
border-color: #afafaf;
|
||||
background-color: #3f3f3f;
|
||||
color: white;
|
||||
font-size: 10pt;
|
||||
margin: 1px 0px
|
||||
}
|
||||
select.input {
|
||||
width: 75%;
|
||||
}
|
||||
|
||||
|
||||
#cframe p {
|
||||
color:#CCCCCC;
|
||||
}
|
||||
|
||||
#cframe ul, #cframe ol {
|
||||
margin: 0px 0px 0px 20px;
|
||||
padding: 0px 0px 0px 10px;
|
||||
}
|
||||
|
||||
#cframe li {
|
||||
margin: 0px 0px 0px 20px;
|
||||
padding: 0px 0px 0px 0px;
|
||||
}
|
153
site/static/main/css/manual.css
Normal file
|
@ -0,0 +1,153 @@
|
|||
/* Sidebox */
|
||||
#msidebox-top {
|
||||
position: absolute;
|
||||
left: 0px;
|
||||
right: 0px;
|
||||
width: 250px;
|
||||
height: 90px;
|
||||
overflow: none;
|
||||
}
|
||||
|
||||
#msidebox-top ul, #msidebox-top li {
|
||||
display: block;
|
||||
position: absolute;
|
||||
margin: 0px;
|
||||
padding: 0px;
|
||||
height: 20px;
|
||||
top: 0px;
|
||||
left: 0px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
ul#msb-nav { width: 250px; height: 40px }
|
||||
li#msb-top { top: 20px; width: 250px }
|
||||
li#msb-left { left: 0px; width: 83px }
|
||||
li#msb-up { left: 83px; width: 84px }
|
||||
li#msb-right { left: 167px; width: 83px }
|
||||
|
||||
#msb-form {
|
||||
display: block;
|
||||
position: absolute;
|
||||
height: 20px;
|
||||
top: 40px;
|
||||
left: 0px;
|
||||
width: 250px
|
||||
}
|
||||
|
||||
#msb-stext { width: 172px; }
|
||||
#msb-sbutton { width: 69px; }
|
||||
|
||||
#msb-title {
|
||||
display: block;
|
||||
position: absolute;
|
||||
left: 0px;
|
||||
top: 70px;
|
||||
height: 20px;
|
||||
width: 250px;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
#msb-links {
|
||||
position: absolute;
|
||||
padding: 5px;
|
||||
top: 90px;
|
||||
left: 10px;
|
||||
width: 218px;
|
||||
height: 287px;
|
||||
border: 1px solid #3f3f3f;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
/* Main page title */
|
||||
#manpage h1 {
|
||||
font-size: 20pt;
|
||||
margin: 0px 0px 20px 0px
|
||||
}
|
||||
|
||||
/* Table of contents: frame */
|
||||
#clist {
|
||||
display: table;
|
||||
font-size: 11pt;
|
||||
margin: 0px 0px 0px 20px;
|
||||
padding: 5px 50px 5px 5px;
|
||||
border: 1px solid #7f7f7f;
|
||||
background-color: #3f3f3f;
|
||||
width: auto
|
||||
}
|
||||
|
||||
/* Table of contents: list */
|
||||
#pcontents { margin: 8px 0px 0px 0px }
|
||||
#pcontents ul { margin: 0px 0px 0px 10px; }
|
||||
#pcontents li { margin: 0px 0px 0px 10px; }
|
||||
|
||||
/* Table of contents: hide/show */
|
||||
#clist span {
|
||||
display: none;
|
||||
text-decoration: underline;
|
||||
font-style: italic;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
|
||||
/* Links to top of the page */
|
||||
.toplnk {
|
||||
display: block;
|
||||
float: right;
|
||||
margin: 5px 10px 5px 0px;
|
||||
padding: 3px;
|
||||
border: 1px solid #7f7f7f;
|
||||
text-decoration: none;
|
||||
font-style: italic;
|
||||
font-size: 11pt;
|
||||
}
|
||||
a.toplnk:hover {
|
||||
border: 1px solid #ffffff;
|
||||
}
|
||||
|
||||
/* Links */
|
||||
#manpage a {
|
||||
background-color: #3f3f3f;
|
||||
text-decoration: none
|
||||
}
|
||||
#manpage a:hover {
|
||||
background-color: #7f7f7f;
|
||||
text-decoration: underline
|
||||
}
|
||||
#manpage a.anchor { background-color: transparent; }
|
||||
#manpage a.mlink {
|
||||
display: table;
|
||||
margin: 0px 0px 15px 40px;
|
||||
}
|
||||
|
||||
|
||||
/* Sections */
|
||||
.mtopsec {
|
||||
border-color: white;
|
||||
border-style: solid;
|
||||
border-width: 1px 0px 0px 0px;
|
||||
margin: 25px 10px 0px 0px;
|
||||
}
|
||||
.msec {
|
||||
margin: 20px 0px 0px 15px;
|
||||
}
|
||||
div.mancontents {
|
||||
padding: 5px 0px 0px 10px;
|
||||
text-align: justify;
|
||||
font-size: 11pt;
|
||||
}
|
||||
|
||||
div.mancontents table {
|
||||
border-collapse: collapse;
|
||||
border: 1px solid #ffffff;
|
||||
margin: 10px 0px;
|
||||
}
|
||||
|
||||
div.mancontents th, div.mancontents td {
|
||||
border: 1px solid #7f7f7f;
|
||||
text-align: center;
|
||||
padding: 3px 1px;
|
||||
}
|
||||
div.mancontents th { vertical-align: bottom }
|
||||
div.mancontents td { vertical-align: top }
|
||||
|
||||
div.mancontents tr:hover td { background-color: #3f3f3f }
|
3
site/static/main/css/rankings.css
Normal file
|
@ -0,0 +1,3 @@
|
|||
select.input {
|
||||
width: 200px;
|
||||
}
|
49
site/static/main/css/screenshots.css
Normal file
|
@ -0,0 +1,49 @@
|
|||
.category {
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
left: 0px;
|
||||
height: 50px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.catname, .catname a {
|
||||
font-size: 24pt;
|
||||
font-variant: small-caps;
|
||||
color: white;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.catpics, .catpics a {
|
||||
color: #aaa;
|
||||
font-size: 12pt;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.thumbnail {
|
||||
position: absolute;
|
||||
width: 33%;
|
||||
height: 110px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.thumbpic {
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.thumbpic img {
|
||||
border-style: none;
|
||||
}
|
||||
|
||||
.showpic {
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
top: 90px;
|
||||
left: 0px;
|
||||
height: 110px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.showpic img {
|
||||
border-style: none;
|
||||
}
|
134
site/static/main/css/sidebox.css
Normal file
|
@ -0,0 +1,134 @@
|
|||
#intframe {
|
||||
background-image: url(__STATICURL__/main/pics/mp-content.jpg);
|
||||
}
|
||||
|
||||
#sbox {
|
||||
position: absolute;
|
||||
top: 110px;
|
||||
left: 14px;
|
||||
width: 250px;
|
||||
height: 425px;
|
||||
}
|
||||
|
||||
#cframe {
|
||||
position: absolute;
|
||||
left: 299px;
|
||||
top: 114px;
|
||||
width: 637px;
|
||||
height: 429px;
|
||||
overflow: auto;
|
||||
background-color: transparent;
|
||||
color: white;
|
||||
}
|
||||
|
||||
#slbox {
|
||||
position: absolute;
|
||||
top: 0px;
|
||||
left: 0px;
|
||||
width: 250px;
|
||||
height: 425px;
|
||||
}
|
||||
|
||||
#slbox li {
|
||||
position: absolute;
|
||||
width: 250px;
|
||||
height: 415px;
|
||||
top: 0px;
|
||||
list-style: none;
|
||||
font-size: 9pt;
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
|
||||
li.slcol span {
|
||||
position: absolute;
|
||||
width: 125px;
|
||||
top: 5px;
|
||||
left: 0px;
|
||||
text-align: center;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
li#slright div {
|
||||
display: none;
|
||||
}
|
||||
|
||||
li#slleft {
|
||||
left: 7px;
|
||||
background-image: url(__STATICURL__/main/pics/mp-tab-1.png);
|
||||
}
|
||||
li#slleft span {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
li#slright {
|
||||
height: 26px;
|
||||
left: 134px;
|
||||
}
|
||||
|
||||
#slcontent {
|
||||
display: block;
|
||||
position: absolute;
|
||||
left: 0px;
|
||||
top: 31px;
|
||||
width: 250px;
|
||||
height: 394px;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
a.mbutton {
|
||||
display: block;
|
||||
position: absolute;
|
||||
height: 21px;
|
||||
width: 250px;
|
||||
left: -134px;
|
||||
padding: 18px 0px;
|
||||
background-repeat: no-repeat;
|
||||
border-style: none;
|
||||
border-width: 0px;
|
||||
font-weight: bold;
|
||||
text-align: center;
|
||||
text-decoration: none;
|
||||
color: #ddd;
|
||||
background-position: 0px 0px;
|
||||
font-size: 12pt;
|
||||
}
|
||||
|
||||
a.mbutton:hover {
|
||||
color: white;
|
||||
background-position: 0px -57px;
|
||||
}
|
||||
|
||||
a#b0 {
|
||||
top: 26px;
|
||||
background-image: url(__STATICURL__/main/pics/mp-content-b0.png);
|
||||
}
|
||||
|
||||
a#b1 {
|
||||
top: 83px;
|
||||
background-image: url(__STATICURL__/main/pics/mp-content-b1.png);
|
||||
}
|
||||
|
||||
a#b2 {
|
||||
top: 140px;
|
||||
background-image: url(__STATICURL__/main/pics/mp-content-b2.png);
|
||||
}
|
||||
|
||||
a#b3 {
|
||||
top: 197px;
|
||||
background-image: url(__STATICURL__/main/pics/mp-content-b3.png);
|
||||
}
|
||||
|
||||
a#b4 {
|
||||
top: 254px;
|
||||
background-image: url(__STATICURL__/main/pics/mp-content-b4.png);
|
||||
}
|
||||
|
||||
a#b5 {
|
||||
top: 311px;
|
||||
background-image: url(__STATICURL__/main/pics/mp-content-b5.png);
|
||||
}
|
||||
|
||||
a#b6 {
|
||||
top: 368px;
|
||||
background-image: url(__STATICURL__/main/pics/mp-content-b6.png);
|
||||
}
|
49
site/static/main/css/text.css
Normal file
|
@ -0,0 +1,49 @@
|
|||
#cframe h1 {
|
||||
font-size: 16pt;
|
||||
margin: 5px 0px;
|
||||
}
|
||||
|
||||
#cframe h2 {
|
||||
margin: 5px 0px 5px 10px;
|
||||
font-size: 14pt;
|
||||
}
|
||||
|
||||
#cframe h3 {
|
||||
margin: 5px 0px 5px 20px;
|
||||
font-size: 12pt;
|
||||
font-variant: small-caps;
|
||||
}
|
||||
|
||||
#cframe ul { list-style-type: square; }
|
||||
#cframe li { font-size: 10pt; }
|
||||
#cframe li:first-letter {
|
||||
font-size: 11pt;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
#cframe p {
|
||||
margin: 5px 10px 5px 30px;
|
||||
text-align: justify;
|
||||
text-indent: 10px;
|
||||
font-size: 10pt;
|
||||
}
|
||||
#cframe p:first-letter {
|
||||
font-size: 11pt;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
#cframe table {
|
||||
border-collapse: collapse;
|
||||
border: 1px solid #ffffff;
|
||||
margin: 10px 0px;
|
||||
}
|
||||
|
||||
#cframe th, #cframe td {
|
||||
border: 1px solid #7f7f7f;
|
||||
text-align: center;
|
||||
padding: 3px 1px;
|
||||
}
|
||||
#cframe th { vertical-align: bottom }
|
||||
#cframe td { vertical-align: top }
|
||||
|
||||
#cframe tr:hover td { background-color: #3f3f3f }
|
29
site/static/main/js/account.js
Normal file
|
@ -0,0 +1,29 @@
|
|||
$(function(){
|
||||
var _selected;
|
||||
|
||||
var _getSelected = function (text) {
|
||||
if (text == '#acc-quit' || $('#acc-vacation') && text == '#acc-vacation') {
|
||||
_selected = text;
|
||||
} else {
|
||||
_selected = '#acc-games';
|
||||
}
|
||||
};
|
||||
|
||||
var _display = function () {
|
||||
$('#acc-quit').css('display', (_selected == '#acc-quit') ? 'block' : 'none');
|
||||
if ($('#acc-vacation')) {
|
||||
$('#acc-vacation').css('display', (_selected == '#acc-vacation') ? 'block' : 'none');
|
||||
}
|
||||
$('#acc-games').css('display', (_selected == '#acc-games') ? 'block' : 'none');
|
||||
$('#tabs a' + _selected.replace(/acc-/, 'tab-')).addClass('selected');
|
||||
};
|
||||
|
||||
_getSelected(location.hash);
|
||||
_display();
|
||||
|
||||
$('#tabs a').click(function() {
|
||||
$('#tabs a' + _selected.replace(/acc-/, 'tab-')).removeClass('selected');
|
||||
_getSelected($(this).attr('href'));
|
||||
_display();
|
||||
});
|
||||
});
|
31
site/static/main/js/adapt.js
Normal file
|
@ -0,0 +1,31 @@
|
|||
$(function() {
|
||||
var _viewportHeight = function() {
|
||||
return self.innerHeight
|
||||
|| jQuery.boxModel && document.documentElement.clientHeight
|
||||
|| document.body.clientHeight;
|
||||
};
|
||||
var _viewportWidth = function() {
|
||||
return self.innerWidth
|
||||
|| jQuery.boxModel && document.documentElement.clientWidth
|
||||
|| document.body.clientWidth;
|
||||
};
|
||||
|
||||
var _handleSize = function () {
|
||||
var _h = _viewportHeight();
|
||||
if (_h < 560) {
|
||||
$("#extframe").css('top', '280px');
|
||||
} else {
|
||||
$("#extframe").css('top', '50%');
|
||||
}
|
||||
|
||||
var _w = _viewportWidth();
|
||||
if (_w < 950) {
|
||||
$(".internal").css('left', '475px');
|
||||
} else {
|
||||
$(".internal").css('left', '50%');
|
||||
}
|
||||
};
|
||||
|
||||
$(window).resize(_handleSize);
|
||||
_handleSize();
|
||||
});
|
14
site/static/main/js/annoy.js
Normal file
|
@ -0,0 +1,14 @@
|
|||
function beAnnoying() {
|
||||
var _t = parseInt(document.getElementById('redtime').innerHTML, 10);
|
||||
_t --;
|
||||
if (_t == 0) {
|
||||
document.location.href = document.location.href.replace(/\.php.*$/, '.php/main/contrib');
|
||||
} else {
|
||||
document.getElementById('redtime').innerHTML = _t;
|
||||
setTimeout('beAnnoying()', 1000);
|
||||
}
|
||||
}
|
||||
|
||||
$(function(){
|
||||
setTimeout('beAnnoying()', 1000);
|
||||
});
|
32
site/static/main/js/jquery.js
vendored
Normal file
13
site/static/main/js/manual.js
Normal file
|
@ -0,0 +1,13 @@
|
|||
$(function(){
|
||||
$("#showcontents").click(function() {
|
||||
$("#pcontents").css("display", "block");
|
||||
$("#hidecontents").css("display", "inline");
|
||||
$("#showcontents").css("display", "none");
|
||||
});
|
||||
$("#hidecontents").click(function() {
|
||||
$("#pcontents").css("display", "none");
|
||||
$("#showcontents").css("display", "inline");
|
||||
$("#hidecontents").css("display", "none");
|
||||
});
|
||||
$("#hidecontents").css("display", "inline");
|
||||
});
|
30
site/static/main/js/sidebox.js
Normal file
|
@ -0,0 +1,30 @@
|
|||
$(function(){
|
||||
$("li#slright span").mouseover(function() {
|
||||
$("li#slleft").css({
|
||||
height: "26px",
|
||||
backgroundImage: "none"
|
||||
});
|
||||
$("li#slleft div").css("display", "none");
|
||||
$("li#slleft span").css("fontWeight", "normal");
|
||||
$("li#slright").css({
|
||||
height: "425px",
|
||||
backgroundImage: "url(__STATICURL__/main/pics/mp-tab-2.png)"
|
||||
});
|
||||
$("li#slright span").css("fontWeight", "bold");
|
||||
$("li#slright div").css("display", "block");
|
||||
});
|
||||
$("li#slleft span").mouseover(function() {
|
||||
$("li#slright").css({
|
||||
height: "26px",
|
||||
backgroundImage: "none"
|
||||
});
|
||||
$("li#slright div").css("display", "none");
|
||||
$("li#slright span").css("fontWeight", "normal");
|
||||
$("li#slleft").css({
|
||||
height: "425px",
|
||||
backgroundImage: "url(__STATICURL__/main/pics/mp-tab-1.png)"
|
||||
});
|
||||
$("li#slleft span").css("fontWeight", "bold");
|
||||
$("li#slleft div").css("display", "block");
|
||||
});
|
||||
});
|
BIN
site/static/main/pics/mp-content-b0.png
Normal file
After ![]() (image error) Size: 31 KiB |
BIN
site/static/main/pics/mp-content-b1.png
Normal file
After ![]() (image error) Size: 31 KiB |
BIN
site/static/main/pics/mp-content-b2.png
Normal file
After ![]() (image error) Size: 30 KiB |
BIN
site/static/main/pics/mp-content-b3.png
Normal file
After ![]() (image error) Size: 25 KiB |
BIN
site/static/main/pics/mp-content-b4.png
Normal file
After ![]() (image error) Size: 22 KiB |
BIN
site/static/main/pics/mp-content-b5.png
Normal file
After ![]() (image error) Size: 22 KiB |
BIN
site/static/main/pics/mp-content-b6.png
Normal file
After ![]() (image error) Size: 19 KiB |
BIN
site/static/main/pics/mp-content.jpg
Normal file
After ![]() (image error) Size: 89 KiB |
BIN
site/static/main/pics/mp-tab-1.png
Normal file
After ![]() (image error) Size: 3.4 KiB |
BIN
site/static/main/pics/mp-tab-2.png
Normal file
After ![]() (image error) Size: 3.4 KiB |
BIN
site/static/main/pics/mp-title-b0.png
Normal file
After ![]() (image error) Size: 39 KiB |
BIN
site/static/main/pics/mp-title-b1.png
Normal file
After ![]() (image error) Size: 37 KiB |
BIN
site/static/main/pics/mp-title-b2.png
Normal file
After ![]() (image error) Size: 15 KiB |
BIN
site/static/main/pics/mp-title-b3.png
Normal file
After ![]() (image error) Size: 37 KiB |
BIN
site/static/main/pics/mp-title-b4.png
Normal file
After ![]() (image error) Size: 17 KiB |
BIN
site/static/main/pics/mp-title-b5.png
Normal file
After ![]() (image error) Size: 38 KiB |
BIN
site/static/main/pics/mp-title-b6.png
Normal file
After ![]() (image error) Size: 26 KiB |
BIN
site/static/main/pics/mp-title.jpg
Normal file
After ![]() (image error) Size: 101 KiB |
BIN
site/static/main/pics/smiles/icon_arrow.gif
Normal file
After ![]() (image error) Size: 170 B |
BIN
site/static/main/pics/smiles/icon_biggrin.gif
Normal file
After ![]() (image error) Size: 172 B |
BIN
site/static/main/pics/smiles/icon_confused.gif
Normal file
After ![]() (image error) Size: 171 B |
BIN
site/static/main/pics/smiles/icon_cool.gif
Normal file
After ![]() (image error) Size: 172 B |
BIN
site/static/main/pics/smiles/icon_cry.gif
Normal file
After ![]() (image error) Size: 498 B |
BIN
site/static/main/pics/smiles/icon_eek.gif
Normal file
After ![]() (image error) Size: 170 B |
BIN
site/static/main/pics/smiles/icon_evil.gif
Normal file
After ![]() (image error) Size: 236 B |
BIN
site/static/main/pics/smiles/icon_exclaim.gif
Normal file
After ![]() (image error) Size: 236 B |
BIN
site/static/main/pics/smiles/icon_frown.gif
Normal file
After ![]() (image error) Size: 171 B |
BIN
site/static/main/pics/smiles/icon_idea.gif
Normal file
After ![]() (image error) Size: 176 B |
BIN
site/static/main/pics/smiles/icon_lol.gif
Normal file
After ![]() (image error) Size: 336 B |
BIN
site/static/main/pics/smiles/icon_mad.gif
Normal file
After ![]() (image error) Size: 174 B |
BIN
site/static/main/pics/smiles/icon_mrgreen.gif
Normal file
After ![]() (image error) Size: 349 B |
BIN
site/static/main/pics/smiles/icon_neutral.gif
Normal file
After ![]() (image error) Size: 171 B |
BIN
site/static/main/pics/smiles/icon_question.gif
Normal file
After ![]() (image error) Size: 248 B |
BIN
site/static/main/pics/smiles/icon_razz.gif
Normal file
After ![]() (image error) Size: 176 B |
BIN
site/static/main/pics/smiles/icon_redface.gif
Normal file
After ![]() (image error) Size: 650 B |
BIN
site/static/main/pics/smiles/icon_rolleyes.gif
Normal file
After ![]() (image error) Size: 485 B |
BIN
site/static/main/pics/smiles/icon_sad.gif
Normal file
After ![]() (image error) Size: 171 B |
BIN
site/static/main/pics/smiles/icon_smile.gif
Normal file
After ![]() (image error) Size: 174 B |
BIN
site/static/main/pics/smiles/icon_surprised.gif
Normal file
After ![]() (image error) Size: 174 B |
BIN
site/static/main/pics/smiles/icon_twisted.gif
Normal file
After ![]() (image error) Size: 238 B |
BIN
site/static/main/pics/smiles/icon_wink.gif
Normal file
After ![]() (image error) Size: 170 B |
BIN
site/static/main/screens/b4-fleets-m.jpg
Normal file
After ![]() (image error) Size: 26 KiB |
BIN
site/static/main/screens/b4-fleets-s.jpg
Normal file
After ![]() (image error) Size: 3.7 KiB |
BIN
site/static/main/screens/b4-fleets.jpg
Normal file
After ![]() (image error) Size: 150 KiB |
BIN
site/static/main/screens/b4-map-m.jpg
Normal file
After ![]() (image error) Size: 29 KiB |
BIN
site/static/main/screens/b4-map-s.jpg
Normal file
After ![]() (image error) Size: 3.7 KiB |
BIN
site/static/main/screens/b4-map.jpg
Normal file
After ![]() (image error) Size: 170 KiB |
BIN
site/static/main/screens/b4-money-m.jpg
Normal file
After ![]() (image error) Size: 23 KiB |
BIN
site/static/main/screens/b4-money-s.jpg
Normal file
After ![]() (image error) Size: 3 KiB |
BIN
site/static/main/screens/b4-money.jpg
Normal file
After ![]() (image error) Size: 139 KiB |
BIN
site/static/main/screens/b4-ov-m.jpg
Normal file
After ![]() (image error) Size: 17 KiB |
BIN
site/static/main/screens/b4-ov-s.jpg
Normal file
After ![]() (image error) Size: 2.4 KiB |
BIN
site/static/main/screens/b4-ov.jpg
Normal file
After ![]() (image error) Size: 101 KiB |
BIN
site/static/main/screens/b4-planets-m.jpg
Normal file
After ![]() (image error) Size: 21 KiB |
BIN
site/static/main/screens/b4-planets-s.jpg
Normal file
After ![]() (image error) Size: 2.9 KiB |
BIN
site/static/main/screens/b4-planets.jpg
Normal file
After ![]() (image error) Size: 123 KiB |
BIN
site/static/main/screens/b4-ranking-m.jpg
Normal file
After ![]() (image error) Size: 18 KiB |
BIN
site/static/main/screens/b4-ranking-s.jpg
Normal file
After ![]() (image error) Size: 2.7 KiB |
BIN
site/static/main/screens/b4-ranking.jpg
Normal file
After ![]() (image error) Size: 110 KiB |
BIN
site/static/main/screens/b4-ticks-m.jpg
Normal file
After ![]() (image error) Size: 16 KiB |
BIN
site/static/main/screens/b4-ticks-s.jpg
Normal file
After ![]() (image error) Size: 2.3 KiB |
BIN
site/static/main/screens/b4-ticks.jpg
Normal file
After ![]() (image error) Size: 105 KiB |
BIN
site/static/main/screens/b5-allies-m.jpg
Normal file
After ![]() (image error) Size: 11 KiB |
BIN
site/static/main/screens/b5-allies-s.jpg
Normal file
After ![]() (image error) Size: 2.2 KiB |
BIN
site/static/main/screens/b5-allies.jpg
Normal file
After ![]() (image error) Size: 54 KiB |
BIN
site/static/main/screens/b5-fleets-m.jpg
Normal file
After ![]() (image error) Size: 19 KiB |
BIN
site/static/main/screens/b5-fleets-s.jpg
Normal file
After ![]() (image error) Size: 3.7 KiB |
BIN
site/static/main/screens/b5-fleets.jpg
Normal file
After ![]() (image error) Size: 98 KiB |
BIN
site/static/main/screens/b5-manual-m.jpg
Normal file
After ![]() (image error) Size: 27 KiB |
BIN
site/static/main/screens/b5-manual-s.jpg
Normal file
After ![]() (image error) Size: 4.7 KiB |
BIN
site/static/main/screens/b5-manual.jpg
Normal file
After ![]() (image error) Size: 144 KiB |
BIN
site/static/main/screens/b5-map-m.jpg
Normal file
After ![]() (image error) Size: 25 KiB |
BIN
site/static/main/screens/b5-map-s.jpg
Normal file
After ![]() (image error) Size: 4.2 KiB |
BIN
site/static/main/screens/b5-map.jpg
Normal file
After ![]() (image error) Size: 109 KiB |
BIN
site/static/main/screens/b5-market-m.jpg
Normal file
After ![]() (image error) Size: 12 KiB |
BIN
site/static/main/screens/b5-market-s.jpg
Normal file
After ![]() (image error) Size: 2.6 KiB |
BIN
site/static/main/screens/b5-market.jpg
Normal file
After ![]() (image error) Size: 53 KiB |
BIN
site/static/main/screens/b5-messages-m.jpg
Normal file
After ![]() (image error) Size: 25 KiB |
BIN
site/static/main/screens/b5-messages-s.jpg
Normal file
After ![]() (image error) Size: 4.1 KiB |
BIN
site/static/main/screens/b5-messages.jpg
Normal file
After ![]() (image error) Size: 120 KiB |
BIN
site/static/main/screens/b5-money-m.jpg
Normal file
After ![]() (image error) Size: 23 KiB |