Author: dom Date: 2007-06-09 15:11:28 +0100 (Sat, 09 Jun 2007) New Revision: 1043
Removed: trunk/examples/london.css trunk/examples/vegan-oxford.css Modified: trunk/Changes Log: Remove misleading CSS examples
Modified: trunk/Changes =================================================================== --- trunk/Changes 2007-06-09 13:47:33 UTC (rev 1042) +++ trunk/Changes 2007-06-09 14:11:28 UTC (rev 1043) @@ -9,6 +9,7 @@ Added extra "edit this page" link next to the node name; if you don't want it, add div#title_edit_link {display:none;} to your stylesheet. Removed dependency on Test::MockObject. + Remove misleading CSS examples
0.60 13 May 2007 Removed footer search from edit page (shouldn't have been there).
Deleted: trunk/examples/london.css =================================================================== --- trunk/examples/london.css 2007-06-09 13:47:33 UTC (rev 1042) +++ trunk/examples/london.css 2007-06-09 14:11:28 UTC (rev 1043) @@ -1,199 +0,0 @@ -body -{ - background: #fff; - color: #000; - margin: 0px -} - -a:link -{ - background: transparent; - color: #00f -} - -a:visited -{ - background: transparent; - color: #f00 -} - -a:hover -{ - background: transparent; - color: #00f -} - -/* The banner that runs across the top of all nodes */ -#banner -{ - padding: 10px; - background-color: #ccc; - color: #fff; - border-bottom: 1px solid #000 -} - -/* The area underneath the banner on all nodes */ -#content -{ - padding: 1em -} - -/* The navigation bar that appears on all nodes */ -#navbar -{ - float: right; - width: 175px; - padding: 10px; - border: 1px solid #000; - background-color: #fff; - color: #000; - font-size: 0.8em; - margin: 0px 0px 10px 10px -} - -/* A group of items in the navbar */ -.navbar_group -{ -} - -/* A title for that group */ -.navbar_group_title -{ - margin: 1em 0em 0em 0em; - font-weight: bold -} - -/* An item in the navbar */ -.navbar_item -{ - margin-top: 0em; - margin-bottom: 0em -} - -/* The "Search" label, text field and "Go" button in the navbar */ -.search_group -{ -} - -/* The "Search" label itself */ -.search_label -{ - font-weight: bold -} - -/* The link on all nodes saying "edit this page" */ -.edit_page_link -{ - font-weight: bold; - margin-bottom: 1em; - padding-top: 1em; - border-top: 1px solid #000 -} - -/* The Recent Changes listing on the home page */ -#recent -{ - float: right; - padding: 1em; - border: 1px dashed #666; - width: 250px; - margin: 10px; - font-size: 0.8em -} - -/* An item title in the listing */ -#recent dt -{ - font-weight: bold -} - -/* An item definition in the listing */ -#recent dd -{ -} - -/* The name of a node */ -.node_name -{ - font-style: italic -} - -/* Listing of categories and locales for a node */ -#categories_and_locales -{ - font-size: small -} - -/* The widget for distance lookups */ -#find_within_distance -{ -} - -/* The listing of coordinates on nodes with geo metadata */ -#coordinates -{ -} - -/* The node version indicator */ -#version -{ - margin-top: 10px; - font-size: small -} - -/* The 'RDF/XML for this node' link that appears on all nodes */ -#rdf_link -{ - font-size: small; - float: right -} - -/* The search form that appears on all nodes */ -#search_form -{ - padding-top: 10px; - border-top: 1px solid #999 -} - -/* The footer that appears on all nodes */ -#footer -{ - margin-top: 10px; - padding-top: 10px; - border-top: 1px solid #999; - font-size: 0.8em; - text-align: right -} - -/* Submit buttons in forms */ -input.form_button -{ - font-size: 0.9em; - font-style: bold; - background-color: #fff; - color: #000 -} - -/* The 'before' part of a diff listing */ -.diff1 -{ - background-color: yellow; -} - -/* The 'after' part of a diff listing */ -.diff2 -{ - background-color: pink; -} - -/* Hidden elements */ -.hidden -{ - display: none; -} - -/* Labels for form elements */ -.label -{ - font-weight: bold; -} \ No newline at end of file
Deleted: trunk/examples/vegan-oxford.css =================================================================== --- trunk/examples/vegan-oxford.css 2007-06-09 13:47:33 UTC (rev 1042) +++ trunk/examples/vegan-oxford.css 2007-06-09 14:11:28 UTC (rev 1043) @@ -1,196 +0,0 @@ -body -{ - background: #fff; - color: #000; - margin: 0px -} - -/* -a:link -{ - background: transparent; - color: #00f -} - -a:visited -{ - background: transparent; - color: #f00 -} - -a:hover -{ - background: transparent; - color: #00f -} -*/ - -/* The banner that runs across the top of all nodes */ -#banner -{ - margin-top/**/: 5em; - padding-top/**/: 0.5em; - padding-right: 10px; - font-size: smaller; - text-align: right; -} - -/* The area underneath the banner on all nodes */ -#content -{ - padding: 0em 1em 1em 1em; -} - -/* The navigation bar that appears on all nodes */ -#navbar -{ - position/**/: absolute; - top/**/: 0px; - left/**/: 0px; - width/**/: 99%; - padding: 0.1em 0.2em 0.1em 0.2em; - background-color: #cfc; - color: #000; - font-size: 0.8em; -} - -/* A group of items in the navbar */ -.navbar_group -{ - float: left; - margin: 0em 1em 0.5em 0em; -} - -/* A title for that group */ -.navbar_group_title -{ - display: inline; - font-weight: bold; -} - -/* An item in the navbar */ -.navbar_item -{ - border-right/**/: 1px solid black; - padding: 0em 0.5em 0em 0.5em; -} - -/* The "Search" label, text field and "Go" button in the navbar */ -.search_group -{ - float: right; -} - -/* The "Search" label itself */ -.search_label -{ - display: inline; - font-weight: bold -} - -/* The link on all nodes saying "edit this page" */ -.edit_page_link -{ - float: right; - text-align: right; - font-weight: bold; - font-size: 1.5em; - padding-right: 5px; -} - -/* The Recent Changes listing on the home page */ -#recent -{ - float: right; - padding: 0em 1em 1em 1em; - border: solid #000; - width: 250px; - margin: 10px; - font-size: 0.9em -} - -/* An item title in the listing */ -#recent dt -{ - font-weight: bold -} - -/* An item definition in the listing */ -#recent dd -{ -} - -/* The name of a node */ -.node_name -{ -} - -/* Listing of categories and locales for a node */ -#categories_and_locales -{ - font-size: small -} - -/* The widget for distance lookups */ -#find_within_distance -{ -} - -/* The listing of coordinates on nodes with geo metadata */ -#coordinates -{ -} - -/* The node version indicator */ -#version -{ - border-top: 1px solid #999; - margin-top: 10px; - font-size: small; - padding-top: 5px; -} - -/* The 'RDF/XML for this node' link that appears on all nodes */ -#rdf_link -{ - font-size: small; - padding-top: 5px; - float: right; -} - -/* The search form that appears on all nodes */ -#search_form -{ - border-top: 1px solid #999; - padding-top: 5px; -} - -/* The footer that appears on all nodes */ -#footer -{ - margin-top: 10px; - padding-top: 10px; - font-size: 0.8em; - text-align: right -} - -/* Submit buttons in forms */ -input.form_button -{ - font-size: 0.9em; - font-style: bold; - background-color: #fff; - color: #000 -} - -/* The 'before' part of a diff listing */ -.diff1 -{ - background-color: yellow; -} - -/* The 'after' part of a diff listing */ -.diff2 -{ - background-color: pink; -}
openguides-commits@lists.openguides.org