[Feed-collector-svn] SF.net SVN: feed-collector: [115] trunk/styles/default
Status: Beta
Brought to you by:
c167
From: <C1...@us...> - 2007-06-04 12:11:08
|
Revision: 115 http://feed-collector.svn.sourceforge.net/feed-collector/?rev=115&view=rev Author: C167 Date: 2007-06-04 05:11:09 -0700 (Mon, 04 Jun 2007) Log Message: ----------- working towards use of smarty as template engine... Modified Paths: -------------- trunk/styles/default/page_add_new_feed.tpl trunk/styles/default/page_add_tag.tpl trunk/styles/default/page_login.tpl trunk/styles/default/page_main.tpl Added Paths: ----------- trunk/styles/default/css/ trunk/styles/default/css/common-screen.css trunk/styles/default/css/footer-screen.css trunk/styles/default/css/header-screen.css trunk/styles/default/css/main_copy-screen.css trunk/styles/default/css/page_add_new_feed-screen.css trunk/styles/default/css/page_add_tag-screen.css trunk/styles/default/css/page_login-screen.css trunk/styles/default/css/page_main-screen.css trunk/styles/default/css/page_personal-screen.css trunk/styles/default/css/page_register-screen.css trunk/styles/default/css/page_show_all_feeds-screen.css trunk/styles/default/css/page_show_feed-screen.css trunk/styles/default/css/page_show_feed_tag-screen.css trunk/styles/default/footer.tpl trunk/styles/default/header.tpl Removed Paths: ------------- trunk/styles/default/common-screen.css trunk/styles/default/footer-screen.css trunk/styles/default/header-screen.css trunk/styles/default/main_copy-screen.css trunk/styles/default/page_add_new_feed-screen.css trunk/styles/default/page_add_tag-screen.css trunk/styles/default/page_login-screen.css trunk/styles/default/page_main-screen.css trunk/styles/default/page_personal-screen.css trunk/styles/default/page_register-screen.css trunk/styles/default/page_show_all_feeds-screen.css trunk/styles/default/page_show_feed-screen.css trunk/styles/default/page_show_feed_tag-screen.css Deleted: trunk/styles/default/common-screen.css =================================================================== --- trunk/styles/default/common-screen.css 2007-06-04 11:56:11 UTC (rev 114) +++ trunk/styles/default/common-screen.css 2007-06-04 12:11:09 UTC (rev 115) @@ -1,159 +0,0 @@ -/***************************************** - * TITLE: Common Screen Stylesheet * - * URI: styles/default/common-screen.css * - * MODIF: 2007-Jan-09 18:06 +0100 * - *****************************************/ -/*@CHARSET "UTF-8";*/ - -/* ##### Common Styles ##### */ -.headerLogin { - border: 1px solid rgb(255, 255, 255); - text-align: right; - padding: 1ex; - position: absolute; - right: 1.5em; - top: 3.5em; -} - -.headerLogin { - border: 1px solid rgb(255, 255, 255); - text-align: right; - margin: 0; - /* padding: 0 0 2ex 0;*/ - padding-bottom: 1ex; - position: absolute; - right: 1.5em; - top: 3.5em; - /* margin-left: 1em; - margin-right: 1em;*/ -} - -.headerLogin a { - color: white; - background-color: transparent; - text-decoration: none; - margin: 0; - padding: 0 0 0.5ex 0; - display: block; -} - -.headerLogin span { - -} - -#userinfo p { - color: white; - background-color: transparent; - margin: 0; - display: block; -} - -.headerLogin input:hover { /* color: rgb(195,196,210);*/ - color: black; - /* background-color: transparent;*/ - background-color: rgb(117, 144, 174); - 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; -} - -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; -} Copied: trunk/styles/default/css/common-screen.css (from rev 106, trunk/styles/default/common-screen.css) =================================================================== --- trunk/styles/default/css/common-screen.css (rev 0) +++ trunk/styles/default/css/common-screen.css 2007-06-04 12:11:09 UTC (rev 115) @@ -0,0 +1,159 @@ +/***************************************** + * TITLE: Common Screen Stylesheet * + * URI: styles/default/common-screen.css * + * MODIF: 2007-Jan-09 18:06 +0100 * + *****************************************/ +/*@CHARSET "UTF-8";*/ + +/* ##### Common Styles ##### */ +.headerLogin { + border: 1px solid rgb(255, 255, 255); + text-align: right; + padding: 1ex; + position: absolute; + right: 1.5em; + top: 3.5em; +} + +.headerLogin { + border: 1px solid rgb(255, 255, 255); + text-align: right; + margin: 0; + /* padding: 0 0 2ex 0;*/ + padding-bottom: 1ex; + position: absolute; + right: 1.5em; + top: 3.5em; + /* margin-left: 1em; + margin-right: 1em;*/ +} + +.headerLogin a { + color: white; + background-color: transparent; + text-decoration: none; + margin: 0; + padding: 0 0 0.5ex 0; + display: block; +} + +.headerLogin span { + +} + +#userinfo p { + color: white; + background-color: transparent; + margin: 0; + display: block; +} + +.headerLogin input:hover { /* color: rgb(195,196,210);*/ + color: black; + /* background-color: transparent;*/ + background-color: rgb(117, 144, 174); + 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; +} + +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; +} Copied: trunk/styles/default/css/footer-screen.css (from rev 106, trunk/styles/default/footer-screen.css) =================================================================== --- trunk/styles/default/css/footer-screen.css (rev 0) +++ trunk/styles/default/css/footer-screen.css 2007-06-04 12:11:09 UTC (rev 115) @@ -0,0 +1,30 @@ +/***************************************** + * TITLE: Footer Screen Stylesheet * + * URI: styles/default/footer-screen.css * + * MODIF: 2007-Jan-09 18:06 +0100 * + *****************************************/ +/*@CHARSET "UTF-8";*/ + + +/* ##### 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; +} Copied: trunk/styles/default/css/header-screen.css (from rev 106, trunk/styles/default/header-screen.css) =================================================================== --- trunk/styles/default/css/header-screen.css (rev 0) +++ trunk/styles/default/css/header-screen.css 2007-06-04 12:11:09 UTC (rev 115) @@ -0,0 +1,90 @@ +/***************************************** + * TITLE: Header Screen Stylesheet * + * URI: styles/default/header-screen.css * + * MODIF: 2007-Jan-09 18:06 +0100 * + *****************************************/ +/*@CHARSET "UTF-8";*/ + +/* ##### 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; +} + +.headerLogin { + border: 1px solid rgb(255, 255, 255); + text-align: right; + padding: 1ex; + position: absolute; + right: 1.5em; + top: 3.5em; +} + +.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; +} Copied: trunk/styles/default/css/main_copy-screen.css (from rev 106, trunk/styles/default/main_copy-screen.css) =================================================================== --- trunk/styles/default/css/main_copy-screen.css (rev 0) +++ trunk/styles/default/css/main_copy-screen.css 2007-06-04 12:11:09 UTC (rev 115) @@ -0,0 +1,52 @@ +/******************************************** + * TITLE: Main Copy Screen Stylesheet * + * URI: styles/default/main_copy-screen.css * + * MODIF: 2007-Jan-09 18:06 +0100 * + ********************************************/ +/*@CHARSET "UTF-8";*/ + +/* ##### 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; +} + +/* 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); + * } + */ Copied: trunk/styles/default/css/page_add_new_feed-screen.css (from rev 105, trunk/styles/default/page_add_new_feed-screen.css) =================================================================== --- trunk/styles/default/css/page_add_new_feed-screen.css (rev 0) +++ trunk/styles/default/css/page_add_new_feed-screen.css 2007-06-04 12:11:09 UTC (rev 115) @@ -0,0 +1,62 @@ +/****************************************************** + * TITLE: Add New Feed Screen Stylesheet * + * URI: styles/default/page_add_new_feed-screen.css * + * MODIF: 2006-Nov-16 18:06 +0100 * + ******************************************************/ + /* ##### Main Copy ##### */ +#add_form { /*margin: 1em 0;*/ + margin-top: 1em; + margin-left: 10%; + margin-right: 10%; + float: left; + border: 1px solid rgb(204, 204, 204); +} + +#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); +} + +table { + width: 100%; +} + +.required .formElem { + background-color: rgb(204, 204, 204); +} + +.required .formField { + background-color: rgb(204, 204, 204); +} + +.formElem,.formField { + padding-top: 0em; + padding-left: 1em; +} + +.formElem { + border-bottom: 1px solid rgb(204, 204, 204); + padding-top: 2%; + padding-left: 5%; +} + +.formField { + border-bottom: 1px solid rgb(204, 204, 204); + padding-top: 2%; + padding-left: 5%; + border-left: 1px solid rgb(204, 204, 204); +} + +#formButtons { + text-align: center; + background-color: rgb(117, 144, 174); + margin-top: 16em; + padding: 1ex 10px; + border-top: 1px solid rgb(204, 204, 204); +} \ No newline at end of file Copied: trunk/styles/default/css/page_add_tag-screen.css (from rev 105, trunk/styles/default/page_add_tag-screen.css) =================================================================== --- trunk/styles/default/css/page_add_tag-screen.css (rev 0) +++ trunk/styles/default/css/page_add_tag-screen.css 2007-06-04 12:11:09 UTC (rev 115) @@ -0,0 +1,48 @@ +/************************************************** + * TITLE: Add Tag Screen Stylesheet * + * URI: styles/default/page_login-screen.css * + * MODIF: 2006-Nov-16 18:06 +0100 * + **************************************************/ + + +/* ##### Main Copy ##### */ + +#formtitle { + text-align: center; + color: white; + background-color: rgb(117, 144, 174); + font-family: "trebuchet ms", verdana, helvetica, arial, sans-serif; + font-size: 180%; +/* margin: 0;*/ + padding: 0.5ex 10px; + border-bottom: 1px solid rgb(204, 204, 204); +} + +#addTags_form table { + width: 40%; + margin-left: 29%; + border: 1px solid rgb(204, 204, 204); +} + +.formElem { + width: 49%; + text-align: center; +} + +.formField { + +} + +#formButtons { + text-align: center; + background-color: rgb(117, 144, 174); + margin-top: 6em; + padding-top: 1.5%; + padding-bottom: 1.5%; + border-top: 1px solid rgb(204, 204, 204); +} + +.filler { + /* use with an empty <p> element to add padding to the end of a text box */ + border: 1px solid white; +} \ No newline at end of file Copied: trunk/styles/default/css/page_login-screen.css (from rev 105, trunk/styles/default/page_login-screen.css) =================================================================== --- trunk/styles/default/css/page_login-screen.css (rev 0) +++ trunk/styles/default/css/page_login-screen.css 2007-06-04 12:11:09 UTC (rev 115) @@ -0,0 +1,69 @@ +/************************************************** + * TITLE: Login Screen Stylesheet * + * URI: styles/default/page_login-screen.css * + * MODIF: 2006-Nov-16 18:06 +0100 * + **************************************************/ + + +/* ##### Main Copy ##### */ + +#registration_form table { + float: left; + border: 1px solid rgb(204, 204, 204); + width: 60%; + margin-top: 1em; + margin-left: 20%; + +} + +#formtitle { + text-align: center; + color: white; + background-color: rgb(117, 144, 174); + font-family: "trebuchet ms", verdana, helvetica, arial, sans-serif; + font-size: 200%; + padding: 0.5ex 10px; + border-bottom: 1px solid rgb(204, 204, 204); +} + +.formElem { + width: 49%; + text-align: center; + border-bottom: 1px solid rgb(117, 144, 174); +} + +.formField { + padding: 1%; + width: 49%; + border-left: 1px solid rgb(117, 144, 174); + border-bottom: 1px solid rgb(117, 144, 174); +} +.formField input { + margin-left: 2%; + background-color: yellow; +} + +#formButtons { + margin-left: 1%; + margin-right: 1%; + padding-left: 1%; + padding-right: 1%; +} + +#formButtons td { + text-align: center; + background-color: rgb(117, 144, 174); + margin-top: 6em; + padding-top: 1em; + padding-bottom: 1em; +} + +#formButtons input { + margin-left: 1em; +} + +.quarter,.oneThird,.half,.twoThirds,.fullWidth { + margin: 1em 0; + float: left; + border-left: 1px solid rgb(204, 204, 204); +} \ No newline at end of file Copied: trunk/styles/default/css/page_main-screen.css (from rev 105, trunk/styles/default/page_main-screen.css) =================================================================== --- trunk/styles/default/css/page_main-screen.css (rev 0) +++ trunk/styles/default/css/page_main-screen.css 2007-06-04 12:11:09 UTC (rev 115) @@ -0,0 +1,120 @@ +/********************************************** + * TITLE: Main Page Print Stylesheet * + * URI : styles/default/page_main-screen.css * + * MODIF: 2006-Nov-11 23:09 +0100 * + **********************************************/ + + +/* ##### Main Copy ##### */ + +.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; +} + +.newsHeading:hover { + color: rgb(117, 144, 174); + background-color: transparent; + text-decoration: underline; +} + +.newsDate { + font-style: italic; + margin: 0 !important; + padding: 0; +} + +.newsSummary { + margin: 1.5ex 0 2.5ex 0.75ex !important; + padding: 0; +} + +.more { + text-align: right; + margin: 0; + padding: 0.5em 0; +} + +.more a { + color: rgb(61, 92, 122); + background-color: transparent; + font-size: 92%; + text-decoration: underline; + margin: 0; + padding: 0.25ex 0.75ex; +} + +.more a:hover { + color: rgb(117, 144, 174); + text-decoration: none; +} + +.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: + */ +.rowOfBoxes > div:first-child { + border-left: none; +} + +.rowOfBoxes + .rowOfBoxes { + border-top: 1px solid rgb(204,204,204); +} \ No newline at end of file Copied: trunk/styles/default/css/page_personal-screen.css (from rev 105, trunk/styles/default/page_personal-screen.css) =================================================================== --- trunk/styles/default/css/page_personal-screen.css (rev 0) +++ trunk/styles/default/css/page_personal-screen.css 2007-06-04 12:11:09 UTC (rev 115) @@ -0,0 +1,119 @@ +/************************************************** + * TITLE: Personal Screen Stylesheet * + * URI: styles/default/page_show_feeds-screen.css * + * MODIF: 2006-Nov-16 18:06 +0100 * + **************************************************/ + + +/* ##### Main Copy ##### */ + +.column1,.column2,.column3 { + margin: 1em 0; + padding: 0 2.5%; + float: left; + width: 28%; +} +/* +.column1 { + border-right: 1px solid rgb(204, 204, 204); +} + +.column2 { /* Renders the column dividers *//* + border-left: 1px solid rgb(204, 204, 204); + border-right: 1px solid rgb(204, 204, 204); +} + +.column3 { + border-left: 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; + border-color: rgb(61, 92, 122); + background-color: rgb(61, 92, 122); +} + +.column1 .feed_headline a { + color: white; +} + +.column1 ul { + margin-top: 0em; + border: 1px solid rgb(61, 92, 122); +} + +.column2 .feed_headline a { + color: white; +} + +.column2 ul { + border: 1px solid rgb(61, 92, 122); + margin-top: 0; +} + +.column3 .feed_headline a { + color: white; +} + +.column3 ul { + border: 1px solid rgb(61, 92, 122); + 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); +} \ No newline at end of file Copied: trunk/styles/default/css/page_register-screen.css (from rev 105, trunk/styles/default/page_register-screen.css) =================================================================== --- trunk/styles/default/css/page_register-screen.css (rev 0) +++ trunk/styles/default/css/page_register-screen.css 2007-06-04 12:11:09 UTC (rev 115) @@ -0,0 +1,78 @@ +/************************************************** + * TITLE: Register Screen Stylesheet * + * URI: styles/default/page_register-screen.css * + * MODIF: 2006-Nov-16 18:06 +0100 * + **************************************************/ + + +/* ##### Main Copy ##### */ + +#registration_form { + /*margin: 1em 0;*/ + margin-top: 1em; + margin-left: 10%; + margin-right: 10%; + float: left; + border: 1px solid rgb(204, 204, 204); +} + +#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); +} + +table { + width: 100%; +} + +.formElem,.formField { + padding-top: 0em; + padding-left: 1em; + +} + +.formElem { + border-bottom: 1px solid rgb(204, 204, 204); + padding-top: 2%; + padding-left: 5%; +} + +.formField { + border-bottom: 1px solid rgb(204, 204, 204); + padding-top: 2%; + padding-left: 5%; + border-left: 1px solid rgb(204, 204, 204); +} +/* +#formButtons { + text-align: center; + background-color: rgb(117, 144, 174); + margin-top: 16em; + padding: 1ex 10px; + border-top: 1px solid rgb(204, 204, 204); +}*/ + +#formButtons { + margin-left: 1%; + margin-right: 1%; + padding-left: 1%; + padding-right: 1%; +} + +#formButtons td { + text-align: center; + background-color: rgb(117, 144, 174); + margin-top: 6em; + padding-top: 1em; + padding-bottom: 1em; +} + +#formButtons input { + margin-left: 1em; +} \ No newline at end of file Copied: trunk/styles/default/css/page_show_all_feeds-screen.css (from rev 105, trunk/styles/default/page_show_all_feeds-screen.css) =================================================================== --- trunk/styles/default/css/page_show_all_feeds-screen.css (rev 0) +++ trunk/styles/default/css/page_show_all_feeds-screen.css 2007-06-04 12:11:09 UTC (rev 115) @@ -0,0 +1,28 @@ +/******************************************************** + * TITLE: Show All Feeds Screen Stylesheet * + * URI : styles/default/page_show_all_feeds-screen.css * + * MODIF: 2006-Dez-01 17:24 +0100 * + ********************************************************/ + + +/* ##### Main Copy ##### */ + +table { + width: 100%; +} + +th { + text-align: left; + border-left: 1px solid rgb(204, 204, 204); + border-top: 1px solid rgb(204, 204, 204); + border-bottom: 1px solid rgb(204, 204, 204); +} + +td { + border-bottom: 1px solid rgb(204, 204, 204); + border-left: 1px solid rgb(204, 204, 204); +} + +.checked { + background-color: yellow; +} \ No newline at end of file Copied: trunk/styles/default/css/page_show_feed-screen.css (from rev 105, trunk/styles/default/page_show_feed-screen.css) =================================================================== --- trunk/styles/default/css/page_show_feed-screen.css (rev 0) +++ trunk/styles/default/css/page_show_feed-screen.css 2007-06-04 12:11:09 UTC (rev 115) @@ -0,0 +1,57 @@ +/************************************************** + * TITLE: Show Feeds Screen Stylesheet * + * URI: styles/default/page_show_feeds-screen.css * + * MODIF: 2006-Nov-16 18:06 +0100 * + **************************************************/ + +/* ##### 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; +} \ No newline at end of file Copied: trunk/styles/default/css/page_show_feed_tag-screen.css (from rev 105, trunk/styles/default/page_show_feed_tag-screen.css) =================================================================== --- trunk/styles/default/css/page_show_feed_tag-screen.css (rev 0) +++ trunk/styles/default/css/page_show_feed_tag-screen.css 2007-06-04 12:11:09 UTC (rev 115) @@ -0,0 +1,88 @@ +/***************************************************** + * TITLE: Show Feed Tag Screen Stylesheet * + * URI: styles/default/page_show_feed_tag-screen.css * + * MODIF: 2006-Nov-16 18:06 +0100 * + *****************************************************/ + + +/* ##### Right Side Bar ##### */ + +.rightSideBar { + width: 13em; + margin: 1.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 ##### */ + +p .space { + margin-top: 4em; +} + +.tagname { + border: 1px solid grey; +} + +table { + width: 85%; +} + +th { + text-align: left; + border-left: 1px solid rgb(204, 204, 204); + border-top: 1px solid rgb(204, 204, 204); + border-bottom: 1px solid rgb(204, 204, 204); +} + +td { + border-bottom: 1px solid rgb(204, 204, 204); + border-left: 1px solid rgb(204, 204, 204); +} + +.right_side,.language_flag { + border-right: 1px solid rgb(204, 204, 204); +} \ No newline at end of file Deleted: trunk/styles/default/footer-screen.css =================================================================== --- trunk/styles/default/footer-screen.css 2007-06-04 11:56:11 UTC (rev 114) +++ trunk/styles/default/footer-screen.css 2007-06-04 12:11:09 UTC (rev 115) @@ -1,30 +0,0 @@ -/***************************************** - * TITLE: Footer Screen Stylesheet * - * URI: styles/default/footer-screen.css * - * MODIF: 2007-Jan-09 18:06 +0100 * - *****************************************/ -/*@CHARSET "UTF-8";*/ - - -/* ##### 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; -} Added: trunk/styles/default/footer.tpl =================================================================== --- trunk/styles/default/footer.tpl (rev 0) +++ trunk/styles/default/footer.tpl 2007-06-04 12:11:09 UTC (rev 115) @@ -0,0 +1,7 @@ + <!-- ##### Footer ##### --> + + <div id="footer"> +{$footer} + </div> + </body> +</html> Property changes on: trunk/styles/default/footer.tpl ___________________________________________________________________ Name: svn:executable + * Deleted: trunk/styles/default/header-screen.css =================================================================== --- trunk/styles/default/header-screen.css 2007-06-04 11:56:11 UTC (rev 114) +++ trunk/styles/default/header-screen.css 2007-06-04 12:11:09 UTC (rev 115) @@ -1,90 +0,0 @@ -/***************************************** - * TITLE: Header Screen Stylesheet * - * URI: styles/default/header-screen.css * - * MODIF: 2007-Jan-09 18:06 +0100 * - *****************************************/ -/*@CHARSET "UTF-8";*/ - -/* ##### 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; -} - -.headerLogin { - border: 1px solid rgb(255, 255, 255); - text-align: right; - padding: 1ex; - position: absolute; - right: 1.5em; - top: 3.5em; -} - -.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; -} Added: trunk/styles/default/header.tpl =================================================================== --- trunk/styles/default/header.tpl (rev 0) +++ trunk/styles/default/header.tpl 2007-06-04 12:11:09 UTC (rev 115) @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" + "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" > + <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/css/page_main-screen.css" media="screen, tv, projection" title="Default" /> + <link rel="stylesheet" type="text/css" href="./styles/default/css/common-screen.css" media="screen, tv, projection" title="Default" /> + <link rel="stylesheet" type="text/css" href="./styles/default/css/header-screen.css" media="screen, tv, projection" title="Default" /> + <link rel="stylesheet" type="text/css" href="./styles/default/css/main_copy-screen.css" media="screen, tv, projection" title="Default" /> + <link rel="stylesheet" type="text/css" href="./styles/default/css/footer-screen.css" media="screen, tv, projection" title="Default" /> + + <title>{$title}</title> + </head> Property changes on: trunk/styles/default/header.tpl ___________________________________________________________________ Name: svn:executable + * Deleted: trunk/styles/default/main_copy-screen.css =================================================================== --- trunk/styles/default/main_copy-screen.css 2007-06-04 11:56:11 UTC (rev 114) +++ trunk/styles/default/main_copy-screen.css 2007-06-04 12:11:09 UTC (rev 115) @@ -1,52 +0,0 @@ -/******************************************** - * TITLE: Main Copy Screen Stylesheet * - * URI: styles/default/main_copy-screen.css * - * MODIF: 2007-Jan-09 18:06 +0100 * - ********************************************/ -/*@CHARSET "UTF-8";*/ - -/* ##### 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; -} - -/* 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); - * } - */ Deleted: trunk/styles/default/page_add_new_feed-screen.css =================================================================== --- trunk/styles/default/page_add_new_feed-screen.css 2007-06-04 11:56:11 UTC (rev 114) +++ trunk/styles/default/page_add_new_feed-screen.css 2007-06-04 12:11:09 UTC (rev 115) @@ -1,62 +0,0 @@ -/****************************************************** - * TITLE: Add New Feed Screen Stylesheet * - * URI: styles/default/page_add_new_feed-screen.css * - * MODIF: 2006-Nov-16 18:06 +0100 * - ******************************************************/ - /* ##### Main Copy ##### */ -#add_form { /*margin: 1em 0;*/ - margin-top: 1em; - margin-left: 10%; - margin-right: 10%; - float: left; - border: 1px solid rgb(204, 204, 204); -} - -#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); -} - -table { - width: 100%; -} - -.required .formElem { - background-color: rgb(204, 204, 204); -} - -.required .formField { - background-color: rgb(204, 204, 204); -} - -.formElem,.formField { - padding-top: 0em; - padding-left: 1em; -} - -.formElem { - border-bottom: 1px solid rgb(204, 204, 204); - padding-top: 2%; - padding-left: 5%; -} - -.formField { - border-bottom: 1px solid rgb(204, 204, 204); - padding-top: 2%; - padding-left: 5%; - border-left: 1px solid rgb(204, 204, 204); -} - -#formButtons { - text-align: center; - background-color: rgb(117, 144, 174); - margin-top: 16em; - padding: 1ex 10px; - border-top: 1px solid rgb(204, 204, 204); -} \ No newline at end of file Modified: trunk/styles/default/page_add_new_feed.tpl =================================================================== --- trunk/styles/default/page_add_new_feed.tpl 2007-06-04 11:56:11 UTC (rev 114) +++ trunk/styles/default/page_add_new_feed.tpl 2007-06-04 12:11:09 UTC (rev 115) @@ -1,21 +1,3 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" - "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" > - <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_new_feed-screen.css" media="screen, tv, projection" title="Default" /> - <link rel="stylesheet" type="text/css" href="./styles/default/common-screen.css" media="screen, tv, projection" title="Default" /> - <link rel="stylesheet" type="text/css" href="./styles/default/header-screen.css" media="screen, tv, projection" title="Default" /> - <link rel="stylesheet" type="text/css" href="./styles/default/main_copy-screen.css" media="screen, tv, projection" title="Default" /> - <link rel="stylesheet" type="text/css" href="./styles/default/footer-screen.css" media="screen, tv, projection" title="Default" /> - - <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> @@ -47,11 +29,3 @@ <div id="main-copy"> <!-- main --> </div> - - <!-- ##### Footer ##### --> - - <div id="footer"> -<!-- footer --> - </div> - </body> -</html> Deleted: trunk/styles/default/page_add_tag-screen.css =================================================================== --- trunk/styles/default/page_add_tag-screen.css 2007-06-04 11:56:11 UTC (rev 114) +++ trunk/styles/default/page_add_tag-screen.css 2007-06-04 12:11:09 UTC (rev 115) @@ -1,48 +0,0 @@ -/************************************************** - * TITLE: Add Tag Screen Stylesheet * - * URI: styles/default/page_login-screen.css * - * MODIF: 2006-Nov-16 18:06 +0100 * - **************************************************/ - - -/* ##### Main Copy ##### */ - -#formtitle { - text-align: center; - color: white; - background-color: rgb(117, 144, 174); - font-family: "trebuchet ms", verdana, helvetica, arial, sans-serif; - font-size: 180%; -/* margin: 0;*/ - padding: 0.5ex 10px; - border-bottom: 1px solid rgb(204, 204, 204); -} - -#addTags_form table { - width: 40%; - margin-left: 29%; - border: 1px solid rgb(204, 204, 204); -} - -.formElem { - width: 49%; - text-align: center; -} - -.formField { - -} - -#formButtons { - text-align: center; - background-color: rgb(117, 144, 174); - margin-top: 6em; - padding-top: 1.5%; - padding-bottom: 1.5%; - border-top: 1px solid rgb(204, 204, 204); -} - -.filler { - /* use with an empty <p> element to add padding to the end of a text box */ - border: 1px solid white; -} \ No newline at end of file Modified: trunk/styles/default/page_add_tag.tpl =================================================================== --- trunk/styles/default/page_add_tag.tpl 2007-06-04 11:56:11 UTC (rev 114) +++ trunk/styles/default/page_add_tag.tpl 2007-06-04 12:11:09 UTC (rev 115) @@ -1,21 +1,3 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" - "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" > - <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" type="text/css" href="./styles/default/common-screen.css" media="screen, tv, projection" title="Default" /> - <link rel="stylesheet" type="text/css" href="./styles/default/header-screen.css" media="screen, tv, projection" title="Default" /> - <link rel="stylesheet" type="text/css" href="./styles/default/main_copy-screen.css" media="screen, tv, projection" title="Default" /> - <link rel="stylesheet" type="text/css" href="./styles/default/footer-screen.css" media="screen, tv, projection" title="Default" /> - - <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> @@ -47,11 +29,3 @@ <div id="main-copy"> <!-- main --> </div> - - <!-- ##### Footer ##### --> - - <div id="footer"> -<!-- footer --> - </div> - </body> -</html> Deleted: trunk/styles/default/page_login-screen.css =================================================================== --- trunk/styles/default/page_login-screen.css 2007-06-04 11:56:11 UTC (rev 114) +++ trunk/styles/default/page_login-screen.css 2007-06-04 12:11:09 UTC (rev 115) @@ -1,69 +0,0 @@ -/************************************************** - * TITLE: Login Screen Stylesheet * - * URI: styles/default/page_login-screen.css * - * MODIF: 2006-Nov-16 18:06 +0100 * - **************************************************/ - - -/* ##### Main Copy ##### */ - -#registration_form table { - float: left; - border: 1px solid rgb(204, 204, 204); - width: 60%; - margin-top: 1em; - margin-left: 20%; - -} - -#formtitle { - text-align: center; - color: white; - background-color: rgb(117, 144, 174); - font-family: "trebuchet ms", verdana, helvetica, arial, sans-serif; - font-size: 200%; - padding: 0.5ex 10px; - border-bottom: 1px solid rgb(204, 204, 204); -} - -.formElem { - width: 49%; - text-align: center; - border-bottom: 1px solid rgb(117, 144, 174); -} - -.formField { - padding: 1%; - width: 49%; - border-left: 1px solid rgb(117, 144, 174); - border-bottom: 1px solid rgb(117, 144, 174); -} -.formField input { - margin-left: 2%; - background-color: yellow; -} - -#formButtons { - margin-left: 1%; - margin-right: 1%; - padding-left: 1%; - padding-right: 1%; -} - -#formButtons td { - text-align: center; - background-color: rgb(117, 144, 174); - margin-top: 6em; - padding-top: 1em; - padding-bottom: 1em; -} - -#formButtons input { - margin-left: 1em; -} - -.quarter,.oneThird,.half,.twoThirds,.fullWidth { - margin: 1em 0; - float: left; - border-left: 1px solid rgb(204, 204, 204); -} \ No newline at end of file Modified: trunk/styles/default/page_login.tpl =================================================================== --- trunk/styles/default/page_login.tpl 2007-06-04 11:56:11 UTC (rev 114) +++ trunk/styles/default/page_login.tpl 2007-06-04 12:11:09 UTC (rev 115) @@ -1,21 +1,3 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" - "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" > - <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_login-screen.css" media="screen, tv, projection" title="Default" /> - <link rel="stylesheet" type="text/css" href="./styles/default/common-screen.css" media="screen, tv, projection" title="Default" /> - <link rel="stylesheet" type="text/css" href="./styles/default/header-screen.css" media="screen, tv, projection" title="Default" /> - <link rel="stylesheet" type="text/css" href="./styles/default/main_copy-screen.css" media="screen, tv, projection" title="Default" /> - <link rel="stylesheet" type="text/css" href="./styles/default/footer-screen.css" media="screen, tv, projection" title="Default" /> - - <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> @@ -47,11 +29,3 @@ <div id="main-copy"> <!-- main --> </div> - - <!-- ##### Footer ##### --> - - <div id="footer"> -<!-- footer --> - </div> - </body> -</html> Deleted: trunk/styles/default/page_main-screen.css =================================================================== --- trunk/styles/default/page_main-screen.css 2007-06-04 11:56:11 UTC (rev 114) +++ trunk/styles/default/page_main-screen.css 2007-06-04 12:11:09 UTC (rev 115) @@ -1,120 +0,0 @@ -/********************************************** - * TITLE: Main Page Print Stylesheet * - * URI : styles/default/page_main-screen.css * - * MODIF: 2006-Nov-11 23:09 +0100 * - **********************************************/ - - -/* ##### Main Copy ##### */ - -.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; -} - -.newsHeading:hover { - color: rgb(117, 144, 174); - background-color: transparent; - text-decoration: underline; -} - -.newsDate { - font-style: italic; - margin: 0 !important; - padding: 0; -} - -.newsSummary { - margin: 1.5ex 0 2.5ex 0.75ex !important; - padding: 0; -} - -.more { - text-align: right; - margin: 0; - padding: 0.5em 0; -} - -.more a { - color: rgb(61, 92, 122); - background-color: transparent; - font-size: 92%; - text-decoration: underline; - margin: 0; - padding: 0.25ex 0.75ex; -} - -.more a:hover { - color: rgb(117, 144, 174); - text-decoration: none; -} - -.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: - */ -.rowOfBoxes > div:first-child { - border-left: none; -} - -.rowOfBoxes + .rowOfBoxes { - border-top: 1px solid rgb(204,204,204); -} \ No newline at end of file Modified: trunk/styles/default/page_main.tpl =================================================================== --- trunk/styles/default/page_main.tpl 2007-06-04 11:56:11 UTC (rev 114) +++ trunk/styles/default/page_main.tpl 2007-06-04 12:11:09 UTC (rev 115) @@ -1,21 +1,3 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" - "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" > - <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_main-screen.css" media="screen, tv, projection" title="Default" /> - <link rel="stylesheet" type="text/css" href="./styles/default/common-screen.css" media="screen, tv, projection" title="Default" /> - <link rel="stylesheet" type="text/css" href="./styles/default/header-screen.css" media="screen, tv, projection" title="Default" /> - <link rel="stylesheet" type="text/css" href="./styles/default/main_copy-screen.css" media="screen, tv, projection" title="Default" /> - <link rel="stylesheet" type="text/css" href="./styles/default/footer-screen.css" media="screen, tv, projection" title="Default" /> - - <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> @@ -74,11 +56,3 @@ </div> </div> </div> - - <!-- ##### Footer ##### --> - - <div id="footer"> -<!-- footer --> - </div> - </body> -</html> Deleted: trunk/styles/default/page_personal-screen.css =================================================================== --- trunk/styles/default/page_personal-screen.css 2007-06-04 11:56:11 UTC (rev 114) +++ trunk/styles/default/page_personal-screen.css 2007-06-04 12:11:09 UTC (rev 115) @@ -1,119 +0,0 @@ -/************************************************** - * TITLE: Personal Screen Stylesheet * - * URI: styles/default/page_show_feeds-screen.css * - * MODIF: 2006-Nov-16 18:06 +0100 * - **************************************************/ - - -/* ##### Main Copy ##### */ - -.column1,.column2,.column3 { - margin: 1em 0; - padding: 0 2.5%; - float: left; - width: 28%; -} -/* -.column1 { - border-right: 1px solid rgb(204, 204, 204); -} - -.column2 { /* Renders the column dividers *//* - border-left: 1px solid rgb(204, 204, 204); - border-right: 1px solid rgb(204, 204, 204); -} - -.column3 { - border-left: 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; - border-color: rgb(61, 92, 122); - background-color: rgb(61, 92, 122); -} - -.column1 .feed_headline a { - color: white; -} - -.column1 ul { - margin-top: 0em; - border: 1px solid rgb(61, 92, 122); -} - -.column2 .feed_headline a { - color: white; -} - -.column2 ul { - border: 1px solid rgb(61, 92, 122); - margin-top: 0; -} - -.column3 .feed_headline a { - color: white; -} - -.column3 ul { - border: 1px solid rgb(61, 92, 122); - 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); -} \ No newline at end of file Deleted: trunk/styles/default/page_register-screen.css =================================================================== --- trunk/styles/default/page_register-screen.css 2007-06-04 11:56:11 UTC (rev 114) +++ trunk/styles/default/page_register-screen.css 2007-06-04 12:11:09 UTC (rev 115) @@ -1,78 +0,0 @@ -/************************************************** - * TITLE: Register Screen Stylesheet * - * URI: styles/default/page_register-screen.css * - * MODIF: 2006-Nov-16 18:06 +0100 * - **************************************************/ - - -/* ##### Main Copy ##### */ - -#registration_form { - /*margin: 1em 0;*/ - margin-top: 1em; - margin-left: 10%; - margin-right: 10%; - float: left; - border: 1px solid rgb(204, 204, 204); -} - -#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); -} - -table { - width: 100%; -} - -.formElem,.formField { - padding-top: 0em; - padding-left: 1em; - -} - -.formElem { - border-bottom: 1px solid rgb(204, 204, 204); - padding-top: 2%; - padding-left: 5%; -} - -.formField { - border-bottom: 1px solid rgb(204, 204, 204); - padding-top: 2%; - padding-left: 5%; - border-left: 1px solid rgb(204, 204, 204); -} -/* -#formButtons { - text-align: center; - background-color: rgb(117, 144, 174); - margin-top: 16em; - padding: 1ex 10px; - border-top: 1px solid rgb(204, 204, 204); -}*/ - -#formButtons { - margin-left: 1%; - margin-right: 1%; - padding-left: 1%; - padding-right: 1%; -} - -#formButtons td { - text-align: center; - background-color: rgb(117, 144, 174); - margin-top: 6em; - padding-top: 1em; - padding-bottom: 1em; -} - -#formButtons input { - margin-left: 1em; -} \ No newline at end of file Deleted: trunk/styles/default/page_show_all_feeds-screen.css =================================================================== --- trunk/styles/default/page_show_all_feeds-screen.css 2007-06-04 11:56:11 UTC (rev 114) +++ trunk/styles/default/page_show_all_feeds-screen.css 2007-06-04 12:11:09 UTC (rev 115) @@ -1,28 +0,0 @@ -/******************************************************** - * TITLE: Show All Feeds Screen Stylesheet * - * URI : styles/default/page_show_all_feeds-screen.css * - * MODIF: 2006-Dez-01 17:24 +0100 * - ********************************************************/ - - -/* ##### Main Copy ##### */ - -table { - width: 100%; -} - -th { - text-align: left; - border-left: 1px solid rgb(204, 204, 204); - border-top: 1px solid rgb(204, 204, 204); - border-bottom: 1px solid rgb(204, 204, 204); -} - -td { - border-bottom: 1px solid rgb(204, 204, 204); - border-left: 1px solid rgb(204, 204, 204); -} - -.checked { - background-color: yellow; -} \ No newline at end of file Deleted: trunk/styles/default/page_show_feed-screen.css =================================================================== --- trunk/styles/default/page_show_feed-screen.css 2007-06-04 11:56:11 UTC (rev 114) +++ trunk/styles/default/page_show_feed-screen.css 2007-06-04 12:11:09 UTC (rev 115) @@ -1,57 +0,0 @@ -/************************************************** - * TITLE: Show Feeds Screen Stylesheet * - * URI: styles/default/page_show_feeds-screen.css * - * MODIF: 2006-Nov-16 18:06 +0100 * - **************************************************/ - -/* ##### 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; -} \ No newline at end of file Deleted: trunk/styles/default/page_show_feed_tag-screen.css =================================================================== --- trunk/styles/default/page_show_feed_tag-screen.css 2007-06-04 11:56:11 UTC (rev 114) +++ trunk/styles/default/page_show_feed_tag-screen.css 2007-06-04 12:11:09 UTC (rev 115) @@ -1,88 +0,0 @@ -/***************************************************** - * TITLE: Show Feed Tag Screen Stylesheet * - * URI: styles/default/page_show_feed_tag-screen.css * - * MODIF: 2006-Nov-16 18:06 +0100 * - *****************************************************/ - - -/* ##### Right Side Bar ##### */ - -.rightSideBar { - width: 13em; - margin: 1.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 ##### */ - -p .space { - margin-top: 4em; -} - -.tagname { - border: 1px solid grey; -} - -table { - width: 85%; -} - -th { - text-align: left; - border-left: 1px solid rgb(204, 204, 204); - border-top: 1px solid rgb(204, 204, 204); - border-bottom: 1px solid rgb(204, 204, 204); -} - -td { - border-bottom: 1px solid rgb(204, 204, 204); - border-left: 1px solid rgb(204, 204, 204); -} - -.right_side,.language_flag { - border-right: 1px solid rgb(204, 204, 204); -} \ No newline at end of file This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |