mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-14 08:04:40 +00:00
Full Template for ticket #1
This commit is contained in:
parent
74f265b3b3
commit
f439dc8dcd
2150 changed files with 286240 additions and 0 deletions
35
Templates/Full/game/web/styles.css
Normal file
35
Templates/Full/game/web/styles.css
Normal file
|
|
@ -0,0 +1,35 @@
|
|||
body {
|
||||
background-position: top center;
|
||||
background-color: White;
|
||||
margin: 0px;
|
||||
text-align: center; /* for IE */
|
||||
font-size: 18px;
|
||||
color: #FFFFFF;
|
||||
}
|
||||
|
||||
#torqueLogo {
|
||||
position: absolute;
|
||||
left: 0px;
|
||||
margin-top: 2px;
|
||||
}
|
||||
|
||||
div#main {
|
||||
width: 802px;
|
||||
margin: 0px auto;
|
||||
color: black;
|
||||
font-weight: bold;
|
||||
font-size: 22px;
|
||||
font-family: Arial;
|
||||
text-align: left; /* counter the body center */
|
||||
}
|
||||
|
||||
div#gameobject {
|
||||
margin: 18px 0px 18px;
|
||||
border:1px solid #393E42;
|
||||
width: 800px;
|
||||
height: 600px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue