[Feed-collector-svn] SF.net SVN: feed-collector: [78] trunk/styles/default
Status: Beta
Brought to you by:
c167
From: <c1...@us...> - 2006-12-20 21:46:26
|
Revision: 78 http://feed-collector.svn.sourceforge.net/feed-collector/?rev=78&view=rev Author: c167 Date: 2006-12-20 13:46:24 -0800 (Wed, 20 Dec 2006) Log Message: ----------- Modified Paths: -------------- trunk/styles/default/page_login-screen.css trunk/styles/default/page_personal-screen.css trunk/styles/default/page_personal.tpl trunk/styles/default/page_show_feed-screen.css trunk/styles/default/page_show_feed.tpl Added Paths: ----------- trunk/styles/default/page_add_tag-screen.css trunk/styles/default/page_add_tag.tpl Added: trunk/styles/default/page_add_tag-screen.css =================================================================== --- trunk/styles/default/page_add_tag-screen.css (rev 0) +++ trunk/styles/default/page_add_tag-screen.css 2006-12-20 21:46:24 UTC (rev 78) @@ -0,0 +1,369 @@ +/************************************************** + * TITLE: Show Feeds Screen Stylesheet * + * URI: styles/default/page_login-screen.css * + * MODIF: 2006-Nov-16 18:06 +0100 * + **************************************************/ + /* ##### Common Styles ##### */ +body { + font-family: verdana, helvetica, arial, sans-serif; + font-size: 73%; /* Enables font size scaling in MSIE */ + margin: 0; + padding: 0; +} + +html>body { + font-size: 9pt; +} + +acronym,.titleTip { + border-bottom: 1px dotted rgb(61, 92, 122); + cursor: help; + margin: 0; + padding: 0 0 0.4px 0; +} + +a { + color: rgb(61, 92, 122); + background-color: transparent; + text-decoration: underline; + margin: 0; + padding: 0 1px 2px 1px; +} + +a:hover { + color: rgb(117, 144, 174); + text-decoration: none; +} + +ol { + margin: 1em 0 1.5em 0; + padding: 0; +} + +ul { + list-style-type: square; + margin: 1em 0 1.5em 0; + padding: 0; +} + +dl { + margin: 1em 0 0.5em 0; + padding: 0; +} + +ul li { + line-height: 1.5em; + margin: 1.25ex 0 0 1.5em; + padding: 0; +} + +ol li { + line-height: 1.5em; + margin: 1.25ex 0 0 2em; + padding: 0; +} + +dt { + font-weight: bold; + margin: 0; + padding: 0 0 1ex 0; +} + +dd { + line-height: 1.75em; + margin: 0 0 1.5em 1.5em; + padding: 0; +} + +.doNotDisplay { + display: none !important; +} + +.smallCaps { + font-size: 117%; + font-variant: small-caps; +} + +/* ##### Header ##### */ +.superHeader { + color: rgb(130, 128, 154); + background-color: rgb(33, 50, 66); + text-align: right; + margin: 0; + padding: 0.5ex 10px; +} + +.superHeader span { + color: rgb(195, 196, 210); + background-color: transparent; + font-weight: bold; + text-transform: uppercase; +} + +.superHeader a { + color: rgb(195, 196, 210); + background-color: transparent; + text-decoration: none; + margin: 0; + padding: 0 0.25ex 0 0; +} + +.superHeader a:hover { + color: rgb(193, 102, 90); + background-color: transparent; + text-decoration: none; +} + +.midHeader { + color: white; + background-color: rgb(61, 92, 122); + margin: 0; + padding: 0.26ex 10px; +} + +.headerTitle { + font-size: 300%; + margin: 0; + padding: 0; +} + +.headerSubTitle { + font-size: 151%; + font-weight: normal; + font-style: italic; + margin: 0 0 1ex 0; + padding: 0; +} + +.headerLinks { + text-align: right; + margin: 0; + padding: 0 0 2ex 0; + position: absolute; + right: 1.5em; + top: 3.5em; +} + +.headerLinks a { + color: white; + background-color: transparent; + text-decoration: none; + margin: 0; + padding: 0 0 0.5ex 0; + display: block; +} + +.headerLinks a:hover { + color: rgb(195, 196, 210); + background-color: transparent; + text-decoration: underline; +} + +.subHeader { + color: white; + background-color: rgb(117, 144, 174); + margin: 0; + padding: 0.5ex 10px; +} + +.subHeader a,.subHeader .highlight { + color: white; + background-color: transparent; + font-size: 110%; + font-weight: bold; + text-decoration: none; + margin: 0; + padding: 0 0.25ex 0 0; +} + +.subHeader a:hover,.subHeader .highlight { + color: rgb(255, 204, 0); + background-color: transparent; + text-decoration: none; +} + +/* ##### Main Copy ##### */ +#main-copy { + margin: 0; + padding: 0.5em 10px; + clear: left; +} + +#main-copy h1 { + color: rgb(117, 144, 174); + background-color: transparent; + font-family: "trebuchet ms", verdana, helvetica, arial, sans-serif; + font-size: 200%; + margin: 0; + padding: 0; +} + +#main-copy h2 { + color: rgb(61, 92, 122); + background-color: transparent; + font-family: "trebuchet ms", verdana, helvetica, arial, sans-serif; + font-weight: normal; + font-size: 151%; + margin: 0; + padding: 1ex 0 0 0; +} + +#main-copy p { + line-height: 1.75em; + margin: 1em 0 1.5em 0; + padding: 0; +} + +#registration_form { + float: left; + border: 1px solid rgb(204, 204, 204); + width: 80%; + margin-top: 1em; + margin-left: 9%; + margin-right: 9%; +} + +#formtitle { + text-align: center; + color: white; + background-color: rgb(117, 144, 174); + font-family: "trebuchet ms", verdana, helvetica, arial, sans-serif; + font-size: 200%; +/* margin: 0;*/ + padding: 0.5ex 10px; + border-bottom: 1px solid rgb(204, 204, 204); +} + +.left,.right { + float: left; +} + +.left { + border-right: 1px solid rgb(204, 204, 204); + margin-left: 20%; + padding-right: 20%; + margin-right: 20%; +} + +.right { + padding-left: 1em; + margin-left: 1em; +} + +.formElem_ok,.formElem_error,.formField_ok,.formElem_error { + +} + +.formElem_ok,.formElem_error { + +} + +.formElem_ok input { + background-color: yellow; +} + +.formElem_error input { + background-color: red; +} + +.formField_ok input { + background-color: yellow; +} + +.formField_error input { + background-color: red; +} + +#formButtons { + text-align: center; + background-color: rgb(117, 144, 174); + margin-top: 6em; + padding-top: 1em; + padding-bottom: 1em; + border-top: 2px solid rgb(204, 204, 204); +} + +#required { + width: 80%; +} + +.quarter,.oneThird,.half,.twoThirds,.fullWidth { + margin: 1em 0; + float: left; + border-left: 1px solid rgb(204, 204, 204); +} + +.quarter { + width: 21%; + padding: 0 1.9%; +} + +.oneThird { + width: 28%; + padding: 0 1.9%; +} + +.half { + text-align: justify; + width: 46%; + padding: 0 1.9%; +} + +.twoThirds { + text-align: justify; + width: 63%; + padding: 0 1.9%; +} + +.fullWidth { + text-align: justify; + width: 96%; + padding: 0 1.2em; + border-left: none; +} + +.filler { + /* use with an empty <p> element to add padding to the end of a text box */ + border: 1px solid white; +} + +.noBorderOnLeft { + border-left: none; +} + +.dividingBorderAbove { + border-top: 1px solid rgb(204, 204, 204); +} + +/* More elegant alternatives to .noBorderOnLeft & .dividingBorderAbove + * that don't require the creation of new classes - but which are not + * supported by MSIE - are the following: + * + * .rowOfBoxes > div:first-child { + * border-left: none; + * } + * + * .rowOfBoxes + .rowOfBoxes { + * border-top: 1px solid rgb(204,204,204); + * } + */ /* ##### Footer ##### */ +#footer { + color: rgb(51, 51, 102); + background-color: rgb(239, 239, 239); + font-size: 87%; + text-align: center; + line-height: 1.25em; + margin: 2em 0 0 0; + padding: 1ex 10px; + clear: left; +} + +#footer a { + color: rgb(0, 68, 204); + background-color: transparent; + text-decoration: underline; +} + +#footer a:hover { + text-decoration: none; +} \ No newline at end of file Added: trunk/styles/default/page_add_tag.tpl =================================================================== --- trunk/styles/default/page_add_tag.tpl (rev 0) +++ trunk/styles/default/page_add_tag.tpl 2006-12-20 21:46:24 UTC (rev 78) @@ -0,0 +1,55 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" + "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> + +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en-AU"> + <head> + <meta http-equiv="content-type" content="application/xhtml+xml; charset=UTF-8" /> + <meta name="author" content="haran" /> + <meta name="generator" content="haran" /> + + <link rel="stylesheet" type="text/css" href="./styles/default/page_add_tag-screen.css" media="screen, tv, projection" title="Default" /> + <link rel="stylesheet alternative" type="text/css" href="./styles/default/page_add_tag-print.css" media="screen" title="Print Preview" /> + <link rel="stylesheet" type="text/css" href="./styles/default/page_add_tag-print.css" media="print" /> + + <title><!-- title --></title> + </head> + + <body> + <!-- For non-visual user agents: --> + <div id="top"><a href="#main-copy" class="doNotDisplay doNotPrint">Skip to main content.</a></div> + + <!-- ##### Header ##### --> + + <div id="header"> + <div class="superHeader"> +<!-- related sites --> + </div> + + <div class="midHeader"> +<!-- midHeader title left --> + </div> + + <br class="doNotDisplay doNotPrint" /> + + <div class="headerLinks"> +<!-- midHeader title right --> + </div> + + <div class="subHeader"> +<!-- navigation --> + </div> + </div> + + <!-- ##### Main Copy ##### --> + + <div id="main-copy"> +<!-- main --> + </div> + + <!-- ##### Footer ##### --> + + <div id="footer"> +<!-- footer --> + </div> + </body> +</html> \ No newline at end of file Modified: trunk/styles/default/page_login-screen.css =================================================================== --- trunk/styles/default/page_login-screen.css 2006-12-20 21:45:17 UTC (rev 77) +++ trunk/styles/default/page_login-screen.css 2006-12-20 21:46:24 UTC (rev 78) @@ -215,9 +215,12 @@ } #registration_form { - margin: 1em 0; float: left; border: 1px solid rgb(204, 204, 204); + width: 80%; + margin-top: 1em; + margin-left: 9%; + margin-right: 9%; } #formtitle { @@ -226,25 +229,25 @@ background-color: rgb(117, 144, 174); font-family: "trebuchet ms", verdana, helvetica, arial, sans-serif; font-size: 200%; - margin: 0; +/* margin: 0;*/ padding: 0.5ex 10px; border-bottom: 1px solid rgb(204, 204, 204); } .left,.right { - + float: left; } -.left { /*border-right: 1px solid rgb(204, 204, 204);*/ - float: left; - padding-right: 50%; +.left { + border-right: 1px solid rgb(204, 204, 204); + margin-left: 20%; + padding-right: 20%; + margin-right: 20%; } -.right { - float: right; - /* margin-left: 40%; - margin-right: 10%; - padding-top: 2em;*/ +.right { + padding-left: 1em; + margin-left: 1em; } .formElem_ok,.formElem_error,.formField_ok,.formElem_error { @@ -252,7 +255,7 @@ } .formElem_ok,.formElem_error { - border-right: 1px solid red; + } .formElem_ok input { @@ -277,7 +280,7 @@ margin-top: 6em; padding-top: 1em; padding-bottom: 1em; - border-top: 2px solid rgb(204,204,204); + border-top: 2px solid rgb(204, 204, 204); } #required { Modified: trunk/styles/default/page_personal-screen.css =================================================================== --- trunk/styles/default/page_personal-screen.css 2006-12-20 21:45:17 UTC (rev 77) +++ trunk/styles/default/page_personal-screen.css 2006-12-20 21:46:24 UTC (rev 78) @@ -2,337 +2,322 @@ * TITLE: Show Feeds Screen Stylesheet * * URI: styles/default/page_show_feeds-screen.css * * MODIF: 2006-Nov-16 18:06 +0100 * - **************************************************/ - - -/* ##### Common Styles ##### */ - -body { - font-family: verdana, helvetica, arial, sans-serif; - font-size: 73%; /* Enables font size scaling in MSIE */ - margin: 0; - padding: 0; -} - -html > body { - font-size: 9pt; -} - -acronym, .titleTip { - border-bottom: 1px dotted rgb(61,92,122); - cursor: help; - margin: 0; - padding: 0 0 0.4px 0; -} - -a { - color: rgb(61,92,122); - background-color: transparent; - text-decoration: underline; - margin: 0; - padding: 0 1px 2px 1px; -} - -a:hover { - color: rgb(117,144,174); - text-decoration: none; -} - -ol { - margin: 1em 0 1.5em 0; - padding: 0; -} - -ul { - list-style-type: square; - margin: 1em 0 1.5em 0; - padding: 0; -} - -dl { - margin: 1em 0 0.5em 0; - padding: 0; -} - -ul li { - line-height: 1.5em; - margin: 1.25ex 0 0 1.5em; - padding: 0; -} - -ol li { - line-height: 1.5em; - margin: 1.25ex 0 0 2em; - padding: 0; -} - -dt { - font-weight: bold; - margin: 0; - padding: 0 0 1ex 0; -} - -dd { - line-height: 1.75em; - margin: 0 0 1.5em 1.5em; - padding: 0; -} - -.doNotDisplay { - display: none !important; -} - - -.smallCaps { - font-size: 117%; - font-variant: small-caps; -} - - -/* ##### Header ##### */ - -.superHeader { - color: rgb(130,128,154); - background-color: rgb(33,50,66); - text-align: right; - margin: 0; - padding: 0.5ex 10px; -} - -.superHeader span { - color: rgb(195,196,210); - background-color: transparent; - font-weight: bold; - text-transform: uppercase; -} - -.superHeader a { - color: rgb(195,196,210); - background-color: transparent; - text-decoration: none; - margin: 0; - padding: 0 0.25ex 0 0; -} - -.superHeader a:hover { - color: rgb(193,102,90); - background-color: transparent; - text-decoration: none; -} - -.midHeader { - color: white; - background-color: rgb(61,92,122); - margin: 0; - padding: 0.26ex 10px; -} - -.headerTitle { - font-size: 300%; - margin: 0; - padding: 0; -} - -.headerSubTitle { - font-size: 151%; - font-weight: normal; - font-style: italic; - margin: 0 0 1ex 0; - padding: 0; -} - -.headerLinks { - text-align: right; - margin: 0; - padding: 0 0 2ex 0; - position: absolute; - right: 1.5em; - top: 3.5em; -} - -.headerLinks a { - color: white; - background-color: transparent; - text-decoration: none; - margin: 0; - padding: 0 0 0.5ex 0; - display: block; -} - -.headerLinks a:hover { - color: rgb(195,196,210); - background-color: transparent; - text-decoration: underline; -} - -.subHeader { - color: white; - background-color: rgb(117,144,174); - margin: 0; - padding: 0.5ex 10px; -} - -.subHeader a, .subHeader .highlight { - color: white; - background-color: transparent; - font-size: 110%; - font-weight: bold; - text-decoration: none; - margin: 0; - padding: 0 0.25ex 0 0; -} - -.subHeader a:hover, .subHeader .highlight { - color: rgb(255,204,0); - background-color: transparent; - text-decoration: none; + **************************************************/ + /* ##### Common Styles ##### */ +body { + font-family: verdana, helvetica, arial, sans-serif; + font-size: 73%; /* Enables font size scaling in MSIE */ + margin: 0; + padding: 0; } - -/* ##### Main Copy ##### */ - -#main-copy { - margin: 0; - padding: 0.5em 10px; - clear: left; -} - -#main-copy h1 { - color: rgb(117,144,174); - background-color: transparent; - font-family: "trebuchet ms", verdana, helvetica, arial, sans-serif; - font-size: 200%; - margin: 0; - padding: 0; -} - -#main-copy h2 { - color: rgb(61,92,122); - background-color: transparent; - font-family: "trebuchet ms", verdana, helvetica, arial, sans-serif; - font-weight: normal; - font-size: 151%; - margin: 0; - padding: 1ex 0 0 0; -} - -#main-copy p { - line-height: 1.75em; - margin: 1em 0 1.5em 0; - padding: 0; -} - -.newsHeading { - color: rgb(61,92,122); - background-color: transparent; - font-family: "trebuchet ms", verdana, helvetica, arial, sans-serif; - font-size: 145%; - text-decoration: none; - margin: 0; - padding: 1ex 0 0 0; - display: block; -} -.column1, .column2, .column3 { - margin: 1em 0; - padding: 0 2.5%; - float: left; - width: 28%; +html>body { + font-size: 9pt; } -.column2 { /* Renders the column dividers */ - border-left: 1px solid rgb(204,204,204); - border-right: 1px solid rgb(204,204,204); +acronym,.titleTip { + border-bottom: 1px dotted rgb(61, 92, 122); + cursor: help; + margin: 0; + padding: 0 0 0.4px 0; } -.column1 .feed_headline { - border-left: 1px solid yellow; - border-right: 1px solid yellow; - border-top: 1px solid yellow; +a { + color: rgb(61, 92, 122); + background-color: transparent; + text-decoration: underline; + margin: 0; + padding: 0 1px 2px 1px; +} + +a:hover { + color: rgb(117, 144, 174); + text-decoration: none; +} + +ol { + margin: 1em 0 1.5em 0; + padding: 0; +} + +ul { + list-style-type: square; + margin: 1em 0 1.5em 0; + padding: 0; +} + +dl { + margin: 1em 0 0.5em 0; + padding: 0; +} + +ul li { + line-height: 1.5em; + margin: 1.25ex 0 0 1.5em; + padding: 0; +} + +ol li { + line-height: 1.5em; + margin: 1.25ex 0 0 2em; + padding: 0; +} + +dt { + font-weight: bold; + margin: 0; + padding: 0 0 1ex 0; +} + +dd { + line-height: 1.75em; + margin: 0 0 1.5em 1.5em; + padding: 0; +} + +.doNotDisplay { + display: none !important; +} + +.smallCaps { + font-size: 117%; + font-variant: small-caps; +} + +/* ##### Header ##### */ +.superHeader { + color: rgb(130, 128, 154); + background-color: rgb(33, 50, 66); + text-align: right; + margin: 0; + padding: 0.5ex 10px; +} + +.superHeader span { + color: rgb(195, 196, 210); + background-color: transparent; + font-weight: bold; + text-transform: uppercase; +} + +.superHeader a { + color: rgb(195, 196, 210); + background-color: transparent; + text-decoration: none; + margin: 0; + padding: 0 0.25ex 0 0; +} + +.superHeader a:hover { + color: rgb(193, 102, 90); + background-color: transparent; + text-decoration: none; +} + +.midHeader { + color: white; + background-color: rgb(61, 92, 122); + margin: 0; + padding: 0.26ex 10px; +} + +.headerTitle { + font-size: 300%; + margin: 0; + padding: 0; +} + +.headerSubTitle { + font-size: 151%; + font-weight: normal; + font-style: italic; + margin: 0 0 1ex 0; + padding: 0; +} + +.headerLinks { + text-align: right; + margin: 0; + padding: 0 0 2ex 0; + position: absolute; + right: 1.5em; + top: 3.5em; +} + +.headerLinks a { + color: white; + background-color: transparent; + text-decoration: none; + margin: 0; + padding: 0 0 0.5ex 0; + display: block; +} + +.headerLinks a:hover { + color: rgb(195, 196, 210); + background-color: transparent; + text-decoration: underline; +} + +.subHeader { + color: white; + background-color: rgb(117, 144, 174); + margin: 0; + padding: 0.5ex 10px; +} + +.subHeader a,.subHeader .highlight { + color: white; + background-color: transparent; + font-size: 110%; + font-weight: bold; + text-decoration: none; + margin: 0; + padding: 0 0.25ex 0 0; +} + +.subHeader a:hover,.subHeader .highlight { + color: rgb(255, 204, 0); + background-color: transparent; + text-decoration: none; +} + +/* ##### Main Copy ##### */ +#main-copy { + margin: 0; + padding: 0.5em 10px; + clear: left; +} + +#main-copy h1 { + color: rgb(117, 144, 174); + background-color: transparent; + font-family: "trebuchet ms", verdana, helvetica, arial, sans-serif; + font-size: 200%; + margin: 0; + padding: 0; +} + +#main-copy h2 { + color: rgb(61, 92, 122); + background-color: transparent; + font-family: "trebuchet ms", verdana, helvetica, arial, sans-serif; + font-weight: normal; + font-size: 151%; + margin: 0; + padding: 1ex 0 0 0; +} + +#main-copy p { + line-height: 1.75em; + margin: 1em 0 1.5em 0; + padding: 0; +} + +.column1,.column2,.column3 { + margin: 1em 0; + padding: 0 2.5%; + float: left; + width: 28%; +} + +.column2 { /* Renders the column dividers */ + border-left: 1px solid rgb(204, 204, 204); + border-right: 1px solid rgb(204, 204, 204); +} + +.feed_headline { padding-bottom: 1em; + text-align: center; + font-weight: bold; + font-size: 120%; + border-left: 1px solid; + border-right: 1px solid; + border-top: 1px solid; } +.column1 .feed_headline { + border-color: yellow; + background-color: yellow; +} + .column1 ul { margin-top: 0em; border: 1px solid yellow; - } .column2 .feed_headline { - border-left: 1px solid red; - border-right: 1px solid red; - border-top: 1px solid red; - padding-bottom: 1em; + border-color: red; + background-color: red; } .column2 ul { border: 1px solid red; margin-top: 0; - } .column3 .feed_headline { - border-left: 1px solid green; - border-right: 1px solid green; - border-top: 1px solid green; - padding-bottom: 1em; + border-color: green; + background-color: green; } .column3 ul { border: 1px solid green; margin-top: 0; } - -.rowOfBoxes { - clear: both; -} - -.quarter, .oneThird, .half, .twoThirds, .fullWidth { - margin: 1em 0; - float: left; - border-left: 1px solid rgb(204,204,204); -} - -.quarter { - width: 21%; - padding: 0 1.9%; -} - -.oneThird { - width: 28%; - padding: 0 1.9%; -} - -.half { - text-align: justify; - width: 46%; - padding: 0 1.9%; -} - -.twoThirds { - text-align: justify; - width: 63%; - padding: 0 1.9%; -} - -.fullWidth { - text-align: justify; - width: 96%; - padding: 0 1.2em; - border-left: none; -} - -.filler { /* use with an empty <p> element to add padding to the end of a text box */ - border: 1px solid white; -} - -.noBorderOnLeft { - border-left: none; -} - -.dividingBorderAbove { - border-top: 1px solid rgb(204,204,204); -} - + +.rowOfBoxes { + clear: both; +} + +.quarter,.oneThird,.half,.twoThirds,.fullWidth { + margin: 1em 0; + float: left; + border-left: 1px solid rgb(204, 204, 204); +} + +.quarter { + width: 21%; + padding: 0 1.9%; +} + +.oneThird { + width: 28%; + padding: 0 1.9%; +} + +.half { + text-align: justify; + width: 46%; + padding: 0 1.9%; +} + +.twoThirds { + text-align: justify; + width: 63%; + padding: 0 1.9%; +} + +.fullWidth { + text-align: justify; + width: 96%; + padding: 0 1.2em; + border-left: none; +} + +.filler { + /* use with an empty <p> element to add padding to the end of a text box */ + border: 1px solid white; +} + +.noBorderOnLeft { + border-left: none; +} + +.dividingBorderAbove { + border-top: 1px solid rgb(204, 204, 204); +} + /* More elegant alternatives to .noBorderOnLeft & .dividingBorderAbove * that don't require the creation of new classes - but which are not * supported by MSIE - are the following: @@ -344,28 +329,24 @@ * .rowOfBoxes + .rowOfBoxes { * border-top: 1px solid rgb(204,204,204); * } - */ - - -/* ##### Footer ##### */ - -#footer { - color: rgb(51,51,102); - background-color: rgb(239,239,239); - font-size: 87%; - text-align: center; - line-height: 1.25em; - margin: 2em 0 0 0; - padding: 1ex 10px; - clear: left; -} - -#footer a { - color: rgb(0,68,204); - background-color: transparent; - text-decoration: underline; -} - -#footer a:hover { - text-decoration: none; + */ /* ##### Footer ##### */ +#footer { + color: rgb(51, 51, 102); + background-color: rgb(239, 239, 239); + font-size: 87%; + text-align: center; + line-height: 1.25em; + margin: 2em 0 0 0; + padding: 1ex 10px; + clear: left; +} + +#footer a { + color: rgb(0, 68, 204); + background-color: transparent; + text-decoration: underline; +} + +#footer a:hover { + text-decoration: none; } \ No newline at end of file Modified: trunk/styles/default/page_personal.tpl =================================================================== --- trunk/styles/default/page_personal.tpl 2006-12-20 21:45:17 UTC (rev 77) +++ trunk/styles/default/page_personal.tpl 2006-12-20 21:46:24 UTC (rev 78) @@ -7,9 +7,9 @@ <meta name="author" content="haran" /> <meta name="generator" content="haran" /> - <link rel="stylesheet" type="text/css" href="./styles/default/page_show_feeds-screen.css" media="screen, tv, projection" title="Default" /> - <link rel="stylesheet alternative" type="text/css" href="./styles/default/page_show_feeds-print.css" media="screen" title="Print Preview" /> - <link rel="stylesheet" type="text/css" href="./styles/default/page_show_feeds-print.css" media="print" /> + <link rel="stylesheet" type="text/css" href="./styles/default/page_personal-screen.css" media="screen, tv, projection" title="Default" /> + <link rel="stylesheet alternative" type="text/css" href="./styles/default/page_personal-print.css" media="screen" title="Print Preview" /> + <link rel="stylesheet" type="text/css" href="./styles/default/page_personal-print.css" media="print" /> <script type="text/javascript" src="js.js" /> <title><!-- title --></title> Modified: trunk/styles/default/page_show_feed-screen.css =================================================================== --- trunk/styles/default/page_show_feed-screen.css 2006-12-20 21:45:17 UTC (rev 77) +++ trunk/styles/default/page_show_feed-screen.css 2006-12-20 21:46:24 UTC (rev 78) @@ -187,6 +187,57 @@ background-color: transparent; text-decoration: none; } +/* ##### Right Side Bar ##### */ + +.rightSideBar { + width: 13em; + margin: 2ex 0.75ex 0 0; + padding: 0; + float: right; + clear: right; + border: 1px solid rgb(216,210,195); +} + +[class~="rightSideBar"] { + margin-right: 1.5ex; +} + +.rightSideBar .sideBarTitle { + color: black; + background-color: rgb(230,223,207); + font-weight: bold; + margin: 1.25ex 1ex; + padding: 0.9ex 1ex; +} + +.rightSideBar a { + color: rgb(166,140,83); + background-color: transparent; + text-decoration: underline; + font-weight: bold; +} + +.rightSideBar a:hover { + text-decoration: none; +} + +.rightSideBar .sideBarText { + line-height: 1.5em; + margin: 0; + padding: 0 2ex 1em 2ex; +} + +.rightSideBar .more { + text-decoration: none; + text-align: right; + margin: 0; + padding: 0 2ex 1em 2ex; + display: block; +} + +.rightSideBar .more:hover { + text-decoration: underline; +} /* ##### Main Copy ##### */ Modified: trunk/styles/default/page_show_feed.tpl =================================================================== --- trunk/styles/default/page_show_feed.tpl 2006-12-20 21:45:17 UTC (rev 77) +++ trunk/styles/default/page_show_feed.tpl 2006-12-20 21:46:24 UTC (rev 78) @@ -44,8 +44,17 @@ <!-- ##### Main Copy ##### --> <div id="main-copy"> + <div class="rightSideBar"> +<!-- rightSideBar --> + </div> <!-- main --> + + <div id="page-navigation"> +<!-- page-navigation --> + </div> </div> + + <!-- ##### Footer ##### --> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |