From 7ce27dad3aa81da99e7f15e683e1777a5db178cc Mon Sep 17 00:00:00 2001 From: Bernie Innocenti Date: Sat, 3 Apr 2010 20:26:04 -0300 Subject: [PATCH] Initial (nonworking) support for ATOM --- ActividadesMalignas.css | 399 ++++++++++++++++++++++++++++++++++++++++ sys/atom_footer | 4 + sys/atom_header | 11 ++ 3 files changed, 414 insertions(+) create mode 100755 ActividadesMalignas.css create mode 100644 sys/atom_footer create mode 100644 sys/atom_header diff --git a/ActividadesMalignas.css b/ActividadesMalignas.css new file mode 100755 index 0000000..61598cb --- /dev/null +++ b/ActividadesMalignas.css @@ -0,0 +1,399 @@ +/* make the page look more like a marketing web site */ +body { + background-color: #FFFFFF; + color: #000000; + font-family: sans-serif; + margin-top: 0px; + margin-left: 0px; + margin-right: 0px; +} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +/* if you're reading this, then you've got no life */ + + + + + + + + + + + + + + + + + + + + + + + + +/* says who? */ + + + + + + + + + + + + + + + + + + + + + + + + + +/* Trust me, I'm an expert -- bernie */ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +/* nothing to see */ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +/* GO AWAY, LOOSER! */ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +/* /.s3kr3t */ diff --git a/sys/atom_footer b/sys/atom_footer new file mode 100644 index 0000000..a694506 --- /dev/null +++ b/sys/atom_footer @@ -0,0 +1,4 @@ + + + + diff --git a/sys/atom_header b/sys/atom_header new file mode 100644 index 0000000..8f8b15a --- /dev/null +++ b/sys/atom_header @@ -0,0 +1,11 @@ + + + + <> + John Doe + urn:uuid:60a76c80-d399-11d9-b93C-0003939e0af6 + Copyright (c) 2010 Bernie Innocenti + GeekiGeeki + + +
""" -- 2.25.1