[cc-commits] [CC SVN] r14832 - ccwordpress/trunk/www/wp-content/themes/cc6
webmaster at creativecommons.org
webmaster at creativecommons.org
Mon Dec 20 14:07:18 EST 2010
Author: bse
Date: 2010-12-20 19:07:18 +0000 (Mon, 20 Dec 2010)
New Revision: 14832
Added:
ccwordpress/trunk/www/wp-content/themes/cc6/engine-rtl.css
ccwordpress/trunk/www/wp-content/themes/cc6/engine.css
ccwordpress/trunk/www/wp-content/themes/cc6/print.css
Log:
Added necessary css for cc.engine support
Added: ccwordpress/trunk/www/wp-content/themes/cc6/engine-rtl.css
===================================================================
--- ccwordpress/trunk/www/wp-content/themes/cc6/engine-rtl.css (rev 0)
+++ ccwordpress/trunk/www/wp-content/themes/cc6/engine-rtl.css 2010-12-20 19:07:18 UTC (rev 14832)
@@ -0,0 +1,12 @@
+div.more-metadata div {
+ float:right;
+}
+
+.yui-skin-sam .container-close {
+
+ right: auto;
+ left: 6px;
+
+}
+
+
Added: ccwordpress/trunk/www/wp-content/themes/cc6/engine.css
===================================================================
--- ccwordpress/trunk/www/wp-content/themes/cc6/engine.css (rev 0)
+++ ccwordpress/trunk/www/wp-content/themes/cc6/engine.css 2010-12-20 19:07:18 UTC (rev 14832)
@@ -0,0 +1,83 @@
+.help_panel { display: none; }
+
+div.licensebox {
+ background:#eee;
+ border:1px solid #ccc;
+ padding:1em;
+ width:543px; /* padding yields to 575px */
+}
+
+div.licensebox ul.choices {
+ margin: -0.5em 0pt 0pt;
+ padding: 0pt;
+ list-style: none;
+}
+
+div.licensebox ul.choices li {
+ padding-bottom: 0.5em !important ;
+}
+
+div.more-metadata-container {
+ -moz-border-radius:10px;
+ -webkit-border-radius:10px;
+ border-radius:10px;
+
+ background-color:#FAFAFA;
+ font-size:0.9em;
+ margin-bottom:1.75em;
+ margin-top:1.75em;
+ padding:0.75em;
+}
+
+div.more-metadata-container img {
+ margin-bottom: -5px;
+}
+
+div.more-metadata-container h4 {
+ margin-left: 0px;
+ padding-left: 0px;
+}
+
+div.more-metadata {
+ clear: both;
+ padding-bottom: 0.75em;
+}
+
+div.more-metadata div {
+ float:left;
+ font-weight: bold;
+ padding-left: 0.75em;
+ width:200px;
+}
+
+div.licensebox input.submit {
+ font-size: 1.15em;
+}
+
+
+/* Donation block */
+#chooserDonate {
+ padding: 1em;
+ margin-bottom: 2em;
+ background: #e4ebff;
+ font-weight: bold;
+
+ -webkit-border-radius: 10px;
+ -moz-border-radius: 10px;
+ border-radius: 10px;
+
+ -webkit-box-shadow: 0 1px 0 #cadcf5;
+ -moz-box-shadow: 0 1px 0 #cadcf5;
+ box-shadow: 0 1px 0 #cadcf5;
+}
+
+#chooserDonate div {
+ float: right;
+ margin-left: 2em;
+}
+
+#chooserDonate p {
+ margin: 0;
+}
+
+
Added: ccwordpress/trunk/www/wp-content/themes/cc6/print.css
===================================================================
--- ccwordpress/trunk/www/wp-content/themes/cc6/print.css (rev 0)
+++ ccwordpress/trunk/www/wp-content/themes/cc6/print.css 2010-12-20 19:07:18 UTC (rev 14832)
@@ -0,0 +1,2 @@
+/* print */
+
More information about the cc-commits
mailing list