Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: design/copyright.css

Issue 8493027: Acquired Opera AdBlock code (Closed)
Patch Set: Created Oct. 2, 2012, 1:15 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « config.xml ('k') | design/default.css » ('j') | files/background.js » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: design/copyright.css
===================================================================
new file mode 100644
--- /dev/null
+++ b/design/copyright.css
@@ -0,0 +1,22 @@
+#copyright {
+ z-index: 2;
+ position:fixed;
+ margin: 0px;
+ padding: 3px 3px 2px 4px; /*top, right, bottom, left*/
+ bottom: 0px;
+ right: 0px;
+ background: -o-linear-gradient(left, rgba(240, 240, 240, 0.7), rgba(210, 210, 210, 1));
+ text-shadow: 1px 1px 2px #FFFFFF;
+ font-size: 0.75em;
+ border-top-left-radius: 5px;
+}
+#copyright a {
+ color: black;
+ text-decoration: none;
+}
+#copyright a:visited {
+ color: black;
+}
+#copyright a:hover {
+ text-decoration: underline;
+}
« no previous file with comments | « config.xml ('k') | design/default.css » ('j') | files/background.js » ('J')

Powered by Google App Engine
This is Rietveld