Author: dom
Date: 2008-03-11 13:56:38 +0000 (Tue, 11 Mar 2008)
New Revision: 1153
Added:
sites/oxford.openguides.org/static/
sites/oxford.openguides.org/static/resources/
sites/oxford.openguides.org/static/resources/guide-james.css
sites/oxford.openguides.org/static/resources/guide.css
sites/oxford.openguides.org/static/resources/og-css2.css
sites/oxford.openguides.org/static/resources/og.css
sites/oxford.openguides.org/static/resources/somerights20.gif
Log:
add static resources
Added:
sites/oxford.openguides.org/static/resources/guide-james.css
===================================================================
---
sites/oxford.openguides.org/static/resources/guide-james.css
(rev 0)
+++
sites/oxford.openguides.org/static/resources/guide-james.css 2008-03-11 13:56:38 UTC
(rev 1153)
@@ -0,0 +1,31 @@
+body {
+ color : #000000;
+ background-color : #ffffff ;
+ font: 12px verdana, arial, helvetica, sans-serif
+}
+#toolbar {
+ border-bottom: 1px dotted;
+ padding:5px;
+ background-color : #eee;
+ color : #000000;
+}
+
+#content {
+ border-top: 1px solid;
+ border-left: 1px solid ;
+ border-right: 1px solid ;
+ border-bottom: 1px solid;
+ padding:5px;
+}
+
+SPAN.navtool{
+ font: 12px verdana, arial, helvetica, sans-serif;
+}
+
+small { font: 10px verdana, arial, helvetica, sans-serif; }
+H1 { font: 18px verdana, arial, helvetica, sans-serif; font-weight: bold;}
+HR {
+ height: 5px;
+ color : #FFFFFF;
+ background-color:#FFFFFF;
+}
Added:
sites/oxford.openguides.org/static/resources/guide.css
===================================================================
---
sites/oxford.openguides.org/static/resources/guide.css (rev
0)
+++
sites/oxford.openguides.org/static/resources/guide.css 2008-03-11 13:56:38 UTC (rev
1153)
@@ -0,0 +1,49 @@
+/* This CSS was contributed by James Davis.
+ Modified by the Oxford Guides team. */
+
+body {
+ color : #000000;
+ background-color : #ffffff ;
+ font-family: verdana, arial, helvetica, sans-serif
+}
+#toolbar {
+ border-bottom: 1px dotted;
+ padding: 5px;
+ background-color : #eee;
+ color : #000000;
+}
+
+#content {
+ border-top: 1px solid;
+ border-left: 1px solid ;
+ border-right: 1px solid ;
+ border-bottom: 1px solid;
+ padding:5px;
+}
+
+SPAN.navtool{
+ font-family: verdana, arial, helvetica, sans-serif;
+}
+
+SPAN.searchtool{
+ font-family: verdana, arial, helvetica, sans-serif;
+}
+
+SPAN.edittool{
+ font: 90% verdana, arial, helvetica, sans-serif;
+}
+
+small { font-family: verdana, arial, helvetica, sans-serif; }
+H1 { font-family: verdana, arial, helvetica, sans-serif; font-weight: bold;}
+
+HR.toolbar {
+ height: 1px;
+ color : #eeeeee;
+ background-color:#eeeeee;
+}
+
+HR {
+ height: 2px;
+ color : #FFFFFF;
+ background-color:#FFFFFF;
+}
Added:
sites/oxford.openguides.org/static/resources/og-css2.css
===================================================================
---
sites/oxford.openguides.org/static/resources/og-css2.css (rev
0)
+++
sites/oxford.openguides.org/static/resources/og-css2.css 2008-03-11 13:56:38 UTC (rev
1153)
@@ -0,0 +1,185 @@
+body {
+ background: #f3f3f3;
+ color: #000;
+ margin: 0px;
+ font-family: Trebuchet MS, Verdana, Arial, sans-serif;
+}
+h1,h2,h3,h4,h5,h6 {
+ font-family: Georgia, serif;
+}
+body input {
+ font-size: 0.8em
+}
+
+a:link {
+ background: transparent;
+ color: #050
+}
+a:visited {
+ background: transparent;
+ color: #500
+}
+a:hover {
+ background: transparent;
+ color: #005
+}
+abbr {
+ border-bottom: 1px dotted #000
+}
+acronym {
+ border-bottom: 1px dotted #000
+}
+img {
+ border: 1px solid #000
+}
+.n {
+ border: 0px
+}
+#banner {
+ background-color: #ddd;
+ color: #050;
+ padding-left: 7px;
+}
+div#content {
+ padding: 1em
+}
+div#navbar {
+ float: right;
+ width: 150px;
+ margin: 10px;
+ padding: 5px 10px 5px 5px;
+ border: 1px solid #000;
+ -moz-border-radius: 20px;
+ background-color: #fff;
+ color: #000;
+ font-size: 90%;
+}
+.navbar_group {
+ margin: 1em 0em 1em 0em;
+}
+.navbar_group_title {
+ font-weight: bold;
+}
+#recent {
+ background: #eee;
+ color: #000;
+ padding: 1em;
+ border: 1px dashed #666;
+ width: 250px;
+ margin: 10px;
+ font-size: 0.8em;
+ float: right
+}
+
+#recent dt {
+ font-weight: bold
+}
+
+#footer {
+ border-top: 1px solid #999;
+ padding-top: 1em;
+ font-size: 0.8em
+}
+
+.right {
+ float: right
+}
+
+blockquote.fpq {
+ font-size: 0.9em;
+ font-style: italic;
+ text-align: center;
+ padding: 5px;
+ border: 1px dotted #000;
+ background: #ddd;
+ color: #000
+}
+
+input.form_button {
+ font-size: 0.9em;
+ font-style: bold;
+ background-color: #050;
+ color: #fff;
+ padding-left: 5px;
+ padding-right: 5px
+}
+
+span.diff1 {
+ background-color: yellow;
+}
+
+span.diff2 {
+ background-color: pink;
+}
+
+td.linebelow {
+ border-bottom: 1px solid black
+}
+
+td.lineabove {
+ border-top: 1px solid black
+}
+
+td.lineboth {
+ border-top: 1px solid black;
+ border-bottom: 1px solid black
+}
+
+a.home_link:link, a.home_link:visited, a.home_link:hover {
+ background-color: transparent;
+ color: #fff
+}
+
+#metadata {
+}
+
+.new {
+ color: #f00;
+ background-color: transparent
+}
+
+.license_warning {
+ padding: 1em 10% 1em 10%;
+ color: #f00;
+ background-color: transparent;
+ font-size: small;
+ border: 1px solid #f00
+}
+
+legend {
+ font-weight: bold
+}
+.hidden {
+ display: none
+}
+
+div#rdf_link {
+ vertical-align: bottom;
+}
+
+div#version {
+ vertical-align: bottom;
+}
+
+table#recentchanges {
+ border-top: 1px dotted black;
+ margin-top: 1em;
+}
+
+td.recentchanges_meta {
+ padding: 5px 0px 5px 0px;
+}
+
+td.recentchanges_user {
+ padding: 5px 0px 5px 5px;
+}
+
+td.recentchanges_node_name {
+ padding: 0px 0px 5px 0px;
+ border-bottom: 1px dotted black;
+}
+
+td.recentchanges_comment {
+ padding: 0px 0px 5px 5px;
+ border-bottom: 1px dotted black;
+}
Added:
sites/oxford.openguides.org/static/resources/og.css
===================================================================
---
sites/oxford.openguides.org/static/resources/og.css (rev 0)
+++
sites/oxford.openguides.org/static/resources/og.css 2008-03-11 13:56:38 UTC (rev
1153)
@@ -0,0 +1,4 @@
+/* Hide all the styles from Netscape 4.x users. */
+
+@import url(og-css2.css);
+
Added:
sites/oxford.openguides.org/static/resources/somerights20.gif
===================================================================
(Binary files differ)
Property changes on:
sites/oxford.openguides.org/static/resources/somerights20.gif
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream