|
From: <ai...@us...> - 2008-09-25 16:49:23
|
Revision: 8822
http://plplot.svn.sourceforge.net/plplot/?rev=8822&view=rev
Author: airwin
Date: 2008-09-25 16:49:09 +0000 (Thu, 25 Sep 2008)
Log Message:
-----------
Massive fixup of properties for all files in www subdirectory. I have
verified the content changes for www/css/style.css are strictly the line
endings changes. All the rest of the files have no content change. This is
only by good luck for the various image files since potentially the old
incorrect svn:keywords settings could have changed content if the image file
had an unlucky bit pattern.
Modified Paths:
--------------
trunk/www/css/style.css
Property Changed:
----------------
trunk/www/CMakeLists.txt
trunk/www/css/closelabel.gif
trunk/www/css/loading.gif
trunk/www/css/nextlabel.gif
trunk/www/css/prevlabel.gif
trunk/www/css/style.css
trunk/www/img/arrow.gif
trunk/www/img/bg.jpg
trunk/www/img/content_bg.jpg
trunk/www/img/drop_shadow.gif
trunk/www/img/header.jpg
trunk/www/img/menu_bg.gif
trunk/www/img/menu_hover_bg.gif
trunk/www/img/menu_selected_bg.gif
trunk/www/index.php
Property changes on: trunk/www/CMakeLists.txt
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision
Property changes on: trunk/www/css/closelabel.gif
___________________________________________________________________
Deleted: svn:keywords
- Author Date Id Revision
Property changes on: trunk/www/css/loading.gif
___________________________________________________________________
Deleted: svn:keywords
- Author Date Id Revision
Property changes on: trunk/www/css/nextlabel.gif
___________________________________________________________________
Deleted: svn:keywords
- Author Date Id Revision
Property changes on: trunk/www/css/prevlabel.gif
___________________________________________________________________
Deleted: svn:keywords
- Author Date Id Revision
Modified: trunk/www/css/style.css
===================================================================
--- trunk/www/css/style.css 2008-09-25 12:13:37 UTC (rev 8821)
+++ trunk/www/css/style.css 2008-09-25 16:49:09 UTC (rev 8822)
@@ -1,321 +1,321 @@
-/*
-Copyright: Darren Hester 2006, http://www.designsbydarren.com
-License: Released Under the "Creative Commons License",
-http://creativecommons.org/licenses/by-nc/2.5/
-*/
-
-body {
- text-align: center;
- background: #F4FDE5 url('../img/bg.jpg') top center no-repeat fixed;
- margin-top:10px;
- margin-bottom:10px;
-}
-
-A:link {
- COLOR: #FF6600; text-decoration: none
-}
-A:visited {
- COLOR: #FF6600; text-decoration: none
-}
-A:active {
- COLOR: #FF6600; text-decoration: none
-}
-A:hover {
- COLOR: #FF6600; text-decoration: underline
-}
-
-#pagewrapper {
- margin-left: auto;
- margin-right: auto;
- width: 760px;
- text-align: left;
- background: #FFFFFF url('../img/content_bg.jpg') top right repeat-y;
- border: 1px solid #018843;
-}
-
-#pagewrapper_full {
- margin-left: auto;
- margin-right: auto;
- width: 760px;
- text-align: left;
- background: #FFFFFF;
- border: 1px solid #018843;
-}
-
-#pageheader {
- height: 120px;
- background: #9ACD34 url('../img/header.jpg') top right no-repeat;
- clear: both;
-}
-
-#pageheader h1 {
- margin: 0px;
- padding-top:30px;
- padding-left:25px;
- font-family: verdana, arial, sans-serif;
- font-size:32px;
- font-weight: bold;
- letter-spacing: -1px;
- color: #FFFFFF;
-}
-
-#pageheader h2 {
- margin: 0px;
- padding-left:25px;
- font-family: verdana, arial, sans-serif;
- font-size:13px;
- font-weight: bold;
- letter-spacing: 2px;
- color: #EEEEEE;
-}
-
-#menubar {
- height:40px;
- background: #FFFFFF url('../img/drop_shadow.gif') top left repeat-x;
- clear: both;
-}
-
-#menubar ul {
- margin-top: 0px;
- padding-left: 0px;
- margin-left: 0px;
- background: #FF6600 url('../img/menu_bg.gif') top left repeat-x;
- color: White;
- float: left;
- width: 100%;
- font-family: verdana, arial, sans-serif;
- font-size:14px;
- font-weight: bold;
-}
-
-#menubar ul li { display: inline; }
-
-#menubar ul li a
-{
- padding-top:5px;
- padding-bottom:5px;
- padding-left:15px;
- padding-right:15px;
- background: #FF6600 url('../img/menu_bg.gif') top left repeat-x;
- color: #EFEFEF;
- text-decoration: none;
- float: left;
- border-right: 1px solid #fff;
-}
-
-#menubar ul li a:hover
-{
- background: #FF6600 url('../img/menu_hover_bg.gif') top left repeat-x;
- color: #FFFFFF;
-}
-
-#menubar #selected
-{
- background: #FF6600 url('../img/menu_selected_bg.gif') top left repeat-x;
- color: #FFFFFF;
-}
-
-#contentwrapper {
- margin-top:10px;
- margin-bottom:0px;
- margin-left:15px;
- margin-right:15px;
- clear:both;
-}
-
-#rightside {
- margin-top:5px;
- float: right;
- width:160px;
- border:0px dashed #cccccc;
-}
-
-#rightside h3 {
- margin-top:0px;
- margin-bottom:10px;
- font-family: verdana, arial, sans-serif;
- font-size: 14px;
- color: #FF6600;
- padding:4px;
- border: 1px solid #AAE5A4;
- background-color:#F4FDE5;
-}
-
-#rightside p {
- margin-top:0px;
- margin-bottom:15px;
- font-family: verdana, arial, sans-serif;
- font-size: 11px;
- color: #333333;
- line-height: 16px;
- padding-left:4px;
-}
-
-#fullside {
- float:left;
- width:700px;
- background: #FFFFFF;
- border:0px dashed #cccccc;
-}
-
-#leftside {
- float: left;
- width:540px;
- background-color: #FFFFFF;
- border:0px dashed #cccccc;
-}
-
-#leftside h3,#fullside h3 {
- margin-top:0px;
- margin-bottom:10px;
- font-family: verdana, arial, sans-serif;
- font-size: 18px;
- color: #FF6600;
- background-color:#FFFFFF;
- padding:4px;
- border-bottom: 1px solid #018843;
- clear:both;
-}
-
-#leftside h4,#fullside h4 {
- margin-top:0px;
- margin-bottom:5px;
- font-family: verdana, arial, sans-serif;
- font-size: 15px;
- color: #333333;
- background-color:#FFFFFF;
- padding:4px;
- clear:both;
-}
-
-#leftside p,#fullside p {
- margin-top:0px;
- margin-bottom:15px;
- font-family: verdana, arial, sans-serif;
- font-size: 12px;
- color: #333333;
- line-height: 18px;
- padding-left:4px;
-}
-
-.floatleft {
- float: left;
- margin-right: 10px;
-}
-
-.floatright {
- float: right;
- margin-left: 10px;
-}
-
-#featurebox {
- float:left;
- width:250px;
- background-color: #F6FCEC;
- border:1px solid #AAE5A4;
- padding:10px;
- margin-top:10px;
- margin-bottom:5px;
- margin-right:8px;
-}
-
-#featurebox h4 {
- padding-left:5px;
- margin-top:0px;
- margin-bottom:5px;
- font-family: verdana, arial, sans-serif;
- font-size: 12px;
- color: #779E28;
-}
-
-#featurebox p {
- font-family: verdana, arial, sans-serif;
- font-size: 11px;
- color: #222222;
- line-height: 16px;
- margin-bottom:5px;
-}
-
-#pagefooter {
- height: 60px;
- background-color: #99CC33;
- clear: both;
-}
-
-#pagefooter p {
- padding-top:18px;
- text-align: center;
- font-family: verdana, arial, sans-serif;
- font-size: 11px;
- color: #FFFFFF;
- letter-spacing:1px;
-}
-
-#spacer {
- height:20px;
- clear:both;
-}
-
-#codebox {
- float:center;
- width:640px;
- height:400px;
- font-size:0.7em;
- background-color:#f2f8e6;
- border:1px solid #AAE5A4;
- padding:10px;
- margin:10px;
-}
-
-.codeform {
-text-align:center;
-}
-
-.codeform input {
-width:auto;
-padding:0 1px;
-border:1px solid #808080;
-text-align:center;
-}
-
-.arrowlist {
- margin-left: 10px;
- padding-left: 0;
- list-style: none;
-}
-
-.arrowlist li {
- padding-left: 10px;
- background-image: url(../img/arrow.gif);
- background-repeat: no-repeat;
- background-position: 0 7px;
- font-family: verdana, arial, sans-serif;
- font-size: 11px;
- line-height:18px;
- color: #333333;
-}
-
-/**************** Searchbar styles ****************/
-
-#searchbar{margin:0 0 20px 0;}
-#searchbar form fieldset{margin-left:0px; border:0 solid;}
-
-#searchbar #s{
-height:1.2em;
-width:110px;
-margin:0 5px 0 0;
-border:1px solid #a0a0a0;
-}
-
-#searchbar #searchbutton{
-width:auto;
-padding:0 1px;
-border:1px solid #808080;
-font-size:0.7em;
-text-align:center;
-}
-
-/**************** Misc classes and styles ****************/
-
-.splitcontentleft{float:left; width:48%;}
-.splitcontentright{float:right; width:48%;}
+/*
+Copyright: Darren Hester 2006, http://www.designsbydarren.com
+License: Released Under the "Creative Commons License",
+http://creativecommons.org/licenses/by-nc/2.5/
+*/
+
+body {
+ text-align: center;
+ background: #F4FDE5 url('../img/bg.jpg') top center no-repeat fixed;
+ margin-top:10px;
+ margin-bottom:10px;
+}
+
+A:link {
+ COLOR: #FF6600; text-decoration: none
+}
+A:visited {
+ COLOR: #FF6600; text-decoration: none
+}
+A:active {
+ COLOR: #FF6600; text-decoration: none
+}
+A:hover {
+ COLOR: #FF6600; text-decoration: underline
+}
+
+#pagewrapper {
+ margin-left: auto;
+ margin-right: auto;
+ width: 760px;
+ text-align: left;
+ background: #FFFFFF url('../img/content_bg.jpg') top right repeat-y;
+ border: 1px solid #018843;
+}
+
+#pagewrapper_full {
+ margin-left: auto;
+ margin-right: auto;
+ width: 760px;
+ text-align: left;
+ background: #FFFFFF;
+ border: 1px solid #018843;
+}
+
+#pageheader {
+ height: 120px;
+ background: #9ACD34 url('../img/header.jpg') top right no-repeat;
+ clear: both;
+}
+
+#pageheader h1 {
+ margin: 0px;
+ padding-top:30px;
+ padding-left:25px;
+ font-family: verdana, arial, sans-serif;
+ font-size:32px;
+ font-weight: bold;
+ letter-spacing: -1px;
+ color: #FFFFFF;
+}
+
+#pageheader h2 {
+ margin: 0px;
+ padding-left:25px;
+ font-family: verdana, arial, sans-serif;
+ font-size:13px;
+ font-weight: bold;
+ letter-spacing: 2px;
+ color: #EEEEEE;
+}
+
+#menubar {
+ height:40px;
+ background: #FFFFFF url('../img/drop_shadow.gif') top left repeat-x;
+ clear: both;
+}
+
+#menubar ul {
+ margin-top: 0px;
+ padding-left: 0px;
+ margin-left: 0px;
+ background: #FF6600 url('../img/menu_bg.gif') top left repeat-x;
+ color: White;
+ float: left;
+ width: 100%;
+ font-family: verdana, arial, sans-serif;
+ font-size:14px;
+ font-weight: bold;
+}
+
+#menubar ul li { display: inline; }
+
+#menubar ul li a
+{
+ padding-top:5px;
+ padding-bottom:5px;
+ padding-left:15px;
+ padding-right:15px;
+ background: #FF6600 url('../img/menu_bg.gif') top left repeat-x;
+ color: #EFEFEF;
+ text-decoration: none;
+ float: left;
+ border-right: 1px solid #fff;
+}
+
+#menubar ul li a:hover
+{
+ background: #FF6600 url('../img/menu_hover_bg.gif') top left repeat-x;
+ color: #FFFFFF;
+}
+
+#menubar #selected
+{
+ background: #FF6600 url('../img/menu_selected_bg.gif') top left repeat-x;
+ color: #FFFFFF;
+}
+
+#contentwrapper {
+ margin-top:10px;
+ margin-bottom:0px;
+ margin-left:15px;
+ margin-right:15px;
+ clear:both;
+}
+
+#rightside {
+ margin-top:5px;
+ float: right;
+ width:160px;
+ border:0px dashed #cccccc;
+}
+
+#rightside h3 {
+ margin-top:0px;
+ margin-bottom:10px;
+ font-family: verdana, arial, sans-serif;
+ font-size: 14px;
+ color: #FF6600;
+ padding:4px;
+ border: 1px solid #AAE5A4;
+ background-color:#F4FDE5;
+}
+
+#rightside p {
+ margin-top:0px;
+ margin-bottom:15px;
+ font-family: verdana, arial, sans-serif;
+ font-size: 11px;
+ color: #333333;
+ line-height: 16px;
+ padding-left:4px;
+}
+
+#fullside {
+ float:left;
+ width:700px;
+ background: #FFFFFF;
+ border:0px dashed #cccccc;
+}
+
+#leftside {
+ float: left;
+ width:540px;
+ background-color: #FFFFFF;
+ border:0px dashed #cccccc;
+}
+
+#leftside h3,#fullside h3 {
+ margin-top:0px;
+ margin-bottom:10px;
+ font-family: verdana, arial, sans-serif;
+ font-size: 18px;
+ color: #FF6600;
+ background-color:#FFFFFF;
+ padding:4px;
+ border-bottom: 1px solid #018843;
+ clear:both;
+}
+
+#leftside h4,#fullside h4 {
+ margin-top:0px;
+ margin-bottom:5px;
+ font-family: verdana, arial, sans-serif;
+ font-size: 15px;
+ color: #333333;
+ background-color:#FFFFFF;
+ padding:4px;
+ clear:both;
+}
+
+#leftside p,#fullside p {
+ margin-top:0px;
+ margin-bottom:15px;
+ font-family: verdana, arial, sans-serif;
+ font-size: 12px;
+ color: #333333;
+ line-height: 18px;
+ padding-left:4px;
+}
+
+.floatleft {
+ float: left;
+ margin-right: 10px;
+}
+
+.floatright {
+ float: right;
+ margin-left: 10px;
+}
+
+#featurebox {
+ float:left;
+ width:250px;
+ background-color: #F6FCEC;
+ border:1px solid #AAE5A4;
+ padding:10px;
+ margin-top:10px;
+ margin-bottom:5px;
+ margin-right:8px;
+}
+
+#featurebox h4 {
+ padding-left:5px;
+ margin-top:0px;
+ margin-bottom:5px;
+ font-family: verdana, arial, sans-serif;
+ font-size: 12px;
+ color: #779E28;
+}
+
+#featurebox p {
+ font-family: verdana, arial, sans-serif;
+ font-size: 11px;
+ color: #222222;
+ line-height: 16px;
+ margin-bottom:5px;
+}
+
+#pagefooter {
+ height: 60px;
+ background-color: #99CC33;
+ clear: both;
+}
+
+#pagefooter p {
+ padding-top:18px;
+ text-align: center;
+ font-family: verdana, arial, sans-serif;
+ font-size: 11px;
+ color: #FFFFFF;
+ letter-spacing:1px;
+}
+
+#spacer {
+ height:20px;
+ clear:both;
+}
+
+#codebox {
+ float:center;
+ width:640px;
+ height:400px;
+ font-size:0.7em;
+ background-color:#f2f8e6;
+ border:1px solid #AAE5A4;
+ padding:10px;
+ margin:10px;
+}
+
+.codeform {
+text-align:center;
+}
+
+.codeform input {
+width:auto;
+padding:0 1px;
+border:1px solid #808080;
+text-align:center;
+}
+
+.arrowlist {
+ margin-left: 10px;
+ padding-left: 0;
+ list-style: none;
+}
+
+.arrowlist li {
+ padding-left: 10px;
+ background-image: url(../img/arrow.gif);
+ background-repeat: no-repeat;
+ background-position: 0 7px;
+ font-family: verdana, arial, sans-serif;
+ font-size: 11px;
+ line-height:18px;
+ color: #333333;
+}
+
+/**************** Searchbar styles ****************/
+
+#searchbar{margin:0 0 20px 0;}
+#searchbar form fieldset{margin-left:0px; border:0 solid;}
+
+#searchbar #s{
+height:1.2em;
+width:110px;
+margin:0 5px 0 0;
+border:1px solid #a0a0a0;
+}
+
+#searchbar #searchbutton{
+width:auto;
+padding:0 1px;
+border:1px solid #808080;
+font-size:0.7em;
+text-align:center;
+}
+
+/**************** Misc classes and styles ****************/
+
+.splitcontentleft{float:left; width:48%;}
+.splitcontentright{float:right; width:48%;}
Property changes on: trunk/www/css/style.css
___________________________________________________________________
Added: svn:eol-style
+ native
Property changes on: trunk/www/img/arrow.gif
___________________________________________________________________
Deleted: svn:executable
- *
Property changes on: trunk/www/img/bg.jpg
___________________________________________________________________
Deleted: svn:executable
- *
Property changes on: trunk/www/img/content_bg.jpg
___________________________________________________________________
Deleted: svn:executable
- *
Property changes on: trunk/www/img/drop_shadow.gif
___________________________________________________________________
Deleted: svn:executable
- *
Property changes on: trunk/www/img/header.jpg
___________________________________________________________________
Deleted: svn:executable
- *
Property changes on: trunk/www/img/menu_bg.gif
___________________________________________________________________
Deleted: svn:executable
- *
Property changes on: trunk/www/img/menu_hover_bg.gif
___________________________________________________________________
Deleted: svn:executable
- *
Property changes on: trunk/www/img/menu_selected_bg.gif
___________________________________________________________________
Deleted: svn:executable
- *
Property changes on: trunk/www/index.php
___________________________________________________________________
Deleted: svn:mergeinfo
-
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|