From 0ed3a23dc8a94dbc8c9ad859869e5a778f3a9e22 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Mon, 11 Jun 2012 12:36:43 -0400 Subject: [PATCH] Add a hosted page for the core.html --- common.css | 32 ++++++++++++++++++++++++++++++++ core.css | 10 ---------- core.html | 2 +- hosted.css | 31 +++++++++++++++++++++++++++++++ hosted.html | 23 +++++++++++++++++++++++ 5 files changed, 87 insertions(+), 11 deletions(-) create mode 100644 common.css create mode 100644 hosted.css create mode 100644 hosted.html diff --git a/common.css b/common.css new file mode 100644 index 0000000..7bb796b --- /dev/null +++ b/common.css @@ -0,0 +1,32 @@ +/* Copyright (c) 2012 Robert Sesek + * + * Permission is hereby granted, free of charge, to any person obtaining a copy + * of this software and associated documentation files (the "Software"), to + * deal in the Software without restriction, including without limitation the + * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or + * sell copies of the Software, and to permit persons to whom the Software is + * furnished to do so, subject to the following conditions: + * + * The above copyright notice and this permission notice shall be included in + * all copies or substantial portions of the Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING + * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER + * DEALINGS IN THE SOFTWARE. + */ + +* { + padding: 0; + margin: 0; +} + +body { + font-family: 'Lucida Grande', Helvetica, Arial, sans-serif; + font-size: .8em; + + padding: .2em; +} diff --git a/core.css b/core.css index 265d9d0..6b8f018 100644 --- a/core.css +++ b/core.css @@ -19,17 +19,7 @@ * DEALINGS IN THE SOFTWARE. */ -* { - padding: 0; - margin: 0; -} - body { - font-family: 'Lucida Grande', Helvetica, Arial, sans-serif; - font-size: .8em; - - padding: .2em; - width: 36em; } diff --git a/core.html b/core.html index 8603e00..d13ab5b 100644 --- a/core.html +++ b/core.html @@ -4,7 +4,7 @@ Skeleton Key - + diff --git a/hosted.css b/hosted.css new file mode 100644 index 0000000..45682de --- /dev/null +++ b/hosted.css @@ -0,0 +1,31 @@ +/* Copyright (c) 2012 Robert Sesek + * + * Permission is hereby granted, free of charge, to any person obtaining a copy + * of this software and associated documentation files (the "Software"), to + * deal in the Software without restriction, including without limitation the + * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or + * sell copies of the Software, and to permit persons to whom the Software is + * furnished to do so, subject to the following conditions: + * + * The above copyright notice and this permission notice shall be included in + * all copies or substantial portions of the Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING + * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER + * DEALINGS IN THE SOFTWARE. + */ + +iframe { + border: none; + padding: 0; + overflow: hidden; +} + +#core { + width: 37em; + height: 16em; +} diff --git a/hosted.html b/hosted.html new file mode 100644 index 0000000..f5eea2e --- /dev/null +++ b/hosted.html @@ -0,0 +1,23 @@ + + + + Skeleton Key Hosted + + + + +

Skeleton Key

+ +

+ Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod + tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim + veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea + commodo consequat. Duis aute irure dolor in reprehenderit in voluptate + velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat + cupidatat non proident, sunt in culpa qui officia deserunt mollit anim + id est laborum. +

+ +