summaryrefslogtreecommitdiff
path: root/licenses/creativecommons/includes/popup.css
diff options
context:
space:
mode:
Diffstat (limited to 'licenses/creativecommons/includes/popup.css')
-rw-r--r--licenses/creativecommons/includes/popup.css23
1 files changed, 23 insertions, 0 deletions
diff --git a/licenses/creativecommons/includes/popup.css b/licenses/creativecommons/includes/popup.css
new file mode 100644
index 0000000..8e3ba85
--- /dev/null
+++ b/licenses/creativecommons/includes/popup.css
@@ -0,0 +1,23 @@
+ body {
+ background:#ddd;
+ margin:10px;
+ }
+
+ .bodybox {
+ background-color:white;
+ border:1px solid black;
+ text-align:left;
+ }
+
+ .bodyfloat {
+ padding:10px;
+ font-family:"Trebuchet MS", Verdana, Geneva, Arial, sans-serif;
+ color:#333;
+ text-align:left;
+}
+
+
+a {
+ color:#516650;
+ font-weight:bold;
+}