diff --git a/cd-template/lizenz/cc/deed3-print.css b/cd-template/lizenz/cc/deed3-print.css index 0a844fc..bde0a8d 100644 --- a/cd-template/lizenz/cc/deed3-print.css +++ b/cd-template/lizenz/cc/deed3-print.css @@ -103,32 +103,32 @@ li.license p { } li.share { - list-style-image: url("/images/deed/share.png"); + list-style-image: url("images/share.png"); list-style-position: outside; } li.remix { - list-style-image: url("/images/deed/remix.png"); + list-style-image: url("images/remix.png"); list-style-position: outside; } li.devnations { - list-style-image: url("/images/deed/devnations.png"); + list-style-image: url("images/devnations.png"); list-style-position: outside; } li.by { - list-style-image: url("/images/deed/by.png"); + list-style-image: url("images/by.png"); list-style-position: outside; } li.nc { - list-style-image: url("/images/deed/nc.png"); + list-style-image: url("images/nc.png"); list-style-position: outside; } li.sa { - list-style-image: url("/images/deed/sa.png"); + list-style-image: url("images/sa.png"); list-style-position: outside; } li.nd { - list-style-image: url("/images/deed/nd.png"); + list-style-image: url("images/nd.png"); list-style-position: outside; } diff --git a/cd-template/lizenz/cc/deed3.css b/cd-template/lizenz/cc/deed3.css index 37b08c2..8cb1082 100644 --- a/cd-template/lizenz/cc/deed3.css +++ b/cd-template/lizenz/cc/deed3.css @@ -18,7 +18,7 @@ } #deed { - background: url("/images/deed/deed-bg-head.png") 0 0 no-repeat #424242; + background: url("images/deed-bg-head.png") 0 0 no-repeat #424242; width: 768px; padding: 10px 0; color: #333; @@ -41,15 +41,15 @@ } .red #deed-head { - background: url("/images/deed/deed-head-red.png") 0 0 no-repeat; + background: url("images/deed-head-red.png") 0 0 no-repeat; } .yellow #deed-head { - background: url("/images/deed/deed-head-yellow.png") 0 0 no-repeat; + background: url("images/deed-head-yellow.png") 0 0 no-repeat; } .green #deed-head { - background: url("/images/deed/deed-head-green.png") 0 0 no-repeat; + background: url("images/deed-head-green.png") 0 0 no-repeat; } #deed-main { @@ -90,13 +90,13 @@ } #deed-rights { - background: url("/images/deed/freedoms-header.png") 0 0 no-repeat; + background: url("images/freedoms-header.png") 0 0 no-repeat; padding: 0 10px; margin-bottom: 20px; } #deed-conditions { - background: url("/images/deed/limitations-header.png") 0 0 no-repeat; + background: url("images/limitations-header.png") 0 0 no-repeat; padding: 0 10px; margin-bottom: 33px; } @@ -147,15 +147,15 @@ } .red #deed-foot { - background: url("/images/deed/deed-foot-red.png") 0 0; + background: url("images/deed-foot-red.png") 0 0; } .yellow #deed-foot { - background: url("/images/deed/deed-foot-yellow.png") 0 0; + background: url("images/deed-foot-yellow.png") 0 0; } .green #deed-foot { - background: url("/images/deed/deed-foot-green.png") 0 0; + background: url("images/deed-foot-green.png") 0 0; } #disclaimer { @@ -186,43 +186,43 @@ background: url("http://mirrors.creativecommons.org/tmp/freedomdefined-50x50.png") 0 0 no-repeat; } li.share { - background: url("/images/deed/share.png") 0 0 no-repeat; + background: url("images/share.png") 0 0 no-repeat; } li.remix { - background: url("/images/deed/remix.png") 0 0 no-repeat; + background: url("images/remix.png") 0 0 no-repeat; } li.devnations { - background: url("/images/deed/devnations.png") 0 0 no-repeat; + background: url("images/devnations.png") 0 0 no-repeat; } li.no-endorse{ - background: url("/images/deed/no-endorse.png") 0 0 no-repeat; + background: url("images/no-endorse.png") 0 0 no-repeat; } li.by { - background: url("/images/deed/by.png") 0 0 no-repeat; + background: url("images/by.png") 0 0 no-repeat; } li.nc { - background: url("/images/deed/nc.png") 0 0 no-repeat; + background: url("images/nc.png") 0 0 no-repeat; } li.nc-jp { - background: url("/images/deed/nc-jp.png") 0 0 no-repeat; + background: url("images/nc-jp.png") 0 0 no-repeat; } li.nc-eu { - background: url("/images/deed/nc-eu.png") 0 0 no-repeat; + background: url("images/nc-eu.png") 0 0 no-repeat; } li.sa { - background: url("/images/deed/sa.png") 0 0 no-repeat; + background: url("images/sa.png") 0 0 no-repeat; } li.nd { - background: url("/images/deed/nd.png") 0 0 no-repeat; + background: url("images/nd.png") 0 0 no-repeat; } li.sampling, li.samplingplus{ - background: url("/images/deed/sampling.png") 0 0 no-repeat; + background: url("images/sampling.png") 0 0 no-repeat; } li.more { - background: url("/images/deed/more.png") 0 0 no-repeat; + background: url("images/more.png") 0 0 no-repeat; } li a { diff --git a/cd-template/lizenz/cc/images/by.png b/cd-template/lizenz/cc/images/by.png new file mode 100644 index 0000000..0893d55 Binary files /dev/null and b/cd-template/lizenz/cc/images/by.png differ diff --git a/cd-template/lizenz/cc/images/deed-bg-head.png b/cd-template/lizenz/cc/images/deed-bg-head.png new file mode 100644 index 0000000..8367f36 Binary files /dev/null and b/cd-template/lizenz/cc/images/deed-bg-head.png differ diff --git a/cd-template/lizenz/cc/images/deed-foot-green.png b/cd-template/lizenz/cc/images/deed-foot-green.png new file mode 100644 index 0000000..b6f6edd Binary files /dev/null and b/cd-template/lizenz/cc/images/deed-foot-green.png differ diff --git a/cd-template/lizenz/cc/images/deed-foot-red.png b/cd-template/lizenz/cc/images/deed-foot-red.png new file mode 100644 index 0000000..301b414 Binary files /dev/null and b/cd-template/lizenz/cc/images/deed-foot-red.png differ diff --git a/cd-template/lizenz/cc/images/deed-foot-yellow.png b/cd-template/lizenz/cc/images/deed-foot-yellow.png new file mode 100644 index 0000000..4528436 Binary files /dev/null and b/cd-template/lizenz/cc/images/deed-foot-yellow.png differ diff --git a/cd-template/lizenz/cc/images/deed-head-green.png b/cd-template/lizenz/cc/images/deed-head-green.png new file mode 100644 index 0000000..dd58f8f Binary files /dev/null and b/cd-template/lizenz/cc/images/deed-head-green.png differ diff --git a/cd-template/lizenz/cc/images/deed-head-red.png b/cd-template/lizenz/cc/images/deed-head-red.png new file mode 100644 index 0000000..92ef6e4 Binary files /dev/null and b/cd-template/lizenz/cc/images/deed-head-red.png differ diff --git a/cd-template/lizenz/cc/images/deed-head-yellow.png b/cd-template/lizenz/cc/images/deed-head-yellow.png new file mode 100644 index 0000000..f089953 Binary files /dev/null and b/cd-template/lizenz/cc/images/deed-head-yellow.png differ diff --git a/cd-template/lizenz/cc/images/devnations.png b/cd-template/lizenz/cc/images/devnations.png new file mode 100644 index 0000000..b5b1d85 Binary files /dev/null and b/cd-template/lizenz/cc/images/devnations.png differ diff --git a/cd-template/lizenz/cc/images/freedoms-header.png b/cd-template/lizenz/cc/images/freedoms-header.png new file mode 100644 index 0000000..2b24916 Binary files /dev/null and b/cd-template/lizenz/cc/images/freedoms-header.png differ diff --git a/cd-template/lizenz/cc/images/limitations-header.png b/cd-template/lizenz/cc/images/limitations-header.png new file mode 100644 index 0000000..433f97d Binary files /dev/null and b/cd-template/lizenz/cc/images/limitations-header.png differ diff --git a/cd-template/lizenz/cc/images/more.png b/cd-template/lizenz/cc/images/more.png new file mode 100644 index 0000000..9c9012a Binary files /dev/null and b/cd-template/lizenz/cc/images/more.png differ diff --git a/cd-template/lizenz/cc/images/nc-eu.png b/cd-template/lizenz/cc/images/nc-eu.png new file mode 100644 index 0000000..2207aeb Binary files /dev/null and b/cd-template/lizenz/cc/images/nc-eu.png differ diff --git a/cd-template/lizenz/cc/images/nc-jp.png b/cd-template/lizenz/cc/images/nc-jp.png new file mode 100644 index 0000000..905c696 Binary files /dev/null and b/cd-template/lizenz/cc/images/nc-jp.png differ diff --git a/cd-template/lizenz/cc/images/nc.png b/cd-template/lizenz/cc/images/nc.png new file mode 100644 index 0000000..efb3da9 Binary files /dev/null and b/cd-template/lizenz/cc/images/nc.png differ diff --git a/cd-template/lizenz/cc/images/nd.png b/cd-template/lizenz/cc/images/nd.png new file mode 100644 index 0000000..fd64867 Binary files /dev/null and b/cd-template/lizenz/cc/images/nd.png differ diff --git a/cd-template/lizenz/cc/images/no-endorse.png b/cd-template/lizenz/cc/images/no-endorse.png new file mode 100644 index 0000000..746dc85 Binary files /dev/null and b/cd-template/lizenz/cc/images/no-endorse.png differ diff --git a/cd-template/lizenz/cc/images/remix.png b/cd-template/lizenz/cc/images/remix.png new file mode 100644 index 0000000..cf9879c Binary files /dev/null and b/cd-template/lizenz/cc/images/remix.png differ diff --git a/cd-template/lizenz/cc/images/sa.png b/cd-template/lizenz/cc/images/sa.png new file mode 100644 index 0000000..d078641 Binary files /dev/null and b/cd-template/lizenz/cc/images/sa.png differ diff --git a/cd-template/lizenz/cc/images/sampling.png b/cd-template/lizenz/cc/images/sampling.png new file mode 100644 index 0000000..59a3212 Binary files /dev/null and b/cd-template/lizenz/cc/images/sampling.png differ diff --git a/cd-template/lizenz/cc/images/share.png b/cd-template/lizenz/cc/images/share.png new file mode 100644 index 0000000..70a3540 Binary files /dev/null and b/cd-template/lizenz/cc/images/share.png differ