From 043b6469b31c3a1718f85d919b8ee139f5e92adb Mon Sep 17 00:00:00 2001 From: ivan Date: Wed, 3 Mar 2010 11:55:56 +0000 Subject: [PATCH] adding css sheet for framing blog/wiki/etc. --- css/cssfreeside_embed.css | 201 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 201 insertions(+) create mode 100644 css/cssfreeside_embed.css diff --git a/css/cssfreeside_embed.css b/css/cssfreeside_embed.css new file mode 100644 index 0000000..9935efb --- /dev/null +++ b/css/cssfreeside_embed.css @@ -0,0 +1,201 @@ +/* CSS Document */ + + +#header1 { + clear: both; + margin: 0; + padding: 0; + padding-bottom: 20px; + border-bottom: 0; + border-right: 0; + border-left: 0; + text-align: left; + + font-family: Verdana, Arial, sans-serif; + font-color: #666666; + font-size: 12px; + padding: 0; + + } + +#cornernav { + margin: 5px; + padding: 0; + text-align: right; + color: #4A0E5B; + + } + +#cornernav a:link { + color: #4A0E5B; + decoration: underline; + font-weight: normal; + } + +#cornernav a:visited { + color: #4A0E5B; + decoration: underline; + font-weight: normal; + } + +#cornernav a:hover { + color: #F08B08; + decoration: underline; + font-weight: normal; + } + + + +#header2 { /*main navigation*/ + clear: both; + margin: 0; + padding-top: .25em; + padding-bottom: .5em; + background: #959494; + border-bottom: 1px solid black; + border-top: 1px solid black; + border-right: 0; + border-left: 0; + text-align: right; + + } + + +#nav { + color: #000000; + text-align: right; + margin: 0; + font-weight: normal; + text-decoration: none; + font: Verdana, Arial, sans-serif; + font-family: Verdana, Arial, sans-serif; + font-size: 13px; + padding: 0; + } + +#nav a:link { + text-decoration: none; + font-color: #000000; + font-weight: normal; + } + +#nav a:hover { + text-decoration: none; + color: #fff; + font-weight: normal; + } + + +td.freeside { +line-height: 1.3em; +letter-spacing: 0.02em; + word-spacing: 1px; +} + +#content_none { +} + +#fs_footer { + clear: both; + border-top: 1px solid black; + padding: .25em; + margin: 0; + margin-top: 2px; + text-align: center; + background: #462545; + color: #ffffff; + } + +#footernav { + text-align: center; + color: #ffffff; + decoration: none; + + } + +#footernav a:link { + color: #ffffff; + decoration: none; + + } + +#footernav a:visited { + color: #ffffff; + decoration: none; + + } + +#footernav a:hover { + color: #F08B08; + decoration: none; + } + + +a.freeside:link, a.freeside:visited { + color: #800080; + text-decoration: underline; + font-weight: normal; + letter-spacing: 1px; + word-spacing: normal; + } + + + +a.freeside:hover { + color: #000; + } + + +h1.freeside { + font: Verdana, Arial, sans-serif; + font-family: Verdana, Arial, sans-serif; + font-weight: bold; + font-size: 20px; + line-height: 20px; + color: #fff; + padding: 0; + margin: 0; + /* margin-top: 2.05em; */ + margin-left: 0; + margin-right: 1em; + + letter-spacing: 0.02em; + word-spacing: 1px; + + text-align: left; + + } + +h2.freeside { + font: Verdana, Arial, sans-serif; + font-family: Verdana, Arial, sans-serif; + font-weight: bold; + font-size: 150%; + color: #ffffff ; + padding: 0; + margin-top: 5px; + margin-bottom: 5px; + margin-left: 0; + } + + +/* +body { + background: #E1E1E1; + margin: 0; + margin-top: 0; + padding: 0; + } + +.block { + background: #B7B7B7; + padding: 5px; + font-size: 140%; + margin-left: 20px; + text-align: center middle; + } +*/ +.blkbold { + color: #800080; + font: 100%; + } -- 2.11.0