Thread: [Feed-collector-svn] SF.net SVN: feed-collector: [55] trunk/styles/default
Status: Beta
Brought to you by:
c167
|
From: <c1...@us...> - 2006-11-13 16:40:11
|
Revision: 55
http://svn.sourceforge.net/feed-collector/?rev=55&view=rev
Author: c167
Date: 2006-11-11 14:13:07 -0800 (Sat, 11 Nov 2006)
Log Message:
-----------
completed the mainpage template
Modified Paths:
--------------
trunk/styles/default/page_main.tpl
Added Paths:
-----------
trunk/styles/default/page_main-print.css
trunk/styles/default/page_main-screen-alt.css
trunk/styles/default/page_main-screen.css
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <c1...@us...> - 2006-11-13 17:21:41
|
Revision: 56
http://svn.sourceforge.net/feed-collector/?rev=56&view=rev
Author: c167
Date: 2006-11-13 09:21:23 -0800 (Mon, 13 Nov 2006)
Log Message:
-----------
design change nearly completed
Modified Paths:
--------------
trunk/styles/default/page_main.tpl
trunk/styles/default/page_show_feeds.tpl
Added Paths:
-----------
trunk/styles/default/page_show_feeds-screen.css
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <c1...@us...> - 2006-12-04 20:55:53
|
Revision: 64
http://svn.sourceforge.net/feed-collector/?rev=64&view=rev
Author: c167
Date: 2006-12-04 12:55:53 -0800 (Mon, 04 Dec 2006)
Log Message:
-----------
Added Paths:
-----------
trunk/styles/default/page_show_feeds-screen.css
trunk/styles/default/page_show_feeds.tpl
Removed Paths:
-------------
trunk/styles/default/page_show_feeds-screen.css
trunk/styles/default/page_show_feeds.tpl
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <C1...@us...> - 2006-12-04 21:09:43
|
Revision: 68
http://svn.sourceforge.net/feed-collector/?rev=68&view=rev
Author: C167
Date: 2006-12-04 13:09:41 -0800 (Mon, 04 Dec 2006)
Log Message:
-----------
Added Paths:
-----------
trunk/styles/default/page_show_all_feeds-screen.css
trunk/styles/default/page_show_all_feeds.tpl
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <C1...@us...> - 2006-12-04 21:10:12
|
Revision: 69
http://svn.sourceforge.net/feed-collector/?rev=69&view=rev
Author: C167
Date: 2006-12-04 13:10:12 -0800 (Mon, 04 Dec 2006)
Log Message:
-----------
Added Paths:
-----------
trunk/styles/default/page_personal-screen.css
trunk/styles/default/page_personal.tpl
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
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.
|
|
From: <c1...@us...> - 2007-01-02 15:00:45
|
Revision: 84
http://feed-collector.svn.sourceforge.net/feed-collector/?rev=84&view=rev
Author: c167
Date: 2007-01-02 06:56:44 -0800 (Tue, 02 Jan 2007)
Log Message:
-----------
Removed Paths:
-------------
trunk/styles/default/page_main-print.css
trunk/styles/default/page_main-screen-alt.css
Deleted: trunk/styles/default/page_main-print.css
===================================================================
--- trunk/styles/default/page_main-print.css 2007-01-02 14:56:03 UTC (rev 83)
+++ trunk/styles/default/page_main-print.css 2007-01-02 14:56:44 UTC (rev 84)
@@ -1,225 +0,0 @@
-/*********************************************
- * TITLE: Main Page Print Stylesheet *
- * URI : styles/default/page_main-print.css *
- * MODIF: 2006-Nov-11 23:09 +0100 *
- *********************************************/
-
-
-/* ##### Common Styles ##### */
-
-body {
- color: black;
- background-color: white;
- font-family: "times new roman", times, roman, serif;
- font-size: 12pt;
- margin: 0;
- padding: 0;
-}
-
-acronym, .titleTip {
- font-style: italic;
- border-bottom: none;
-}
-
-acronym:after, .titleTip:after { /* Prints titles after the acronyms/titletips. Doesn't work in MSIE */
- content: "(" attr(title) ")";
- font-size: 90%;
- font-style: normal;
- padding-left: 1ex;
-}
-
-a {
- color: black;
- background-color: transparent;
- text-decoration: none;
-}
-
-a[href]:after { /* Prints the links' URIs after the links' texts. Doesn't work in MSIE */
- content: "<" attr(href) ">";
- font-size: 90%;
- padding-left: 1ex;
-}
-
-ol {
- margin: -0.25em 0 1em 0;
- padding: 0;
-}
-
-ul {
- list-style-type: square;
- margin: -0.25em 0 1em 0;
- padding: 0;
-}
-
-dl {
- margin: 0 0 1em 0;
- padding: 0;
-}
-
-ul li {
- margin: 1ex 0 0 1.5em;
- padding: 0;
-}
-
-ol li {
- margin: 1ex 0 0 1.5em;
- padding: 0;
-}
-
-dt {
- font-weight: bold;
- margin: 0;
- padding: 0;
-}
-
-dd {
- margin: 0 0 0 1.5em;
- padding: 0;
-}
-
-.doNotPrint {
- display: none;
-}
-
-
-/* ##### Header ##### */
-
-#header {
-}
-
-.superHeader {
- display: none;
-}
-
-.midHeader {
- color: black;
- background-color: transparent;
- margin: 0;
- padding: 0;
- border-bottom: 1px solid black;
-}
-
-.headerTitle {
- font-family: "trebuchet ms", verdana, helvetica, arial, sans-serif;
- font-size: 200%;
- font-weight: normal;
- margin: 0;
- padding: 0;
-}
-
-.headerSubTitle {
- font-family: "trebuchet ms", verdana, helvetica, arial, sans-serif;
- font-size: 110%;
- font-weight: normal;
- font-style: italic;
- margin: 0;
- padding: 0 0 1ex 0;
-}
-
-.headerLinks {
- display: none;
-}
-
-.subHeader {
- display: none;
-}
-
-
-/* ##### Side Menu ##### */
-
-#side-bar {
- display: none !important;
-}
-
-
-/* ##### Main Copy ##### */
-
-#main-copy {
- text-align: justify;
- margin: 0 !important;
- padding: 0;
-}
-
-#main-copy h1 {
- font-family: "trebuchet ms", verdana, helvetica, arial, sans-serif;
- font-size: 120%;
- margin: 2ex 0 1ex 0;
- padding: 0;
-}
-
-#main-copy h2 {
- font-family: "trebuchet ms", verdana, helvetica, arial, sans-serif;
- font-weight: normal;
- font-size: 100%;
- margin: 0;
- padding: 2ex 0 0.5ex 0;
-}
-
-#main-copy h1 + h2 {
- padding-top: 0;
-}
-
-#main-copy p {
- margin: 0 0 2ex 0;
- padding: 0;
-}
-
-h2 a:after {
- content: "" !important;
-}
-
-.newsDate {
- font-style: italic;
- margin: 0;
- padding: 0;
- display: inline;
-}
-
-.newsDate:before { /* Prints an '[' before the news item's date. Doesn't work in MSIE */
- content: "[";
- font-style: normal;
-}
-
-.newsDate:after { /* Prints a ']' after the news item's date. Doesn't work in MSIE */
- content: "]";
- font-style: normal;
-}
-
-.newsSummary {
- display: inline;
- margin: 0 0 0 1ex !important;
- padding: 0;
-}
-
-.more {
- display: none;
-}
-
-.smallCaps {
- font-variant: small-caps;
-}
-
-.quarter, .oneThird, .half, .twoThirds, .fullWidth {
- margin: 0;
- padding: 0;
-}
-
-
-/* ##### Footer ##### */
-
-#footer {
- color: black;
- background-color: transparent;
- font-size: 100%;
- text-align: center;
- margin: 2em 0 0 0;
- padding: 1ex 0 0 0;
- border-top: 1px solid black;
- display: block;
-}
-
-#footer a {
- color: black;
- background-color: transparent;
- text-decoration: none;
-}
\ No newline at end of file
Deleted: trunk/styles/default/page_main-screen-alt.css
===================================================================
--- trunk/styles/default/page_main-screen-alt.css 2007-01-02 14:56:03 UTC (rev 83)
+++ trunk/styles/default/page_main-screen-alt.css 2007-01-02 14:56:44 UTC (rev 84)
@@ -1,342 +0,0 @@
-/**************************************************
- * TITLE: Main Page Print Stylesheet *
- * URI : styles/default/page_main-screen-alt.css *
- * MODIF: 2006-Nov-11 23:09 +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;
-}
-
-
-/* ##### Side Menu ##### */
-
-#side-bar {
- color: rgb(204,204,204);
- background-color: transparent;
- list-style-type: square;
- list-style-position: inside;
- width: 10em;
- margin: 0;
- padding: 1ex 0;
- border: 1px solid rgb(204,204,204);
- position: absolute;
- left: 1.5ex;
- top: 12em;
-}
-
-[id="side-bar"] {
- position: fixed !important; /* Makes the side menu scroll with the page. Doesn't work in MSIE */
-}
-
-#side-bar a {
- text-decoration: none;
-}
-
-#side-bar:hover {
- color: rgb(117,144,174);
- background-color: transparent;
- border-color: rgb(117,144,174);
-}
-
-#side-bar li {
- margin: 0;
- padding: 0.75ex 0 1ex 1.75ex;
-}
-
-#side-bar li:hover {
- color: rgb(61,92,122);
- background-color: transparent;
-}
-
-
-#side-bar li a:hover {
- text-decoration: underline;
-}
-
-
-/* ##### Main Copy ##### */
-
-#main-copy {
- text-align: justify;
- margin: -0.5ex 1em 1em 12.5em;
- 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: 186%;
- margin: 0;
- padding: 1.5ex 0 0 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;
-}
-
-.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;
-}
-
-
-/* ##### 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
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <c1...@us...> - 2007-01-05 00:15:21
|
Revision: 91
http://feed-collector.svn.sourceforge.net/feed-collector/?rev=91&view=rev
Author: c167
Date: 2007-01-04 16:15:21 -0800 (Thu, 04 Jan 2007)
Log Message:
-----------
fixed display-bug
Modified Paths:
--------------
trunk/styles/default/page_add_tag-screen.css
trunk/styles/default/page_add_tag.tpl
Modified: trunk/styles/default/page_add_tag-screen.css
===================================================================
--- trunk/styles/default/page_add_tag-screen.css 2007-01-04 18:18:34 UTC (rev 90)
+++ trunk/styles/default/page_add_tag-screen.css 2007-01-05 00:15:21 UTC (rev 91)
@@ -214,114 +214,41 @@
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%;
+ font-size: 180%;
/* margin: 0;*/
padding: 0.5ex 10px;
border-bottom: 1px solid rgb(204, 204, 204);
}
-.left,.right {
- float: left;
+#addTags_form table {
+ width: 40%;
+ margin-left: 29%;
+ border: 1px solid rgb(204, 204, 204);
}
-.left {
- border-right: 1px solid rgb(204, 204, 204);
- margin-left: 20%;
- padding-right: 20%;
- margin-right: 20%;
+.formElem {
+ width: 49%;
+ text-align: center;
}
-.right {
- padding-left: 1em;
- margin-left: 1em;
-}
-
-.formElem_ok,.formElem_error,.formField_ok,.formElem_error {
+.formField {
}
-.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);
+ padding-top: 1.5%;
+ padding-bottom: 1.5%;
+ border-top: 1px 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;
Modified: trunk/styles/default/page_add_tag.tpl
===================================================================
--- trunk/styles/default/page_add_tag.tpl 2007-01-04 18:18:34 UTC (rev 90)
+++ trunk/styles/default/page_add_tag.tpl 2007-01-05 00:15:21 UTC (rev 91)
@@ -8,8 +8,6 @@
<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>
@@ -27,12 +25,12 @@
<div class="midHeader">
<!-- midHeader title left -->
- </div>
<br class="doNotDisplay doNotPrint" />
<div class="headerLinks">
<!-- midHeader title right -->
+ </div>
</div>
<div class="subHeader">
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <c1...@us...> - 2007-01-05 00:15:40
|
Revision: 92
http://feed-collector.svn.sourceforge.net/feed-collector/?rev=92&view=rev
Author: c167
Date: 2007-01-04 16:15:40 -0800 (Thu, 04 Jan 2007)
Log Message:
-----------
fixed display-bug
Modified Paths:
--------------
trunk/styles/default/page_main-screen.css
trunk/styles/default/page_main.tpl
Modified: trunk/styles/default/page_main-screen.css
===================================================================
--- trunk/styles/default/page_main-screen.css 2007-01-05 00:15:21 UTC (rev 91)
+++ trunk/styles/default/page_main-screen.css 2007-01-05 00:15:40 UTC (rev 92)
@@ -144,16 +144,12 @@
.headerLogin {
border: 1px solid rgb(255,255,255);
text-align: right;
- margin: 0;
-/* padding: 0 0 2ex 0;*/
- padding-bottom: 1ex;
+ padding: 1ex;
position: absolute;
right: 1.5em;
top: 3.5em;
-/* margin-left: 1em;
- margin-right: 1em;*/
}
-
+/*
.headerLogin a {
color: white;
background-color: transparent;
@@ -162,26 +158,7 @@
padding: 0 0 0.5ex 0;
display: block;
}
-
-.headerLogin span {
-
-}
-
-#userinfo p {
- color: white;
- background-color: transparent;
- margin: 0;
-/* padding: 0 0 0.5ex 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);
Modified: trunk/styles/default/page_main.tpl
===================================================================
--- trunk/styles/default/page_main.tpl 2007-01-05 00:15:21 UTC (rev 91)
+++ trunk/styles/default/page_main.tpl 2007-01-05 00:15:40 UTC (rev 92)
@@ -8,8 +8,6 @@
<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 alternative" type="text/css" href="./styles/default/page_main-print.css" media="screen" title="Print Preview" />
- <link rel="stylesheet" type="text/css" href="./styles/default/page_main-print.css" media="print" />
<title><!-- title --></title>
</head>
@@ -27,11 +25,12 @@
<div class="midHeader">
<!-- midHeader title left -->
- </div>
+
<br class="doNotDisplay doNotPrint" />
<div class="headerLogin">
<!-- midHeader title right -->
+ </div>
</div>
<div class="subHeader">
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <C1...@us...> - 2007-05-15 20:05:07
|
Revision: 108
http://feed-collector.svn.sourceforge.net/feed-collector/?rev=108&view=rev
Author: C167
Date: 2007-05-15 13:05:02 -0700 (Tue, 15 May 2007)
Log Message:
-----------
changed dtd to be fully XHTML1.1 valid
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
trunk/styles/default/page_personal.tpl
trunk/styles/default/page_register.tpl
trunk/styles/default/page_show_all_feeds.tpl
trunk/styles/default/page_show_feed.tpl
trunk/styles/default/page_show_feed_tag.tpl
Modified: trunk/styles/default/page_add_new_feed.tpl
===================================================================
--- trunk/styles/default/page_add_new_feed.tpl 2007-05-07 13:13:07 UTC (rev 107)
+++ trunk/styles/default/page_add_new_feed.tpl 2007-05-15 20:05:02 UTC (rev 108)
@@ -1,7 +1,7 @@
-<!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">
+<?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" />
@@ -54,4 +54,4 @@
<!-- footer -->
</div>
</body>
-</html>
\ No newline at end of file
+</html>
Modified: trunk/styles/default/page_add_tag.tpl
===================================================================
--- trunk/styles/default/page_add_tag.tpl 2007-05-07 13:13:07 UTC (rev 107)
+++ trunk/styles/default/page_add_tag.tpl 2007-05-15 20:05:02 UTC (rev 108)
@@ -1,7 +1,7 @@
-<!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">
+<?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" />
@@ -54,4 +54,4 @@
<!-- footer -->
</div>
</body>
-</html>
\ No newline at end of file
+</html>
Modified: trunk/styles/default/page_login.tpl
===================================================================
--- trunk/styles/default/page_login.tpl 2007-05-07 13:13:07 UTC (rev 107)
+++ trunk/styles/default/page_login.tpl 2007-05-15 20:05:02 UTC (rev 108)
@@ -1,7 +1,7 @@
-<!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">
+<?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" />
@@ -54,4 +54,4 @@
<!-- footer -->
</div>
</body>
-</html>
\ No newline at end of file
+</html>
Modified: trunk/styles/default/page_main.tpl
===================================================================
--- trunk/styles/default/page_main.tpl 2007-05-07 13:13:07 UTC (rev 107)
+++ trunk/styles/default/page_main.tpl 2007-05-15 20:05:02 UTC (rev 108)
@@ -1,12 +1,7 @@
<?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" >
-<!--<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1 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">
--->
+<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" />
Modified: trunk/styles/default/page_personal.tpl
===================================================================
--- trunk/styles/default/page_personal.tpl 2007-05-07 13:13:07 UTC (rev 107)
+++ trunk/styles/default/page_personal.tpl 2007-05-15 20:05:02 UTC (rev 108)
@@ -1,7 +1,7 @@
-<!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">
+<?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" />
@@ -59,4 +59,4 @@
<!-- footer -->
</div>
</body>
-</html>
\ No newline at end of file
+</html>
Modified: trunk/styles/default/page_register.tpl
===================================================================
--- trunk/styles/default/page_register.tpl 2007-05-07 13:13:07 UTC (rev 107)
+++ trunk/styles/default/page_register.tpl 2007-05-15 20:05:02 UTC (rev 108)
@@ -1,7 +1,7 @@
-<!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">
+<?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" />
@@ -49,4 +49,4 @@
<!-- footer -->
</div>
</body>
-</html>
\ No newline at end of file
+</html>
Modified: trunk/styles/default/page_show_all_feeds.tpl
===================================================================
--- trunk/styles/default/page_show_all_feeds.tpl 2007-05-07 13:13:07 UTC (rev 107)
+++ trunk/styles/default/page_show_all_feeds.tpl 2007-05-15 20:05:02 UTC (rev 108)
@@ -1,7 +1,7 @@
-<!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">
+<?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" />
Modified: trunk/styles/default/page_show_feed.tpl
===================================================================
--- trunk/styles/default/page_show_feed.tpl 2007-05-07 13:13:07 UTC (rev 107)
+++ trunk/styles/default/page_show_feed.tpl 2007-05-15 20:05:02 UTC (rev 108)
@@ -1,7 +1,7 @@
-<!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">
+<?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" />
@@ -63,4 +63,4 @@
<!-- footer -->
</div>
</body>
-</html>
\ No newline at end of file
+</html>
Modified: trunk/styles/default/page_show_feed_tag.tpl
===================================================================
--- trunk/styles/default/page_show_feed_tag.tpl 2007-05-07 13:13:07 UTC (rev 107)
+++ trunk/styles/default/page_show_feed_tag.tpl 2007-05-15 20:05:02 UTC (rev 108)
@@ -1,7 +1,7 @@
-<!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">
+<?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" />
@@ -57,4 +57,4 @@
<!-- footer -->
</div>
</body>
-</html>
\ No newline at end of file
+</html>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <C1...@us...> - 2007-06-06 10:30:12
|
Revision: 125
http://feed-collector.svn.sourceforge.net/feed-collector/?rev=125&view=rev
Author: C167
Date: 2007-06-06 03:30:11 -0700 (Wed, 06 Jun 2007)
Log Message:
-----------
add_tag works... html-code generated by {foreach} doesn't look nice, need to check that
Modified Paths:
--------------
trunk/styles/default/page_add_new_feed.tpl
trunk/styles/default/page_add_tag.tpl
Modified: trunk/styles/default/page_add_new_feed.tpl
===================================================================
--- trunk/styles/default/page_add_new_feed.tpl 2007-06-06 09:27:22 UTC (rev 124)
+++ trunk/styles/default/page_add_new_feed.tpl 2007-06-06 10:30:11 UTC (rev 125)
@@ -1,31 +1,36 @@
- <body>
- <!-- For non-visual user agents: -->
- <div id="top"><a href="#main-copy" class="doNotDisplay doNotPrint">Skip to main content.</a></div>
- <!-- ##### Header ##### -->
+ <!-- ##### Main Copy ##### -->
- <div id="header">
- <div class="superHeader">
-<!-- related sites -->
+ <div id="main-copy">
+{if $has_tags}
+ <div id="tags">
+ <div id="tags_title">{$tags_title}</div>
+$tags = $tag_manager->getTags($_GET['feed']);
+ {foreach from=$tags_list item=i name="tags_list"}
+ <a href="./page_show_feed_tag.php?tag={$i}">{$i}</a>
+ {if !$smarty.foreach.tags_list.last}
+,
+ {/else}
+ {/foreach}
</div>
- <div class="midHeader">
-<!-- midHeader title left -->
-
- <br class="doNotDisplay doNotPrint" />
-
- <div class="headerLogin">
-<!-- midHeader title right -->
- </div>
+{else}
+ <p>{$no_tags_message}</p>
+{/if}
+ <div id=\"addTags_form\">\n" .
+ <form action='{$smarty.server.PHP_SELF}?feed="{$smarty.get.feed}"' method="post" accept-charset="UTF-8">
+ <table summary="{$table_summary|default:""}">
+ <tr>
+ <td colspan=2 id="formtitle">{$formtitle}</td>
+ </tr>
+ <tr>
+ <td class="formElem">{$tag_name}</td>
+ <td class="formField"><input type="text" name="tag" size="30" maxlength="30" /></td>
+ </tr>
+ <tr>
+ <td colspan=2 id="formButtons"><input type="submit" value="{$submit}" name="submit" /></td>
+ </tr>
+ </table>
+ </form>
</div>
-
- <div class="subHeader">
-<!-- navigation -->
- </div>
</div>
-
- <!-- ##### Main Copy ##### -->
-
- <div id="main-copy">
-<!-- main -->
- </div>
Modified: trunk/styles/default/page_add_tag.tpl
===================================================================
--- trunk/styles/default/page_add_tag.tpl 2007-06-06 09:27:22 UTC (rev 124)
+++ trunk/styles/default/page_add_tag.tpl 2007-06-06 10:30:11 UTC (rev 125)
@@ -1,31 +1,39 @@
- <body>
- <!-- For non-visual user agents: -->
- <div id="top"><a href="#main-copy" class="doNotDisplay doNotPrint">Skip to main content.</a></div>
+{include file="html_header.tpl"}
+{include file="page_header.tpl"}
- <!-- ##### Header ##### -->
+ <!-- ##### Main Copy ##### -->
- <div id="header">
- <div class="superHeader">
-<!-- related sites -->
+ <div id="main-copy">
+{if $has_tags}
+ <div id="tags">
+ <div id="tags_title">{$tags_title}</div>
+ {foreach from=$tags_list item=i name="tags_list"}
+<a href="./page_show_feed_tag.php?tag={$i|escape:"url"}">{$i}</a>
+ {if !$smarty.foreach.tags_list.last}
+,
+ {/if}
+ {/foreach}
</div>
- <div class="midHeader">
-<!-- midHeader title left -->
-
- <br class="doNotDisplay doNotPrint" />
-
- <div class="headerLogin">
-<!-- midHeader title right -->
- </div>
+{else}
+ <p>{$no_tags_message}</p>
+{/if}
+ <div id="addTags_form">
+ <form action='{$smarty.server.PHP_SELF}?feed="{$smarty.get.feed}"' method="post" accept-charset="UTF-8">
+ <table summary="{$table_summary|default:""}">
+ <tr>
+ <td colspan=2 id="formtitle">{$formtitle}</td>
+ </tr>
+ <tr>
+ <td class="formElem">{$tag_name}</td>
+ <td class="formField"><input type="text" name="tag" size="30" maxlength="30" /></td>
+ </tr>
+ <tr>
+ <td colspan=2 id="formButtons"><input type="submit" value="{$submit}" name="submit" /></td>
+ </tr>
+ </table>
+ </form>
</div>
-
- <div class="subHeader">
-<!-- navigation -->
- </div>
</div>
- <!-- ##### Main Copy ##### -->
-
- <div id="main-copy">
-<!-- main -->
- </div>
+{include file="page_footer.tpl"}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
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;
-}
-
-#...
[truncated message content] |
|
From: <C1...@us...> - 2007-06-04 14:26:46
|
Revision: 117
http://feed-collector.svn.sourceforge.net/feed-collector/?rev=117&view=rev
Author: C167
Date: 2007-06-04 07:26:40 -0700 (Mon, 04 Jun 2007)
Log Message:
-----------
some changes ones more
Added Paths:
-----------
trunk/styles/default/html_header.tpl
trunk/styles/default/images/valid-css2-blue.png
trunk/styles/default/images/valid-xhtml11-blue.png
trunk/styles/default/page_header.tpl
Added: trunk/styles/default/html_header.tpl
===================================================================
--- trunk/styles/default/html_header.tpl (rev 0)
+++ trunk/styles/default/html_header.tpl 2007-06-04 14:26:40 UTC (rev 117)
@@ -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/html_header.tpl
___________________________________________________________________
Name: svn:executable
+ *
Added: trunk/styles/default/images/valid-css2-blue.png
===================================================================
(Binary files differ)
Property changes on: trunk/styles/default/images/valid-css2-blue.png
___________________________________________________________________
Name: svn:mime-type
+ image/png
Added: trunk/styles/default/images/valid-xhtml11-blue.png
===================================================================
(Binary files differ)
Property changes on: trunk/styles/default/images/valid-xhtml11-blue.png
___________________________________________________________________
Name: svn:mime-type
+ image/png
Added: trunk/styles/default/page_header.tpl
===================================================================
--- trunk/styles/default/page_header.tpl (rev 0)
+++ trunk/styles/default/page_header.tpl 2007-06-04 14:26:40 UTC (rev 117)
@@ -0,0 +1,48 @@
+ <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">
+ <span>{$related_sites_str}</span>
+{foreach from=$related_sites_list key=title item=i name="related_sites"}
+ <a href="{$i.href|escape:"url"}" title="{$title}">{$i.text}</a>
+ {if $smarty.foreach.related_sites.last == 1 }
+ |
+ {/if}
+{/foreach}
+ </div>
+
+ <div class="midHeader">
+ <h1 class=\"headerTitle\">{$page_title}</h1>
+ <div class=\"headerSubTitle\" title=\"Message'\">
+ {$sub_title}
+ </div>
+
+ <br class="doNotDisplay doNotPrint" />
+
+ <div class="headerLogin">
+ <p>{$userstatus}</p>
+ </div>
+ </div>
+
+ <div class="subHeader">
+ <span class="doNotDisplay">Navigation:</span>
+ <a href="./page_main.php" {$hl_page_main}>{$navi_home}</a> |
+ <a href="./page_show_all_feeds.php" {$hl_show_all_feeds|default:""}>{$navi_show_all_feeds}</a> |
+ <a href="./page_show_feed_tag.php" {$hl_show_feed_tag|default:""}>{$navi_feeds_by_tag}</a> |
+ <a href="./page_add_new_feed.php" {$hl_add_new_feed|default:""}>{$navi_add_new_feed}</a> |
+ <a href="./page_show_feed.php" {$hl_show_feed|default:""}>{$navi_show_feed}</a> |
+ <a href="./page_add_tag.php?{$smarty.get.feed}" {$hl_add_tag|default:""}>{$navi_add_tag}</a> |
+{if false == $smarty.session.logged_in|default:"false"}
+ <a href="./page_login.php" {hl_$login}>{$navi_login}</a> |
+ <a href="./page_register.php" {$hl_register}>{$navi_register}</a>
+{else}
+ <a href="./page_personal.php" {$hl_personal}>{$navi_personal}</a> |
+ <a href="./page_logout.php?returnto=page_main.php">{$navi_logout}</a>
+{/if}
+
+ </div>
+ </div>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|