|
From: <ai...@us...> - 2008-10-22 00:17:22
|
Revision: 8949
http://plplot.svn.sourceforge.net/plplot/?rev=8949&view=rev
Author: airwin
Date: 2008-10-22 00:17:17 +0000 (Wed, 22 Oct 2008)
Log Message:
-----------
Correct error in directory where style_static.css (which used to be
css/style.css) is located.
Added Paths:
-----------
trunk/www/css/style_static.css
Removed Paths:
-------------
trunk/www/style_static.css
Copied: trunk/www/css/style_static.css (from rev 8944, trunk/www/style_static.css)
===================================================================
--- trunk/www/css/style_static.css (rev 0)
+++ trunk/www/css/style_static.css 2008-10-22 00:17:17 UTC (rev 8949)
@@ -0,0 +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/plplot_logo.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:30px;
+ padding-right:30px;
+ 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%;}
Deleted: trunk/www/style_static.css
===================================================================
--- trunk/www/style_static.css 2008-10-21 23:49:12 UTC (rev 8948)
+++ trunk/www/style_static.css 2008-10-22 00:17:17 UTC (rev 8949)
@@ -1,321 +0,0 @@
-/*
-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/plplot_logo.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:30px;
- padding-right:30px;
- 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%;}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|