[planet-web] [pgo] Added footer style



commit ffcb27ce3971ac6c4a0197a43195184a1ae25b8e
Author: Alberto Ruiz <aruiz gnome org>
Date:   Tue Apr 5 23:15:17 2011 +0100

    [pgo] Added footer style

 themes/gnome/index-3.0.html.tmpl |   25 +++++++++++++++++++++++--
 1 files changed, 23 insertions(+), 2 deletions(-)
---
diff --git a/themes/gnome/index-3.0.html.tmpl b/themes/gnome/index-3.0.html.tmpl
index 279eb6d..798770e 100644
--- a/themes/gnome/index-3.0.html.tmpl
+++ b/themes/gnome/index-3.0.html.tmpl
@@ -15,15 +15,16 @@
 	<link rel="stylesheet" href="http://blogs.gnome.org/wp-content/mu-plugins/bug-links/bug-links.css"; type="text/css">
 
 	<style rel="stylesheet" type="text/css">
-	/* font-face {
+	@font-face {
     font-family: "Cantarell";
     src: local("Cantarell"), local("Cantarell Regular"), url("../fonts/Cantarell-Regular.otf");
 	}
+	
 	@font-face {
     font-family: "Cantarell";
     font-weight: bold;
     src: local("Cantarell"), local("Cantarell Bold"), local("Cantarell-Bold"), url("../fonts/Cantarell-Bold.otf");
-	}*/
+	}
 	
 	#global_domain_bar
 	{
@@ -69,6 +70,26 @@
 	{
 		background: white;
 	}
+	
+	#footer
+	{
+		background: #ff00ff;
+	}
+	
+	.post-title a
+	{
+		font-weight: bold;
+	}
+	
+	#footer {
+    background: none repeat scroll 0 0 #D3D7CF;
+    color: #555753;
+	}
+	
+	#footer a
+	{
+    color: inherit;
+	}
 	</style>
 
 



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