diff options
| author | Jules Laplace <jules@okfoc.us> | 2016-11-29 22:44:58 -0500 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2016-11-29 22:44:58 -0500 |
| commit | cf08a9dab5d27e6d3fb76e169f679446f03f1055 (patch) | |
| tree | 9c26dfa319a144baae34e9d23a365360626475b5 /new-reality/public/assets/stars/flyingthroughspace.css | |
| parent | f4215bbc1a602ab19172950a29fc8ad5504b93fb (diff) | |
pull in holodeck
Diffstat (limited to 'new-reality/public/assets/stars/flyingthroughspace.css')
| -rwxr-xr-x | new-reality/public/assets/stars/flyingthroughspace.css | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/new-reality/public/assets/stars/flyingthroughspace.css b/new-reality/public/assets/stars/flyingthroughspace.css new file mode 100755 index 0000000..8d867ed --- /dev/null +++ b/new-reality/public/assets/stars/flyingthroughspace.css @@ -0,0 +1,17 @@ +body { + background-color: black; + margin: 0; + padding: 0; +} + +.star { + /*background-color: white;*/ + /*border-radius: 30px;*/ + width: 1px; + height: 1px; + position: absolute; + background: -moz-radial-gradient(closest-side circle,#FFF,#000); + background: -o-radial-gradient(closest-side circle,#FFF,#000); + background: -webkit-radial-gradient(closest-side circle,#FFF,#000); + background: radial-gradient(closest-side circle,#FFF,#000); +}
\ No newline at end of file |
