Page Menu
Home
Wolfplex
Search
Configure Global Search
Log In
Files
F440792
matrix-message.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
matrix-message.css
View Options
@
charset
"utf-8"
;
/* -------------------------------------------------------------
Wolfplex
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Author: Sébastien Santoro aka Dereckson
Tags: black green matrix cyberpunk
Filename: matrix-message.css
Created: 2018-10-29
Licence: Creative Commons BY 4.0
------------------------------------------------------------- */
/* -------------------------------------------------------------
General style
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
body
{
background-color
:
#090909
;
background-image
:
url
(
"black_denim.png"
);
}
/* -------------------------------------------------------------
Matrix rain canvas
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#
background
{
position
:
fixed
;
z-index
:
-1
;
}
/* -------------------------------------------------------------
Message style
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.
message
{
position
:
absolute
;
padding
:
1
em
1
em
;
background-color
:
rgba
(
0
,
0
,
0
,
0.8
);
color
:
#51a303
;
font-family
:
'Ropa Sans'
,
sans-serif
;
font-size
:
18
px
;
z-index
:
10
;
}
.
message
a
{
color
:
#62c108
;
text-decoration
:
none
;
}
.
message
h1
,
.
message
h2
{
color
:
#a20604
;
font-weight
:
400
;
}
.
message
h1
{
font-size
:
36
px
;
}
.
message
h2
{
font-size
:
27
px
;
}
.
message
ul
{
line-height
:
1.8
em
;
}
/* -------------------------------------------------------------
Media queries
:: Position the message at the top left for > 40em
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
@
media
screen
and
(
min-width
:
40em
)
{
.
message
{
margin-top
:
5
vh
;
margin-left
:
3
vw
;
box-shadow
:
8
px
10
px
30
px
0
px
rgba
(
80
,
163
,
3
,
0.5
);
border-radius
:
5
px
5
px
5
px
5
px
;
-moz-
border-radius
:
5
px
5
px
5
px
5
px
;
-webkit-
border-radius
:
5
px
5
px
5
px
5
px
;
float
:
left
;
}
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Jan 27, 9:49 AM (1 w, 2 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
71264
Default Alt Text
matrix-message.css (2 KB)
Attached To
rASSETS Static assets
Event Timeline
Log In to Comment