myexperiment-hackers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[myexperiment-hackers] [3059] trunk: Added skin for SCAPE group


From: noreply
Subject: [myexperiment-hackers] [3059] trunk: Added skin for SCAPE group
Date: Tue, 31 Jul 2012 11:26:51 +0000 (UTC)

Revision
3059
Author
fbacall
Date
2012-07-31 11:26:51 +0000 (Tue, 31 Jul 2012)

Log Message

Added skin for SCAPE group

Added Paths

Diff

Added: trunk/app/views/layouts/_scape.html.erb (0 => 3059)


--- trunk/app/views/layouts/_scape.html.erb	                        (rev 0)
+++ trunk/app/views/layouts/_scape.html.erb	2012-07-31 11:26:51 UTC (rev 3059)
@@ -0,0 +1,9 @@
+<% @logo_link_url  = "http://www.scape-project.eu/" # The URL that the logo links to when clicked
+   @logo_image_url = "/images/scape_logo.png" # The logo image %>
+
+<% content_for :site_info_links do %>
+  <a target="_blank" href="" SCAPE</a> |
+  <a target="_blank" href="" Wiki</a>
+<% end %>
+
+<%= render :partial => "layouts/skin_template" %>

Added: trunk/public/stylesheets/scape.css (0 => 3059)


--- trunk/public/stylesheets/scape.css	                        (rev 0)
+++ trunk/public/stylesheets/scape.css	2012-07-31 11:26:51 UTC (rev 3059)
@@ -0,0 +1,6 @@
+/* Supplementary stylesheet for the template layout. Requires main myExperiment stylesheet. */
+
+/* Changes the colour of the sidebar/searchbar (normally blue): */
+#myexp_searchbar, #myexp_sidebar, .pagination a, .tabnav li a:hover, .tabnav li#selected_tabnav a  {
+  background-color: #3999b9;
+}

reply via email to

[Prev in Thread] Current Thread [Next in Thread]