Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F86900
main.css
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
2 KB
Subscribers
None
main.css
View Options
@
font-face
{
font-family
:
Armagetronad
;
src
:
url
(
"./fonts/Armagetronad.woff"
);
}
@
font-face
{
font-family
:
Flynn
;
src
:
url
(
"./fonts/Flynn.otf"
);
}
/*
@font-face
{
font-family: Minecraft;
src: url(styles/fonts/minecraft.ttf);
}
*/
@
font-face
{
font-family
:
nicefont
;
src
:
url
(
styles
/
fonts
/
nicefont
.
woff
);
}
html
,
body
{
margin
:
0
;
padding
:
0
;
background
:
#000
;
overflow
:
hidden
;
font-family
:
Armagetronad
,
monospace
;}
a
{
color
:
inherit
;
text-decoration
:
none
;
}
.
noselect
{
-webkit-
touch-callout
:
none
;
-webkit-
user-select
:
none
;
-khtml-
user-select
:
none
;
-moz-
user-select
:
none
;
-ms-
user-select
:
none
;
user-select
:
none
;
}
#
menu
{
position
:
fixed
;
width
:
100
%
;
height
:
100
%
;
color
:
#fff
;
font-size
:
32
px
;
text-align
:
center
;
letter-spacing
:
2
px
;
z-index
:
10
;
/*Make sure we're on top of the game elements*/
overflow
:
auto
;
}
#
menu-tooltip
{
z-index
:
15
;
/*We need to be on top of the menu*/
opacity
:
0
;
display
:
none
;
}
.
menu-about
{
/*about text font size*/
font-size
:
20
px
;
display
:
inline-block
;
width
:
100
%
;
}
.
menu-about
div
{
/*about text font size*/
font-size
:
20
px
;
display
:
inline-block
;
}
#
menu
h1
{
font-size
:
42
px
;
font-weight
:
normal
;
}
#
menuList
{
list-style
:
none
;
list-style-type
:
none
;
display
:
inline-block
;
margin
:
0
;
padding
:
0
;
width
:
100
%
;
}
#
menuleft
{
display
:
inline-block
;
width
:
50
%
;
text-align
:
right
;
float
:
left
;
}
#
menuright
{
display
:
inline-block
;
width
:
50
%
;
text-align
:
left
;
}
#
gui_stats
{
position
:
fixed
;
top
:
25
px
;
right
:
25
px
;
color
:
#fff
;
font-weight
:
bold
;
font-size
:
10
px
;
width
:
69
px
;
overflow
:
visible
;
}
#
gui_stats
div
{
width
:
200
px
;
}
#
centerMessage
{
position
:
absolute
;
left
:
0
;
right
:
0
;
bottom
:
20
%
;
text-align
:
center
;
color
:
white
;
font-size
:
64
px
;
}
#
console
{
position
:
fixed
;
background
:
rgba
(
0
,
0
,
0
,
0.5
);
color
:
white
;
/*max-height:30%;*/
width
:
100
%
;
word-wrap
:
break-word
;
overflow
:
hidden
;
font-family
:
inherit
;
font-size
:
12
pt
;
/*text-shadow: 0px 0px 10px #000;*/
}
#
inputbuttons
{
position
:
fixed
;
top
:
0
;
left
:
0
;
display
:
none
;
z-index
:
20
;
}
#
input
{
position
:
fixed
;
bottom
:
64
px
;
left
:
32
px
;
right
:
32
px
;
display
:
none
;
z-index
:
20
;
/*We need to be on top of everything!*/
}
#
input
*
{
color
:
white
;
background
:
none
;
font-family
:
inherit
;
font-size
:
22
px
;
}
#
input
input
{
width
:
100
%
;
border
:
none
;
}
#
scoreboard
{
margin
:
auto
;
color
:
white
;
display
:
block
;
position
:
absolute
;
top
:
25
%
;
left
:
50
%
;
width
:
500
px
;
margin-left
:
-250
px
;
text-shadow
:
0
px
0
px
10
px
#000
;
}
#
scoreboard
table
tr
{
text-align
:
left
;
}
.
darktext
{
text-shadow
:
0
px
0
px
10
px
#FFF
;
}
.
lighttext
{
text-shadow
:
0
px
0
px
10
px
#000
;
}
.
progressbar
,
.
notprogressbar
{
width
:
150
px
;
height
:
16
px
;
display
:
inline-block
;
}
.
progressbar
{
background
:
rgba
(
255
,
255
,
255
,
0.25
);
}
.
progressbar
.
progress
{
background
:
#00FF00
;
height
:
100
%
;
width
:
0
%
;
position
:
relative
;
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Dec 2, 12:22 PM (1 d, 4 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
33146
Attached To
rTDCWEB 3DCycles Web
Event Timeline
Log In to Comment